From 6c12bbb80fcb1ca308904f83ad075078349abf25 Mon Sep 17 00:00:00 2001 From: Dheeraj Joshi Date: Fri, 28 Jul 2023 15:59:32 +0530 Subject: [PATCH] chore(deps): unpin the dompurify dependency --- packages/mermaid/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/package.json b/packages/mermaid/package.json index 51c0b018cd..513b464048 100644 --- a/packages/mermaid/package.json +++ b/packages/mermaid/package.json @@ -67,7 +67,7 @@ "d3-sankey": "^0.12.3", "dagre-d3-es": "7.0.10", "dayjs": "^1.11.7", - "dompurify": "3.0.5", + "dompurify": "^3.0.5", "elkjs": "^0.8.2", "khroma": "^2.0.0", "lodash-es": "^4.17.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8c6b9d6c7..11e87708d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,7 +218,7 @@ importers: specifier: ^1.11.7 version: 1.11.7 dompurify: - specifier: 3.0.5 + specifier: ^3.0.5 version: 3.0.5 elkjs: specifier: ^0.8.2