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

Update dependency core-js to v3.27.0
This commit is contained in:
Bill Thornton 2023-01-05 00:23:12 -05:00 committed by GitHub
commit 1af57c9f9f
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

@ -21,7 +21,7 @@
"blurhash": "2.0.4", "blurhash": "2.0.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.2", "classnames": "2.3.2",
"core-js": "3.26.0", "core-js": "3.27.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"dompurify": "2.4.1", "dompurify": "2.4.1",
"epubjs": "0.4.2", "epubjs": "0.4.2",
@ -4978,9 +4978,9 @@
} }
}, },
"node_modules/core-js": { "node_modules/core-js": {
"version": "3.26.0", "version": "3.27.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.0.tgz",
"integrity": "sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw==", "integrity": "sha512-wY6cKosevs430KRkHUIsvepDXHGjlXOZO3hYXNyqpD6JvB0X28aXyv0t1Y1vZMwE7SoKmtfa6IASHCPN52FwBQ==",
"hasInstallScript": true, "hasInstallScript": true,
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
@ -22452,9 +22452,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.26.0", "version": "3.27.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.27.0.tgz",
"integrity": "sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw==" "integrity": "sha512-wY6cKosevs430KRkHUIsvepDXHGjlXOZO3hYXNyqpD6JvB0X28aXyv0t1Y1vZMwE7SoKmtfa6IASHCPN52FwBQ=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.25.3", "version": "3.25.3",

View File

@ -80,7 +80,7 @@
"blurhash": "2.0.4", "blurhash": "2.0.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.2", "classnames": "2.3.2",
"core-js": "3.26.0", "core-js": "3.27.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"dompurify": "2.4.1", "dompurify": "2.4.1",
"epubjs": "0.4.2", "epubjs": "0.4.2",