diff --git a/package-lock.json b/package-lock.json index babca1a..dd4dcbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "webpack": "5.104.1" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.16", + "@adobe/eslint-config-helix": "3.0.17", "@eslint/config-helpers": "0.5.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -73,13 +73,13 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.16.tgz", - "integrity": "sha512-BqMi4DVkS7DwhBPJtM4MLmvVMgGT9O3HoDOzXKs0Zhv8Qo7a2znprCY2TzlWKmC4IGLfNojlCM7zO+4zJfp7CQ==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.17.tgz", + "integrity": "sha512-TbUttJtWzv3lLW+Ukgq8RdlUlgrGvrqv4NSQd56r3g21fCzqQ4iuhgVGs933fERUppYn99vrCFiEiM8o1BAqvA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.5.0", + "@eslint/config-helpers": "0.5.1", "eslint-plugin-import": "2.32.0", "globals": "17.0.0" }, @@ -90,19 +90,6 @@ "eslint": "^9.0.0" } }, - "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.0.tgz", - "integrity": "sha512-OCt2pY98qw68AXjNDGn+9q3vnqvBh4OFTZWmzaWH2thEpAugBZCBDRMHZa7oGsX+/ZybKOiKjJ6XX1E8hxcxGg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@eslint/core": "^1.0.0" - }, - "engines": { - "node": "^20.19.0 || ^22.13.0 || >=24" - } - }, "node_modules/@adobe/fetch": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.2.1.tgz", diff --git a/package.json b/package.json index 0097c54..8a6ef71 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.16", + "@adobe/eslint-config-helix": "3.0.17", "@eslint/config-helpers": "0.5.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",