From fb2c7896b3accd3eaf5ae885ed2581cdd6730979 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sun, 2 Oct 2022 08:43:36 +0000 Subject: [PATCH] update packages --- apps/api/package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 5bf51b15b..03d4b47b1 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@breejs/ts-worker": "2.0.0", - "@fastify/autoload": "5.3.1", - "@fastify/cookie": "8.1.0", + "@fastify/autoload": "5.4.0", + "@fastify/cookie": "8.3.0", "@fastify/cors": "8.1.0", "@fastify/env": "4.1.0", "@fastify/jwt": "6.3.2", @@ -24,7 +24,7 @@ "@fastify/static": "6.5.0", "@iarna/toml": "2.2.5", "@ladjs/graceful": "3.0.2", - "@prisma/client": "4.3.1", + "@prisma/client": "4.4.0", "axios": "0.27.2", "bcryptjs": "2.4.3", "bree": "9.1.2", @@ -37,10 +37,10 @@ "dockerode": "3.3.4", "dotenv-extended": "2.9.0", "execa": "6.1.0", - "fastify": "4.5.3", + "fastify": "4.7.0", "fastify-plugin": "4.2.1", "generate-password": "1.7.0", - "got": "12.4.1", + "got": "12.5.1", "is-ip": "5.0.0", "is-port-reachable": "4.0.0", "js-yaml": "4.1.0", @@ -56,20 +56,20 @@ "unique-names-generator": "4.7.1" }, "devDependencies": { - "@types/node": "18.7.15", + "@types/node": "18.7.23", "@types/node-os-utils": "1.3.0", - "@typescript-eslint/eslint-plugin": "5.36.2", - "@typescript-eslint/parser": "5.36.2", - "esbuild": "0.15.7", + "@typescript-eslint/eslint-plugin": "5.38.1", + "@typescript-eslint/parser": "5.38.1", + "esbuild": "0.15.10", "eslint": "8.23.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", - "nodemon": "2.0.19", + "nodemon": "2.0.20", "prettier": "2.7.1", - "prisma": "4.3.1", + "prisma": "4.4.0", "rimraf": "3.0.2", "tsconfig-paths": "4.1.0", - "typescript": "4.8.2" + "typescript": "4.8.4" }, "prisma": { "seed": "node prisma/seed.js"