diff --git a/Packages/src/TypeScriptServer~/package-lock.json b/Packages/src/TypeScriptServer~/package-lock.json index 2c1bdce8b..e0e8b39c3 100644 --- a/Packages/src/TypeScriptServer~/package-lock.json +++ b/Packages/src/TypeScriptServer~/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "launch-unity": "0.17.1", - "uuid": "14.0.1", + "uuid": "14.0.2", "zod": "4.4.3" }, "devDependencies": { @@ -8015,9 +8015,9 @@ } }, "node_modules/uuid": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", - "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/Packages/src/TypeScriptServer~/package.json b/Packages/src/TypeScriptServer~/package.json index 58e517360..e5b0f68b3 100644 --- a/Packages/src/TypeScriptServer~/package.json +++ b/Packages/src/TypeScriptServer~/package.json @@ -67,7 +67,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "launch-unity": "0.17.1", - "uuid": "14.0.1", + "uuid": "14.0.2", "zod": "4.4.3" }, "devDependencies": {