From ac819b6d32c143211091f49ba21db074e0516015 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 19:28:31 +0000 Subject: [PATCH] fix: packages/scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- packages/scripts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index c72eb7c454a5e4..568c1324f948e3 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -51,7 +51,7 @@ "eslint": "^7.1.0", "eslint-plugin-markdown": "^1.0.2", "ignore-emit-webpack-plugin": "^2.0.2", - "jest": "^25.3.0", + "jest": "^26.0.0", "jest-puppeteer": "^4.4.0", "markdownlint": "^0.18.0", "markdownlint-cli": "^0.21.0", @@ -72,7 +72,7 @@ "url-loader": "^3.0.0", "webpack": "^4.42.0", "webpack-bundle-analyzer": "^3.6.1", - "webpack-cli": "^3.3.11", + "webpack-cli": "^4.0.0", "webpack-livereload-plugin": "^2.3.0" }, "publishConfig": {