diff --git a/package-lock.json b/package-lock.json index e82ae8e7..5946ef9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5027,16 +5027,14 @@ "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" }, "node_modules/conventional-changelog-angular": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", - "license": "ISC", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz", + "integrity": "sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA==", "dependencies": { - "compare-func": "^2.0.0", - "q": "^1.5.1" + "compare-func": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=18" } }, "node_modules/conventional-changelog-core": { @@ -11562,16 +11560,6 @@ ], "license": "MIT" }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", - "license": "MIT", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -14078,10 +14066,10 @@ }, "packages/publish-helper": { "name": "@shiftcode/publish-helper", - "version": "3.0.1", + "version": "3.0.2-pr32.1", "license": "MIT", "dependencies": { - "conventional-changelog-angular": "^5.0.13", + "conventional-changelog-angular": "^8.0.0", "yargs": "^17.7.2" }, "bin": { diff --git a/packages/publish-helper/package.json b/packages/publish-helper/package.json index 8cb215ab..8b3af006 100644 --- a/packages/publish-helper/package.json +++ b/packages/publish-helper/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/publish-helper", - "version": "3.0.1", + "version": "3.0.2-pr32.1", "description": "scripts for conventional (pre)releases", "repository": "https://github.com/shiftcode/sc-commons-public", "license": "MIT", @@ -26,7 +26,7 @@ "test:watch": "npm run test -- --watch" }, "dependencies": { - "conventional-changelog-angular": "^5.0.13", + "conventional-changelog-angular": "^8.0.0", "yargs": "^17.7.2" }, "devDependencies": {