Update dependency dompurify to v3.1.5 (#69)

This commit is contained in:
J.P 2024-05-31 17:25:36 +02:00 committed by GitHub
commit ce05af926d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "piped",
"version": "0.1.0",
"dependencies": {
"dompurify": "3.1.4",
"dompurify": "3.1.5",
"fast-xml-parser": "4.4.0",
"hotkeys-js": "3.13.7",
"javascript-time-ago": "2.5.10",
@ -4358,9 +4358,9 @@
}
},
"node_modules/dompurify": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz",
"integrity": "sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww=="
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.5.tgz",
"integrity": "sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA=="
},
"node_modules/duplexer": {
"version": "0.1.2",
@ -11942,9 +11942,9 @@
}
},
"dompurify": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz",
"integrity": "sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww=="
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.5.tgz",
"integrity": "sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA=="
},
"duplexer": {
"version": "0.1.2",

View file

@ -11,7 +11,7 @@
"lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ."
},
"dependencies": {
"dompurify": "3.1.4",
"dompurify": "3.1.5",
"fast-xml-parser": "4.4.0",
"hotkeys-js": "3.13.7",
"javascript-time-ago": "2.5.10",

8
pnpm-lock.yaml generated
View file

@ -6,8 +6,8 @@ settings:
dependencies:
dompurify:
specifier: 3.1.4
version: 3.1.4
specifier: 3.1.5
version: 3.1.5
fast-xml-parser:
specifier: 4.4.0
version: 4.4.0
@ -2927,8 +2927,8 @@ packages:
esutils: 2.0.3
dev: true
/dompurify@3.1.4:
resolution: {integrity: sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww==}
/dompurify@3.1.5:
resolution: {integrity: sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA==}
dev: false
/duplexer@0.1.2: