diff --git a/package-lock.json b/package-lock.json index fca54011..4c9c660a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "benchmark": "2.1.4", "cz-conventional-changelog": "2.1.0", "eslint": "8.57.0", - "eslint-config-scratch": "9.0.7", + "eslint-config-scratch": "9.0.9", "glob": "7.2.3", "husky": "0.14.3", "semantic-release": "^15.1.6", @@ -4448,10 +4448,11 @@ } }, "node_modules/eslint-config-scratch": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.7.tgz", - "integrity": "sha512-l0qm4MmuMiHxFt0WVtv+umasYrec7CgyNkQj7NSlcFfWgEuyM/JlRJwprsu6npcI/LNFQGse6bq6ALngnUOU6w==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.9.tgz", + "integrity": "sha512-6OlJ8Gc/X35bMCA1fWnEdJ7r3NC+xLn8qDLUj8hUTM+N7P+AKgS+itWUUoWlVpVvIpQlR6Bq1ctdL5zVp2+1Aw==", "dev": true, + "license": "BSD-3-Clause", "optionalDependencies": { "eslint-plugin-react": ">=7.27.0" }, diff --git a/package.json b/package.json index 0cc8beac..4665ede1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "benchmark": "2.1.4", "cz-conventional-changelog": "2.1.0", "eslint": "8.57.0", - "eslint-config-scratch": "9.0.7", + "eslint-config-scratch": "9.0.9", "glob": "7.2.3", "husky": "0.14.3", "semantic-release": "^15.1.6",