From 8160af60344ce161362bc5f693dd36d16604df42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 04:41:54 +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 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33a97c1a421..3dbfbec8a15 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", - "@types/jest": "^24.0.18", + "@types/jest": "^25.1.0", "@types/node": "^8.9.5", "@types/puppeteer": "1.3.0", "babel-loader": "^8.0.0", @@ -57,10 +57,10 @@ "compression-webpack-plugin": "^1.1.3", "cypress": "^3.2.0", "husky": "^3.0.5", - "jest": "^24.x.x", - "jest-config": "24.8.0", + "jest": "^26.0.0", + "jest-config": "25.0.0", "json-loader": "^0.5.7", - "lerna": "^3.13.1", + "lerna": "^4.0.0", "prettier": "^1.19.0", "pretty-quick": "^1.11.1", "rimraf": "^2.6.2", @@ -80,7 +80,7 @@ "uuid-validate": "^0.0.3", "webpack": "^4.32.0", "webpack-bundle-analyzer": "^3.3.2", - "webpack-cli": "^3.1.0", + "webpack-cli": "^4.0.0", "winston": "^3.2.1" }, "resolutions": {