From 3025691f27d9e1c9b5b9a1d207b0f82fff47274f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:38:08 +0000 Subject: [PATCH] build(deps-dev): bump the dev-deps group with 2 updates Bumps the dev-deps group with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [linkinator](https://github.com/JustinBeckwith/linkinator). Updates `@cloudflare/workers-types` from 5.20260814.1 to 5.20260821.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `linkinator` from 8.0.3 to 8.0.4 - [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-v8.0.3...linkinator-v8.0.4) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 5.20260821.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: linkinator dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- 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 8476debe..fe4f830e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,13 +18,13 @@ }, "devDependencies": { "@astrojs/check": "^0.9.10", - "@cloudflare/workers-types": "^5.20260814.1", + "@cloudflare/workers-types": "^5.20260821.1", "@eslint/js": "^10.0.1", "@types/node": "^26.2.0", "eslint": "^10.8.1", "eslint-plugin-astro": "^3.1.0", "globals": "^17.11.0", - "linkinator": "8.0.3", + "linkinator": "8.0.4", "pagefind": "^1.5.2", "prettier": "^3.9.6", "prettier-plugin-astro": "^0.14.1", @@ -646,9 +646,9 @@ } }, "node_modules/@cloudflare/workers-types": { - "version": "5.20260814.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-5.20260814.1.tgz", - "integrity": "sha512-bF5RT5bmxEaHJR2PRrAmcdf09EPxpRXXzPHcOtjX//r84jZNpwslNwx291ofNdBVuqGV129CBJzxiMYsB37DHw==", + "version": "5.20260821.1", + "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-5.20260821.1.tgz", + "integrity": "sha512-jZiTISghTPeytJ7eDt5K1AV7df998xGECMgT8oy838VfFLJLROvdLzDaJb0/Jv4WfxO00keNoWt1d6olL7URRg==", "dev": true, "license": "MIT OR Apache-2.0" }, @@ -5703,9 +5703,9 @@ } }, "node_modules/linkinator": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-8.0.3.tgz", - "integrity": "sha512-1WG/oEMICKXtXZEH92UQJr3R7PBJqAl/xAZQwc71Pej30QCcNyb69PpzizM+5sgpLw3jKF52ob6LFJv5/k/+rA==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-8.0.4.tgz", + "integrity": "sha512-ZXRkx7zdg2slGNZFm3WTmwIepq+kMbcx++iZ4kZM/tec6PT4qopLvxgLK7uIHJLDoD79swrWK2aynj5tJZZ6xA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a2ea9a3a..5b5164b1 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,13 @@ }, "devDependencies": { "@astrojs/check": "^0.9.10", - "@cloudflare/workers-types": "^5.20260814.1", + "@cloudflare/workers-types": "^5.20260821.1", "@eslint/js": "^10.0.1", "@types/node": "^26.2.0", "eslint": "^10.8.1", "eslint-plugin-astro": "^3.1.0", "globals": "^17.11.0", - "linkinator": "8.0.3", + "linkinator": "8.0.4", "pagefind": "^1.5.2", "prettier": "^3.9.6", "prettier-plugin-astro": "^0.14.1",