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" } }