Merge pull request #216 from scratchfoundation/renovate/eslint-config-scratch

fix(deps): update dependency eslint-config-scratch to v9.0.5
This commit is contained in:
renovate[bot] 2024-02-22 03:16:59 +00:00 committed by GitHub
commit 7324334273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -21,7 +21,7 @@
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"eslint": "8.56.0",
"eslint-config-scratch": "9.0.3",
"eslint-config-scratch": "9.0.5",
"husky": "8.0.3",
"json": "9.0.6",
"scratch-semantic-release-config": "1.0.11",
@ -5390,9 +5390,9 @@
}
},
"node_modules/eslint-config-scratch": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz",
"integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.5.tgz",
"integrity": "sha512-s9y/rF5/kPH5xLShl9PUsngJs/nAoOQi3G8vV8YEH5f6iGdCp96rYXJ3xz/5GmEQMcz1PEFf93XJ4x6pmM/YBQ==",
"dev": true,
"optionalDependencies": {
"eslint-plugin-react": ">=7.27.0"

View file

@ -35,7 +35,7 @@
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"eslint": "8.56.0",
"eslint-config-scratch": "9.0.3",
"eslint-config-scratch": "9.0.5",
"husky": "8.0.3",
"json": "9.0.6",
"scratch-semantic-release-config": "1.0.11",