diff --git a/package-lock.json b/package-lock.json index 63a0721..f90402c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@types/node": { - "version": "10.12.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.9.tgz", - "integrity": "sha512-eajkMXG812/w3w4a1OcBlaTwsFPO5F7fJ/amy+tieQxEMWBlbV1JGSjkFM+zkHNf81Cad+dfIRA+IBkvmvdAeA==" + "version": "12.6.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.6.8.tgz", + "integrity": "sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==" }, "sax": { "version": "1.2.4", @@ -18,9 +18,9 @@ "from": "git+https://git.jedipedia.net/swtor/ssn-installer.git" }, "xml-js": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.8.tgz", - "integrity": "sha512-kUv/geyN80d+s1T68uBfjoz+PjNUjwwf5AWWRwKRqqQaGozpMVsFsKYnenPsxlbN/VL7f0ia8NfLLPCDwX+95Q==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", + "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", "requires": { "sax": "^1.2.4" } diff --git a/package.json b/package.json index 13406e0..9ee30d2 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "update": "rm -rf node_modules package-lock.json && npm install" }, "dependencies": { - "@types/node": "^10.12.9", + "@types/node": "^12.6.8", "ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git", - "xml-js": "^1.6.8" + "xml-js": "^1.6.11" }, "files": [ "src/index.ts",