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

Merge pull request #3098 from jellyfin/dependabot/npm_and_yarn/core-js-3.19.0

Bump core-js from 3.18.3 to 3.19.0
This commit is contained in:
Bill Thornton 2021-10-26 11:03:27 -04:00 committed by GitHub
commit 5060064eaf
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

@ -5061,9 +5061,9 @@
}
},
"core-js": {
"version": "3.18.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.3.tgz",
"integrity": "sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw=="
"version": "3.19.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.0.tgz",
"integrity": "sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg=="
},
"core-js-compat": {
"version": "3.18.2",

View file

@ -66,7 +66,7 @@
"blurhash": "^1.1.4",
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "^2.3.1",
"core-js": "^3.18.3",
"core-js": "^3.19.0",
"date-fns": "^2.25.0",
"dompurify": "^2.3.3",
"epubjs": "^0.3.85",