Merge pull request #1376 from hodgef/dependabot/npm_and_yarn/eslint-8.5.0

Bump eslint from 8.4.1 to 8.5.0
This commit is contained in:
Francisco Hodge 2021-12-20 01:02:50 -08:00 committed by GitHub
commit 41a32fe59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6978,9 +6978,9 @@
}
},
"eslint": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==",
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.5.0.tgz",
"integrity": "sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.0.5",

View File

@ -54,7 +54,7 @@
"babel-preset-minify": "^0.5.0",
"core-js": "^3.20.0",
"css-loader": "^6.5.1",
"eslint": "^8.4.1",
"eslint": "^8.5.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",