diff --git a/package-lock.json b/package-lock.json index ad82f0b245..105b2f6921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@vitest/browser": "4.1.10", "@vitest/browser-playwright": "4.1.10", "eslint": "9.39.5", - "eslint-config-scratch": "14.1.58", + "eslint-config-scratch": "14.1.59", "husky": "9.1.7", "playwright": "1.62.1", "prettier": "3.8.5", @@ -6552,9 +6552,9 @@ } }, "node_modules/eslint-config-scratch": { - "version": "14.1.58", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-14.1.58.tgz", - "integrity": "sha512-y+Wuo2JT/w+SK9Idytw6RYvLDKAt8heKrPSthNQzD7/+7pbR4EICPW6SmCKtsXLfk0JkZ00A78CZyBeij5WN6g==", + "version": "14.1.59", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-14.1.59.tgz", + "integrity": "sha512-0OWTamLIReZL752YO4r31TdLWVV3+jlBoUlJ/WBHZ11nbyQjTKtxoszzYItCm9QwFyexWBTGCkJioczgHg7TSw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -6573,7 +6573,7 @@ "eslint-plugin-n": "17.24.0", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.1.1", - "globals": "17.9.0", + "globals": "17.10.0", "prettier": "3.9.6", "typescript-eslint": "8.67.0" }, @@ -6582,9 +6582,9 @@ } }, "node_modules/eslint-config-scratch/node_modules/globals": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz", - "integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==", + "version": "17.10.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.10.0.tgz", + "integrity": "sha512-V0kztuWST2k8A/VbxAY8+L+7+Rgo3fyA24IHRLrZp7HOzJjV0gHSaZUjK9lpP/IrBSNite2tZ1prhRkinRu1CA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c3c76c33ec..fe9d3c5924 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vitest/browser": "4.1.10", "@vitest/browser-playwright": "4.1.10", "eslint": "9.39.5", - "eslint-config-scratch": "14.1.58", + "eslint-config-scratch": "14.1.59", "husky": "9.1.7", "playwright": "1.62.1", "prettier": "3.8.5",