Merge pull request #79 from strukturag/dependabot/npm_and_yarn/eslint-8.5.0

Bump eslint from 8.4.1 to 8.5.0
This commit is contained in:
Joachim Bauch 2021-12-20 11:26:49 +01:00 committed by GitHub
commit 4eaa1b7935
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

@ -18,7 +18,7 @@
},
"devDependencies": {
"copy-webpack-plugin": "10.2.0",
"eslint": "8.4.1",
"eslint": "8.5.0",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.65.0",
@ -1196,9 +1196,9 @@
}
},
"node_modules/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,
"dependencies": {
"@eslint/eslintrc": "^1.0.5",
@ -4936,9 +4936,9 @@
"dev": true
},
"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

@ -22,7 +22,7 @@
},
"devDependencies": {
"copy-webpack-plugin": "10.2.0",
"eslint": "8.4.1",
"eslint": "8.5.0",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.65.0",