diff --git a/package-lock.json b/package-lock.json index 4b94ee4..0d6ad37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -178,6 +178,7 @@ "version": "6.26.0", "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dev": true, "requires": { "core-js": "2.5.7", "regenerator-runtime": "0.11.1" @@ -401,7 +402,8 @@ "core-js": { "version": "2.5.7", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", - "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==" + "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==", + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -546,31 +548,13 @@ "integrity": "sha1-UK7n24uruZA4HwEMY/q7pbWOVM0=" }, "detective-typescript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/detective-typescript/-/detective-typescript-2.0.0.tgz", - "integrity": "sha512-0VcvklZWrEAqsGHs1Hp5Px3MfKfHTny7zCVVHQwesrib9XanuV3fsMYQ9iJIfd9bJ196KpBQUPgFHdrp34UB+w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/detective-typescript/-/detective-typescript-3.0.0.tgz", + "integrity": "sha512-i7AZLrrJO2HWhvSMp6Kqwsw+uYhMOitvzNgnX2NfK+AUv+w6Eq0HjJ62g2ZZOf4hINMeNsXw0X2n1hb2mZbmOw==", "requires": { - "node-source-walk": "3.2.0", + "node-source-walk": "3.3.0", "typescript": "2.9.2", - "typescript-eslint-parser": "9.0.1" - }, - "dependencies": { - "babylon": { - "version": "6.8.4", - "resolved": "http://registry.npmjs.org/babylon/-/babylon-6.8.4.tgz", - "integrity": "sha1-CXMGuNq66VFZIlzymz6lWRIFMYA=", - "requires": { - "babel-runtime": "6.26.0" - } - }, - "node-source-walk": { - "version": "3.2.0", - "resolved": "http://registry.npmjs.org/node-source-walk/-/node-source-walk-3.2.0.tgz", - "integrity": "sha1-PGBcxTq97ktFq2XpR9+x23yQ8OM=", - "requires": { - "babylon": "6.8.4" - } - } + "typescript-eslint-parser": "15.0.1" } }, "diff": { @@ -1771,7 +1755,8 @@ "regenerator-runtime": { "version": "0.11.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + "dev": true }, "regexpp": { "version": "1.1.0", @@ -1905,7 +1890,8 @@ "semver": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==" + "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", + "dev": true }, "shebang-command": { "version": "1.2.0", @@ -2140,12 +2126,19 @@ "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==" }, "typescript-eslint-parser": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-9.0.1.tgz", - "integrity": "sha512-w1jqotvnhLtLukD9H3gQPAlbD0kLf7ZkoQGwiwSIshKIlzRL7i0OY9Y7VIdE1xtytZXThg678eomxMZ1rZXGVQ==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-15.0.1.tgz", + "integrity": "sha512-HqwfNJ+/gDBzvxkfSbvxBwSFhRq82oXNpeKOogYR2Bwezik8GqY+rIDI1g7w91ZmwiXFDtpEIphL5BimgRRA6g==", "requires": { "lodash.unescape": "4.0.1", - "semver": "5.4.1" + "semver": "5.5.0" + }, + "dependencies": { + "semver": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", + "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==" + } } }, "underscore": { diff --git a/package.json b/package.json index bd070f3..37e3f07 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "detective-sass": "^2.0.0", "detective-scss": "^1.0.0", "detective-stylus": "^1.0.0", - "detective-typescript": "^2.0.0", + "detective-typescript": "^3.0.0", "module-definition": "^2.2.4", "node-source-walk": "^3.3.0" },