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

Bump core-js from 3.19.0 to 3.19.1

Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-08 16:07:37 +00:00 committed by GitHub
parent 1df151760f
commit cff0e702a3
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

@ -4406,9 +4406,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.19.0", "version": "3.19.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.1.tgz",
"integrity": "sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg==" "integrity": "sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.19.0", "version": "3.19.0",

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.19.0", "core-js": "^3.19.1",
"date-fns": "^2.25.0", "date-fns": "^2.25.0",
"dompurify": "^2.3.3", "dompurify": "^2.3.3",
"epubjs": "^0.3.90", "epubjs": "^0.3.90",