Skip to content

Commit

Permalink
chore: bump @babel/node from 7.8.7 to 7.10.1 (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed May 28, 2020
1 parent 18575a1 commit eb3501e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@babel/cli": "^7.10.0",
"@babel/core": "^7.10.0",
"@babel/generator": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/node": "^7.10.1",
"@babel/runtime": "^7.10.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@
esutils "^2.0.2"
js-tokens "^4.0.0"

"@babel/node@^7.8.7":
version "7.8.7"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.8.7.tgz#4213ea99f0c86cc1cf460e61131e7acbb723e13a"
integrity sha512-o8cBT3cfRPLwoPh7VBYonSeZypIawGUeVfOIt1xSDgcDdirRGDPZ7/x+FLhhgQmKp3PKbz5Juh9/BNP4Jzrr9Q==
"@babel/node@^7.10.1":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.10.1.tgz#34d3405c7c3d5139c48cbce2c80226f46e36ab25"
integrity sha512-HoLxelFIekiipykhN0d3cTSLZVxnl0aZiwv6oW4mxjeQEMOt1J/YGnBaIDyYWQ5tIHkUL1cqqn8LOvmWhFoCyw==
dependencies:
"@babel/register" "^7.8.3"
"@babel/register" "^7.10.1"
commander "^4.0.1"
core-js "^3.2.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -970,10 +970,10 @@
"@babel/plugin-transform-react-jsx-self" "^7.8.3"
"@babel/plugin-transform-react-jsx-source" "^7.8.3"

"@babel/register@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.8.3.tgz#5d5d30cfcc918437535d724b8ac1e4a60c5db1f8"
integrity sha512-t7UqebaWwo9nXWClIPLPloa5pN33A2leVs8Hf0e9g9YwUP8/H9NeR7DJU+4CXo23QtjChQv5a3DjEtT83ih1rg==
"@babel/register@^7.10.1":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.1.tgz#b6567c5cb5049f44bbf8c35d6ff68ca3c43238ed"
integrity sha512-sl96+kB3IA2B9EzpwwBmYadOT14vw3KaXOknGDbJaZCOj52GDA4Tivudq9doCJcB+bEIKCEARZYwRgBBsCGXyg==
dependencies:
find-cache-dir "^2.0.0"
lodash "^4.17.13"
Expand Down

0 comments on commit eb3501e

Please sign in to comment.