From 9ccf9c36a6b599703bc1212de9c366a291010843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:31:53 +0000 Subject: [PATCH] chore(deps-dev): bump knip from 5.23.0 to 5.23.3 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.23.0 to 5.23.3. - [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.23.3/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 | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15c7dac4..0e350f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "husky": "9.0.11", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", - "knip": "^5.23.0", + "knip": "^5.23.3", "prettier": "3.3.2", "ts-jest": "29.1.5", "typescript": "^5.5.3", @@ -9997,9 +9997,9 @@ } }, "node_modules/knip": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.23.0.tgz", - "integrity": "sha512-kHXcxmbbpTa+ZPx29KfAbBGP6TK81wXjvHyUPTCbGNFwOVnVUminesaO/of+9KleCzw3pUPiK/k4UsEu+aFK4Q==", + "version": "5.23.3", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.23.3.tgz", + "integrity": "sha512-i0vFlpe3D9AZmp3Hlq3ZncjJQB2x21LeVrIV+9rnBavaKpTLhV/sLmE4iqTjEWedLtpfJsax68S68aqZzcXpsQ==", "dev": true, "funding": [ { @@ -10008,7 +10008,11 @@ }, { "type": "opencollective", - "url": "https://opencollective.com/webpro" + "url": "https://opencollective.com/knip" + }, + { + "type": "polar", + "url": "https://polar.sh/webpro-nl" } ], "dependencies": { @@ -10017,7 +10021,7 @@ "@snyk/github-codeowners": "1.1.0", "easy-table": "1.2.0", "fast-glob": "^3.3.2", - "jiti": "^1.21.0", + "jiti": "^1.21.6", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index ead9b1a4..ac2ca3d9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "husky": "9.0.11", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", - "knip": "^5.23.0", + "knip": "^5.23.3", "prettier": "3.3.2", "ts-jest": "29.1.5", "typescript": "^5.5.3",