From 6319e665d7a4b47c683a3fa8b224cece8ae5f48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 23:03:06 +0000 Subject: [PATCH] Bump @babel/eslint-parser from 7.12.16 to 7.13.4 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.12.16 to 7.13.4. - [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.4/eslint/babel-eslint-parser) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21510b4..c538972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,14 +62,14 @@ } }, "@babel/eslint-parser": { - "version": "7.12.17", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.12.17.tgz", - "integrity": "sha512-CoetDyQRwtkUlOtbkCmYFpneXD78oANblFGUMX4DKLYj/mHzuS3rPt7zWzaDf0lB4uEB3C7C+hQAS/QgxqjdXQ==", + "version": "7.13.4", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.13.4.tgz", + "integrity": "sha512-WfFEd89SzqmtYox8crTLJuEXyJolZY6Uu6iJpJmw4aMu50zHbYnxzxwuVkCt2cWygw+gLkUPTtAuox7eSnrL8g==", "dev": true, "requires": { "eslint-scope": "5.1.0", "eslint-visitor-keys": "^1.3.0", - "semver": "^6.3.0" + "semver": "7.0.0" }, "dependencies": { "eslint-scope": { @@ -83,9 +83,9 @@ } }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", "dev": true } } diff --git a/package.json b/package.json index 804ed91..ea09c45 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "devDependencies": { "@babel/core": "^7.12.16", - "@babel/eslint-parser": "^7.12.17", + "@babel/eslint-parser": "^7.13.4", "@babel/node": "^7.12.16", "@babel/preset-env": "^7.12.17", "@loadable/component": "^5.14.1",