diff --git a/package-lock.json b/package-lock.json index dd817fa..72b4e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index afde2de..75737cd 100644 --- a/package.json +++ b/package.json @@ -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": {