Skip to content

Commit a6711f3

Browse files
authored
v3.3.3 - update deps (#58)
1 parent c3cede4 commit a6711f3

File tree

2 files changed

+98
-61
lines changed

2 files changed

+98
-61
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restana",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Super fast and minimalist web framework for building REST micro-services.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -38,7 +38,7 @@
3838
],
3939
"homepage": "https://github.com/jkyberneees/ana#readme",
4040
"dependencies": {
41-
"find-my-way": "^2.1.1"
41+
"find-my-way": "^2.2.1"
4242
},
4343
"devDependencies": {
4444
"0http": "^1.2.3",
@@ -47,11 +47,11 @@
4747
"chai": "^4.2.0",
4848
"connect-query": "^1.0.0",
4949
"express": "^4.17.1",
50-
"fastify": "^2.8.0",
50+
"fastify": "^2.10.0",
5151
"http-cache-middleware": "^1.2.3",
52-
"koa": "^2.8.2",
52+
"koa": "^2.10.0",
5353
"koa-router": "^7.4.0",
54-
"mocha": "^6.2.1",
54+
"mocha": "^6.2.2",
5555
"morgan": "^1.9.1",
5656
"muneem": "^2.4.5",
5757
"nyc": "^14.1.1",

0 commit comments

Comments
 (0)