diff --git a/package-lock.json b/package-lock.json index 4556d4a..591ef72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@eslint/markdown": "^8.0.3", "@stylistic/eslint-plugin": "^5.10.0", "c8": "^12.0.0", - "commit-and-tag-version": "^13.1.0", + "commit-and-tag-version": "^13.1.2", "cspell": "^10.0.1", "eslint": "^10.7.0", "eslint-plugin-import-x": "^4.17.1", @@ -2272,9 +2272,9 @@ } }, "node_modules/commit-and-tag-version": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-13.1.0.tgz", - "integrity": "sha512-TqUrtbgZy/oiVbl11KphemSZH8023+qHn8r2tb7SoVL0SC5xdUQu/vd4lTMmwDZLOAdCivJibklb0DeoYyW0wg==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-13.1.2.tgz", + "integrity": "sha512-NEBJycEVXM6XExM7k9WunQAIMccFAHv3/ZtmA2s4L0VI0P6srUwrbCoNbE+Exo2B86agc9/NVty4m3PAxGPgTA==", "dev": true, "license": "ISC", "dependencies": { @@ -2291,7 +2291,7 @@ "figures": "^3.2.0", "find-up": "^5.0.0", "semver": "^7.7.2", - "yaml": "^2.6.0", + "yaml": "^2.9.0", "yargs": "^17.7.2" }, "bin": { diff --git a/package.json b/package.json index db5ed1e..790d518 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@eslint/markdown": "^8.0.3", "@stylistic/eslint-plugin": "^5.10.0", "c8": "^12.0.0", - "commit-and-tag-version": "^13.1.0", + "commit-and-tag-version": "^13.1.2", "cspell": "^10.0.1", "eslint": "^10.7.0", "eslint-plugin-import-x": "^4.17.1",