From 5b672dcb48d27af61860d34b3fa8831008bc9909 Mon Sep 17 00:00:00 2001 From: Fabrice Migeot de Baran Date: Tue, 4 Jul 2023 12:04:05 +0200 Subject: [PATCH] chore(deps): update uuid --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c9a356..29dc8d7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "www.radiofrance.fr" }, "engines": { - "node": ">=6" + "node": ">=10" }, "scripts": { "lint": "eslint .", @@ -34,7 +34,7 @@ "@types/amqplib": "^0.10.1", "amqplib": "^0.10.3", "p-wait-for": "^1.0.0", - "uuid": "^3.0.1" + "uuid": "^8.3.2" }, "devDependencies": { "ava": "^0.22.0",