From 3913983ab8556a4b6e37ea1904ecbbc4ddc0996a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Mar 2026 18:13:46 +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 83c2d3e9..66422dfb 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