From b8cec157407269543d72bd1a99f233788c0876c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jun 2024 20:09:21 +0000 Subject: [PATCH] fix: upgrade core-js from 3.37.0 to 3.37.1 Snyk has created this PR to upgrade core-js from 3.37.0 to 3.37.1. 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 da652b9ef126..5dc2f057ea5f 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -11,7 +11,7 @@ "dependencies": { "@types/webextension-polyfill": "^0.10.7", "clipboard-polyfill": "^3.0.3", - "core-js": "3.37.0", + "core-js": "3.37.1", "tslib": "^2.6.2" }, "devDependencies": {