From 3ae57535d9cd65948760c266b3677538e3c5c290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:23:11 +0000 Subject: [PATCH] Update dependency uuid to ^11.0.4 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | uuid | 11.0.3 | 11.0.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/zoo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/zoo/package.json b/example/zoo/package.json index ff177c7a..c401f03c 100644 --- a/example/zoo/package.json +++ b/example/zoo/package.json @@ -17,7 +17,7 @@ "restler": "^3.4.0", "sharp": "^0.33.5", "sqlite3": "^5.1.7", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "winston": "^3.17.0" } }