mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 09:58:18 -07:00
Update dependency core-js to v3.25.0
This commit is contained in:
parent
241f5da18f
commit
e7aa255fea
14
package-lock.json
generated
14
package-lock.json
generated
@ -19,7 +19,7 @@
|
||||
"blurhash": "1.1.5",
|
||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||
"classnames": "2.3.1",
|
||||
"core-js": "3.24.1",
|
||||
"core-js": "3.25.0",
|
||||
"date-fns": "2.29.2",
|
||||
"dompurify": "2.3.10",
|
||||
"epubjs": "0.3.93",
|
||||
@ -5687,9 +5687,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/core-js": {
|
||||
"version": "3.24.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz",
|
||||
"integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==",
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz",
|
||||
"integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==",
|
||||
"hasInstallScript": true,
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
@ -23621,9 +23621,9 @@
|
||||
}
|
||||
},
|
||||
"core-js": {
|
||||
"version": "3.24.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz",
|
||||
"integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg=="
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz",
|
||||
"integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA=="
|
||||
},
|
||||
"core-js-compat": {
|
||||
"version": "3.21.1",
|
||||
|
@ -74,7 +74,7 @@
|
||||
"blurhash": "1.1.5",
|
||||
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
||||
"classnames": "2.3.1",
|
||||
"core-js": "3.24.1",
|
||||
"core-js": "3.25.0",
|
||||
"date-fns": "2.29.2",
|
||||
"dompurify": "2.3.10",
|
||||
"epubjs": "0.3.93",
|
||||
|
Loading…
Reference in New Issue
Block a user