Skip to content

Commit 176b1cc

Browse files
fix(deps): update dependency core-js to ^3.31.0 (#38309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31df9ef commit 176b1cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "^7.20.13",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-lodash": "^3.3.4",
23-
"core-js": "^3.30.2"
23+
"core-js": "^3.31.0"
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "^7.20.7",

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@graphiql/toolkit": "^0.8.4",
4545
"babel-loader": "^9.1.2",
4646
"babel-preset-gatsby-package": "^3.12.0-next.0",
47-
"core-js": "^3.30.2",
47+
"core-js": "^3.31.0",
4848
"cross-env": "^7.0.3",
4949
"css-loader": "^6.8.1",
5050
"del-cli": "^5.0.0",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"common-tags": "^1.8.2",
6060
"compression": "^1.7.4",
6161
"cookie": "^0.5.0",
62-
"core-js": "^3.30.2",
62+
"core-js": "^3.31.0",
6363
"cors": "^2.8.5",
6464
"css-loader": "^5.2.7",
6565
"css-minimizer-webpack-plugin": "^2.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8608,7 +8608,7 @@ [email protected]:
86088608
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.28.0.tgz#ed8b9e99c273879fdfff0edfc77ee709a5800e4a"
86098609
integrity sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==
86108610

8611-
[email protected], core-js@^3.26.0, core-js@^3.30.2:
8611+
[email protected], core-js@^3.26.0, core-js@^3.31.0:
86128612
version "3.31.0"
86138613
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.31.0.tgz#4471dd33e366c79d8c0977ed2d940821719db344"
86148614
integrity sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==

0 commit comments

Comments
 (0)