1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-06-28 00:27:41 +02:00

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

Bump @babel/eslint-parser from 7.12.16 to 7.13.8
This commit is contained in:
Matthias Kretschmann 2021-03-01 11:52:39 +01:00 committed by GitHub
commit 9b156264f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
package-lock.json generated
View File

@ -156,9 +156,9 @@
}
},
"@babel/eslint-parser": {
"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==",
"version": "7.13.8",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.13.8.tgz",
"integrity": "sha512-XewKkiyukrGzMeqToXJQk6hjg2veI9SNQElGzAoAjKxYCLbgcVX4KA2WhoyqMon9N4RMdCZhNTJNOBcp9spsiw==",
"dev": true,
"requires": {
"eslint-scope": "5.1.0",