From 5bb08b53de06eed4cb5f4cb3453c72e459a5f866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:51:49 +0000 Subject: [PATCH] [Docs Site] Bump hastscript from 9.0.0 to 9.0.1 Bumps [hastscript](https://github.com/syntax-tree/hastscript) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/syntax-tree/hastscript/releases) - [Commits](https://github.com/syntax-tree/hastscript/compare/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: hastscript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++++----- package.json | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e104bc196f9cc7..c4db9a245a0cccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "fast-glob": "3.3.3", "github-slugger": "2.0.0", "globals": "15.14.0", - "hastscript": "9.0.0", + "hastscript": "9.0.1", "he": "1.2.0", "instantsearch.css": "8.5.1", "instantsearch.js": "4.77.3", @@ -10306,16 +10306,16 @@ } }, "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==", "dev": true, "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": { @@ -10323,6 +10323,17 @@ "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==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", diff --git a/package.json b/package.json index be377e4d6c2e617..c28f0c26ff42f83 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "fast-glob": "3.3.3", "github-slugger": "2.0.0", "globals": "15.14.0", - "hastscript": "9.0.0", + "hastscript": "9.0.1", "he": "1.2.0", "instantsearch.css": "8.5.1", "instantsearch.js": "4.77.3",