diff --git a/package-lock.json b/package-lock.json index 52b38e39..2ffb2c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "build-check-deploy-gradle-action", "devDependencies": { - "semantic-release-preconfigured-conventional-commits": "1.1.21" + "semantic-release-preconfigured-conventional-commits": "1.1.22" }, "engines": { "node": "18.15" @@ -6096,9 +6096,9 @@ } }, "node_modules/semantic-release-preconfigured-conventional-commits": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/semantic-release-preconfigured-conventional-commits/-/semantic-release-preconfigured-conventional-commits-1.1.21.tgz", - "integrity": "sha512-XDxlskyKbyagP6xtgA4nv0SfjfOraBIZMK+mE4w/OPAxLJd8F5UDyp3Cg0d1TQVcoBgcyHTv6sUYgqFgfIa4EA==", + "version": "1.1.22", + "resolved": "https://registry.npmjs.org/semantic-release-preconfigured-conventional-commits/-/semantic-release-preconfigured-conventional-commits-1.1.22.tgz", + "integrity": "sha512-++OZEj/EeWyFitHIJ9LS/Wwuv6K03yhB74kLl0Bht1T2sOFk5vkrp9lfy8QULHYj2oU4GT1NGySnZdA6wEA9Fg==", "dev": true, "dependencies": { "@semantic-release/changelog": "^6.0.1", @@ -11757,9 +11757,9 @@ } }, "semantic-release-preconfigured-conventional-commits": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/semantic-release-preconfigured-conventional-commits/-/semantic-release-preconfigured-conventional-commits-1.1.21.tgz", - "integrity": "sha512-XDxlskyKbyagP6xtgA4nv0SfjfOraBIZMK+mE4w/OPAxLJd8F5UDyp3Cg0d1TQVcoBgcyHTv6sUYgqFgfIa4EA==", + "version": "1.1.22", + "resolved": "https://registry.npmjs.org/semantic-release-preconfigured-conventional-commits/-/semantic-release-preconfigured-conventional-commits-1.1.22.tgz", + "integrity": "sha512-++OZEj/EeWyFitHIJ9LS/Wwuv6K03yhB74kLl0Bht1T2sOFk5vkrp9lfy8QULHYj2oU4GT1NGySnZdA6wEA9Fg==", "dev": true, "requires": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index 6f711d95..2ef32ad9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A composite action taking care of running a complete CI pipeline on a Gradle project", "author": "Danilo Pianini (https://danysk.github.io)", "devDependencies": { - "semantic-release-preconfigured-conventional-commits": "1.1.21" + "semantic-release-preconfigured-conventional-commits": "1.1.22" }, "engines": { "node": "18.15"