From bdcc18a7c03e3524927ba7c1b18ad2fd80a2e994 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Tue, 14 Feb 2023 12:30:48 -0500 Subject: [PATCH] deps: remove html-escaper --- packages/integrations/markdoc/package.json | 1 - pnpm-lock.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 10d1ef639da4..107173e2cc37 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -33,7 +33,6 @@ "dependencies": { "@markdoc/markdoc": "^0.2.2", "gray-matter": "^4.0.3", - "html-escaper": "^3.0.3", "stringify-attributes": "^3.0.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a80fa331630..b469ff4f108a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2901,7 +2901,6 @@ importers: chai: ^4.3.6 devalue: ^4.2.0 gray-matter: ^4.0.3 - html-escaper: ^3.0.3 linkedom: ^0.14.12 mocha: ^9.2.2 stringify-attributes: ^3.0.0 @@ -2909,7 +2908,6 @@ importers: dependencies: '@markdoc/markdoc': 0.2.2 gray-matter: 4.0.3 - html-escaper: 3.0.3 stringify-attributes: 3.0.0 devDependencies: '@types/chai': 4.3.4