From a5f44d51792d60f1a56cd9985b0d4d19276e9613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 04:28:25 +0000 Subject: [PATCH] fix(deps): update dependency hast-util-to-mdast to v10.0.1 --- package-lock.json | 77 ++++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 54 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c3e405f..b21652c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@adobe/helix-status": "10.0.9", "@adobe/remark-gridtables": "1.0.4", "hast-util-select": "6.0.0", - "hast-util-to-mdast": "10.0.0", + "hast-util-to-mdast": "10.0.1", "hast-util-to-string": "2.0.0", "mdast-util-to-markdown": "2.1.0", "rehype-parse": "8.0.5", @@ -9246,6 +9246,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-2.0.1.tgz", "integrity": "sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw==", + "dev": true, "dependencies": { "hast-util-is-element": "^2.0.0" }, @@ -9276,6 +9277,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz", "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==", + "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -9285,6 +9287,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-2.0.0.tgz", "integrity": "sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw==", + "dev": true, "dependencies": { "@types/hast": "^2.0.0", "hast-util-has-property": "^2.0.0", @@ -9299,6 +9302,7 @@ "version": "2.1.3", "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", + "dev": true, "dependencies": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0" @@ -9519,9 +9523,9 @@ } }, "node_modules/hast-util-to-mdast": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.0.0.tgz", - "integrity": "sha512-Atfr+00LxxvbDBQmRkgjeRW/3kgVEezLC5QPu2iV/fBpSRsdWEsHTxExD7K/AzX6vAe3NlaEd5sIqAAVI2GmLg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.0.1.tgz", + "integrity": "sha512-6mi/ybhu+VIVPuDIz2H6VdySWqVaAbYJsivDl6bpTEdnq7Vde03MPAZ6uPwNxc5AX3x9YxarlAsdFdFo9Co+eQ==", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -9533,7 +9537,7 @@ "mdast-util-phrasing": "^4.0.0", "mdast-util-to-hast": "^13.0.0", "mdast-util-to-string": "^4.0.0", - "rehype-minify-whitespace": "^5.0.0", + "rehype-minify-whitespace": "^6.0.0", "trim-trailing-lines": "^2.0.0", "unist-util-position": "^5.0.0", "unist-util-visit": "^5.0.0" @@ -9608,6 +9612,18 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-is-body-ok-link": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.0.tgz", + "integrity": "sha512-VFHY5bo2nY8HiV6nir2ynmEB1XkxzuUffhEGeVx7orbu/B1KaGyeGgMZldvMVx5xWrDlLLG/kQ6YkJAMkBEx0w==", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-to-mdast/node_modules/hast-util-is-element": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", @@ -9633,14 +9649,14 @@ } }, "node_modules/hast-util-to-mdast/node_modules/hast-util-phrasing": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.0.tgz", - "integrity": "sha512-j8mx2ykHcihvGa9tp0ng1Y2QNEX3dZeCMY7e+CUDWDzQnacPVUsMnCZL6rxK2YlfBPWjCwr3C2aXmBx7qLE7QA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz", + "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==", "dependencies": { "@types/hast": "^3.0.0", "hast-util-embedded": "^3.0.0", "hast-util-has-property": "^3.0.0", - "hast-util-is-body-ok-link": "^2.0.0", + "hast-util-is-body-ok-link": "^3.0.0", "hast-util-is-element": "^3.0.0" }, "funding": { @@ -9649,11 +9665,12 @@ } }, "node_modules/hast-util-to-mdast/node_modules/hast-util-raw": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.0.tgz", - "integrity": "sha512-HRjOZeaRAOM66qU/zmJ1fI/dKQovAFi9Fpq0bBW/6P/ZDdyQnFyu/ZMPk+CXmUEgE0AaqP1HNgTdg+N5JyvNeA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz", + "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", "dependencies": { "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", "@ungap/structured-clone": "^1.0.0", "hast-util-from-parse5": "^8.0.0", "hast-util-to-parse5": "^8.0.0", @@ -9763,9 +9780,9 @@ } }, "node_modules/hast-util-to-mdast/node_modules/mdast-util-to-hast": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.1.tgz", - "integrity": "sha512-ka3PknAg27U8ay/v8p+uYcN5bdwjqoAtPF78neohOLaJKhwnuQsp7MAJM3LnMgQ/LABDbK9jwhkVZp7uCLkOMQ==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz", + "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -9877,6 +9894,22 @@ } ] }, + "node_modules/hast-util-to-mdast/node_modules/rehype-minify-whitespace": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.0.tgz", + "integrity": "sha512-i9It4YHR0Sf3GsnlR5jFUKXRr9oayvEk9GKQUkwZv6hs70OH9q3OCZrq9PpLvIGKt3W+JxBOxCidNVpH/6rWdA==", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-embedded": "^3.0.0", + "hast-util-is-element": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-to-mdast/node_modules/unist-util-is": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", @@ -9928,11 +9961,11 @@ } }, "node_modules/hast-util-to-mdast/node_modules/vfile-location": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.1.tgz", - "integrity": "sha512-tyc/iDsjoW+UB42/+JavfeXU/ThfN6WTFkRy/XNfGgdOiVw9qGJjZYG/H7dHUGMdc5Y6iwkPA/iUMe629h6nHQ==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz", + "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==", "dependencies": { - "@types/unist": "^2.0.0", + "@types/unist": "^3.0.0", "vfile": "^6.0.0" }, "funding": { @@ -9940,11 +9973,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-mdast/node_modules/vfile-location/node_modules/@types/unist": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", - "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" - }, "node_modules/hast-util-to-mdast/node_modules/vfile-message": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", @@ -18021,6 +18049,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-5.0.1.tgz", "integrity": "sha512-PPp4lWJiBPlePI/dv1BeYktbwkfgXkrK59MUa+tYbMPgleod+4DvFK2PLU0O0O60/xuhHfiR9GUIUlXTU8sRIQ==", + "dev": true, "dependencies": { "@types/hast": "^2.0.0", "hast-util-embedded": "^2.0.0", diff --git a/package.json b/package.json index 9f5307c2..59f11c4f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@adobe/helix-status": "10.0.9", "@adobe/remark-gridtables": "1.0.4", "hast-util-select": "6.0.0", - "hast-util-to-mdast": "10.0.0", + "hast-util-to-mdast": "10.0.1", "hast-util-to-string": "2.0.0", "mdast-util-to-markdown": "2.1.0", "rehype-parse": "8.0.5",