chore(deps): update dependency eslint to v8.18.0

This commit is contained in:
renovate[bot]
2022-06-17 21:07:25 +00:00
committed by Bastian
parent 10b93d4b8d
commit 2f340c36c0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -49,7 +49,7 @@
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "5.28.0", "@typescript-eslint/parser": "5.28.0",
"eslint": "8.17.0", "eslint": "8.18.0",
"eslint-config-react-app": "7.0.1", "eslint-config-react-app": "7.0.1",
"eslint-plugin-react": "7.30.0", "eslint-plugin-react": "7.30.0",
"yallist": "4.0.0" "yallist": "4.0.0"
@@ -7105,9 +7105,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "8.17.0", "version": "8.18.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz",
"integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==",
"dependencies": { "dependencies": {
"@eslint/eslintrc": "^1.3.0", "@eslint/eslintrc": "^1.3.0",
"@humanwhocodes/config-array": "^0.9.2", "@humanwhocodes/config-array": "^0.9.2",
@@ -21065,9 +21065,9 @@
} }
}, },
"eslint": { "eslint": {
"version": "8.17.0", "version": "8.18.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz",
"integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==",
"requires": { "requires": {
"@eslint/eslintrc": "^1.3.0", "@eslint/eslintrc": "^1.3.0",
"@humanwhocodes/config-array": "^0.9.2", "@humanwhocodes/config-array": "^0.9.2",

View File

@@ -58,7 +58,7 @@
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "5.28.0", "@typescript-eslint/parser": "5.28.0",
"eslint": "8.17.0", "eslint": "8.18.0",
"eslint-config-react-app": "7.0.1", "eslint-config-react-app": "7.0.1",
"eslint-plugin-react": "7.30.0", "eslint-plugin-react": "7.30.0",
"yallist": "4.0.0" "yallist": "4.0.0"