From 020e916f5d7b7db44616f3e8ec1eef63519c8d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:27:59 +0000 Subject: [PATCH] Bump @types/html-escaper from 3.0.0 to 3.0.1 Bumps [@types/html-escaper](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/html-escaper) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/html-escaper) --- updated-dependencies: - dependency-name: "@types/html-escaper" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5a2c3d9..d633b9e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@codemirror/view": "^6.21.3", "@tailwindcss/typography": "^0.5.10", "@types/codemirror": "^5.60.10", - "@types/html-escaper": "^3.0.0", + "@types/html-escaper": "^3.0.1", "astro": "^3.3.2", "codemirror": "^6.0.1", "hast-util-to-string": "^3.0.0", @@ -1074,9 +1074,9 @@ } }, "node_modules/@types/html-escaper": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/html-escaper/-/html-escaper-3.0.0.tgz", - "integrity": "sha512-OcJcvP3Yk8mjYwf/IdXZtTE1tb/u0WF0qa29ER07ZHCYUBZXSN29Z1mBS+/96+kNMGTFUAbSz9X+pHmHpZrTCw==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/html-escaper/-/html-escaper-3.0.1.tgz", + "integrity": "sha512-lVnoTUR09iECkTInzCzFEasZKs11VuCTIdo8hnLXwCU40UUbSl8boPsy6MNJ9+HbJQ/jxju8nSZxSHPVIbmCbg==" }, "node_modules/@types/mdast": { "version": "3.0.11", diff --git a/package.json b/package.json index 2d9bebbe..64130d28 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@codemirror/view": "^6.21.3", "@tailwindcss/typography": "^0.5.10", "@types/codemirror": "^5.60.10", - "@types/html-escaper": "^3.0.0", + "@types/html-escaper": "^3.0.1", "astro": "^3.3.2", "codemirror": "^6.0.1", "hast-util-to-string": "^3.0.0",