From f4a3f14a435ba83edbcae3882463cbc775c94f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:42:10 +0000 Subject: [PATCH] Update dependency uuid to ^11.0.5 (#768) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | uuid | 11.0.3 | 11.0.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 17fc35ef..5fd68614 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.5", "winston": "^3.17.0" } }