From 407d463b11abefb557cb31f51b9ac10cb1e38c3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 09:33:26 +0000 Subject: [PATCH] fix: upgrade core-js from 3.41.0 to 3.44.0 Snyk has created this PR to upgrade core-js from 3.41.0 to 3.44.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..4a178ae6c6b 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.44.0", "tslib": "^2.6.3" }, "devDependencies": {