diff --git a/package-lock.json b/package-lock.json index 54217e3..1a32ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.12.3", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-shared-process-queue": "3.1.5", + "@adobe/helix-shared-process-queue": "3.1.9", "@aws-sdk/client-s3": "3.726.1", "@aws-sdk/s3-request-presigner": "^3.468.0", "@cloudflare/workers-types": "4.20260616.1", @@ -17,7 +17,7 @@ "jose": "6.2.3" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.16", + "@adobe/eslint-config-helix": "3.0.29", "@redocly/cli": "2.32.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "7.1.0", @@ -91,15 +91,15 @@ "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.29", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.29.tgz", + "integrity": "sha512-Qg3Mf6Onx8Wki3LxBqJeHaOyf/r+ixJ0dB9A1CHjK+8DDqUS8ZcTTcSP4+Yt0R41OmCvCATPsvtov5js4N54FQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.5.0", + "@eslint/config-helpers": "0.6.0", "eslint-plugin-import": "2.32.0", - "globals": "17.0.0" + "globals": "17.7.0" }, "engines": { "node": ">= 12" @@ -115,9 +115,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-process-queue": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.1.5.tgz", - "integrity": "sha512-t6MzobSFwpsSv5mwVIo1aLDbMUUdsTIEBhI6QDjgeoHy7m5oKbCCDFG2rAa4Lm13ewWGOBGIFBdBa7/8I09XYA==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.1.9.tgz", + "integrity": "sha512-vL+twUkSm8bTemMWMBLgpbQjhA2sf+vdEuv3he6FckoNZ5bRUZkpEC8ibbUUYL5jNeM2THg7JdoCfV7kDwMcdg==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-shared-async": "2.0.2" @@ -1895,22 +1895,22 @@ } }, "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==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz", + "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.0" + "@eslint/core": "^1.2.1" }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/core": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.0.0.tgz", - "integrity": "sha512-PRfWP+8FOldvbApr6xL7mNCw4cJcSTq4GA7tYbgq15mRb0kWKO/wEB2jr+uwjFH3sZvEZneZyCUGTxsv4Sahyw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz", + "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -8450,9 +8450,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.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", + "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 1c7b91e..0680204 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "@adobe/eslint-config-helix": "3.0.16", + "@adobe/eslint-config-helix": "3.0.29", "@redocly/cli": "2.32.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "7.1.0", @@ -52,7 +52,7 @@ "*.cjs": "eslint" }, "dependencies": { - "@adobe/helix-shared-process-queue": "3.1.5", + "@adobe/helix-shared-process-queue": "3.1.9", "@aws-sdk/client-s3": "3.726.1", "@aws-sdk/s3-request-presigner": "^3.468.0", "@cloudflare/workers-types": "4.20260616.1",