web: bump knip from 5.30.2 to 5.30.4 in /web (#11473)

Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.30.2 to 5.30.4.
- [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.4/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-23 11:38:04 +02:00
committed by GitHub
parent 2ce1c3f724
commit d351edc3d4
2 changed files with 6 additions and 7 deletions

11
web/package-lock.json generated
View File

@ -103,7 +103,7 @@
"github-slugger": "^2.0.0",
"glob": "^11.0.0",
"globals": "^15.9.0",
"knip": "^5.30.1",
"knip": "^5.30.4",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
@ -20289,9 +20289,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.4",
"resolved": "https://registry.npmjs.org/knip/-/knip-5.30.4.tgz",
"integrity": "sha512-ws9HtVEMyEFFlGZ3+XCC/XQ0dRfllaW0TVWQJzYTJprAvB98cy3mSH4wZo1UkzdPe6l+qbJJxnGuG69Jm916BQ==",
"dev": true,
"funding": [
{
@ -20307,7 +20307,6 @@
"url": "https://polar.sh/webpro-nl"
}
],
"license": "ISC",
"dependencies": {
"@nodelib/fs.walk": "1.2.8",
"@snyk/github-codeowners": "1.1.0",
@ -20320,7 +20319,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",

View File

@ -91,7 +91,7 @@
"github-slugger": "^2.0.0",
"glob": "^11.0.0",
"globals": "^15.9.0",
"knip": "^5.30.1",
"knip": "^5.30.4",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",