1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-03 23:57:39 +01:00

Merge pull request #505 from kremalicious/dependabot/npm_and_yarn/babel/eslint-parser-7.12.16

Bump @babel/eslint-parser from 7.12.13 to 7.12.16
This commit is contained in:
Matthias Kretschmann 2021-02-15 05:49:26 +01:00 committed by GitHub
commit 5b1c2d61fc
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

@ -62,9 +62,9 @@
}
},
"@babel/eslint-parser": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.12.13.tgz",
"integrity": "sha512-+VF2M8ZWXc2KVf6L0tFcv6w8IZkCc1rvN65oj6hXxhYtOanlCA6ONpgEdy/HVGmcogu4El4ohdzuyfWYxSsKow==",
"version": "7.12.16",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.12.16.tgz",
"integrity": "sha512-NZHtJr2pLRYcQjvo/GVU3kFxIGEHveswoWfY5Wm2tJ7pb3AoqoQ+PP17rRTDh+POFWM15VvH+23x2/9Od0CYxQ==",
"dev": true,
"requires": {
"eslint-scope": "5.1.0",

View File

@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.13",
"@babel/eslint-parser": "^7.12.16",
"@babel/node": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@loadable/component": "^5.14.1",