From c3c78e157f59def58e430d41a7405872b1fce7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:33:46 +0000 Subject: [PATCH] chore(deps): bump knip from 6.2.0 to 6.3.0 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.3.0/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 6.3.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 69b2668..cfdfb6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-unicorn": "^64.0.0", "husky": "^9.1.7", "jscpd": "^4.0.8", - "knip": "^6.2.0", + "knip": "^6.3.0", "prettier": "^3.8.1", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.7.2", @@ -12289,9 +12289,9 @@ } }, "node_modules/knip": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-6.2.0.tgz", - "integrity": "sha512-4OMUMJARvNble8e8TeFv12flp4fKzAITrQec1eKO4g2eA4HnNqEa8CXy2UOPLjuYuAETpe0N0r25jF9yY9FLig==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/knip/-/knip-6.3.0.tgz", + "integrity": "sha512-g6dVPoTw6iNm3cubC5IWxVkVsd0r5hXhTBTbAGIEQN53GdA2ZM/slMTPJ7n5l8pBebNQPHpxjmKxuR4xVQ2/hQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 0faa61a..9a537ca 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-unicorn": "^64.0.0", "husky": "^9.1.7", "jscpd": "^4.0.8", - "knip": "^6.2.0", + "knip": "^6.3.0", "prettier": "^3.8.1", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.7.2",