1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2446 from jellyfin/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:
dkanada 2021-02-28 13:13:25 +09:00 committed by GitHub
commit 0c0fa41ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-private-methods": "^7.12.13",

View file

@ -42,10 +42,10 @@
semver "^5.4.1"
source-map "^0.5.0"
"@babel/eslint-parser@^7.12.16":
version "7.12.16"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.16.tgz#e23d5a39869ef7a0d151e11502ab36bc8639e20b"
integrity sha512-NZHtJr2pLRYcQjvo/GVU3kFxIGEHveswoWfY5Wm2tJ7pb3AoqoQ+PP17rRTDh+POFWM15VvH+23x2/9Od0CYxQ==
"@babel/eslint-parser@^7.13.8":
version "7.13.8"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.8.tgz#6f2bde6b0690fcc0598b4869fc7c8e8b55b17687"
integrity sha512-XewKkiyukrGzMeqToXJQk6hjg2veI9SNQElGzAoAjKxYCLbgcVX4KA2WhoyqMon9N4RMdCZhNTJNOBcp9spsiw==
dependencies:
eslint-scope "5.1.0"
eslint-visitor-keys "^1.3.0"