diff --git a/package-lock.json b/package-lock.json index 777215e9..6722794c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "github-slugger": "^2.0.0", "glob": "^11.0.1", "hast-util-to-string": "^3.0.1", - "hastscript": "^9.0.0", + "hastscript": "^9.0.1", "html-minifier-terser": "^7.2.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.0", @@ -1604,15 +1604,15 @@ } }, "node_modules/hastscript": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.0.tgz", - "integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-9.0.1.tgz", + "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-parse-selector": "^4.0.0", - "property-information": "^6.0.0", + "property-information": "^7.0.0", "space-separated-tokens": "^2.0.0" }, "funding": { @@ -1620,6 +1620,16 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hastscript/node_modules/property-information": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.0.0.tgz", + "integrity": "sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/html-minifier-terser": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz", diff --git a/package.json b/package.json index e335033d..a8e228c7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "github-slugger": "^2.0.0", "glob": "^11.0.1", "hast-util-to-string": "^3.0.1", - "hastscript": "^9.0.0", + "hastscript": "^9.0.1", "html-minifier-terser": "^7.2.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.0",