From d7f560a3cb2bf28c75b2ae7c5fd5ee2ef2bd5f3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Nov 2025 20:49:28 +0000 Subject: [PATCH] fix: upgrade core-js from 3.41.0 to 3.46.0 Snyk has created this PR to upgrade core-js from 3.41.0 to 3.46.0. See this package in npm: core-js See this project in Snyk: https://app.snyk.io/org/yisiliu/project/472e346d-0a46-4725-aa84-6b0942145015?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/polyfills/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 13ed95a905b..ce229724753 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -11,7 +11,7 @@ "build": "rollup -c" }, "dependencies": { - "core-js": "3.41.0", + "core-js": "3.46.0", "tslib": "^2.6.3" }, "devDependencies": {