From 04ebe1e1f3c129c2c6d9dc93ef1ffcafefa2946c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:29:02 +0000 Subject: [PATCH] Bump knip from 5.30.2 to 5.30.6 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.30.2 to 5.30.6. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json) - [Commits](https://github.com/webpro-nl/knip/commits/5.30.6/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index adab6d3..1a2ea94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-tailwindcss": "^3.17.4", "eslint-plugin-unused-imports": "^4.1.3", "husky": "^9.1.5", - "knip": "^5.27.2", + "knip": "^5.30.6", "postcss": "^8.4.41", "postcss-load-config": "^6.0.1", "prettier": "^3.3.3", @@ -3688,9 +3688,9 @@ } }, "node_modules/knip": { - "version": "5.30.2", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.30.2.tgz", - "integrity": "sha512-UuUwuTN+6Aa6mjxufWwidayGX/tPJsxZSlwUo8q4R+Gf/0aNYuhHsUH/GccuKtRPfFnf3r+ZU/7BV0dNfC7OEQ==", + "version": "5.30.6", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.30.6.tgz", + "integrity": "sha512-YkcnRVl0N99xZ7eaXE7KlH/4cPTCn6BGuk9KxINEdCMFN3yita2vGBizApy97ZOHgghy8tb589gQ3xvLMFIO4w==", "dev": true, "funding": [ { @@ -3706,7 +3706,6 @@ "url": "https://polar.sh/webpro-nl" } ], - "license": "ISC", "dependencies": { "@nodelib/fs.walk": "1.2.8", "@snyk/github-codeowners": "1.1.0", @@ -3719,7 +3718,7 @@ "picocolors": "^1.0.0", "picomatch": "^4.0.1", "pretty-ms": "^9.0.0", - "smol-toml": "^1.1.4", + "smol-toml": "^1.3.0", "strip-json-comments": "5.0.1", "summary": "2.1.0", "zod": "^3.22.4", diff --git a/package.json b/package.json index 58cffa2..0a872e1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-tailwindcss": "^3.17.4", "eslint-plugin-unused-imports": "^4.1.3", "husky": "^9.1.5", - "knip": "^5.27.2", + "knip": "^5.30.6", "postcss": "^8.4.41", "postcss-load-config": "^6.0.1", "prettier": "^3.3.3",