diff --git a/package-lock.json b/package-lock.json index 1e3dd80..ddd8f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@semantic-release/github": "^12.0.9", "@xmldom/xmldom": "^0.9.10", "conventional-changelog-conventionalcommits": "^10.2.1", - "conventional-changelog-writer": "^9.1.1", + "conventional-changelog-writer": "^9.2.0", "cypress": "^15.18.1", "delete": "^1.1.0", "dotenv-cli": "^11.0.0", @@ -2159,6 +2159,19 @@ "dev": true, "license": "Python-2.0" }, + "node_modules/argue-cli": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/argue-cli/-/argue-cli-3.1.0.tgz", + "integrity": "sha512-DhBpBfXL4SS2uC0N922MMajKR3CdrTG0u2or1PNYgXMsrSzViJrbtvT0nCLlLGUI0plam/ZZCs7aAauHtW9thw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://ko-fi.com/dangreen" + } + }, "node_modules/argv-formatter": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", @@ -3444,16 +3457,16 @@ } }, "node_modules/conventional-changelog-writer": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-9.1.1.tgz", - "integrity": "sha512-rkrh3VdVTfeZDwnrV1zrGZq9zzFsYLtyE0ksJ7DD/0QoXzx+fn9higBnOUl5oCm18h3SoFYMDsoYjUQN5LA8AA==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-9.2.0.tgz", + "integrity": "sha512-eACD5BaAQCYjeI3RExkCZopNaaIuXzCP4kaAb2lEFXcGa/KOuxJfj8v/SnjhvF6377pYn0A2Gji+6GhwUK8rEA==", "dev": true, "license": "MIT", "dependencies": { "@conventional-changelog/template": "^1.2.1", "@simple-libs/stream-utils": "^2.0.0", + "argue-cli": "^3.1.0", "conventional-commits-filter": "^6.0.1", - "meow": "^14.0.0", "semver": "^7.5.2" }, "bin": { @@ -3486,19 +3499,6 @@ "node": ">=22" } }, - "node_modules/conventional-changelog-writer/node_modules/meow": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz", - "integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/conventional-commits-filter": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz", diff --git a/package.json b/package.json index 24b85a2..0c10fd1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@semantic-release/github": "^12.0.9", "@xmldom/xmldom": "^0.9.10", "conventional-changelog-conventionalcommits": "^10.2.1", - "conventional-changelog-writer": "^9.1.1", + "conventional-changelog-writer": "^9.2.0", "cypress": "^15.18.1", "delete": "^1.1.0", "dotenv-cli": "^11.0.0",