diff --git a/package-lock.json b/package-lock.json index 72e8c9d..490e228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-google-support", - "version": "3.1.35", + "version": "3.1.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-google-support", - "version": "3.1.35", + "version": "3.1.36", "license": "Apache-2.0", "dependencies": { "@adobe/helix-onedrive-support": "11.5.14", @@ -22,13 +22,13 @@ "eslint": "8.57.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.30.0", - "husky": "9.1.5", + "husky": "9.1.6", "junit-report-builder": "5.0.0", "lint-staged": "15.2.10", "mocha": "10.7.3", "mocha-multi-reporters": "1.5.1", "nock": "13.5.5", - "semantic-release": "24.1.0" + "semantic-release": "24.1.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5577,9 +5577,9 @@ } }, "node_modules/husky": { - "version": "9.1.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", - "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, "license": "MIT", "bin": { @@ -11008,9 +11008,9 @@ } }, "node_modules/semantic-release": { - "version": "24.1.0", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.1.0.tgz", - "integrity": "sha512-FwaE2hKDHQn9G6GA7xmqsc9WnsjaFD/ppLM5PUg56Do9oKSCf+vH6cPeb3hEBV/m06n8Sh9vbVqPjHu/1onzQw==", + "version": "24.1.1", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.1.1.tgz", + "integrity": "sha512-4Ax2GxD411jUe9IdhOjMLuN+6wAj+aKjvOGngByrpD/iKL+UKN/2puQglhyI4gxNyy9XzEBMzBwbqpnEwbXGEg==", "dev": true, "license": "MIT", "dependencies": { @@ -11029,7 +11029,7 @@ "get-stream": "^6.0.0", "git-log-parser": "^1.2.0", "hook-std": "^3.0.0", - "hosted-git-info": "^7.0.0", + "hosted-git-info": "^8.0.0", "import-from-esm": "^1.3.1", "lodash-es": "^4.17.21", "marked": "^12.0.0", @@ -11186,6 +11186,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/semantic-release/node_modules/hosted-git-info": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.0.tgz", + "integrity": "sha512-4nw3vOVR+vHUOT8+U4giwe2tcGv+R3pwwRidUe67DoMBTjhrfr6rZYJVVwdkBE+Um050SG+X9tf0Jo4fOpn01w==", + "dev": true, + "license": "ISC", + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, "node_modules/semantic-release/node_modules/human-signals": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-8.0.0.tgz", @@ -11232,6 +11245,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/semantic-release/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/semantic-release/node_modules/npm-run-path": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", diff --git a/package.json b/package.json index 655facb..3104b9a 100644 --- a/package.json +++ b/package.json @@ -44,13 +44,13 @@ "eslint": "8.57.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.30.0", - "husky": "9.1.5", + "husky": "9.1.6", "junit-report-builder": "5.0.0", "lint-staged": "15.2.10", "mocha": "10.7.3", "mocha-multi-reporters": "1.5.1", "nock": "13.5.5", - "semantic-release": "24.1.0" + "semantic-release": "24.1.1" }, "lint-staged": { "*.js": "eslint",