diff --git a/package-lock.json b/package-lock.json index e99d104..b98fe61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.22", - "@eslint/config-helpers": "0.5.2", + "@eslint/config-helpers": "0.5.3", "@google-cloud/secret-manager": "6.1.1", "@google-cloud/storage": "7.19.0", "@semantic-release/changelog": "6.0.3", @@ -25,7 +25,7 @@ "esmock": "2.7.3", "husky": "9.1.7", "junit-report-builder": "5.1.1", - "lint-staged": "16.3.1", + "lint-staged": "16.3.2", "mocha": "11.7.5", "mocha-multi-reporters": "^1.5.1", "mocha-suppress-logs": "0.6.0", @@ -90,6 +90,19 @@ "eslint": "^9.0.0" } }, + "node_modules/@adobe/eslint-config-helix/node_modules/@eslint/config-helpers": { + "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": "^20.19.0 || ^22.13.0 || >=24" + } + }, "node_modules/@adobe/fetch": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.2.3.tgz", @@ -208,22 +221,22 @@ } }, "node_modules/@eslint/config-helpers": { - "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==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.3.tgz", + "integrity": "sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.1.0" + "@eslint/core": "^1.1.1" }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24" } }, "node_modules/@eslint/core": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz", - "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz", + "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5783,9 +5796,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.1.tgz", - "integrity": "sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==", + "version": "16.3.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.3.2.tgz", + "integrity": "sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b437322..df5ee43 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.22", - "@eslint/config-helpers": "0.5.2", + "@eslint/config-helpers": "0.5.3", "@google-cloud/secret-manager": "6.1.1", "@google-cloud/storage": "7.19.0", "@semantic-release/changelog": "6.0.3", @@ -55,7 +55,7 @@ "esmock": "2.7.3", "husky": "9.1.7", "junit-report-builder": "5.1.1", - "lint-staged": "16.3.1", + "lint-staged": "16.3.2", "mocha": "11.7.5", "mocha-multi-reporters": "^1.5.1", "mocha-suppress-logs": "0.6.0",