diff --git a/package-lock.json b/package-lock.json index 0e8fb4eb..9c2314d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "babel-eslint": "^10.0.1", "babel-loader": "8.0.5", "eslint": "8.17.0", - "eslint-config-scratch": "8.0.0", + "eslint-config-scratch": "9.0.3", "eslint-plugin-import": "2.26.0", "eslint-plugin-react": "^7.5.1", "format-message-cli": "6.2.1", @@ -4626,16 +4626,16 @@ } }, "node_modules/eslint-config-scratch": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-8.0.0.tgz", - "integrity": "sha512-70Lnxx+VOs/0BFR1WlnWe6vKmrG7jzxO/02RETfaMe9ilYrdWE/VzEI1YS2YhJZCfmJbnMI0bmV+M2vjvRFp+w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz", + "integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==", "dev": true, "optionalDependencies": { - "eslint-plugin-react": ">=7.14.2" + "eslint-plugin-react": ">=7.27.0" }, "peerDependencies": { "@babel/eslint-parser": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^8.0.0" } }, "node_modules/eslint-import-resolver-node": { @@ -15493,12 +15493,12 @@ } }, "eslint-config-scratch": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-8.0.0.tgz", - "integrity": "sha512-70Lnxx+VOs/0BFR1WlnWe6vKmrG7jzxO/02RETfaMe9ilYrdWE/VzEI1YS2YhJZCfmJbnMI0bmV+M2vjvRFp+w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-9.0.3.tgz", + "integrity": "sha512-BSMx4Y6V7IjDW/thMXLAYTxKvjeI4M8RtHmbpUbx3N70CZV4armoA9zJ7RmER1hjV5KQebCVQy45A2xMj2Ng8w==", "dev": true, "requires": { - "eslint-plugin-react": ">=7.14.2" + "eslint-plugin-react": ">=7.27.0" } }, "eslint-import-resolver-node": { diff --git a/package.json b/package.json index bb659ec7..016b83a3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "babel-eslint": "^10.0.1", "babel-loader": "8.0.5", "eslint": "8.17.0", - "eslint-config-scratch": "8.0.0", + "eslint-config-scratch": "9.0.3", "eslint-plugin-import": "2.26.0", "eslint-plugin-react": "^7.5.1", "format-message-cli": "6.2.1",