Skip to content

Commit eb1aea5

Browse files
committed
up ws to 8.17.1 to fix cve
Signed-off-by: Matthew Clarke <[email protected]>
1 parent c4e813b commit eb1aea5

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/firefly-sdk",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Client SDK for Hyperledger FireFly",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@types/mocha": "^9.1.1",
2929
"@types/sinon": "^10.0.13",
30-
"@types/ws": "^8.5.3",
30+
"@types/ws": "^8.5.10",
3131
"@typescript-eslint/eslint-plugin": "^5.17.0",
3232
"@typescript-eslint/parser": "^5.19.0",
3333
"eslint": "^8.12.0",
@@ -43,6 +43,6 @@
4343
"dependencies": {
4444
"axios": "^1.6.8",
4545
"form-data": "^4.0.0",
46-
"ws": "^8.5.0"
46+
"ws": "^8.17.1"
4747
}
4848
}

0 commit comments

Comments
 (0)