From 8f110f7b4e4d9f608243dbbb9d469d72ff143fb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 15:16:16 +0000 Subject: [PATCH] fix: packages/babel-plugin-transform-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- packages/babel-plugin-transform-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 820c3ca6007e..de10d6968eff 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -20,7 +20,7 @@ "./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts" }, "dependencies": { - "@babel/helper-module-imports": "workspace:^", + "@babel/helper-module-imports": "7.0.0", "@babel/helper-plugin-utils": "workspace:^", "babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs3": "^0.8.3",