Merge pull request #143 from strukturag/dependabot/npm_and_yarn/eslint-8.17.0

Bump eslint from 8.16.0 to 8.17.0
This commit is contained in:
Joachim Bauch 2022-06-07 08:46:38 +02:00 committed by GitHub
commit 43b8910772
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

@ -20,7 +20,7 @@
},
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.16.0",
"eslint": "8.17.0",
"stylelint": "14.8.5",
"stylelint-config-standard-scss": "^4.0.0",
"webpack": "5.72.1",
@ -1183,9 +1183,9 @@
}
},
"node_modules/eslint": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.16.0.tgz",
"integrity": "sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==",
"version": "8.17.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
"integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.3.0",
@ -4890,9 +4890,9 @@
"dev": true
},
"eslint": {
"version": "8.16.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.16.0.tgz",
"integrity": "sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==",
"version": "8.17.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz",
"integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.3.0",

View file

@ -24,7 +24,7 @@
},
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.16.0",
"eslint": "8.17.0",
"stylelint": "14.8.5",
"stylelint-config-standard-scss": "^4.0.0",
"webpack": "5.72.1",