From 4685223be93de473e1ece9865c1cb2a46912ce96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 20:33:06 +0000 Subject: [PATCH] Bump linkinator from 2.16.0 to 2.16.1 (#22804) Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.16.0...v2.16.1) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bed2a387d..011170375d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -150,7 +150,7 @@ "jest": "^27.3.1", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", - "linkinator": "^2.16.0", + "linkinator": "^2.16.1", "lint-staged": "^11.2.6", "make-promises-safe": "^5.1.0", "minimatch": "^3.0.4", @@ -12979,9 +12979,9 @@ "dev": true }, "node_modules/linkinator": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.16.0.tgz", - "integrity": "sha512-b4dFnz8t/aeXdyNfsu8l0iHUqOSck4XkF4OJut8IMfK01MCOWv3wnL207nD/GzEf7tT+m1IA/am1RC/28u0huw==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.16.1.tgz", + "integrity": "sha512-HFDClxstUOWeIocjndphgurjXhoHwEPhC7hLwQvtVX7Vm7gRbyL8Kf+0I7cI+e5YYrG2Nuyc9AoQZekHuHdCQw==", "dev": true, "dependencies": { "chalk": "^4.0.0", @@ -32926,9 +32926,9 @@ "dev": true }, "linkinator": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.16.0.tgz", - "integrity": "sha512-b4dFnz8t/aeXdyNfsu8l0iHUqOSck4XkF4OJut8IMfK01MCOWv3wnL207nD/GzEf7tT+m1IA/am1RC/28u0huw==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.16.1.tgz", + "integrity": "sha512-HFDClxstUOWeIocjndphgurjXhoHwEPhC7hLwQvtVX7Vm7gRbyL8Kf+0I7cI+e5YYrG2Nuyc9AoQZekHuHdCQw==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index f55976d6e0..e0f5368c33 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "jest": "^27.3.1", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", - "linkinator": "^2.16.0", + "linkinator": "^2.16.1", "lint-staged": "^11.2.6", "make-promises-safe": "^5.1.0", "minimatch": "^3.0.4",