From b45e61835a4a0ab34097b8e43eead4bf4fa3aea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:12:54 +0000 Subject: [PATCH] Update string-strip-html requirement from ^13.5.0 to ^13.5.3 Updates the requirements on [string-strip-html](https://github.com/codsen/codsen/tree/HEAD/packages/string-strip-html) to permit the latest version. - [Changelog](https://github.com/codsen/codsen/blob/string-strip-html@13.5.3/packages/string-strip-html/CHANGELOG.md) - [Commits](https://github.com/codsen/codsen/commits/string-strip-html@13.5.3/packages/string-strip-html) --- updated-dependencies: - dependency-name: string-strip-html dependency-version: 13.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3569aaa..38bf8ac 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "imagemin-webp": "^8.0.0", "node-fetch": "^3.3.2", "puppeteer": "^24.33.0", - "string-strip-html": "^13.5.0" + "string-strip-html": "^13.5.3" } }