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

Merge pull request #6201 from thornbill/dompurify-2

Rollback to dompurify v2 for legacy support
This commit is contained in:
Bill Thornton 2024-10-14 13:45:08 -04:00 committed by GitHub
commit fbb8687629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 8 deletions

View file

@ -10,6 +10,11 @@
"followTag": "unstable", "followTag": "unstable",
"minimumReleaseAge": null, "minimumReleaseAge": null,
"schedule": [ "after 7:00 am" ] "schedule": [ "after 7:00 am" ]
},
{
"matchPackageNames": ["dompurify"],
"matchUpdateTypes": ["major"],
"enabled": false
} }
] ]
} }

14
package-lock.json generated
View file

@ -32,7 +32,7 @@
"classnames": "2.5.1", "classnames": "2.5.1",
"core-js": "3.38.1", "core-js": "3.38.1",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"dompurify": "3.0.1", "dompurify": "2.5.7",
"epubjs": "0.3.93", "epubjs": "0.3.93",
"escape-html": "1.0.3", "escape-html": "1.0.3",
"fast-text-encoding": "1.0.6", "fast-text-encoding": "1.0.6",
@ -10191,9 +10191,9 @@
] ]
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.0.1", "version": "2.5.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.1.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz",
"integrity": "sha512-60tsgvPKwItxZZdfLmamp0MTcecCta3avOhsLgPZ0qcWt96OasFfhkeIRbJ6br5i0fQawT1/RBGB5L58/Jpwuw==" "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q=="
}, },
"node_modules/domutils": { "node_modules/domutils": {
"version": "1.7.0", "version": "1.7.0",
@ -32794,9 +32794,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "3.0.1", "version": "2.5.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.1.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz",
"integrity": "sha512-60tsgvPKwItxZZdfLmamp0MTcecCta3avOhsLgPZ0qcWt96OasFfhkeIRbJ6br5i0fQawT1/RBGB5L58/Jpwuw==" "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q=="
}, },
"domutils": { "domutils": {
"version": "1.7.0", "version": "1.7.0",

View file

@ -93,7 +93,7 @@
"classnames": "2.5.1", "classnames": "2.5.1",
"core-js": "3.38.1", "core-js": "3.38.1",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"dompurify": "3.0.1", "dompurify": "2.5.7",
"epubjs": "0.3.93", "epubjs": "0.3.93",
"escape-html": "1.0.3", "escape-html": "1.0.3",
"fast-text-encoding": "1.0.6", "fast-text-encoding": "1.0.6",