From 70e5c3da150bfb051f12e4ce7d34bef59033327e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 03:45:01 +0000 Subject: [PATCH] fix: upgrade dompurify from 3.1.5 to 3.1.6 Snyk has created this PR to upgrade dompurify from 3.1.5 to 3.1.6. See this package in npm: dompurify See this project in Snyk: https://app.snyk.io/org/josecelano/project/2ce2e1d1-b0dc-42d5-875f-51a90875cf93?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec95e00..c8d1145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/uuid": "^9.0.8", "canvas": "^2.11.2", "daisyui": "^4.11.1", - "dompurify": "^3.1.4", + "dompurify": "^3.1.6", "marked": "^12.0.2", "notiwind-ts": "^2.0.2", "torrust-index-api-lib": "^3.0.0-alpha.12", @@ -8183,9 +8183,9 @@ } }, "node_modules/dompurify": { - "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==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", + "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==", "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/domutils": { diff --git a/package.json b/package.json index ab56471..4193f37 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/uuid": "^9.0.8", "canvas": "^2.11.2", "daisyui": "^4.11.1", - "dompurify": "^3.1.4", + "dompurify": "^3.1.6", "marked": "^12.0.2", "notiwind-ts": "^2.0.2", "torrust-index-api-lib": "^3.0.0-alpha.12",