From 67234e7df81c477a29f2af4b5e65fc257fc993b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Feb 2026 06:00:02 +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-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/internal-lib-build/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/internal-lib-build/package.json b/packages/internal-lib-build/package.json index 66f26c3..089ecfb 100644 --- a/packages/internal-lib-build/package.json +++ b/packages/internal-lib-build/package.json @@ -48,16 +48,16 @@ "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": "^29.0.0", "jest-environment-jsdom": "^26.6.2", "jest-environment-jsdom-global": "^2.0.4", "jest-fetch-mock": "^2.1.2", "prettier": "^2.8.6", "raf": "^3.4.1", "regenerator-runtime": "^0.13.11", - "replace-in-file": "^6.3.5", - "rimraf": "2.7.1", - "shelljs": "^0.8.5" + "replace-in-file": "^8.3.1", + "rimraf": "6.1.1", + "shelljs": "^0.9.0" }, "devDependencies": { "@salesforce/pwa-kit-dev": "3.9.0-dev",