From 980689a16680a40acae371fe06c92c6dd8997490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:54:26 +0000 Subject: [PATCH] Bump hast-util-to-string from 3.0.0 to 3.0.1 Bumps [hast-util-to-string](https://github.com/rehypejs/rehype-minify) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/rehypejs/rehype-minify/releases) - [Changelog](https://github.com/rehypejs/rehype-minify/blob/main/changelog.md) - [Commits](https://github.com/rehypejs/rehype-minify/commits) --- updated-dependencies: - dependency-name: hast-util-to-string dependency-version: 3.0.1 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 661d82d..6de7f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@wooorm/starry-night": "^3.10.0", "autoprefixer": "10.4.21", "gray-matter": "^4.0.3", - "hast-util-to-string": "^3.0.0", + "hast-util-to-string": "^3.0.1", "highlight.js": "^11.10.0", "jszip": "^3.10.1", "nbtify": "^2.2.0", @@ -7698,9 +7698,9 @@ } }, "node_modules/hast-util-to-string": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.0.tgz", - "integrity": "sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz", + "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" diff --git a/package.json b/package.json index 4620ae8..5ab32f2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@wooorm/starry-night": "^3.10.0", "autoprefixer": "10.4.21", "gray-matter": "^4.0.3", - "hast-util-to-string": "^3.0.0", + "hast-util-to-string": "^3.0.1", "highlight.js": "^11.10.0", "jszip": "^3.10.1", "nbtify": "^2.2.0",