diff --git a/.changeset/renovate-69d2234.md b/.changeset/renovate-69d2234.md new file mode 100644 index 000000000..4acfac282 --- /dev/null +++ b/.changeset/renovate-69d2234.md @@ -0,0 +1,5 @@ +--- +'counterfact': patch +--- + +Updated dependency `linkinator` to `8.0.2`. diff --git a/site/package-lock.json b/site/package-lock.json index 1cef19ddb..99c7647be 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -11,7 +11,7 @@ "astro": "7.1.3" }, "devDependencies": { - "linkinator": "8.0.1" + "linkinator": "8.0.2" } }, "node_modules/@astrojs/compiler-binding": { @@ -3177,9 +3177,9 @@ } }, "node_modules/linkinator": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-8.0.1.tgz", - "integrity": "sha512-bREqMiEtTfmYdO3LktyM/1gNbUo1TSRXCIJePB2PI07CsxB3ii65Jo7yu4fq7YyPn1lnr09xumGutLVDOUHs5w==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-8.0.2.tgz", + "integrity": "sha512-WZcGP5nW2GZ6uWskA2QZLu4KKZm0YYuocUzXh6nRuxHeObh5KqHi8rxA3rK5NAmJRHGC5uDAybgdeSstF1PLNg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/site/package.json b/site/package.json index 259a18e83..0ec4bc598 100644 --- a/site/package.json +++ b/site/package.json @@ -13,6 +13,6 @@ "astro": "7.1.3" }, "devDependencies": { - "linkinator": "8.0.1" + "linkinator": "8.0.2" } }