Skip to content

Commit 241627f

Browse files
committed
chore: updating dependencies
1 parent 1b2a7d2 commit 241627f

File tree

4 files changed

+44
-34
lines changed

4 files changed

+44
-34
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.0.15] - 2020.04.24
2+
3+
### Fix
4+
5+
- Allowing valve file to be passed in via nodeJS config (@jaime-ez)
6+
7+
### Misc
8+
9+
- Updating uws dependency
10+
111
## [5.0.14] - 2020.04.19
212

313
### Misc

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@deepstream/protobuf": "^1.0.1",
4242
"@deepstream/types": "^2.0.9",
43-
"ajv": "^6.12.0",
43+
"ajv": "^6.12.2",
4444
"better-ajv-errors": "^0.6.7",
4545
"body-parser": "^1.19.0",
4646
"chalk": "^4.0.0",
@@ -52,9 +52,9 @@
5252
"js-yaml": "^3.13.1",
5353
"mqtt-connection": "^4.0.0",
5454
"needle": "^2.4.1",
55-
"pino": "^6.2.0",
56-
"source-map-support": "^0.5.16",
57-
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v17.3.0",
55+
"pino": "^6.2.1",
56+
"source-map-support": "^0.5.18",
57+
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v17.4.0",
5858
"uuid": "^7.0.3",
5959
"ws": "^7.2.3"
6060
},
@@ -68,15 +68,15 @@
6868
"@types/mkdirp": "^1.0.0",
6969
"@types/mocha": "^7.0.2",
7070
"@types/needle": "^2.0.4",
71-
"@types/node": "^13.11.1",
71+
"@types/node": "^13.13.2",
7272
"@types/pino": "^6.0.0",
7373
"@types/sinon": "^9.0.0",
7474
"@types/sinon-chai": "^3.2.4",
75-
"@types/uuid": "^7.0.2",
75+
"@types/uuid": "^7.0.3",
7676
"@types/ws": "^7.2.4",
7777
"async": "^3.2.0",
7878
"chai": "^4.2.0",
79-
"coveralls": "^3.0.11",
79+
"coveralls": "^3.0.14",
8080
"cucumber": "^6.0.5",
8181
"deepstream.io-client-js": "^2.3.4",
8282
"husky": "^4.2.5",
@@ -89,7 +89,7 @@
8989
"sinon": "^9.0.2",
9090
"sinon-chai": "^3.5.0",
9191
"ts-essentials": "^6.0.4",
92-
"ts-node": "^8.8.2",
92+
"ts-node": "^8.9.0",
9393
"tslint": "^6.1.1",
9494
"typescript": "^3.8.3",
9595
"watch": "^1.0.2"

0 commit comments

Comments
 (0)