chore(deps): update dependency knip to v5.42.1 (#4140)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-18 09:11:29 -08:00
committed by GitHub
parent 58b13d3355
commit 555b305405

54
web/package-lock.json generated
View File

@@ -22430,9 +22430,9 @@
} }
}, },
"node_modules/knip": { "node_modules/knip": {
"version": "5.41.1", "version": "5.42.1",
"resolved": "https://registry.npmjs.org/knip/-/knip-5.41.1.tgz", "resolved": "https://registry.npmjs.org/knip/-/knip-5.42.1.tgz",
"integrity": "sha512-yNpCCe2REU7U3VRvMASnXSEtfEC2HmOoDW9Vp9teQ9FktJYnuagvSZD3xWq8Ru7sPABkmvbC5TVWuMzIaeADNA==", "integrity": "sha512-xTnwo0I5TLAEU1BNqi8EwnvxI/5yJUJmBiXJdnS0+2FDE6WQII3upoImuUbx1GxrftHmY+prqfL6XuO6JEtYBw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -22450,12 +22450,12 @@
], ],
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@nodelib/fs.walk": "1.2.8", "@nodelib/fs.walk": "3.0.1",
"@snyk/github-codeowners": "1.1.0", "@snyk/github-codeowners": "1.1.0",
"easy-table": "1.2.0", "easy-table": "1.2.0",
"enhanced-resolve": "^5.17.1", "enhanced-resolve": "^5.18.0",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.3",
"jiti": "^2.4.0", "jiti": "^2.4.2",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"picocolors": "^1.1.0", "picocolors": "^1.1.0",
@@ -22472,13 +22472,51 @@
"knip-bun": "bin/knip-bun.js" "knip-bun": "bin/knip-bun.js"
}, },
"engines": { "engines": {
"node": ">=18.6.0" "node": ">=18.18.0"
}, },
"peerDependencies": { "peerDependencies": {
"@types/node": ">=18", "@types/node": ">=18",
"typescript": ">=5.0.4" "typescript": ">=5.0.4"
} }
}, },
"node_modules/knip/node_modules/@nodelib/fs.scandir": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-4.0.1.tgz",
"integrity": "sha512-vAkI715yhnmiPupY+dq+xenu5Tdf2TBQ66jLvBIcCddtz+5Q8LbMKaf9CIJJreez8fQ8fgaY+RaywQx8RJIWpw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "4.0.0",
"run-parallel": "^1.2.0"
},
"engines": {
"node": ">=18.18.0"
}
},
"node_modules/knip/node_modules/@nodelib/fs.stat": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-4.0.0.tgz",
"integrity": "sha512-ctr6bByzksKRCV0bavi8WoQevU6plSp2IkllIsEqaiKe2mwNNnaluhnRhcsgGZHrrHk57B3lf95MkLMO3STYcg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18.18.0"
}
},
"node_modules/knip/node_modules/@nodelib/fs.walk": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-3.0.1.tgz",
"integrity": "sha512-nIh/M6Kh3ZtOmlY00DaUYB4xeeV6F3/ts1l29iwl3/cfyY/OuCfUx+v08zgx8TKPTifXRcjjqVQ4KB2zOYSbyw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@nodelib/fs.scandir": "4.0.1",
"fastq": "^1.15.0"
},
"engines": {
"node": ">=18.18.0"
}
},
"node_modules/knip/node_modules/picomatch": { "node_modules/knip/node_modules/picomatch": {
"version": "4.0.2", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",