mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-03 20:30:31 +00:00
Bump dompurify from 3.1.7 to 3.2.4 in /web
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.7 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3361e159b2
commit
7dad23ff70
19
web/package-lock.json
generated
19
web/package-lock.json
generated
@ -12,7 +12,7 @@
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"axios": "^1.7.4",
|
||||
"baklavajs": "^2.3.0",
|
||||
"dompurify": "^3.1.3",
|
||||
"dompurify": "^3.2.4",
|
||||
"feather-icons": "^4.29.2",
|
||||
"flowbite": "^1.6.5",
|
||||
"flowbite-vue": "^0.0.7",
|
||||
@ -1118,6 +1118,13 @@
|
||||
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/@types/trusted-types": {
|
||||
"version": "2.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
||||
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
||||
"license": "MIT",
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/@types/web-bluetooth": {
|
||||
"version": "0.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.15.tgz",
|
||||
@ -2565,9 +2572,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/dompurify": {
|
||||
"version": "3.1.7",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz",
|
||||
"integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ=="
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz",
|
||||
"integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==",
|
||||
"license": "(MPL-2.0 OR Apache-2.0)",
|
||||
"optionalDependencies": {
|
||||
"@types/trusted-types": "^2.0.7"
|
||||
}
|
||||
},
|
||||
"node_modules/domutils": {
|
||||
"version": "2.8.0",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"axios": "^1.7.4",
|
||||
"baklavajs": "^2.3.0",
|
||||
"dompurify": "^3.1.3",
|
||||
"dompurify": "^3.2.4",
|
||||
"feather-icons": "^4.29.2",
|
||||
"flowbite": "^1.6.5",
|
||||
"flowbite-vue": "^0.0.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user