Bump @babel/preset-env from 7.2.0 to 7.2.3

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3.
- [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.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-02 11:10:31 +00:00
parent 93392e0dd7
commit 3f6fa66bdd
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
2 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
"@babel/cli": "~7.2.3",
"@babel/core": "~7.2.0",
"@babel/node": "~7.2.2",
"@babel/preset-env": "~7.2.0",
"@babel/preset-env": "~7.2.3",
"@babel/register": "~7.0.0",
"apollo-server-testing": "~2.2.6",
"babel-eslint": "~10.0.1",

View File

@ -560,10 +560,10 @@
core-js "^2.5.7"
regenerator-runtime "^0.11.1"
"@babel/preset-env@~7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.0.tgz#a5030e7e4306af5a295dd5d7c78dc5464af3fee2"
integrity sha512-haGR38j5vOGVeBatrQPr3l0xHbs14505DcM57cbJy48kgMFvvHHoYEhHuRV+7vi559yyAUAVbTWzbK/B/pzJng==
"@babel/preset-env@~7.2.3":
version "7.2.3"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
integrity sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"