Browse Source

Updates dependencies

main
Eric Amodio 7 years ago
parent
commit
1ffb42a090
2 changed files with 13 additions and 13 deletions
  1. +10
    -10
      package-lock.json
  2. +3
    -3
      package.json

+ 10
- 10
package-lock.json View File

@ -16,7 +16,7 @@
"integrity": "sha1-qjuL2ivlErGuCgV7lC6GnDcKVWk=",
"dev": true,
"requires": {
"@types/node": "8.0.24"
"@types/node": "8.0.25"
}
},
"@types/mocha": {
@ -26,9 +26,9 @@
"dev": true
},
"@types/node": {
"version": "8.0.24",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.24.tgz",
"integrity": "sha512-c3Npme+2JGqxW8+B+aXdN5SPIlCf1C8WxQC6Ea39rO/ASPosnMkWVR16mDJtRE+2dr2xwOQ7DiLxb+wO/TWuPg==",
"version": "8.0.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.25.tgz",
"integrity": "sha512-zT+t9841g1HsjLtPMCYxmb1U4pcZ2TOegAKiomlmj6bIziuaEYHUavxLE9NRwdntY0vOCrgHho6OXjDX7fm/Kw==",
"dev": true
},
"@types/tmp": {
@ -1271,9 +1271,9 @@
"integrity": "sha512-sr1ZQph3UwHTR0XftSbK85OvBbxe/abLGzEnPENCQwmHf7sck8Oyu4ob3LgBxWWxRoM+QszeUyl7jbqapu2TqA=="
},
"ignore": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.3.tgz",
"integrity": "sha1-QyNS5XrM2HqzEQ6C0/6g5HgSFW0="
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.4.tgz",
"integrity": "sha512-KjHyHxUgicfgFiTJaIA9DoeY3TIQz5thaKqm35re7RTVVB7zjF1fTMIDMXM4GUUBipR4FW8BvGnA115pZ/AxQQ=="
},
"inflight": {
"version": "1.0.6",
@ -2475,9 +2475,9 @@
"dev": true
},
"tslint": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/tslint/-/tslint-5.6.0.tgz",
"integrity": "sha1-CIqmxgJmIzOGULKQCCirPt9Z9s8=",
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/tslint/-/tslint-5.7.0.tgz",
"integrity": "sha1-wl4NDJL6EgHCvDDoROCOaCtPNVI=",
"dev": true,
"requires": {
"babel-code-frame": "6.26.0",

+ 3
- 3
package.json View File

@ -1562,7 +1562,7 @@
"applicationinsights": "0.21.0",
"copy-paste": "1.3.0",
"iconv-lite": "0.4.18",
"ignore": "3.3.3",
"ignore": "3.3.4",
"lodash.debounce": "4.0.8",
"lodash.escaperegexp": "4.1.2",
"lodash.isequal": "4.5.0",
@ -1576,10 +1576,10 @@
"@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.42",
"@types/node": "8.0.24",
"@types/node": "8.0.25",
"@types/tmp": "0.0.33",
"mocha": "3.5.0",
"tslint": "5.6.0",
"tslint": "5.7.0",
"typescript": "2.4.2",
"vscode": "1.1.5"
}

Loading…
Cancel
Save