diff --git a/package-lock.json b/package-lock.json index a6f16dd8a..d28c4c8eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@adobe/fetch": "4.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.14", + "@adobe/helix-shared-config": "11.1.15", "@adobe/helix-shared-git": "3.0.21", "@adobe/helix-shared-indexer": "2.2.6", "camelcase": "9.0.0", @@ -52,7 +52,7 @@ "hlx": "index.js" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.17", + "@adobe/eslint-config-helix": "3.0.18", "@eslint/config-helpers": "0.5.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -113,15 +113,15 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.17.tgz", - "integrity": "sha512-TbUttJtWzv3lLW+Ukgq8RdlUlgrGvrqv4NSQd56r3g21fCzqQ4iuhgVGs933fERUppYn99vrCFiEiM8o1BAqvA==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.18.tgz", + "integrity": "sha512-8JDqLn3TgaxS2Y3jd1sRfhy6mNOjBxHFAhS+7EjU0O0bRR41mvgyZfWBg9m0bVLvHrLkUNWR6iJsQ9LDwkEMnQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/config-helpers": "0.5.1", "eslint-plugin-import": "2.32.0", - "globals": "17.0.0" + "globals": "17.1.0" }, "engines": { "node": ">= 12" @@ -154,9 +154,9 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "11.1.14", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.14.tgz", - "integrity": "sha512-oDTWDF8h5U+T6AvIEhqRDDn/5zc5VOdBnp41qJ09Co+QbLehdgqTuSh4CvWh/NNjpz3mG3ABrkUFjJkUdfsNwA==", + "version": "11.1.15", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-11.1.15.tgz", + "integrity": "sha512-sP2d2BgYIwqzndfzsPVkAhz/vVN7S1gUaqgnxbDhWw6OyCRufX8rSskTxvcsUl/m+tAoRTaBvozwVQm78OFARw==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.1", @@ -168,14 +168,14 @@ "cookie": "1.1.1", "fs-extra": "11.3.3", "ignore": "7.0.5", - "lru-cache": "11.2.4", + "lru-cache": "11.2.5", "yaml": "2.8.2" } }, "node_modules/@adobe/helix-shared-config/node_modules/lru-cache": { - "version": "11.2.4", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz", - "integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==", + "version": "11.2.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5.tgz", + "integrity": "sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==", "license": "BlueOak-1.0.0", "engines": { "node": "20 || >=22" @@ -5078,9 +5078,9 @@ } }, "node_modules/globals": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", - "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index dcc844139..fe6050474 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@adobe/fetch": "4.2.3", "@adobe/helix-log": "7.0.0", - "@adobe/helix-shared-config": "11.1.14", + "@adobe/helix-shared-config": "11.1.15", "@adobe/helix-shared-git": "3.0.21", "@adobe/helix-shared-indexer": "2.2.6", "camelcase": "9.0.0", @@ -82,7 +82,7 @@ "yargs": "18.0.0" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.17", + "@adobe/eslint-config-helix": "3.0.18", "@eslint/config-helpers": "0.5.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", diff --git a/packages/browser-injectables/package-lock.json b/packages/browser-injectables/package-lock.json index ff5f7cbb1..499335f74 100644 --- a/packages/browser-injectables/package-lock.json +++ b/packages/browser-injectables/package-lock.json @@ -22,15 +22,15 @@ } }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.17.tgz", - "integrity": "sha512-TbUttJtWzv3lLW+Ukgq8RdlUlgrGvrqv4NSQd56r3g21fCzqQ4iuhgVGs933fERUppYn99vrCFiEiM8o1BAqvA==", + "version": "3.0.18", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.18.tgz", + "integrity": "sha512-8JDqLn3TgaxS2Y3jd1sRfhy6mNOjBxHFAhS+7EjU0O0bRR41mvgyZfWBg9m0bVLvHrLkUNWR6iJsQ9LDwkEMnQ==", "dev": true, "license": "Apache-2.0", "dependencies": { "@eslint/config-helpers": "0.5.1", "eslint-plugin-import": "2.32.0", - "globals": "17.0.0" + "globals": "17.1.0" }, "engines": { "node": ">= 12" @@ -3536,9 +3536,9 @@ } }, "node_modules/globals": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", - "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "dev": true, "license": "MIT", "engines": {