From 7aec93f7a8dd89d6bcf22447a88086149813833a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:23:13 +0000 Subject: [PATCH] Bump knip from 5.17.0 to 5.17.3 Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.17.0 to 5.17.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.17.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98fa2fc..3369526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-plugin-json": "^4.0.0", "fast-check": "^3.19.0", "fta-cli": "^2.0.0", - "knip": "^5.17.0", + "knip": "^5.17.3", "markdownlint-cli": "^0.41.0", "mocha": "^10.2.0", "mock-fs": "^5.2.0", @@ -4569,9 +4569,9 @@ } }, "node_modules/knip": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.17.0.tgz", - "integrity": "sha512-6+tqWEMTSc/Sdix3l2gk6qt3Ighogo5CzabzqMRyVHlJnPqkikF6ppcTPs7ncJtq3leGJRHPMxEboQFblKdg5g==", + "version": "5.17.3", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.17.3.tgz", + "integrity": "sha512-x2paKB0BOzFjnetYolGwg9Dwa8ZIYwBuVP2V4bWRFfTeLs7BymARb7I00R3OCbr09gKKr8TPLQVx2GQ6RF9llQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index ba9431d..cc12880 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "fta-cli": "^2.0.0", "simple-git-hooks": "^2.11.1", "eslint-plugin-json": "^4.0.0", - "knip": "^5.17.0" + "knip": "^5.17.3" }, "bin": { "iab": "bin/iab.js"