From 33a9344bb61315425c47b502f3fdf53df4b2151a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Jul 2023 02:17:33 +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-SEMVER-3247795 --- 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 25eefbbb0d..ba2d36a3f0 100644 --- a/packages/internal-lib-build/package.json +++ b/packages/internal-lib-build/package.json @@ -44,7 +44,7 @@ "@babel/runtime-corejs2": "^7.21.0", "@babel/traverse": "^7.21.3", "babel-jest": "^26.6.3", - "babel-loader": "^8.3.0", + "babel-loader": "^9.1.3", "babel-plugin-dynamic-import-node-babel-7": "^2.0.7", "babel-plugin-formatjs": "10.4.0", "commander": "^9.5.0",