Skip to content

Commit

Permalink
Bump core-js from 3.6.5 to 3.9.0
Browse files Browse the repository at this point in the history
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.5 to 3.9.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.6.5...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2021
1 parent dfea412 commit 68a2e13
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"babel-plugin-auto-import": "^1.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-remove-code": "^0.0.6",
"core-js": "3.6.5",
"core-js": "3.9.0",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.2",
"jest": "^26.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@prisma/client": "2.16.1",
"@redwoodjs/internal": "^0.26.2",
"apollo-server-lambda": "2.18.2",
"core-js": "3.6.5",
"core-js": "3.9.0",
"graphql": "^15.3.0",
"graphql-scalars": "^1.4.1",
"graphql-tools": "6.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"camelcase": "^6.0.0",
"chalk": "^4.1.0",
"concurrently": "^5.1.0",
"core-js": "3.6.5",
"core-js": "3.9.0",
"cross-env": "^7.0.2",
"decamelize": "^4.0.0",
"dotenv-defaults": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-module-resolver": "^4.0.0",
"copy-webpack-plugin": "^6.1.0",
"core-js": "3.6.5",
"core-js": "3.9.0",
"css-loader": "^4.2.2",
"css-minimizer-webpack-plugin": "^1.2.0",
"dotenv-webpack": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@types/pascalcase": "^1.0.0",
"core-js": "3.6.5",
"core-js": "3.9.0",
"pascalcase": "1.0.0",
"react-hook-form": "^6.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@redwoodjs/auth": "^0.26.2",
"core-js": "3.6.5",
"core-js": "3.9.0",
"lodash.isequal": "^4.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@apollo/client": "^3.2.5",
"@redwoodjs/auth": "^0.26.2",
"@types/react": "16.9.53",
"core-js": "3.6.5",
"core-js": "3.9.0",
"graphql": "^15.3.0",
"proptypes": "^1.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7389,10 +7389,10 @@ core-js@3.6.5:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==

core-js@^3.0.1, core-js@^3.0.4, core-js@^3.2.1, core-js@^3.8.0:
version "3.8.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.1.tgz#f51523668ac8a294d1285c3b9db44025fda66d47"
integrity sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg==
core-js@3.9.0, core-js@^3.0.1, core-js@^3.0.4, core-js@^3.2.1, core-js@^3.8.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.9.0.tgz#790b1bb11553a2272b36e2625c7179db345492f8"
integrity sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ==

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

0 comments on commit 68a2e13

Please sign in to comment.