From 4727e3c37efcd8a614d68501bbd301b304922b66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 00:54:43 +0000 Subject: [PATCH] fix: examples/with-jest/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/with-jest/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 541e16fd8421a..e48fee679ec92 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -15,10 +15,10 @@ }, "devDependencies": { "@testing-library/jest-dom": "^5.1.0", - "@testing-library/react": "^9.4.0", + "@testing-library/react": "^10.0.0", "babel-jest": "^25.1.0", "identity-obj-proxy": "^3.0.0", - "jest": "^25.1.0", + "jest": "^26.0.0", "react-test-renderer": "^16.12.0" }, "license": "MIT"