Skip to content

Commit

Permalink
fix(deps): update dependency core-js to ^3.17.2 (#32980)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 2, 2021
1 parent 03f5951 commit efdf037
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby-package/package.json
Expand Up @@ -19,7 +19,7 @@
"@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.14.8",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.10.0"
"core-js": "^3.17.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
Expand Up @@ -39,7 +39,7 @@
"@babel/preset-react": "^7.14.0",
"babel-loader": "^8.2.2",
"babel-preset-gatsby-package": "^1.14.0-next.1",
"core-js": "^3.8.1",
"core-js": "^3.17.2",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"graphiql": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Expand Up @@ -30,7 +30,7 @@
"@babel/types": "^7.14.9",
"camelcase-css": "^2.0.1",
"change-case": "^3.1.0",
"core-js": "^3.6.5",
"core-js": "^3.17.2",
"dataloader": "^1.4.0",
"debug": "^4.3.1",
"escape-string-regexp": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -44,7 +44,7 @@
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"cookie": "^0.4.1",
"core-js": "^3.9.0",
"core-js": "^3.17.2",
"cors": "^2.8.5",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8679,10 +8679,10 @@ core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.5:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==

core-js@^3.0.0, core-js@^3.10.0, core-js@^3.14.0, core-js@^3.6.5, core-js@^3.8.1, core-js@^3.9.0:
version "3.16.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986"
integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==
core-js@^3.0.0, core-js@^3.14.0, core-js@^3.17.2:
version "3.17.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.2.tgz#f960eae710dc62c29cca93d5332e3660e289db10"
integrity sha512-XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit efdf037

Please sign in to comment.