From 83b7fe2ed783ecce83d7cdc93b311534839573fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Feb 2021 03:24:50 +0000 Subject: [PATCH] Bump @babel/eslint-parser from 7.12.16 to 7.13.8 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.12.16 to 7.13.8. - [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.8/eslint/babel-eslint-parser) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74e33f755e..26b242521a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "GPL-2.0-or-later", "devDependencies": { "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.16", + "@babel/eslint-parser": "^7.13.8", "@babel/eslint-plugin": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-proposal-private-methods": "^7.12.13", diff --git a/yarn.lock b/yarn.lock index d8f0f83330..209ff2688e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,10 +42,10 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/eslint-parser@^7.12.16": - version "7.12.16" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.16.tgz#e23d5a39869ef7a0d151e11502ab36bc8639e20b" - integrity sha512-NZHtJr2pLRYcQjvo/GVU3kFxIGEHveswoWfY5Wm2tJ7pb3AoqoQ+PP17rRTDh+POFWM15VvH+23x2/9Od0CYxQ== +"@babel/eslint-parser@^7.13.8": + version "7.13.8" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.8.tgz#6f2bde6b0690fcc0598b4869fc7c8e8b55b17687" + integrity sha512-XewKkiyukrGzMeqToXJQk6hjg2veI9SNQElGzAoAjKxYCLbgcVX4KA2WhoyqMon9N4RMdCZhNTJNOBcp9spsiw== dependencies: eslint-scope "5.1.0" eslint-visitor-keys "^1.3.0"