diff --git a/package-lock.json b/package-lock.json index 4d013f5..7c4f684 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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", "leaflet": "^1.9.4", @@ -7719,9 +7719,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 c208f1e..c8ae164 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,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", "leaflet": "^1.9.4",