From 7aaa033a8b1903ea40023f54cc2faecd8d42fe3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:02:22 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 13.0.0 in /pms/app Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 13.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pms/app/package-lock.json | 16 ++++++++-------- pms/app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pms/app/package-lock.json b/pms/app/package-lock.json index 4c7e49c..bba15a5 100644 --- a/pms/app/package-lock.json +++ b/pms/app/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "death": "^1.1.0", "socket.io-client": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } }, "node_modules/@socket.io/component-emitter": { @@ -92,15 +92,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/ws": { @@ -194,9 +194,9 @@ } }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" }, "ws": { "version": "8.11.0", diff --git a/pms/app/package.json b/pms/app/package.json index b31ef85..19579d5 100644 --- a/pms/app/package.json +++ b/pms/app/package.json @@ -11,6 +11,6 @@ "dependencies": { "death": "^1.1.0", "socket.io-client": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } }