👷‍♂️ Update dependencies

This commit is contained in:
C-3PO 2018-11-09 03:17:39 +01:00
parent f7a0f4ebff
commit 04cc63f5b1
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4,9 +4,9 @@
"lockfileVersion": 1, "lockfileVersion": 1,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "10.12.2", "version": "10.12.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.3.tgz",
"integrity": "sha512-53ElVDSnZeFUUFIYzI8WLQ25IhWzb6vbddNp8UHlXQyU0ET2RhV5zg0NfubzU7iNMh5bBXb0htCzfvrSVNgzaQ==" "integrity": "sha512-sfGmOtSMSbQ/AKG8V9xD1gmjquC9awIIZ/Kj309pHb2n3bcRAcGMQv5nJ6gCXZVsneGE4+ve8DXKRCsrg3TFzg=="
}, },
"sax": { "sax": {
"version": "1.2.4", "version": "1.2.4",

View file

@ -15,7 +15,7 @@
"update": "rm -rf node_modules package-lock.json && npm install" "update": "rm -rf node_modules package-lock.json && npm install"
}, },
"dependencies": { "dependencies": {
"@types/node": "^10.12.2", "@types/node": "^10.12.3",
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git", "ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",
"xml-js": "^1.6.8" "xml-js": "^1.6.8"
}, },