From 000413029870cfa247d9cefbb91692e48b5185f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 21:04:39 +0000 Subject: [PATCH] build(deps-dev): bump @babel/parser from 7.5.5 to 7.6.0 Bumps [@babel/parser](https://github.com/babel/babel) from 7.5.5 to 7.6.0. - [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.5...v7.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16afd6cb..31b85e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -473,9 +473,9 @@ } }, "@babel/parser": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz", - "integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.6.0.tgz", + "integrity": "sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==", "dev": true }, "@babel/plugin-proposal-async-generator-functions": { diff --git a/package.json b/package.json index 27c0aef5..2f37b35c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/generator": "^7.6.0", - "@babel/parser": "^7.5.0", + "@babel/parser": "^7.6.0", "@babel/preset-env": "^7.6.0", "acorn": "^6.3.0", "astravel": "^0.5.0",