From cc1c535ab062f43447ddfd6323d3883d2c9395cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 19:51:05 +0000 Subject: [PATCH] fix: node_modules/jest-snapshot/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/jest-snapshot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/jest-snapshot/package.json b/node_modules/jest-snapshot/package.json index c4562420..1c92e6e6 100644 --- a/node_modules/jest-snapshot/package.json +++ b/node_modules/jest-snapshot/package.json @@ -13,11 +13,11 @@ "@babel/types": "^7.0.0", "@jest/types": "^24.9.0", "chalk": "^2.0.1", - "expect": "^24.9.0", + "expect": "^25.0.0", "jest-diff": "^24.9.0", "jest-get-type": "^24.9.0", "jest-matcher-utils": "^24.9.0", - "jest-message-util": "^24.9.0", + "jest-message-util": "^25.0.0", "jest-resolve": "^24.9.0", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0",