From 5689da882aafa48ca4d3a3682891191a0f529348 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jul 2022 08:30:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a38f3786..aaa71eed 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "node": ">=8.0.0" }, "devDependencies": { - "@commitlint/cli": "^7.0.0", + "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^7.0.0", - "@commitlint/travis-cli": "^7.0.0", + "@commitlint/travis-cli": "^8.0.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", @@ -49,13 +49,13 @@ "file-loader": "^1.0.0 || ^0.11.0 || ^0.10.1", "html-webpack-plugin": "^3.2.0 || ^2.22.0", "husky": "^0.14.3", - "level": "^4.0.0", + "level": "^5.0.0", "memory-fs": "^0.4.1", "mini-css-extract-plugin": "^0.4.0", "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",