From 7333f40460614cb334d69a443def1b2ec5d6ea09 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 20 Apr 2026 15:58:59 +0200 Subject: [PATCH] chore: update --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d88229..00b1ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/tmp": "^0.2.6", "@types/which": "^3.0.4", "tmp": "^0.2.5", - "which": "^6.0.0", + "which": "^6.0.1", "yaml": "^2.8.3" }, "devDependencies": { @@ -3144,11 +3144,12 @@ "license": "MIT" }, "node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz", + "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==", + "license": "BlueOak-1.0.0", "engines": { - "node": ">=16" + "node": ">=20" } }, "node_modules/js-yaml": { @@ -4222,12 +4223,12 @@ } }, "node_modules/which": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz", - "integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz", + "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==", "license": "ISC", "dependencies": { - "isexe": "^3.1.1" + "isexe": "^4.0.0" }, "bin": { "node-which": "bin/which.js" diff --git a/package.json b/package.json index af6c669..a5d8dc9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/tmp": "^0.2.6", "@types/which": "^3.0.4", "tmp": "^0.2.5", - "which": "^6.0.0", + "which": "^6.0.1", "yaml": "^2.8.3" }, "devDependencies": {