From b39344ff8a565ede525af0aeaef14d12cdb33eea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Aug 2023 19:52:29 +0000 Subject: [PATCH] fix: packages/gulp-conventional-changelog/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- packages/gulp-conventional-changelog/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gulp-conventional-changelog/package.json b/packages/gulp-conventional-changelog/package.json index adbae7a28..8aa6da73a 100644 --- a/packages/gulp-conventional-changelog/package.json +++ b/packages/gulp-conventional-changelog/package.json @@ -37,7 +37,7 @@ "dependencies": { "add-stream": "^1.0.0", "concat-stream": "^1.6.0", - "conventional-changelog": "^2.0.0", + "conventional-changelog": "^3.1.10", "fancy-log": "^1.3.2", "object-assign": "^4.0.1", "plugin-error": "^1.0.1",