From 88e31b78d407790103cebeec91ba54ca762300fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 02:19:54 +0000 Subject: [PATCH] fix: test/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 --- test/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/package.json b/test/package.json index 8fbb013aa88..aa0b6625f75 100644 --- a/test/package.json +++ b/test/package.json @@ -7,7 +7,7 @@ "@babel/plugin-transform-typescript": "^7.9.4", "@babel/preset-env": "^7.9.0", "@babel/preset-typescript": "^7.9.0", - "@jest/core": "^25.2.4", + "@jest/core": "^27.0.0", "@types/ci-info": "^2.0.0", "@types/depcheck": "^0.9.1", "@types/fs-extra": "^8.1.0", @@ -29,7 +29,7 @@ "electron-publish": "workspace:*", "electron-updater": "workspace:*", "fs-extra": "^9.0.0", - "jest": "^25.2.4", + "jest": "^27.0.0", "jest-junit": "^10.0.0", "js-yaml": "^3.13.1", "path-sort": "^0.1.0",