From b197cddc42c52a8c4113f58f02fab7f949209dda Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 20 Feb 2025 14:35:54 +0530 Subject: [PATCH] feat: update dompurify vue bindings --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6c1a45d4b..93611cde3 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "vue": "^3.5.12", "vue-chartjs": "5.3.1", "vue-datepicker-next": "^1.0.3", - "vue-dompurify-html": "^5.1.0", + "vue-dompurify-html": "^5.2.0", "vue-i18n": "9.14.2", "vue-letter": "^0.2.0", "vue-multiselect": "3.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85468bb2d..bc3cbac29 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -191,8 +191,8 @@ importers: specifier: ^1.0.3 version: 1.0.3(vue@3.5.12(typescript@5.6.2)) vue-dompurify-html: - specifier: ^5.1.0 - version: 5.1.0(vue@3.5.12(typescript@5.6.2)) + specifier: ^5.2.0 + version: 5.2.0(vue@3.5.12(typescript@5.6.2)) vue-i18n: specifier: 9.14.2 version: 9.14.2(vue@3.5.12(typescript@5.6.2)) @@ -4172,8 +4172,8 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - readdirp@4.1.1: - resolution: {integrity: sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==} + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} engines: {node: '>= 14.18.0'} recordrtc@5.6.2: @@ -4834,8 +4834,8 @@ packages: '@vue/composition-api': optional: true - vue-dompurify-html@5.1.0: - resolution: {integrity: sha512-616o2/PBdOLM2bwlRWLdzeEC9NerLkwiudqNgaIJ5vBQWXec+u7Kuzh+45DtQQrids67s4pHnTnJZLVfyPMxbA==} + vue-dompurify-html@5.2.0: + resolution: {integrity: sha512-GX+BStkKEJ8wu/+hU1EK2nu/gzXWhb4XzBu6aowpsuU/3nkvXvZ2jx4nZ9M3jtS/Vu7J7MtFXjc7x3cWQ+zbVQ==} peerDependencies: vue: ^3.0.0 @@ -7228,7 +7228,7 @@ snapshots: chokidar@4.0.3: dependencies: - readdirp: 4.1.1 + readdirp: 4.1.2 optional: true cli-boxes@3.0.0: {} @@ -9461,7 +9461,7 @@ snapshots: dependencies: picomatch: 2.3.1 - readdirp@4.1.1: + readdirp@4.1.2: optional: true recordrtc@5.6.2: {} @@ -10207,7 +10207,7 @@ snapshots: dependencies: vue: 3.5.12(typescript@5.6.2) - vue-dompurify-html@5.1.0(vue@3.5.12(typescript@5.6.2)): + vue-dompurify-html@5.2.0(vue@3.5.12(typescript@5.6.2)): dependencies: dompurify: 3.2.4 vue: 3.5.12(typescript@5.6.2)