From b82aad778d6b8d4ec7318af96068d607810a3a45 Mon Sep 17 00:00:00 2001 From: Nick Santaniello Date: Tue, 9 Apr 2024 14:08:48 -0700 Subject: [PATCH] experimenting with different purify versions --- packages/util/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/util/package.json b/packages/util/package.json index 35c054a7..5b34e5eb 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@giphy/js-types": "*", - "dompurify": "^2.2.2", + "dompurify": "2.2.2", "uuid": "^9.0.0" }, "devDependencies": { @@ -43,4 +43,4 @@ "@types/uuid": "^8.3.0", "typescript": "^5.0.4" } -} +} \ No newline at end of file