From 71eb9b4dde53c3d68f3c459d86598cffb0727ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 04:31:32 +0000 Subject: [PATCH] chore(deps-dev): bump cz-customizable from 7.3.0 to 7.4.0 Bumps [cz-customizable](https://github.com/leoforfree/cz-customizable) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/leoforfree/cz-customizable/releases) - [Commits](https://github.com/leoforfree/cz-customizable/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: cz-customizable dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b7a539c8b..e439922772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "conventional-changelog-cli": "^5.0.0", "core-js": "^3.38.1", "cross-env": "^7.0.3", - "cz-customizable": "^7.3.0", + "cz-customizable": "^7.4.0", "deep-freeze-strict": "^1.1.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-sonarjs": "^0.19.0", @@ -11651,11 +11651,10 @@ } }, "node_modules/cz-customizable": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/cz-customizable/-/cz-customizable-7.3.0.tgz", - "integrity": "sha512-ExNKEk8SG91ydXO2wph3VptVXZPRM8092WZlzD4hUI1WpFlGAQvTi8x+9rlpTuZzr8XPff9xEIJlx2hAFyEfqg==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/cz-customizable/-/cz-customizable-7.4.0.tgz", + "integrity": "sha512-0HFu2d7/j9E9BPZv6+jhsojS8F16r+UHNAVVw1u5Xvog/mYNnrkHocRXZTnmVioAFvNux4zd+vt5LCdZnfhOhg==", "dev": true, - "license": "MIT", "dependencies": { "editor": "1.0.0", "find-config": "^1.0.0", diff --git a/package.json b/package.json index d2db26e883..7f5ee05381 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "conventional-changelog-cli": "^5.0.0", "core-js": "^3.38.1", "cross-env": "^7.0.3", - "cz-customizable": "^7.3.0", + "cz-customizable": "^7.4.0", "deep-freeze-strict": "^1.1.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-sonarjs": "^0.19.0",