Skip to content

Commit 252fc70

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#170)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677
1 parent 5c6955e commit 252fc70

File tree

2 files changed

+35
-74
lines changed

2 files changed

+35
-74
lines changed

package-lock.json

+34-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"nyc": "^14.1.1"
3434
},
3535
"dependencies": {
36-
"@parse/node-apn": "^3.1.0",
36+
"@parse/node-apn": "^3.2.0",
3737
"@parse/node-gcm": "^1.0.2",
3838
"npmlog": "^4.0.2",
3939
"parse": "2.15.0"

0 commit comments

Comments
 (0)