diff --git a/package-lock.json b/package-lock.json index d32aae1..cc4c6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "husky": "9.1.7", "markdownlint-cli2": "0.18.1", "rollup": "4.46.2", - "semantic-release": "24.2.6", + "semantic-release": "24.2.8", "strip-ansi": "7.1.0", "tap-xunit": "2.4.1", "tsimp": "2.0.12", @@ -8796,13 +8796,13 @@ } }, "node_modules/hook-std": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-3.0.0.tgz", - "integrity": "sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-4.0.0.tgz", + "integrity": "sha512-IHI4bEVOt3vRUDJ+bFA9VUJlo7SzvFARPNLw75pqSmAOP2HmTWfFJtPvLBrDrlgjEYXY9zs7SFdHPQaJShkSCQ==", "dev": true, "license": "MIT", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -15441,9 +15441,9 @@ } }, "node_modules/semantic-release": { - "version": "24.2.6", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.2.6.tgz", - "integrity": "sha512-D0cwjlO5RZzHHxAcsoF1HxiRLfC3ehw+ay+zntzFs6PNX6aV0JzKNG15mpxPipBYa/l4fHly88dHvgDyqwb1Ww==", + "version": "24.2.8", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.2.8.tgz", + "integrity": "sha512-uvoLiKEB/AvvA3SCPE78cd90nVJXn220kkEA6sNGzDpas4s7pe4OgYWvhfR0lvWBdBH/T0RFCI6U+GvcT2CypQ==", "dev": true, "license": "MIT", "dependencies": { @@ -15461,7 +15461,7 @@ "find-versions": "^6.0.0", "get-stream": "^6.0.0", "git-log-parser": "^1.2.0", - "hook-std": "^3.0.0", + "hook-std": "^4.0.0", "hosted-git-info": "^8.0.0", "import-from-esm": "^2.0.0", "lodash-es": "^4.17.21", diff --git a/package.json b/package.json index 7d5f915..f6992e7 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "husky": "9.1.7", "markdownlint-cli2": "0.18.1", "rollup": "4.46.2", - "semantic-release": "24.2.6", + "semantic-release": "24.2.8", "strip-ansi": "7.1.0", "tap-xunit": "2.4.1", "tsimp": "2.0.12",