From fc36fb562a6798e76122dc1f6b96304c01d5b5d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:57:18 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 13.0.0 in /pyindi/www/static/js9 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 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/v3.4.0...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] --- pyindi/www/static/js9/package-lock.json | 15 +++++++++------ pyindi/www/static/js9/package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pyindi/www/static/js9/package-lock.json b/pyindi/www/static/js9/package-lock.json index 474f92e..098114a 100644 --- a/pyindi/www/static/js9/package-lock.json +++ b/pyindi/www/static/js9/package-lock.json @@ -24,7 +24,7 @@ "ps-node": "^0.1.0", "rimraf": "^1.0.0", "socket.io": "^4.8.0", - "uuid": "^3.4.0" + "uuid": "^13.0.0" } }, "node_modules/@socket.io/component-emitter": { @@ -351,14 +351,17 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "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" + ], "inBundle": true, "license": "MIT", "bin": { - "uuid": "bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/pyindi/www/static/js9/package.json b/pyindi/www/static/js9/package.json index 11ca2b5..bac04ad 100644 --- a/pyindi/www/static/js9/package.json +++ b/pyindi/www/static/js9/package.json @@ -38,6 +38,6 @@ "ps-node": "^0.1.0", "rimraf": "^1.0.0", "socket.io": "^4.8.0", - "uuid": "^3.4.0" + "uuid": "^13.0.0" } }