From 392f156d00f54c79c778236d4941f3f0c50563ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Sep 2025 13:03:04 +0000 Subject: [PATCH] chore(deps): update dependency uuid to v13 --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8838d09c..6049939c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "sinon": "^21.0.0", "ts-loader": "^9.5.2", "typescript": "^5.8.2", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" }, diff --git a/samples/package.json b/samples/package.json index d532a80a..b7d680e4 100644 --- a/samples/package.json +++ b/samples/package.json @@ -25,6 +25,6 @@ "c8": "^9.0.0", "chai": "^4.2.0", "mocha": "^10.2.0", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } } \ No newline at end of file