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",