From 8f6243ae4edd1e5daf30ceff8f45efddbbd2687c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:54:52 +0000 Subject: [PATCH] fix(deps): update dependency dompurify to v3.2.1 --- package.json | 2 +- pnpm-lock.yaml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c86a7c14..759ad3b8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint --fix --color --ignore-path .gitignore --ext .js,.vue ." }, "dependencies": { - "dompurify": "3.1.7", + "dompurify": "3.2.1", "fast-xml-parser": "4.5.0", "hotkeys-js": "3.13.7", "javascript-time-ago": "2.5.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f4e05f8..ec83e3ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: dompurify: - specifier: 3.1.7 - version: 3.1.7 + specifier: 3.2.1 + version: 3.2.1 fast-xml-parser: specifier: 4.5.0 version: 4.5.0 @@ -1661,8 +1661,8 @@ packages: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} - dompurify@3.1.7: - resolution: {integrity: sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==} + dompurify@3.2.1: + resolution: {integrity: sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==} duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} @@ -4738,7 +4738,9 @@ snapshots: dependencies: esutils: 2.0.3 - dompurify@3.1.7: {} + dompurify@3.2.1: + optionalDependencies: + '@types/trusted-types': 2.0.7 duplexer@0.1.2: {}