Skip to content

Commit 005321f

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#1370)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835
1 parent 0985f59 commit 005321f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"idb-keyval": "5.0.5",
3535
"react-native-crypto-js": "1.0.0",
3636
"uuid": "3.4.0",
37-
"ws": "7.4.5",
37+
"ws": "7.4.6",
3838
"xmlhttprequest": "1.8.0"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)