Skip to content

Commit 1a4d0ea

Browse files
fix(deps): update dependency core-js to ^3.22.3 (#35541)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f593e00 commit 1a4d0ea

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/babel-preset-gatsby-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/preset-react": "^7.14.0",
2020
"@babel/runtime": "^7.15.4",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
22-
"core-js": "^3.22.2"
22+
"core-js": "^3.22.3"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.15.4",

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-react": "^7.14.0",
4040
"babel-loader": "^8.2.2",
4141
"babel-preset-gatsby-package": "^2.14.0-next.1",
42-
"core-js": "^3.22.2",
42+
"core-js": "^3.22.3",
4343
"cross-env": "^7.0.3",
4444
"css-loader": "^6.2.0",
4545
"graphiql": "^1.4.0",

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/types": "^7.15.4",
3232
"camelcase-css": "^2.0.1",
3333
"change-case": "^3.1.0",
34-
"core-js": "^3.22.2",
34+
"core-js": "^3.22.3",
3535
"dataloader": "^1.4.0",
3636
"debug": "^4.3.1",
3737
"escape-string-regexp": "^1.0.5",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"common-tags": "^1.8.0",
4848
"compression": "^1.7.4",
4949
"cookie": "^0.4.1",
50-
"core-js": "^3.22.2",
50+
"core-js": "^3.22.3",
5151
"cors": "^2.8.5",
5252
"css-loader": "^5.2.7",
5353
"css-minimizer-webpack-plugin": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8125,10 +8125,10 @@ core-js@^2.4.0, core-js@^2.4.1, core-js@^2.6.5:
81258125
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
81268126
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
81278127

8128-
core-js@^3.16.0, core-js@^3.22.2:
8129-
version "3.22.2"
8130-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.2.tgz#3ea0a245b0895fa39d1faa15fe75d91ade504a01"
8131-
integrity sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==
8128+
core-js@^3.16.0, core-js@^3.22.3:
8129+
version "3.22.3"
8130+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.3.tgz#498c41d997654cb00e81c7a54b44f0ab21ab01d5"
8131+
integrity sha512-1t+2a/d2lppW1gkLXx3pKPVGbBdxXAkqztvWb1EJ8oF8O2gIGiytzflNiFEehYwVK/t2ryUsGBoOFFvNx95mbg==
81328132

81338133
[email protected], core-util-is@~1.0.0:
81348134
version "1.0.2"

0 commit comments

Comments
 (0)