Skip to content

Commit

Permalink
fix: upgrade core-js from 3.6.4 to 3.6.5 (#146)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade core-js from 3.6.4 to 3.6.5.

See this package in NPM:
https://www.npmjs.com/package/core-js

See this project in Snyk:
https://app.snyk.io/org/hanneskaeufler/project/384ee179-5b76-404f-b2be-5d0a731175b5?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Apr 12, 2020
1 parent 3ea5cc8 commit 0a54cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"trailingComma": "es5"
},
"dependencies": {
"core-js": "^3.6.4"
"core-js": "^3.6.5"
},
"husky": {
"hooks": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2325,10 +2325,10 @@ core-js@^3.6.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.0.tgz#2b854e451de1967d1e29896025cdc13a2518d9ea"
integrity sha512-AHPTNKzyB+YwgDWoSOCaid9PUSEF6781vsfiK8qUz62zRR448/XgK2NtCbpiUGizbep8Lrpt0Du19PpGGZvw3Q==

core-js@^3.6.4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647"
integrity sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==
core-js@^3.6.5:
version "3.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==

[email protected], core-util-is@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit 0a54cd0

Please sign in to comment.