@smartsoft001/trans-shell-nestjs 1.1.59 → 1.1.61

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +36 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/trans-shell-nestjs",
3
- "version": "1.1.59",
3
+ "version": "1.1.61",
4
4
  "description": "This library was generated with [Nx](https://nx.dev).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,61 +13,53 @@
13
13
  },
14
14
  "homepage": "https://github.com/emiljuchnikowski/smartsoft#readme",
15
15
  "dependencies": {
16
- "@angular/animations": "15.1.1",
17
16
  "@angular/common": "15.1.1",
18
- "@angular/compiler": "15.1.1",
19
17
  "@angular/core": "15.1.1",
20
- "@angular/platform-browser": "15.1.1",
21
18
  "@angular/platform-browser-dynamic": "15.1.1",
22
- "@nestjs/axios": "0.1.0",
23
- "@nestjs/common": "9.0.9",
24
- "@nestjs/core": "9.0.9",
25
- "@nestjs/jwt": "7.2.0",
26
- "@nestjs/passport": "7.1.6",
27
- "@nestjs/platform-express": "9.0.9",
28
- "@nestjs/websockets": "7.6.18",
29
- "busboy": "0.3.1",
30
- "class-transformer": "0.3.1",
31
- "class-validator": "0.13.0",
32
- "combined-stream": "1.0.8",
33
- "crypto-js": "4.1.1",
34
- "express": "4.18.1",
35
- "flatted": "3.2.7",
19
+ "@nestjs/axios": "^0.1.0",
20
+ "@nestjs/common": "9.4.0",
21
+ "@nestjs/core": "9.4.0",
22
+ "@nestjs/jwt": "^7.1.0",
23
+ "@nestjs/passport": "^7.1.5",
24
+ "@nestjs/websockets": "^7.6.3",
25
+ "busboy": "^0.3.1",
26
+ "combined-stream": "^1.0.8",
27
+ "crypto-js": "^4.1.1",
28
+ "express": "4.18.2",
29
+ "flatted": "^3.2.4",
36
30
  "guid-typescript": "1.0.9",
37
- "json2csv": "5.0.7",
38
- "lodash": "4.17.21",
39
- "lodash-decorators": "6.0.1",
31
+ "json2csv": "^5.0.5",
32
+ "lodash": "^4.17.20",
33
+ "lodash-decorators": "^6.0.1",
40
34
  "md5": "2.3.0",
41
- "mongodb": "3.7.3",
42
- "passport": "0.4.1",
35
+ "mongodb": "^3.7.3",
43
36
  "passport-jwt": "4.0.0",
44
- "paypal-rest-sdk": "1.8.1",
37
+ "paypal-rest-sdk": "^1.8.1",
45
38
  "querystring": "0.2.0",
46
39
  "reflect-metadata": "0.1.13",
47
- "rxjs": "7.5.6",
40
+ "rxjs": "7.8.1",
48
41
  "socket.io": "2.4.1",
49
42
  "typeorm": "0.2.29",
50
- "util": "0.11.1",
51
- "xlsx": "0.17.5",
52
- "zone.js": "0.11.5"
43
+ "xlsx": "^0.17.0"
53
44
  },
54
45
  "peerDependencies": {
55
- "@smartsoft001/trans-shell-app-services": "1.1.59",
56
- "@smartsoft001/trans-domain": "1.1.59",
57
- "@smartsoft001/domain-core": "1.1.59",
58
- "@smartsoft001/models": "1.1.59",
59
- "@smartsoft001/utils": "1.1.59",
60
- "@smartsoft001/users": "1.1.59",
61
- "@smartsoft001/payu": "1.1.59",
62
- "@smartsoft001/paypal": "1.1.59",
63
- "@smartsoft001/revolut": "1.1.59",
64
- "@smartsoft001/paynow": "1.1.59",
65
- "@smartsoft001/crud-shell-nestjs": "1.1.59",
66
- "@smartsoft001/crud-shell-app-services": "1.1.59",
67
- "@smartsoft001/crud-domain": "1.1.59",
68
- "@smartsoft001/crud-shell-dtos": "1.1.59",
69
- "@smartsoft001/nestjs": "1.1.59",
70
- "@smartsoft001/mongo": "1.1.59",
46
+ "@smartsoft001/crud-domain": "1.1.61",
47
+ "@smartsoft001/crud-shell-app-services": "1.1.61",
48
+ "@smartsoft001/crud-shell-dtos": "1.1.61",
49
+ "@smartsoft001/crud-shell-nestjs": "1.1.61",
50
+ "@smartsoft001/domain-core": "1.1.61",
51
+ "@smartsoft001/models": "1.1.61",
52
+ "@smartsoft001/mongo": "1.1.61",
53
+ "@smartsoft001/nestjs": "1.1.61",
54
+ "@smartsoft001/paynow": "1.1.61",
55
+ "@smartsoft001/paypal": "1.1.61",
56
+ "@smartsoft001/payu": "1.1.61",
57
+ "@smartsoft001/revolut": "1.1.61",
58
+ "@smartsoft001/trans-domain": "1.1.61",
59
+ "@smartsoft001/trans-shell-app-services": "1.1.61",
60
+ "@smartsoft001/users": "1.1.61",
61
+ "@smartsoft001/utils": "1.1.61",
62
+ "util": "0.12.5",
71
63
  "tslib": "2.4.1"
72
64
  },
73
65
  "main": "./src/index.js",