tom-microservice 3.2.35 → 3.2.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -551,7 +551,7 @@ Your [Telegram @BotFather token](https://core.telegram.org/bots#3-how-do-i-creat
551
551
 
552
552
  ## License
553
553
 
554
- **tom** © [Kiko Beats](https://kikobeats.com), Released under the [MIT](https://github.com/Kikobeats/tom-microservice/blob/master/LICENSE.md) License.<br>
554
+ **tom** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/tom-microservice/blob/master/LICENSE.md) License.<br>
555
555
 
556
556
  Spaceman logo by [Nook Fulloption](https://thenounproject.com/term/spaceman/854189) from [the Noun Project](https://thenounproject.com/search/?q=dog%20spaceman&i=854189#).
557
557
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tom-microservice",
3
3
  "description": "Tom creates customers, subscriptions plans & send notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.2.35",
5
+ "version": "3.2.38",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -40,11 +40,11 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "acho": "~4.0.6",
43
- "beauty-error": "~1.2.14",
43
+ "beauty-error": "~1.2.15",
44
44
  "body-parser": "~1.20.0",
45
45
  "compression": "~1.7.4",
46
46
  "cors": "~2.8.5",
47
- "country-vat": "~1.0.5",
47
+ "country-vat": "~1.0.6",
48
48
  "emittery": "~0.11.0",
49
49
  "express": "~4.18.1",
50
50
  "got": "~11.8.3",
@@ -55,22 +55,22 @@
55
55
  "joycon": "~3.1.1",
56
56
  "jsendp": "~2.1.0",
57
57
  "lodash": "~4.17.21",
58
- "mailgen": "~2.0.24",
58
+ "mailgen": "~2.0.27",
59
59
  "map-values-deep": "~1.0.2",
60
60
  "meow": "~9.0.0",
61
61
  "morgan": "~1.10.0",
62
- "nodemailer": "~6.7.5",
62
+ "nodemailer": "~6.7.6",
63
63
  "ow": "~0.28.1",
64
64
  "p-reflect": "~2.1.0",
65
65
  "p-retry": "~4.6.1",
66
66
  "p-waterfall": "~2.1.1",
67
67
  "picocolors": "~1.0.0",
68
68
  "pretty-ms": "~7.0.1",
69
- "req-country": "~1.2.2",
70
- "request-ip": "~2.1.3",
71
- "stripe": "^9.0.0",
69
+ "req-country": "~1.2.5",
70
+ "request-ip": "~3.3.0",
71
+ "stripe": "9",
72
72
  "time-span": "~4.0.0",
73
- "to-query": "~1.6.8",
73
+ "to-query": "~1.6.10",
74
74
  "twit": "~2.2.11",
75
75
  "update-notifier": "~5.1.0"
76
76
  },
@@ -129,7 +129,7 @@
129
129
  "release:tags": "git push --follow-tags origin HEAD:master",
130
130
  "start": "tom",
131
131
  "test": "NODE_ENV=test c8 ava",
132
- "update": "ncu -u",
132
+ "update": "ncu -i",
133
133
  "update:check": "ncu -- --error-level 2"
134
134
  },
135
135
  "license": "MIT",