Bump @babel/node from 7.2.0 to 7.2.2

Bumps [@babel/node](https://github.com/babel/babel) from 7.2.0 to 7.2.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-31 19:19:28 +00:00
parent 7593a094e0
commit 9ff227d28f
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
2 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@
"devDependencies": {
"@babel/cli": "~7.2.0",
"@babel/core": "~7.2.0",
"@babel/node": "~7.2.0",
"@babel/node": "~7.2.2",
"@babel/preset-env": "~7.2.0",
"@babel/register": "~7.0.0",
"apollo-server-testing": "~2.2.6",

View File

@ -251,10 +251,10 @@
esutils "^2.0.2"
js-tokens "^4.0.0"
"@babel/node@~7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.2.0.tgz#0b601be8ef03897923e3908dc18129836d44e6fa"
integrity sha512-RFwVH5xWpwd4SfkOI0WsK9AnF5o+C9iMTvUkkTb7jUNaiDieV8BGK38t74bTPjgc4FCxSAWNKqaqgDW4fenkyA==
"@babel/node@~7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.2.2.tgz#1557dd23545b38d7b1d030a9c0e8fb225dbf70ab"
integrity sha512-jPqgTycE26uFsuWpLika9Ohz9dmLQHWjOnMNxBOjYb1HXO+eLKxEr5FfKSXH/tBvFwwaw+pzke3gagnurGOfCA==
dependencies:
"@babel/polyfill" "^7.0.0"
"@babel/register" "^7.0.0"