Skip to content

Commit a4a4140

Browse files
committed
Update jsdoc due to reported vulnerability
1 parent 58675db commit a4a4140

File tree

2 files changed

+44
-31
lines changed

2 files changed

+44
-31
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@builtbybit/api-wrapper",
33
"version": "1.1.6",
44
"description": "An official asynchronous Node.js wrapper for BuiltByBit's Ultimate API.",
5-
"keywords": ["builtbybit", "api wrapper", "asynchronous"],
5+
"keywords": [
6+
"builtbybit",
7+
"api wrapper",
8+
"asynchronous"
9+
],
610
"main": "./src/index.js",
711
"types": "./types/index.d.ts",
812
"scripts": {
@@ -27,7 +31,7 @@
2731
},
2832
"devDependencies": {
2933
"eslint": "^8.6.0",
30-
"jsdoc": "^3.5.5",
34+
"jsdoc": "^4.0.2",
3135
"typescript": "^4.5.5"
3236
}
3337
}

0 commit comments

Comments
 (0)