Remove js-aprs-is and update ws dependencies

This commit is contained in:
Adam Goldsmith 2018-07-12 17:15:32 -04:00
parent 2b3914a11c
commit 626cd02031
2 changed files with 4 additions and 17 deletions

18
package-lock.json generated
View File

@ -14,22 +14,10 @@
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"js-aprs-is": {
"version": "file:../../../scratch/js-aprs-is",
"requires": {
"typescript": "^2.2.1"
},
"dependencies": {
"typescript": {
"version": "2.9.2",
"bundled": true
}
}
},
"ws": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.1.tgz",
"integrity": "sha512-2NkHdPKjDBj3CHdnAGNpmlliryKqF+n9MYXX7/wsVC4yqYocKreKNjydPDvT3wShAZnndlM0RytEfTALCDvz7A==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"requires": {
"async-limiter": "~1.0.0"
}

View File

@ -5,8 +5,7 @@
"main": "index.js",
"dependencies": {
"aprs-parser": "^1.0.4",
"js-aprs-is": "file:../../../scratch/js-aprs-is",
"ws": "^5.2.1"
"ws": "^5.2.2"
},
"devDependencies": {},
"scripts": {