Skip to content

Commit 86ca966

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#191)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835
1 parent 044b44d commit 86ca966

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

package-lock.json

Lines changed: 25 additions & 19 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
@@ -36,7 +36,7 @@
3636
"@parse/node-apn": "4.1.1",
3737
"@parse/node-gcm": "1.0.2",
3838
"npmlog": "4.1.2",
39-
"parse": "2.19.0"
39+
"parse": "3.3.0"
4040
},
4141
"engines": {
4242
"node": ">= 8.9.1"

0 commit comments

Comments
 (0)