diff --git a/package-lock.json b/package-lock.json index 898be5a..7f94c80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -348,7 +348,7 @@ "resolved": "https://registry.npmjs.org/copy-paste/-/copy-paste-1.3.0.tgz", "integrity": "sha1-p+bEocKP3t8rCB5yuX3y75X0ce0=", "requires": { - "iconv-lite": "0.4.18", + "iconv-lite": "0.4.19", "sync-exec": "0.6.2" } }, @@ -1248,6 +1248,12 @@ "sntp": "1.0.9" } }, + "he": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", + "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", + "dev": true + }, "hoek": { "version": "2.16.3", "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", @@ -1266,9 +1272,9 @@ } }, "iconv-lite": { - "version": "0.4.18", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.18.tgz", - "integrity": "sha512-sr1ZQph3UwHTR0XftSbK85OvBbxe/abLGzEnPENCQwmHf7sck8Oyu4ob3LgBxWWxRoM+QszeUyl7jbqapu2TqA==" + "version": "0.4.19", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", + "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==" }, "ignore": { "version": "3.3.5", @@ -1788,9 +1794,9 @@ } }, "mocha": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-3.5.0.tgz", - "integrity": "sha512-pIU2PJjrPYvYRqVpjXzj76qltO9uBYI7woYAMoxbSefsa+vqAfptjoeevd6bUgwD0mPIO+hv9f7ltvsNreL2PA==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-3.5.2.tgz", + "integrity": "sha512-iH5zl7afRZl1GvD0pnrRlazgc9Z/o34pXWmTFi8xNIMFKXgNL1SoBTDDb9sJfbV/sJV/j8X+0gvwY1QS1He7Nw==", "dev": true, "requires": { "browser-stdout": "1.3.0", @@ -1800,6 +1806,7 @@ "escape-string-regexp": "1.0.5", "glob": "7.1.1", "growl": "1.9.2", + "he": "1.1.1", "json3": "3.3.2", "lodash.create": "3.1.1", "mkdirp": "0.5.1", @@ -2234,9 +2241,9 @@ "dev": true }, "source-map-support": { - "version": "0.4.17", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.17.tgz", - "integrity": "sha512-30c1Ch8FSjV0FwC253iftbbj0dU/OXoSg1LAEGZJUlGgjTNj6cu+DVqJWWIZJY5RXLWV4eFtR+4ouo0VIOYOTg==", + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { "source-map": "0.5.7" @@ -2707,10 +2714,10 @@ "gulp-symdest": "1.1.0", "gulp-untar": "0.0.6", "gulp-vinyl-zip": "1.4.0", - "mocha": "3.5.0", + "mocha": "3.5.2", "request": "2.81.0", "semver": "5.4.1", - "source-map-support": "0.4.17", + "source-map-support": "0.4.18", "url-parse": "1.1.9", "vinyl-source-stream": "1.1.0" } diff --git a/package.json b/package.json index 2216c8c..08ab359 100644 --- a/package.json +++ b/package.json @@ -1824,7 +1824,7 @@ "dependencies": { "applicationinsights": "0.21.0", "copy-paste": "1.3.0", - "iconv-lite": "0.4.18", + "iconv-lite": "0.4.19", "ignore": "3.3.5", "lodash.debounce": "4.0.8", "lodash.escaperegexp": "4.1.2", @@ -1841,7 +1841,7 @@ "@types/mocha": "2.2.43", "@types/node": "8.0.28", "@types/tmp": "0.0.33", - "mocha": "3.5.0", + "mocha": "3.5.2", "tslint": "5.7.0", "typescript": "2.5.2", "vscode": "1.1.5"