Update api/package.json
Browse files- api/package.json +7 -5
api/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "api",
|
| 3 |
-
"version": "2.5.
|
| 4 |
"main": "dist/index.js",
|
| 5 |
"license": "MIT",
|
| 6 |
"private": true,
|
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"postbuild": "test -f keys || (node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" > keys && node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" >> keys)"
|
| 12 |
},
|
| 13 |
"dependencies": {
|
| 14 |
-
"@prisma/client": "^
|
| 15 |
"@types/moment": "^2.13.0",
|
| 16 |
"axios": "^0.21.4",
|
| 17 |
"bcryptjs": "^2.4.3",
|
|
@@ -43,13 +43,15 @@
|
|
| 43 |
"nanoid": "^3.1.25",
|
| 44 |
"pg": "^8.7.1",
|
| 45 |
"pg-connection-string": "^2.5.0",
|
| 46 |
-
"prisma": "^
|
| 47 |
"redis": "^4.0.1",
|
| 48 |
"serialize-error": "^8.1.0",
|
| 49 |
"serverless-http": "^3.0.1",
|
| 50 |
"source-map-support": "^0.5.19",
|
| 51 |
"telegram": "^2.15.5",
|
| 52 |
-
"uuid-random": "^1.3.2"
|
|
|
|
|
|
|
| 53 |
},
|
| 54 |
"devDependencies": {
|
| 55 |
"@types/axios": "^0.14.0",
|
|
@@ -85,4 +87,4 @@
|
|
| 85 |
"rimraf": "^3.0.2",
|
| 86 |
"typescript": "^4.4.2"
|
| 87 |
}
|
| 88 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "api",
|
| 3 |
+
"version": "2.5.5",
|
| 4 |
"main": "dist/index.js",
|
| 5 |
"license": "MIT",
|
| 6 |
"private": true,
|
|
|
|
| 11 |
"postbuild": "test -f keys || (node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" > keys && node -e \"console.log(require('crypto').randomBytes(48).toString('base64'));\" >> keys)"
|
| 12 |
},
|
| 13 |
"dependencies": {
|
| 14 |
+
"@prisma/client": "^4.12.0",
|
| 15 |
"@types/moment": "^2.13.0",
|
| 16 |
"axios": "^0.21.4",
|
| 17 |
"bcryptjs": "^2.4.3",
|
|
|
|
| 43 |
"nanoid": "^3.1.25",
|
| 44 |
"pg": "^8.7.1",
|
| 45 |
"pg-connection-string": "^2.5.0",
|
| 46 |
+
"prisma": "^4.12.0",
|
| 47 |
"redis": "^4.0.1",
|
| 48 |
"serialize-error": "^8.1.0",
|
| 49 |
"serverless-http": "^3.0.1",
|
| 50 |
"source-map-support": "^0.5.19",
|
| 51 |
"telegram": "^2.15.5",
|
| 52 |
+
"uuid-random": "^1.3.2",
|
| 53 |
+
"util": "0.12.5",
|
| 54 |
+
"path":"0.12.7"
|
| 55 |
},
|
| 56 |
"devDependencies": {
|
| 57 |
"@types/axios": "^0.14.0",
|
|
|
|
| 87 |
"rimraf": "^3.0.2",
|
| 88 |
"typescript": "^4.4.2"
|
| 89 |
}
|
| 90 |
+
}
|