From 4141938fe978324d371e1b2a69da23408d9684dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 04:45:24 +0000 Subject: [PATCH] style(deps): update dependency eslint-config-scratch to v12.0.24 --- package-lock.json | 30 +++++++++--------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7901bebf..aee84a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/jest": "29.5.14", "babel-loader": "9.2.1", "eslint": "9.39.0", - "eslint-config-scratch": "12.0.23", + "eslint-config-scratch": "12.0.24", "file-loader": "6.2.0", "husky": "8.0.3", "jest": "29.7.0", @@ -3465,10 +3465,11 @@ } }, "node_modules/@eslint/js": { - "version": "9.38.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz", - "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==", + "version": "9.39.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.0.tgz", + "integrity": "sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -8846,16 +8847,16 @@ } }, "node_modules/eslint-config-scratch": { - "version": "12.0.23", - "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-12.0.23.tgz", - "integrity": "sha512-DuyBMhRZ6ZAoV+0b4Gio4LDaHzicZT4jRD3WMwEhPapH7qM6qfiTtQpS1WLWTEWuOoPVzmSC0n92lxyqpSI9/Q==", + "version": "12.0.24", + "resolved": "https://registry.npmjs.org/eslint-config-scratch/-/eslint-config-scratch-12.0.24.tgz", + "integrity": "sha512-IFhsFSJfdp3UobAvN66T3DMMfAMCwOSmlvbuk3a+PpgDlXIGJVmwdMRUC/3AQWgoMDXQVWLmfwbC6V/xiDghQw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { "@babel/eslint-parser": "7.28.5", "@eslint-community/eslint-plugin-eslint-comments": "4.5.0", "@eslint/eslintrc": "3.3.1", - "@eslint/js": "9.38.0", + "@eslint/js": "9.39.0", "@eslint/markdown": "7.5.0", "@stylistic/eslint-plugin": "^5.3.1", "@trivago/prettier-plugin-sort-imports": "5.2.2", @@ -9279,19 +9280,6 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/eslint/node_modules/@eslint/js": { - "version": "9.39.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.0.tgz", - "integrity": "sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", diff --git a/package.json b/package.json index e7b7e1c2..2f4aec98 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/jest": "29.5.14", "babel-loader": "9.2.1", "eslint": "9.39.0", - "eslint-config-scratch": "12.0.23", + "eslint-config-scratch": "12.0.24", "file-loader": "6.2.0", "husky": "8.0.3", "jest": "29.7.0",