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 19, 2021
1 parent f0b2ac5 commit 98b6c97
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 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.27.1",
"@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 @@ -42,7 +42,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": {
"@redwoodjs/auth": "^0.27.1",
"@reach/skip-nav": "^0.13.2",
"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
10 changes: 1 addition & 9 deletions yarn.lock
Expand Up @@ -7173,7 +7173,7 @@ 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.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==
Expand Down Expand Up @@ -9428,14 +9428,6 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

flush-write-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-2.0.0.tgz#6f58e776154f5eefacff92a6e5a681c88ac50f7c"
integrity sha512-uXClqPxT4xW0lcdSBheb2ObVU+kuqUk3Jk64EwieirEXZx9XUrVwp/JuBfKAWaM4T5Td/VL7QLDWPXp/MvGm/g==
dependencies:
inherits "^2.0.3"
readable-stream "^3.1.1"

focus-lock@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.8.1.tgz#bb36968abf77a2063fa173cb6c47b12ac8599d33"
Expand Down

0 comments on commit 98b6c97

Please sign in to comment.