From 8035190514d4912eb72ad1fd3e6b4833dd132be0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2026 00:25:59 +0000 Subject: [PATCH] fix: packages/internal-lib-build/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-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-TOOTALLNATEONCE-15250612 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/internal-lib-build/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/internal-lib-build/package.json b/packages/internal-lib-build/package.json index 66f26c3..a612242 100644 --- a/packages/internal-lib-build/package.json +++ b/packages/internal-lib-build/package.json @@ -48,8 +48,8 @@ "babel-plugin-dynamic-import-node-babel-7": "^2.0.7", "babel-plugin-formatjs": "10.4.0", "commander": "^9.5.0", - "jest": "^26.6.3", - "jest-environment-jsdom": "^26.6.2", + "jest": "^27.0.0", + "jest-environment-jsdom": "^30.0.0", "jest-environment-jsdom-global": "^2.0.4", "jest-fetch-mock": "^2.1.2", "prettier": "^2.8.6",