From d9e2f66548bc7b04607ccdc5aab1ec4b51f7893d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:27:51 +0000 Subject: [PATCH] chore(deps): bump knip from 6.35.1 to 6.36.0 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 6.35.1 to 6.36.0. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.36.0/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 6.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dddb83b..79042b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "cspell": "^10.3.3", "husky": "^9.1.7", "jscpd": "^5.2.1", - "knip": "^6.35.1", + "knip": "^6.36.0", "oxlint": "^1.83.0", "oxlint-plugin-anti-slop": "github:dmmulroy/anti-slop#main", "oxlint-tsgolint": "^7.0.2001", @@ -10392,9 +10392,9 @@ } }, "node_modules/knip": { - "version": "6.35.1", - "resolved": "https://registry.npmjs.org/knip/-/knip-6.35.1.tgz", - "integrity": "sha512-22wnEnv4do2fvoeJsxpFCG/MBxReNxoCVBccaCl7suUJsG+F0UvxI9ycxZ9YgtLHSSjrZl5tOas0JZ/R1vJ93g==", + "version": "6.36.0", + "resolved": "https://registry.npmjs.org/knip/-/knip-6.36.0.tgz", + "integrity": "sha512-DWETufDYX4UdaLeCK9gI5rfROanxVxbrsyEPzHFIrrn1H+W04f3XdQ6HPWMnA7O2u2VOKOLWt+EV23K/kb5jlA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 2bdc662d..e2c75d3f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "cspell": "^10.3.3", "husky": "^9.1.7", "jscpd": "^5.2.1", - "knip": "^6.35.1", + "knip": "^6.36.0", "oxlint": "^1.83.0", "oxlint-plugin-anti-slop": "github:dmmulroy/anti-slop#main", "oxlint-tsgolint": "^7.0.2001",