diff --git a/package-lock.json b/package-lock.json index 6d385c3..62d779e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "unist-util-visit": "^5.0.0" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.6", + "@adobe/eslint-config-helix": "3.0.30", "c8": "^12.0.0", "eslint": "9.39.5", "esmock": "^2.7.0", @@ -28,15 +28,15 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.6.tgz", - "integrity": "sha512-8pJx69dLo3UxNyA/pY17jvynB84oGcgHpcp7ZowrhsatMt9tc2Rebf/QOD9lzMGz0gnW+BWhdkPq9wx0TJz8sg==", + "version": "3.0.30", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.30.tgz", + "integrity": "sha512-1NStwifE5Xys3tPemh8nkiyHSHd+AtqJtkn+pfPDTHtcHDFlR9y03XYr9zlloVrk/mWo6gxVZed+Scj6os2VHQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.3.0", + "@eslint/config-helpers": "0.7.0", "eslint-plugin-import": "2.32.0", - "globals": "16.2.0" + "globals": "17.8.0" }, "engines": { "node": ">= 12" @@ -701,13 +701,29 @@ } }, "node_modules/@eslint/config-helpers": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz", - "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.7.0.tgz", + "integrity": "sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==", "dev": true, "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.2.1" + }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^20.19.0 || ^22.13.0 || >=24" + } + }, + "node_modules/@eslint/config-helpers/node_modules/@eslint/core": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/core": { @@ -3384,9 +3400,9 @@ } }, "node_modules/globals": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", - "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.8.0.tgz", + "integrity": "sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 883d992..ed2e2df 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "eslint ." }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.6", + "@adobe/eslint-config-helix": "3.0.30", "c8": "^12.0.0", "eslint": "9.39.5", "esmock": "^2.7.0",