diff --git a/package-lock.json b/package-lock.json index 7afaefbbd..3a823fb89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.2.1", - "knip": "^5.27.4", + "knip": "^5.36.2", "markdownlint-cli": "^0.42.0", "simple-git-hooks": "^2.11.1", "spellchecker-cli": "^7.0.0" @@ -2413,9 +2413,9 @@ } }, "node_modules/knip": { - "version": "5.34.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.34.0.tgz", - "integrity": "sha512-TuPl8Tfrqoc1LWlR5S1RZwwN2Vk+CUCAGUbji6VAAUFv/nS5S6pzNwBYwDP0tCCN/iAPf9/NhbAni7s135vrQQ==", + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.36.2.tgz", + "integrity": "sha512-MudNTKBSqThAFAV29GuRPSKSebByZeQCFeNgXVRVSd+sXcubehTgQHTGqqiwlXGCt4WBP7vuVekp0ZehfZtHuw==", "dev": true, "funding": [ { @@ -2431,17 +2431,16 @@ "url": "https://polar.sh/webpro-nl" } ], - "license": "ISC", "dependencies": { "@nodelib/fs.walk": "1.2.8", "@snyk/github-codeowners": "1.1.0", "easy-table": "1.2.0", "enhanced-resolve": "^5.17.1", "fast-glob": "^3.3.2", - "jiti": "^2.3.3", + "jiti": "^2.4.0", "js-yaml": "^4.1.0", "minimist": "^1.2.8", - "picocolors": "^1.0.0", + "picocolors": "^1.1.0", "picomatch": "^4.0.1", "pretty-ms": "^9.0.0", "smol-toml": "^1.3.0", @@ -2463,11 +2462,10 @@ } }, "node_modules/knip/node_modules/jiti": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz", - "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz", + "integrity": "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==", "dev": true, - "license": "MIT", "bin": { "jiti": "lib/jiti-cli.mjs" } @@ -3997,9 +3995,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true }, "node_modules/picomatch": { diff --git a/package.json b/package.json index 20b0838a9..d0e5b1743 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "private": true, "devDependencies": { "@commitlint/cli": "^19.2.1", - "knip": "^5.27.4", + "knip": "^5.36.2", "markdownlint-cli": "^0.42.0", "simple-git-hooks": "^2.11.1", "spellchecker-cli": "^7.0.0"