From fbc49ee78fab2ebb824a96804eccf966a0c202bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 16:17:26 +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-JSYAML-13961110 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/internal-lib-build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/internal-lib-build/package.json b/packages/internal-lib-build/package.json index 66f26c3..acd9f62 100644 --- a/packages/internal-lib-build/package.json +++ b/packages/internal-lib-build/package.json @@ -48,7 +48,7 @@ "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": "^27.0.0", "jest-environment-jsdom": "^26.6.2", "jest-environment-jsdom-global": "^2.0.4", "jest-fetch-mock": "^2.1.2",