diff --git a/package-lock.json b/package-lock.json index 15c57df9d..6add751e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6067,9 +6067,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", "dev": true, "license": "MIT" }, @@ -21497,7 +21497,7 @@ }, "services/gateway": { "name": "@deploystack/gateway", - "version": "0.6.0", + "version": "0.6.1", "license": "SEE LICENSE IN ../../LICENSE", "dependencies": { "@fastify/cors": "^11.1.0", @@ -21521,7 +21521,7 @@ "@release-it/conventional-changelog": "^10.0.1", "@types/fs-extra": "^11.0.4", "@types/node": "^24.1.0", - "@types/uuid": "^9.0.7", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.39.1", "eslint": "^9.31.0", diff --git a/services/gateway/package.json b/services/gateway/package.json index 150e66575..cc7786abf 100644 --- a/services/gateway/package.json +++ b/services/gateway/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/node": "^24.1.0", - "@types/uuid": "^9.0.7", + "@types/uuid": "^10.0.0", "@types/fs-extra": "^11.0.4", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3",