From a76dcaf914b1056b35deb3d111fb0c841ef314ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:13:09 +0000 Subject: [PATCH] fix(deps): update dependency hast-util-select to v6.0.3 --- package-lock.json | 19 +++++++------------ package.json | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe9fd427..f2ddc1f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.14.13", + "version": "6.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.14.13", + "version": "6.15.1", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", @@ -15,7 +15,7 @@ "@adobe/remark-gridtables": "3.0.6", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4", - "hast-util-select": "6.0.2", + "hast-util-select": "6.0.3", "hast-util-to-html": "9.0.3", "hast-util-to-string": "3.0.1", "hastscript": "9.0.0", @@ -4364,9 +4364,10 @@ } }, "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", "@types/unist": "^3.0.0", @@ -4378,7 +4379,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", @@ -7002,11 +7002,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.7.0", "resolved": "https://registry.npmjs.org/npm/-/npm-10.7.0.tgz", diff --git a/package.json b/package.json index 2221aceb..97f70aa7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@adobe/remark-gridtables": "3.0.6", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4", - "hast-util-select": "6.0.2", + "hast-util-select": "6.0.3", "hast-util-to-html": "9.0.3", "hast-util-to-string": "3.0.1", "hastscript": "9.0.0",