Update node-rsa to the latest version 🚀 (#6064)

* fix(package): update node-rsa to version 1.0.6

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-19 09:07:27 +00:00
committed by peril-parse-community[bot]
parent 431cb94ae3
commit 065caabb9a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8434,9 +8434,9 @@
}
},
"node-rsa": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.0.5.tgz",
"integrity": "sha512-9o51yfV167CtQANnuAf+5owNs7aIMsAKVLhNaKuRxihsUUnfoBMN5OTVOK/2mHSOWaWq9zZBiRM3bHORbTZqrg==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.0.6.tgz",
"integrity": "sha512-v42495lozKpuQmrcIzld9ds/Tn7pwjuh0BHSHnhPrKkAVSyTAyrZodFLFafOfWiUKamLt4lgWdngP8W/LzCm2w==",
"requires": {
"asn1": "^0.2.4"
}

View File

@@ -42,7 +42,7 @@
"lru-cache": "5.1.1",
"mime": "2.4.4",
"mongodb": "3.3.2",
"node-rsa": "1.0.5",
"node-rsa": "1.0.6",
"parse": "2.7.1",
"pg-promise": "9.1.4",
"pluralize": "^8.0.0",