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 14, 2021
1 parent 4fc0812 commit 856e18e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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 @@ -12,7 +12,7 @@
"@prisma/client": "2.18.0",
"@redwoodjs/internal": "^0.27.1",
"apollo-server-lambda": "2.18.2",
"core-js": "3.6.5",
"core-js": "3.9.1",
"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
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 @@ -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.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 @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"@redwoodjs/auth": "^0.27.1",
"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 @@ -14,7 +14,7 @@
"@apollo/client": "^3.3.11",
"@redwoodjs/auth": "^0.27.1",
"@types/react": "^17.0.2",
"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
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7634,10 +7634,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.3"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0"
integrity sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q==
core-js@3.9.1, core-js@^3.0.1, core-js@^3.0.4, core-js@^3.2.1, 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-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit 856e18e

Please sign in to comment.