From 164cb7b7c3115b81f16a66f5ac232ff79cad6e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:05:47 +0000 Subject: [PATCH] chore(deps): bump knip from 6.3.0 to 6.3.1 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.3.1/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 6.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 ab579ad1..b9c5755f 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.3.0", + "knip": "^6.3.1", "prettier": "^3.8.1", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.7.2", @@ -11917,9 +11917,9 @@ } }, "node_modules/knip": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-6.3.0.tgz", - "integrity": "sha512-g6dVPoTw6iNm3cubC5IWxVkVsd0r5hXhTBTbAGIEQN53GdA2ZM/slMTPJ7n5l8pBebNQPHpxjmKxuR4xVQ2/hQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/knip/-/knip-6.3.1.tgz", + "integrity": "sha512-22kLJloVcOVOAudCxlFOC0ICAMme7dKsS7pVTEnrmyKGpswb8ieznvAiSKUeFVDJhb01ect6dkDc1Ha1g1sPpg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index cb77c2e3..11730274 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.3.0", + "knip": "^6.3.1", "prettier": "^3.8.1", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.7.2",