Bump knip from 2.15.2 to 2.15.5

Bumps [knip](https://github.com/webpro/knip) from 2.15.2 to 2.15.5.
- [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.15.2...2.15.5)

---
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-07-14 00:16:15 +00:00
committed by GitHub
parent 89d57bb915
commit 7e12ba1a00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsdoc": "^46.2.6", "eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-vue": "^9.8.0", "eslint-plugin-vue": "^9.8.0",
"knip": "^2.15.2", "knip": "^2.15.5",
"laravel-vite-plugin": "^0.7.2", "laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"postcss": "^8.4.24", "postcss": "^8.4.24",
@@ -4399,9 +4399,9 @@
"dev": true "dev": true
}, },
"node_modules/knip": { "node_modules/knip": {
"version": "2.15.2", "version": "2.15.5",
"resolved": "https://registry.npmjs.org/knip/-/knip-2.15.2.tgz", "resolved": "https://registry.npmjs.org/knip/-/knip-2.15.5.tgz",
"integrity": "sha512-AomZpQAjbPpUr06Gs6egTeZglyfloLNSQQxrEe6VhStmR4jVonPJSqGPEoSQHjOwJ4okAAhyGrjsIovuGaxCPw==", "integrity": "sha512-ogX+B9r9dx+Z6Xbs1YHHANg7X96B0Z3k/Ec2P/nZOJRQA1GhhRLzDrseN0MtVjLtPzpEFXid1yZrqMQOxq2nUw==",
"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": "^8.6.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsdoc": "^46.2.6", "eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-vue": "^9.8.0", "eslint-plugin-vue": "^9.8.0",
"knip": "^2.15.2", "knip": "^2.15.5",
"laravel-vite-plugin": "^0.7.2", "laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"postcss": "^8.4.24", "postcss": "^8.4.24",