From c8eaf89511aa5fad565779bfcff592a235e15948 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 03:43:04 +0000 Subject: [PATCH] fix: packages/jest/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- packages/jest/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest/package.json b/packages/jest/package.json index 7ca72aa5d923..d29cb8bcdb41 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -10,9 +10,9 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^27.0.0-next.2", + "@jest/core": "^28.0.0", "import-local": "^3.0.2", - "jest-cli": "^27.0.0-next.2" + "jest-cli": "^28.0.0" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0"