From ae17f9c9b94e5f6d863bb61ef58d255e1cb72c3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 06:51:15 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a38f3786..adc0a925 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": "^5.0.0", "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",