From 5bcd7af8e1b487f5b0f660b3397e782237693af8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Jul 2022 08:27:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - 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",