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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-11-25 11:50:52 +00:00
committed by peril-parse-community[bot]
parent 9c72e4c8a1
commit cf26434b31
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9176,9 +9176,9 @@
}
},
"node-rsa": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.0.6.tgz",
"integrity": "sha512-v42495lozKpuQmrcIzld9ds/Tn7pwjuh0BHSHnhPrKkAVSyTAyrZodFLFafOfWiUKamLt4lgWdngP8W/LzCm2w==",
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/node-rsa/-/node-rsa-1.0.7.tgz",
"integrity": "sha512-idwRXma6scFufZmbaKkHpJoLL93yynRefP6yur13wZ5i9FR35ex451KCoF2OORDeJanyRVahmjjiwmUlCnTqJA==",
"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.6",
"node-rsa": "1.0.7",
"parse": "2.9.1",
"pg-promise": "10.3.1",
"pluralize": "^8.0.0",