From f1f6f3fa2ae9ca9a1b8236841f110def8f00502b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jun 2024 19:01:59 +0000 Subject: [PATCH] fix: upgrade core-js from 3.16.1 to 3.37.1 Snyk has created this PR to upgrade core-js from 3.16.1 to 3.37.1. See this package in npm: core-js See this project in Snyk: https://app.snyk.io/org/laugustofrontend/project/2b74ee00-4bf4-4d22-8f39-7433b83da779?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43ab557..52da934 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "bootstrap": "5.1.0", - "core-js": "3.16.1", + "core-js": "3.37.1", "font-awesome": "4.7.0", "vue": "2.6.14" },