Merge pull request #554 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.28.0

Bump eslint from 8.27.0 to 8.28.0
This commit is contained in:
Jonny Barnes 2022-11-21 18:38:04 +00:00 committed by GitHub
commit 1fc2844b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.2",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.7.0",
"postcss": "^8.4.19",
@ -3169,9 +3169,9 @@
}
},
"node_modules/eslint": {
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==",
"version": "8.28.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz",
"integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.3.3",
@ -9442,9 +9442,9 @@
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
},
"eslint": {
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==",
"version": "8.28.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz",
"integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.3.3",

View file

@ -17,7 +17,7 @@
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.2",
"cssnano": "^5.1.14",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^2.7.0",
"postcss": "^8.4.19",