Skip to content

Commit db0f10d

Browse files
committed
add uuid dependency
1 parent 8496823 commit db0f10d

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"devDependencies": {
3838
"@types/mocha": "10.0.x",
3939
"@types/node": "18.11.x",
40+
"cross-env": "7.0.x",
4041
"mocha": "10.2.x",
4142
"node-static": "0.7.x",
42-
"request": "^2.88.2",
43-
"ts-mocha": "10.0.x",
4443
"prettier": "2.8.x",
44+
"request": "^2.88.2",
4545
"rimraf": "3.0.x",
46-
"cross-env": "7.0.x",
46+
"ts-mocha": "10.0.x",
4747
"ts-node": "10.9.x",
4848
"typescript": "4.9.x"
4949
},
@@ -53,6 +53,7 @@
5353
"mkdirp": "1.0.x",
5454
"node-forge": "1.3.x",
5555
"semaphore": "1.1.x",
56+
"uuid": "9.0.x",
5657
"ws": "8.11.x",
5758
"yargs": "17.6.x"
5859
}

0 commit comments

Comments
 (0)