From 684e2cefd9ec67e8b4c9ce378d98261f6c63bc32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:32:03 +0000 Subject: [PATCH] fix(deps): update dependency hast-util-select to v6.0.3 --- package-lock.json | 42 ++++-------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e0d94ac..24a6cbb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.3", "@adobe/remark-gridtables": "3.0.6", - "hast-util-select": "6.0.2", + "hast-util-select": "6.0.3", "hast-util-to-mdast": "10.1.0", "hast-util-to-string": "3.0.1", "mdast-util-to-markdown": "2.1.0", @@ -162,34 +162,6 @@ "node": ">=16.x" } }, - "node_modules/@adobe/helix-html-pipeline/node_modules/hast-util-select": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.3.tgz", - "integrity": "sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/hast": "^3.0.0", - "@types/unist": "^3.0.0", - "bcp-47-match": "^2.0.0", - "comma-separated-tokens": "^2.0.0", - "css-selector-parser": "^3.0.0", - "devlop": "^1.0.0", - "direction": "^2.0.0", - "hast-util-has-property": "^3.0.0", - "hast-util-to-string": "^3.0.0", - "hast-util-whitespace": "^3.0.0", - "nth-check": "^2.0.0", - "property-information": "^6.0.0", - "space-separated-tokens": "^2.0.0", - "unist-util-visit": "^5.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/@adobe/helix-markdown-support": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.6.tgz", @@ -8184,9 +8156,9 @@ } }, "node_modules/hast-util-select": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.2.tgz", - "integrity": "sha512-hT/SD/d/Meu+iobvgkffo1QecV8WeKWxwsNMzcTJsKw1cKTQKSR/7ArJeURLNJF9HDjp9nVoORyNNJxrvBye8Q==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-6.0.3.tgz", + "integrity": "sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", @@ -8199,7 +8171,6 @@ "hast-util-has-property": "^3.0.0", "hast-util-to-string": "^3.0.0", "hast-util-whitespace": "^3.0.0", - "not": "^0.1.0", "nth-check": "^2.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0", @@ -11671,11 +11642,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/not": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", - "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" - }, "node_modules/npm": { "version": "10.9.0", "resolved": "https://registry.npmjs.org/npm/-/npm-10.9.0.tgz", diff --git a/package.json b/package.json index a1dae8e3..e3acdab8 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.3", "@adobe/remark-gridtables": "3.0.6", - "hast-util-select": "6.0.2", + "hast-util-select": "6.0.3", "hast-util-to-mdast": "10.1.0", "hast-util-to-string": "3.0.1", "mdast-util-to-markdown": "2.1.0",