Skip to content

Commit

Permalink
Bump core-js from 3.6.5 to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 26, 2021
1 parent 49bea7c commit a0db4a2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
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.1",
"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
Expand Up @@ -14,7 +14,7 @@
"@redwoodjs/internal": "^0.28.0",
"@types/pino": "^6.3.6",
"apollo-server-lambda": "2.18.2",
"core-js": "3.6.5",
"core-js": "3.9.1",
"graphql": "15.5.0",
"graphql-scalars": "1.9.0",
"jsonwebtoken": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
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.1",
"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
Expand Up @@ -43,7 +43,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.1",
"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
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@types/pascalcase": "^1.0.0",
"core-js": "3.6.5",
"core-js": "3.9.1",
"pascalcase": "1.0.0",
"react-hook-form": "^6.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@reach/skip-nav": "^0.13.2",
"@redwoodjs/auth": "^0.28.0",
"core-js": "3.6.5",
"core-js": "3.9.1",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@apollo/client": "^3.3.11",
"@redwoodjs/auth": "^0.28.0",
"core-js": "3.6.5",
"core-js": "3.9.1",
"graphql": "^15.3.0",
"proptypes": "^1.1.0",
"react-hot-toast": "^1.0.2"
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Expand Up @@ -7142,16 +7142,11 @@ 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:
core-js@3.9.1, core-js@^3.0.1, core-js@^3.0.4, core-js@^3.2.1, core-js@^3.6.5, core-js@^3.8.0:
version "3.9.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.9.1.tgz#cec8de593db8eb2a85ffb0dbdeb312cb6e5460ae"
integrity sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg==

core-js@^3.6.5:
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"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down

0 comments on commit a0db4a2

Please sign in to comment.