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

Update dependency classnames to v2.3.2

This commit is contained in:
renovate[bot] 2022-09-21 19:04:23 +00:00 committed by GitHub
parent 98bdfea306
commit 006103a297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@jellyfin/sdk": "0.7.0", "@jellyfin/sdk": "0.7.0",
"blurhash": "1.1.5", "blurhash": "1.1.5",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz", "classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.1", "classnames": "2.3.2",
"core-js": "3.25.1", "core-js": "3.25.1",
"date-fns": "2.29.2", "date-fns": "2.29.2",
"dompurify": "2.4.0", "dompurify": "2.4.0",
@ -5373,9 +5373,9 @@
"license": "Unlicense" "license": "Unlicense"
}, },
"node_modules/classnames": { "node_modules/classnames": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
}, },
"node_modules/clean-css": { "node_modules/clean-css": {
"version": "5.2.4", "version": "5.2.4",
@ -23376,9 +23376,9 @@
"integrity": "sha512-5rjszPzcjFVoDEOarszcbax2WIGT3+fO+W212ZWg9+ylGJgxG1IIcCFjnnBbSdM0lNeIfmMGhhEGovIlr+1yBg==" "integrity": "sha512-5rjszPzcjFVoDEOarszcbax2WIGT3+fO+W212ZWg9+ylGJgxG1IIcCFjnnBbSdM0lNeIfmMGhhEGovIlr+1yBg=="
}, },
"classnames": { "classnames": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
}, },
"clean-css": { "clean-css": {
"version": "5.2.4", "version": "5.2.4",

View file

@ -73,7 +73,7 @@
"@jellyfin/sdk": "0.7.0", "@jellyfin/sdk": "0.7.0",
"blurhash": "1.1.5", "blurhash": "1.1.5",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz", "classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.1", "classnames": "2.3.2",
"core-js": "3.25.1", "core-js": "3.25.1",
"date-fns": "2.29.2", "date-fns": "2.29.2",
"dompurify": "2.4.0", "dompurify": "2.4.0",