diff --git a/package-lock.json b/package-lock.json index 2b4ea61..097ed06 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.19", "c8": "^10.1.3", "eslint": "9.39.2", "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.19", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.19.tgz", + "integrity": "sha512-1XQ6+Rsx/zhKdM4hQWabx8nCmYwy3UuzffZq2+rYbyI89Y6O8txlNPRiZzLwlNR6GRiF2HX9Ybkj1VNzavQQ0g==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.3.0", + "@eslint/config-helpers": "0.5.2", "eslint-plugin-import": "2.32.0", - "globals": "16.2.0" + "globals": "17.3.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.5.2", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz", + "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==", "dev": true, "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^1.1.0" + }, "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.1.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz", + "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "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": { @@ -3187,9 +3203,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.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 5485a97..cf56012 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint ." }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.6", + "@adobe/eslint-config-helix": "3.0.19", "c8": "^10.1.3", "eslint": "9.39.2", "esmock": "^2.7.0",