From 90526959062cbc324222a65592dee15a488d8c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 05:10:54 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/eslint-parser from 7.14.2 to 7.14.3 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.14.2 to 7.14.3. - [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.14.3/eslint/babel-eslint-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 96d1514f..a600c351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -410,9 +410,9 @@ } }, "@babel/eslint-parser": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.2.tgz", - "integrity": "sha512-g1YXHASb84MvEkReG/nZ74emTPAMjip1Ey6azZqKTEWidpgEzPGl/uoc6IPJjaMGw424u40sNm1V70tuYOQmeA==", + "version": "7.14.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.3.tgz", + "integrity": "sha512-IfJXKEVRV/Gisvgmih/+05gkBzzg4Dy0gcxkZ84iFiLK8+O+fI1HLnGJv3UrUMPpsMmmThNa69v+UnF80XP+kA==", "dev": true, "requires": { "eslint-scope": "^5.1.0", diff --git a/package.json b/package.json index 51f481c9..a43f38f7 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "devDependencies": { "@babel/cli": "=7.13.16", "@babel/core": "=7.14.2", - "@babel/eslint-parser": "=7.14.2", + "@babel/eslint-parser": "=7.14.3", "@babel/plugin-proposal-class-properties": "=7.13.0", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.8", "@babel/plugin-proposal-optional-chaining": "=7.13.12",