From 840921a99c4355e34265fe85e6a499c77af0a36d Mon Sep 17 00:00:00 2001 From: phyr0s <11390548+phyr0s@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:51:36 +0100 Subject: [PATCH] Update core-js due security issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c21358..1f65aad9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@babel/runtime": "7.14.8", "botframework-streaming": "4.14.1", "buffer": "6.0.3", - "core-js": "3.15.2", + "core-js": "3.28.0", "cross-fetch": "^3.1.5", "jwt-decode": "3.1.2", "rxjs": "5.5.12",