From 6ace8c93bbfadb8802e0f34143fb0a7d68613dbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jun 2022 12:16:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a38f3786..69f30d1c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "mocha": "^3.0.2", "prettier": "^1.12.1", "source-map": "^0.5.6", - "standard-version": "^4.4.0", + "standard-version": "^9.1.1", "style-loader": "^0.14.0", "webpack": "^4.0.0 || ^4.0.0-beta.* || ^3.8.1 || ^3.0.0 || ^3.0.0-rc.0 || ^2.1.0 || ^1.13.1", "webpack-cli": "^3.0.0",