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

Merge pull request #2652 from jellyfin/dependabot/npm_and_yarn/babel/eslint-plugin-7.13.16

Bump @babel/eslint-plugin from 7.13.10 to 7.13.16
This commit is contained in:
Bill Thornton 2021-05-04 10:51:31 -04:00 committed by GitHub
commit 5291841d24
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

@ -54,9 +54,9 @@
}
},
"@babel/eslint-plugin": {
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/eslint-plugin/-/eslint-plugin-7.13.10.tgz",
"integrity": "sha512-xsNxo099fKnJ2rArkuuMOTPxxTLZSXwbFXdH4GjqQRKTOr6S1odQlE+R3Leid56VFQ3KVAR295vVNG9fqNQVvQ==",
"version": "7.13.16",
"resolved": "https://registry.npmjs.org/@babel/eslint-plugin/-/eslint-plugin-7.13.16.tgz",
"integrity": "sha512-RNL0dLHBvjXW857JwzToTHxtbOZfGcvdSegcgXC1c1PqfE+o/QN8MugkgKj2vXFxCcMByfxJrmpCbLzVBVlgIA==",
"dev": true,
"requires": {
"eslint-rule-composer": "^0.3.0"

View file

@ -7,7 +7,7 @@
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.13.0",
"@babel/eslint-plugin": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-private-methods": "^7.12.13",
"@babel/plugin-transform-modules-umd": "^7.14.0",