From cc260118f64b71a00e4fe8f24d11789b9c350b8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 03:19:07 +0000 Subject: [PATCH] fix: packages/calypso-build/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- packages/calypso-build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calypso-build/package.json b/packages/calypso-build/package.json index ae1b6bfc0a64f..3c5876a398f8a 100644 --- a/packages/calypso-build/package.json +++ b/packages/calypso-build/package.json @@ -57,7 +57,7 @@ "enzyme-adapter-react-16": "1.14.0", "enzyme-to-json": "3.4.0", "file-loader": "3.0.1", - "jest-config": "24.9.0", + "jest-config": "25.0.0", "mini-css-extract-plugin-with-rtl": "github:Automattic/mini-css-extract-plugin-with-rtl#v0.7.0-with-rtl", "node-sass": "4.11.0", "postcss-custom-properties": "8.0.9",