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

Merge pull request #3010 from jellyfin/dependabot/npm_and_yarn/core-js-3.18.1

This commit is contained in:
Bill Thornton 2021-09-29 01:37:04 -04:00 committed by GitHub
commit 740a46c29f
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

@ -5215,9 +5215,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.18.0", "version": "3.18.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz",
"integrity": "sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==" "integrity": "sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.17.3", "version": "3.17.3",

View file

@ -67,7 +67,7 @@
"blurhash": "^1.1.4", "blurhash": "^1.1.4",
"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.1",
"core-js": "^3.18.0", "core-js": "^3.18.1",
"date-fns": "^2.24.0", "date-fns": "^2.24.0",
"dompurify": "^2.3.3", "dompurify": "^2.3.3",
"epubjs": "^0.3.85", "epubjs": "^0.3.85",