Bump @babel/core from 7.5.0 to 7.5.4 in /backend

Bumps [@babel/core](https://github.com/babel/babel) from 7.5.0 to 7.5.4.
- [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.5.0...v7.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-10 04:25:20 +00:00 committed by GitHub
parent 54947b113d
commit a6de369277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -85,7 +85,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "~7.5.0", "@babel/cli": "~7.5.0",
"@babel/core": "~7.5.0", "@babel/core": "~7.5.4",
"@babel/node": "~7.5.0", "@babel/node": "~7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/preset-env": "~7.5.2", "@babel/preset-env": "~7.5.2",

View File

@ -38,14 +38,14 @@
dependencies: dependencies:
"@babel/highlight" "^7.0.0" "@babel/highlight" "^7.0.0"
"@babel/core@^7.1.0", "@babel/core@~7.5.0": "@babel/core@^7.1.0", "@babel/core@~7.5.4":
version "7.5.0" version "7.5.4"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.0.tgz#6ed6a2881ad48a732c5433096d96d1b0ee5eb734" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
integrity sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw== integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.5.0" "@babel/generator" "^7.5.0"
"@babel/helpers" "^7.5.0" "@babel/helpers" "^7.5.4"
"@babel/parser" "^7.5.0" "@babel/parser" "^7.5.0"
"@babel/template" "^7.4.4" "@babel/template" "^7.4.4"
"@babel/traverse" "^7.5.0" "@babel/traverse" "^7.5.0"
@ -260,10 +260,10 @@
"@babel/traverse" "^7.1.0" "@babel/traverse" "^7.1.0"
"@babel/types" "^7.2.0" "@babel/types" "^7.2.0"
"@babel/helpers@^7.5.0": "@babel/helpers@^7.5.4":
version "7.5.2" version "7.5.4"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.2.tgz#97424dc82fc0041f4c751119b4d2b1ec68cdb5ba" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
integrity sha512-NDkkTqDvgFUeo8djXBOiwO/mFjownznOWvmP9hvNdfiFUmx0nwNOqxuaTTbxjH744eQsD9M5ubC7gdANBvIWPw== integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
dependencies: dependencies:
"@babel/template" "^7.4.4" "@babel/template" "^7.4.4"
"@babel/traverse" "^7.5.0" "@babel/traverse" "^7.5.0"