diff --git a/client/package-lock.json b/client/package-lock.json index 09959bc..6a5e15b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "commonTypesWithClient": "file:../server/commonTypesWithClient", "firebase": "^10.1.0", "jotai": "^2.2.3", - "next": "^13.4.12", + "next": "^13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/client/package.json b/client/package.json index 2dd3c58..718e20e 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "commonTypesWithClient": "file:../server/commonTypesWithClient", "firebase": "^10.1.0", "jotai": "^2.2.3", - "next": "^13.4.12", + "next": "^13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/package-lock.json b/package-lock.json index 04c4007..b2c644c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "stylelint-config-recess-order": "^3.1.0", "stylelint-config-standard": "^29.0.0", "ts-node": "^10.9.1", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "vitest": "^0.34.1" }, "engines": { @@ -7059,9 +7059,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index adbab78..fb8fd7c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "stylelint-config-recess-order": "^3.1.0", "stylelint-config-standard": "^29.0.0", "ts-node": "^10.9.1", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "vitest": "^0.34.1" }, "engines": { diff --git a/server/package-lock.json b/server/package-lock.json index 4905e01..c1ecf7a 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -18,7 +18,7 @@ "fastify": "^4.21.0", "firebase-admin": "^11.10.1", "velona": "^0.8.0", - "zod": "^3.22.2" + "zod": "^3.22.4" }, "devDependencies": { "@aspida/axios": "^1.14.0", @@ -34,7 +34,7 @@ "node-dev": "^8.0.0", "notios": "^0.4.1", "prisma": "^5.1.1", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "vite-tsconfig-paths": "^4.2.0" }, "engines": { @@ -7746,9 +7746,9 @@ } }, "node_modules/typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -14061,9 +14061,9 @@ } }, "typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true }, "uc.micro": { diff --git a/server/package.json b/server/package.json index 4f0ae36..8879c28 100644 --- a/server/package.json +++ b/server/package.json @@ -35,7 +35,7 @@ "fastify": "^4.21.0", "firebase-admin": "^11.10.1", "velona": "^0.8.0", - "zod": "^3.22.2" + "zod": "^3.22.4" }, "devDependencies": { "@aspida/axios": "^1.14.0", @@ -51,7 +51,7 @@ "node-dev": "^8.0.0", "notios": "^0.4.1", "prisma": "^5.1.1", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "vite-tsconfig-paths": "^4.2.0" }, "engines": {