👷‍♂️ Update dependencies

This commit is contained in:
C-3PO 2018-11-09 03:19:36 +01:00
parent 17ad415c5c
commit 934c1b0920
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -4,12 +4,12 @@
"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=="
}, },
"argument-parser": { "argument-parser": {
"version": "git+https://git.jedipedia.net/swtor/argument-parser.git#384fee411209873f01868aa07998799db875a7d1", "version": "git+https://git.jedipedia.net/swtor/argument-parser.git#8b758535699541c9e6d1a0a6bd21f95d06dd13d8",
"from": "git+https://git.jedipedia.net/swtor/argument-parser.git", "from": "git+https://git.jedipedia.net/swtor/argument-parser.git",
"requires": { "requires": {
"@types/node": "^10.12.2" "@types/node": "^10.12.2"
@ -21,7 +21,7 @@
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
}, },
"ssn": { "ssn": {
"version": "git+https://git.jedipedia.net/swtor/ssn.git#0fc805f12d354b7981f102734ad432cf3eb3a7e0", "version": "git+https://git.jedipedia.net/swtor/ssn.git#f7a0f4ebff40faba507b7d9a022b6d5ef0b37535",
"from": "git+https://git.jedipedia.net/swtor/ssn.git", "from": "git+https://git.jedipedia.net/swtor/ssn.git",
"requires": { "requires": {
"@types/node": "^10.12.2", "@types/node": "^10.12.2",

View file

@ -16,6 +16,6 @@
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git" "ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^10.12.2" "@types/node": "^10.12.3"
} }
} }