From 7cf8991cfc144054b4f0c3825d9183ae4620386c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:04:18 +0200 Subject: [PATCH] web: bump knip from 5.30.5 to 5.30.6 in /web (#11566) Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.30.5 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 5e4b2ceaef..7118fa445f 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -103,7 +103,7 @@ "github-slugger": "^2.0.0", "glob": "^11.0.0", "globals": "^15.9.0", - "knip": "^5.30.5", + "knip": "^5.30.6", "lit-analyzer": "^2.0.3", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", @@ -20605,9 +20605,9 @@ } }, "node_modules/knip": { - "version": "5.30.5", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.30.5.tgz", - "integrity": "sha512-opta1VVKAfIzhvj1iyOr/3SgSDC6jYPoUaYkvjftNqMTeURppYY5VqrAa5DOcJnIsdcAdyoIKHUFg9NRiFaM5w==", + "version": "5.30.6", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.30.6.tgz", + "integrity": "sha512-YkcnRVl0N99xZ7eaXE7KlH/4cPTCn6BGuk9KxINEdCMFN3yita2vGBizApy97ZOHgghy8tb589gQ3xvLMFIO4w==", "dev": true, "funding": [ { diff --git a/web/package.json b/web/package.json index 77e553161d..ddc4e13f28 100644 --- a/web/package.json +++ b/web/package.json @@ -91,7 +91,7 @@ "github-slugger": "^2.0.0", "glob": "^11.0.0", "globals": "^15.9.0", - "knip": "^5.30.5", + "knip": "^5.30.6", "lit-analyzer": "^2.0.3", "npm-run-all": "^4.1.5", "prettier": "^3.3.3",