diff --git a/package-lock.json b/package-lock.json index a66a076e..549a4e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "./packages/*" ], "devDependencies": { - "@adobe/eslint-config-helix": "3.0.29", + "@adobe/eslint-config-helix": "3.0.30", "@adobe/jsonschema2md": "8.0.11", "@eslint/config-helpers": "0.6.0", "@semantic-release/changelog": "6.0.3", @@ -72,15 +72,15 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.29", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.29.tgz", - "integrity": "sha512-Qg3Mf6Onx8Wki3LxBqJeHaOyf/r+ixJ0dB9A1CHjK+8DDqUS8ZcTTcSP4+Yt0R41OmCvCATPsvtov5js4N54FQ==", + "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.6.0", + "@eslint/config-helpers": "0.7.0", "eslint-plugin-import": "2.32.0", - "globals": "17.7.0" + "globals": "17.8.0" }, "engines": { "node": ">= 12" @@ -89,6 +89,19 @@ "eslint": "^9.0.0" } }, + "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { + "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": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/@adobe/fetch": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.3.1.tgz", @@ -7027,9 +7040,9 @@ } }, "node_modules/globals": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", - "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", + "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 11bd6e5c..292c88e2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "./packages/*" ], "devDependencies": { - "@adobe/eslint-config-helix": "3.0.29", + "@adobe/eslint-config-helix": "3.0.30", "@adobe/jsonschema2md": "8.0.11", "@eslint/config-helpers": "0.6.0", "@semantic-release/changelog": "6.0.3",