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

Merge pull request #4019 from jellyfin/renovate/core-js-3.x

This commit is contained in:
Bill Thornton 2022-10-09 17:25:38 -04:00 committed by GitHub
commit 80902fc908
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

@ -20,7 +20,7 @@
"blurhash": "2.0.2",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
"core-js": "3.25.3",
"core-js": "3.25.4",
"date-fns": "2.29.3",
"dompurify": "2.4.0",
"epubjs": "0.3.93",
@ -4873,9 +4873,9 @@
}
},
"node_modules/core-js": {
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.3.tgz",
"integrity": "sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ==",
"version": "3.25.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.4.tgz",
"integrity": "sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@ -21997,9 +21997,9 @@
}
},
"core-js": {
"version": "3.25.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.3.tgz",
"integrity": "sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ=="
"version": "3.25.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.4.tgz",
"integrity": "sha512-JDLxg61lFPFYQ7U0HKoyKwVUV63VbbVTb/K73Yf+k4Mf4ZBZxCjfyrWZjTk1ZM7ZrgFSqhSIOmuzYAxG2f/reQ=="
},
"core-js-compat": {
"version": "3.25.3",

View file

@ -76,7 +76,7 @@
"blurhash": "2.0.2",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
"core-js": "3.25.3",
"core-js": "3.25.4",
"date-fns": "2.29.3",
"dompurify": "2.4.0",
"epubjs": "0.3.93",