From 7860f54faae578af35c725f589932ea0db2023ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:03:06 +0000 Subject: [PATCH] build(deps-dev): bump linkinator from 7.6.0 to 7.6.1 in /docs/v3 Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 7.6.0 to 7.6.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.6.0...linkinator-v7.6.1) --- updated-dependencies: - dependency-name: linkinator dependency-version: 7.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/v3/package-lock.json | 8 ++++---- docs/v3/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/v3/package-lock.json b/docs/v3/package-lock.json index 7a8f34e9f5..57f1e315a0 100644 --- a/docs/v3/package-lock.json +++ b/docs/v3/package-lock.json @@ -15,7 +15,7 @@ "glob": "^13.0.6", "gulp": "^5.0.1", "gulp-cli": "^3.1.0", - "linkinator": "^7.6.0" + "linkinator": "^7.6.1" } }, "node_modules/@gulpjs/messages": { @@ -1951,9 +1951,9 @@ } }, "node_modules/linkinator": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.6.0.tgz", - "integrity": "sha512-SDI7/ncmWN7/OYJK0LoOih1SgwdoP+tN20R3hLoXh3hv/2pBIr4Z1+FNbksZOaAG6Rs+H98XvAUIPeEeKaxSUg==", + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-7.6.1.tgz", + "integrity": "sha512-+VzKKZXA8wyCW1x0B0YeQvyuenDu3vZGIWMdzK1yEK0HlBfmEKopt87+Judt4VdPOGRMioKzJK0+X8ifIvOc5Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/docs/v3/package.json b/docs/v3/package.json index b95040e626..1740747bba 100644 --- a/docs/v3/package.json +++ b/docs/v3/package.json @@ -26,7 +26,7 @@ "glob": "^13.0.6", "gulp": "^5.0.1", "gulp-cli": "^3.1.0", - "linkinator": "^7.6.0", + "linkinator": "^7.6.1", "gaxios": "^7.1.3" } }