From 394249ac4b9a90da04325a63ea30a30b17393bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:01:45 +0000 Subject: [PATCH] :arrow_up: Bump @babel/parser from 7.12.1 to 7.13.11 Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.12.1 to 7.13.11. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.11/packages/babel-parser) Signed-off-by: dependabot[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 6dd9581bd..dd81746b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,9 +203,9 @@ } }, "@babel/parser": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.1.tgz", - "integrity": "sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww==" + "version": "7.13.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.11.tgz", + "integrity": "sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q==" }, "@babel/polyfill": { "version": "7.11.5", diff --git a/package.json b/package.json index 80b94f6e6..254575746 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@babel/code-frame": "^7.10.4", "@babel/core": "^7.12.1", "@babel/generator": "^7.12.1", - "@babel/parser": "^7.12.1", + "@babel/parser": "^7.13.11", "@babel/traverse": "^7.12.1", "@babel/types": "^7.12.1", "@geek/jsonc": "0.0.21",