diff --git a/backend-node/package-lock.json b/backend-node/package-lock.json index a5eef350..e8a1fdb3 100644 --- a/backend-node/package-lock.json +++ b/backend-node/package-lock.json @@ -47,6 +47,7 @@ "@types/pg": "^8.15.5", "@types/sanitize-html": "^2.9.5", "@types/supertest": "^6.0.3", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "eslint": "^8.55.0", diff --git a/backend-node/package.json b/backend-node/package.json index a0314e68..db253233 100644 --- a/backend-node/package.json +++ b/backend-node/package.json @@ -61,6 +61,7 @@ "@types/pg": "^8.15.5", "@types/sanitize-html": "^2.9.5", "@types/supertest": "^6.0.3", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "eslint": "^8.55.0",