Skip to content

Commit f4cc8af

Browse files
committed
fix: upgrade core-js from 3.28.0 to 3.44.0
Snyk has created this PR to upgrade core-js from 3.28.0 to 3.44.0. See this package in yarn: core-js See this project in Snyk: https://app.snyk.io/org/devfile/project/b531d744-fc32-4317-a5d5-80e414d9d114?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent b971291 commit f4cc8af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@segment/analytics-next": "^1.38.0",
3333
"@sindresorhus/slugify": "^2.1.0",
3434
"clsx": "^1.1.1",
35-
"core-js": "^3.6.5",
35+
"core-js": "^3.44.0",
3636
"focus-visible": "^5.2.0",
3737
"fuse.js": "^6.6.2",
3838
"js-yaml": "^4.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5830,10 +5830,10 @@ core-js-compat@^3.25.1:
58305830
dependencies:
58315831
browserslist "^4.21.5"
58325832

5833-
core-js@^3.6.5:
5834-
version "3.28.0"
5835-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.28.0.tgz#ed8b9e99c273879fdfff0edfc77ee709a5800e4a"
5836-
integrity sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==
5833+
core-js@^3.44.0:
5834+
version "3.44.0"
5835+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.44.0.tgz#db4fd4fa07933c1d6898c8b112a1119a9336e959"
5836+
integrity sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==
58375837

58385838
58395839
version "1.0.2"

0 commit comments

Comments
 (0)