From d936a0e8418679b4df73f8ff2fdf7fe94be0a708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:26:30 +0000 Subject: [PATCH] chore(deps): update external fixes --- package-lock.json | 31 ++++++++++++++++++++++--------- package.json | 4 ++-- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e567c38..ae81fd19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.30.0", "esmock": "2.6.7", - "husky": "9.1.5", + "husky": "9.1.6", "js-yaml": "4.1.0", "jsdom": "25.0.0", "junit-report-builder": "5.0.0", @@ -55,7 +55,7 @@ "mocha": "10.7.3", "mocha-multi-reporters": "1.5.1", "mocha-suppress-logs": "0.5.1", - "semantic-release": "24.1.0" + "semantic-release": "24.1.1" }, "engines": { "node": ">=16.x" @@ -4539,9 +4539,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": { @@ -10724,9 +10724,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": { @@ -10745,7 +10745,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", @@ -10880,6 +10880,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", diff --git a/package.json b/package.json index 7c6ccec6..90293c3c 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.30.0", "esmock": "2.6.7", - "husky": "9.1.5", + "husky": "9.1.6", "js-yaml": "4.1.0", "jsdom": "25.0.0", "junit-report-builder": "5.0.0", @@ -89,7 +89,7 @@ "mocha": "10.7.3", "mocha-multi-reporters": "1.5.1", "mocha-suppress-logs": "0.5.1", - "semantic-release": "24.1.0" + "semantic-release": "24.1.1" }, "lint-staged": { "*.js": "eslint",