This commit is contained in:
dependabot-preview[bot] 2024-12-01 09:11:15 +00:00 committed by GitHub
commit c63ec41e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -20386,9 +20386,9 @@
}
},
"eslint": {
"version": "4.19.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.0.tgz",
"integrity": "sha512-r83L5CuqaocDvfwdojbz68b6tCUk8KJkqfppO+gmSAQqYCzTr0bCSMu6A6yFCLKG65j5eKcKUw4Cw4Yl4gfWkg==",
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz",
"integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==",
"dev": true,
"requires": {
"ajv": "^5.3.0",

View file

@ -32,7 +32,7 @@
"classnames": "2.2.5",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.6",
"eslint": "4.19.0",
"eslint": "4.19.1",
"eslint-config-scratch": "5.1.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-react": "7.5.1",