From 580ef826e90c7f08dca58271855210e2a2507864 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:23:03 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3783a48..3f68cdd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "jquery": "^3.7.1", "rxjs": "~7.8.1", "tslib": "^2.7.0", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "zone.js": "~0.14.10" }, "devDependencies": { @@ -14252,16 +14252,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/validate-npm-package-license": { diff --git a/package.json b/package.json index 17604c03..991e738d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jquery": "^3.7.1", "rxjs": "~7.8.1", "tslib": "^2.7.0", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "zone.js": "~0.14.10" }, "devDependencies": {