Browse Source

Updates dependencies

main
Eric Amodio 7 years ago
parent
commit
5a806ddea5
2 changed files with 9 additions and 9 deletions
  1. +7
    -7
      package-lock.json
  2. +2
    -2
      package.json

+ 7
- 7
package-lock.json View File

@ -16,7 +16,7 @@
"integrity": "sha1-qjuL2ivlErGuCgV7lC6GnDcKVWk=",
"dev": true,
"requires": {
"@types/node": "8.0.53"
"@types/node": "8.0.58"
}
},
"@types/mocha": {
@ -26,9 +26,9 @@
"dev": true
},
"@types/node": {
"version": "8.0.53",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.53.tgz",
"integrity": "sha512-54Dm6NwYeiSQmRB1BLXKr5GELi0wFapR1npi8bnZhEcu84d/yQKqnwwXQ56hZ0RUbTG6L5nqDZaN3dgByQXQRQ==",
"version": "8.0.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.58.tgz",
"integrity": "sha512-V746iUU7eHNdzQipoACuguDlVhC7IHK8CES1jSkuFt352wwA84BCWPXaGekBd7R5XdNK5ReHONDVKxlL9IreAw==",
"dev": true
},
"@types/tmp": {
@ -2866,9 +2866,9 @@
}
},
"vscode": {
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/vscode/-/vscode-1.1.9.tgz",
"integrity": "sha512-xhSh410NntYViiBYIPimAwF0U6NZgORtqQenlpTI/qKBGwHMtZSCJcL3/JIhfCw43HBXqPg59kA947OT3UvZKQ==",
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/vscode/-/vscode-1.1.10.tgz",
"integrity": "sha512-MvFXXSGuhw0Q6GC6dQrnRc0ES+63wpttGIoYGBMQnoS9JFCCNC/rWfX0lBCHJyuKL2Q8CYg0ROsMEHbHVwEtVw==",
"dev": true,
"requires": {
"glob": "7.1.2",

+ 2
- 2
package.json View File

@ -2456,12 +2456,12 @@
"@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.44",
"@types/node": "8.0.53",
"@types/node": "8.0.58",
"@types/tmp": "0.0.33",
"husky": "^0.14.3",
"mocha": "4.0.1",
"tslint": "5.8.0",
"typescript": "2.6.2",
"vscode": "1.1.9"
"vscode": "1.1.10"
}
}

Loading…
Cancel
Save