Merge pull request #190 from ngn13/dependabot/npm_and_yarn/app/multi-e3bbeb6c09

Bump dompurify and @types/dompurify in /app
This commit is contained in:
ngn 2024-11-22 14:20:36 +00:00 committed by GitHub
commit 2c33d236f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 13 deletions

25
app/package-lock.json generated
View File

@ -8,8 +8,8 @@
"name": "website",
"version": "5.0.0",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.7",
"@types/dompurify": "^3.2.0",
"dompurify": "^3.2.1",
"marked": "^15.0.2"
},
"devDependencies": {
@ -902,12 +902,12 @@
"license": "MIT"
},
"node_modules/@types/dompurify": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz",
"integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==",
"license": "MIT",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.2.0.tgz",
"integrity": "sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==",
"deprecated": "This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed.",
"dependencies": {
"@types/trusted-types": "*"
"dompurify": "*"
}
},
"node_modules/@types/estree": {
@ -927,7 +927,7 @@
"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/acorn": {
"version": "8.14.0",
@ -1018,9 +1018,12 @@
"dev": true
},
"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.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz",
"integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
}
},
"node_modules/esbuild": {
"version": "0.21.5",

View File

@ -17,8 +17,8 @@
},
"type": "module",
"dependencies": {
"@types/dompurify": "^3.0.2",
"dompurify": "^3.1.7",
"@types/dompurify": "^3.2.0",
"dompurify": "^3.2.1",
"marked": "^15.0.2"
}
}