Bump knip from 2.21.1 to 2.21.2

Bumps [knip](https://github.com/webpro/knip) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/webpro/knip/releases)
- [Changelog](https://github.com/webpro/knip/blob/main/docs/release-notes-v2.md)
- [Commits](https://github.com/webpro/knip/compare/2.21.1...2.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-06 00:58:27 +00:00
committed by GitHub
parent d20c7832da
commit 163dd98b7b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.4.5", "eslint-plugin-jsdoc": "^46.4.5",
"eslint-plugin-vue": "^9.16.1", "eslint-plugin-vue": "^9.16.1",
"knip": "^2.17.2", "knip": "^2.21.2",
"laravel-vite-plugin": "^0.8.0", "laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"postcss": "^8.4.27", "postcss": "^8.4.27",
@@ -3758,9 +3758,9 @@
} }
}, },
"node_modules/knip": { "node_modules/knip": {
"version": "2.21.1", "version": "2.21.2",
"resolved": "https://registry.npmjs.org/knip/-/knip-2.21.1.tgz", "resolved": "https://registry.npmjs.org/knip/-/knip-2.21.2.tgz",
"integrity": "sha512-Zb5y9oISNsotK7DYiG6OEhWAy20PuR7uUchQAFmWC5MzQhQozNAiQ6P2ZOVvOCVIBHe/2pInuRHZ7pmDab8/mQ==", "integrity": "sha512-/fGWb1OZHtGj5/9nONL2iiSKdK6gbc7Kf9o5zoQJQyKe0nTYt21WnzGoXM4c6LE78V7hadJZF+2eVH56/VwdHw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@ericcornelissen/bash-parser": "^0.5.2", "@ericcornelissen/bash-parser": "^0.5.2",

View File

@@ -17,7 +17,7 @@
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsdoc": "^46.4.5", "eslint-plugin-jsdoc": "^46.4.5",
"eslint-plugin-vue": "^9.16.1", "eslint-plugin-vue": "^9.16.1",
"knip": "^2.17.2", "knip": "^2.21.2",
"laravel-vite-plugin": "^0.8.0", "laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"postcss": "^8.4.27", "postcss": "^8.4.27",