From f7da15adb4b3709295b6566ac7be3c01986852ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:03:31 +0000 Subject: [PATCH] fix(deps): update external fixes --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5494eb6d..85aa5cab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@adobe/helix-status": "10.1.3", "@adobe/remark-gridtables": "3.0.8", "hast-util-select": "6.0.3", - "hast-util-to-mdast": "10.1.0", + "hast-util-to-mdast": "10.1.1", "hast-util-to-string": "3.0.1", "mdast-util-to-markdown": "2.1.2", "rehype-parse": "9.0.1", @@ -42,7 +42,7 @@ "codecov": "3.8.3", "dotenv": "16.4.5", "eslint": "8.57.1", - "husky": "9.1.6", + "husky": "9.1.7", "junit-report-builder": "5.1.1", "lint-staged": "15.2.10", "mocha": "10.8.2", @@ -8230,9 +8230,9 @@ } }, "node_modules/hast-util-to-mdast": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.1.0.tgz", - "integrity": "sha512-DsL/SvCK9V7+vfc6SLQ+vKIyBDXTk2KLSbfBYkH4zeF/uR1yBajHRhkzuaUSGOB1WJSTieJBdHwxlC+HLKvZZw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-10.1.1.tgz", + "integrity": "sha512-ObMDBFkVPHa0/47FUPO6UuupETRXNTY9y2dGBQQzEUrFq6LjUVwZEoUjjj/agvQ6oS+fAIyNzgNEa6h3lhaoKA==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", @@ -8495,9 +8495,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 3aef8433..52767be2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@adobe/helix-status": "10.1.3", "@adobe/remark-gridtables": "3.0.8", "hast-util-select": "6.0.3", - "hast-util-to-mdast": "10.1.0", + "hast-util-to-mdast": "10.1.1", "hast-util-to-string": "3.0.1", "mdast-util-to-markdown": "2.1.2", "rehype-parse": "9.0.1", @@ -80,7 +80,7 @@ "codecov": "3.8.3", "dotenv": "16.4.5", "eslint": "8.57.1", - "husky": "9.1.6", + "husky": "9.1.7", "junit-report-builder": "5.1.1", "lint-staged": "15.2.10", "mocha": "10.8.2",