0

chore(deps): update dependency knip to v5.22.0

This commit is contained in:
renovate[bot] 2024-06-22 13:08:24 +00:00 committed by GitHub
parent f914186a85
commit 2d3d7f284c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

34
web/package-lock.json generated
View File

@ -25363,9 +25363,9 @@
}
},
"node_modules/knip": {
"version": "5.21.2",
"resolved": "https://registry.npmjs.org/knip/-/knip-5.21.2.tgz",
"integrity": "sha512-V8bzHWjQyhkN0cxajxyHqaD8CPOkNtSwo4+Zue3z//4fbWO79xXLVp61fuaaTcT9O7I7E2ZjuHENtRkBrjSzCg==",
"version": "5.22.0",
"resolved": "https://registry.npmjs.org/knip/-/knip-5.22.0.tgz",
"integrity": "sha512-ijGbuB/622oL/rhg5kPR7U26xebu7czEu50RAxjh66YXkpvXW67Dv9Oz48yBSbGFMEWylX9aOe+NeHJbVe68jw==",
"dev": true,
"funding": [
{
@ -25384,7 +25384,6 @@
"@snyk/github-codeowners": "1.1.0",
"easy-table": "1.2.0",
"fast-glob": "^3.3.2",
"file-entry-cache": "8.0.0",
"jiti": "^1.21.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
@ -25456,33 +25455,6 @@
"dev": true,
"license": "Python-2.0"
},
"node_modules/knip/node_modules/file-entry-cache": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"flat-cache": "^4.0.0"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/knip/node_modules/flat-cache": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
"dev": true,
"license": "MIT",
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.4"
},
"engines": {
"node": ">=16"
}
},
"node_modules/knip/node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",