From ac9fe83468f746f5006ae57bbf1564c73f341c74 Mon Sep 17 00:00:00 2001 From: Douglas DUTEIL Date: Fri, 3 Oct 2025 09:44:45 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=F0=9F=94=92=20sync=20lock=20fil?= =?UTF-8?q?e=20with=20@types/node@22.18.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a22461dc..20a318486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3597,9 +3597,9 @@ } }, "node_modules/@types/node": { - "version": "22.18.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.7.tgz", - "integrity": "sha512-3E97nlWEVp2V6J7aMkR8eOnw/w0pArPwf/5/W0865f+xzBoGL/ZuHkTAKAGN7cOWNwd+sG+hZOqj+fjzeHS75g==", + "version": "22.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.8.tgz", + "integrity": "sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==", "license": "MIT", "dependencies": { "undici-types": "~6.21.0"