Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 7bc6ea2

Browse files
committed
update deps: validator and mocha
1 parent 6b7052a commit 7bc6ea2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burnett01/sys-api",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"bugs": {
55
"url": "https://github.com/Burnett01/sys-api/issues"
66
},
@@ -51,13 +51,13 @@
5151
"morgan": "~1.9.0",
5252
"passwd-groups": "*",
5353
"restify": "^4.3.2",
54-
"validator": "^12.1.0"
54+
"validator": "^13.7.0"
5555
},
5656
"devDependencies": {
5757
"chai": "^3.5.0",
58-
"mocha": "^6.1.4"
58+
"mocha": "^9.1.3"
5959
},
60-
"engines" : {
61-
"node" : ">=8"
60+
"engines": {
61+
"node": ">=8"
6262
}
6363
}

0 commit comments

Comments
 (0)