1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-24 11:01:29 +01:00

Merge pull request #270 from kremalicious/dependabot/npm_and_yarn/babel/eslint-parser-7.13.8

Bump @babel/eslint-parser from 7.12.1 to 7.13.8
This commit is contained in:
Matthias Kretschmann 2021-03-01 11:56:28 +01:00 committed by GitHub
commit 57cd4c481c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -296,9 +296,9 @@
} }
}, },
"@babel/eslint-parser": { "@babel/eslint-parser": {
"version": "7.12.1", "version": "7.13.8",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.12.1.tgz", "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.13.8.tgz",
"integrity": "sha512-cc7WQHnHQY3++/bghgbDtPx+5bf6xTsokyGzV6Qzh65NLz/unv+mPQuACkQ9GFhIhcTFv6yqwNaEcfX7EkOEsg==", "integrity": "sha512-XewKkiyukrGzMeqToXJQk6hjg2veI9SNQElGzAoAjKxYCLbgcVX4KA2WhoyqMon9N4RMdCZhNTJNOBcp9spsiw==",
"dev": true, "dev": true,
"requires": { "requires": {
"eslint-scope": "5.1.0", "eslint-scope": "5.1.0",

View File

@ -42,7 +42,7 @@
"swr": "^0.4.1" "swr": "^0.4.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.12.1", "@babel/eslint-parser": "^7.13.8",
"@jest-runner/electron": "^3.0.0", "@jest-runner/electron": "^3.0.0",
"@react-mock/state": "^0.1.8", "@react-mock/state": "^0.1.8",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",