diff --git a/package-lock.json b/package-lock.json index bfb83b3b0..a372ca9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "./packages/*" ], "devDependencies": { - "@adobe/eslint-config-helix": "3.0.10", + "@adobe/eslint-config-helix": "3.0.11", "@babel/core": "7.28.4", "@babel/eslint-parser": "7.28.4", "@babel/plugin-syntax-import-assertions": "7.27.1", @@ -41,11 +41,13 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.10", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.11.tgz", + "integrity": "sha512-7+c0q/klE/KtTfJefrWtscLQDh7nOA4Wcx8Ev3keJUYOi5Zl3dZWz9knzLduTVs44OxuJl+awYbyrBiQThfg4Q==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.3.1", + "@eslint/config-helpers": "0.4.0", "eslint-plugin-import": "2.32.0", "globals": "16.4.0" }, @@ -56,6 +58,32 @@ "eslint": "^9.0.0" } }, + "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.0.tgz", + "integrity": "sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@eslint/core": "^0.16.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/core": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz", + "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.15" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@adobe/fetch": { "version": "4.2.2", "license": "Apache-2.0", @@ -25173,7 +25201,7 @@ }, "packages/spacecat-shared-content-client": { "name": "@adobe/spacecat-shared-content-client", - "version": "1.7.32", + "version": "1.7.33", "license": "Apache-2.0", "dependencies": { "@adobe/helix-universal": "5.2.3", @@ -28283,7 +28311,7 @@ }, "packages/spacecat-shared-data-access": { "name": "@adobe/spacecat-shared-data-access", - "version": "2.64.6", + "version": "2.66.0", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-utils": "1.49.0", @@ -56316,7 +56344,7 @@ }, "packages/spacecat-shared-utils": { "name": "@adobe/spacecat-shared-utils", - "version": "1.51.1", + "version": "1.55.0", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.2.3", diff --git a/package.json b/package.json index 4ebfa4758..1cf8e9712 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "./packages/*" ], "devDependencies": { - "@adobe/eslint-config-helix": "3.0.10", + "@adobe/eslint-config-helix": "3.0.11", "@babel/core": "7.28.4", "@babel/eslint-parser": "7.28.4", "@babel/plugin-syntax-import-assertions": "7.27.1",