1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-26 03:06:39 +02:00

Merge pull request #519 from kremalicious/dependabot/npm_and_yarn/babel/eslint-parser-7.13.4

This commit is contained in:
Matthias Kretschmann 2021-02-24 00:11:07 +01:00 committed by GitHub
commit 05ad09b599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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
}
}

View File

@ -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",