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

Merge pull request #2931 from jellyfin/dependabot/npm_and_yarn/core-js-3.17.2

Bump core-js from 3.16.4 to 3.17.2
This commit is contained in:
dkanada 2021-09-07 01:54:26 +09:00 committed by GitHub
commit 7ae45cb3ee
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

@ -4744,9 +4744,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.16.4", "version": "3.17.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.4.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.17.2.tgz",
"integrity": "sha512-Tq4GVE6XCjE+hcyW6hPy0ofN3hwtLudz5ZRdrlCnsnD/xkm/PWQRudzYHiKgZKUcefV6Q57fhDHjZHJP5dpfSg==" "integrity": "sha512-XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.16.1", "version": "3.16.1",

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.16.4", "core-js": "^3.17.2",
"date-fns": "^2.23.0", "date-fns": "^2.23.0",
"dompurify": "^2.3.0", "dompurify": "^2.3.0",
"epubjs": "^0.3.85", "epubjs": "^0.3.85",