diff --git a/package-lock.json b/package-lock.json index 22a853f..726472a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@commitlint/cli": "21.0.1", "@commitlint/config-conventional": "21.0.1", "conventional-changelog-conventionalcommits": "9.3.1", - "semantic-release": "25.0.3" + "semantic-release": "25.0.6" } }, "node_modules/@actions/core": { @@ -5189,9 +5189,9 @@ "license": "MIT" }, "node_modules/semantic-release": { - "version": "25.0.3", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.3.tgz", - "integrity": "sha512-WRgl5GcypwramYX4HV+eQGzUbD7UUbljVmS+5G1uMwX/wLgYuJAxGeerXJDMO2xshng4+FXqCgyB5QfClV6WjA==", + "version": "25.0.6", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.6.tgz", + "integrity": "sha512-EGS5PWCDavYD4jAE4vKQ+VKcwXFpxLsKg05UcrUQwqxUCM1KtNRx9ZdMyYJL3z2aTyAH9zDgQSNFjRvbsIuKHQ==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index 0466e76..1898d0b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "description": "Tooling dependencies for CI (semantic-release and commitlint)", "devDependencies": { - "semantic-release": "25.0.3", + "semantic-release": "25.0.6", "conventional-changelog-conventionalcommits": "9.3.1", "@commitlint/cli": "21.0.1", "@commitlint/config-conventional": "21.0.1"