diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8c5ba44c3..d332a49ef 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -103,9 +103,9 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" }, "minimatch": { - "version": "2.0.8", + "version": "2.0.9", "from": "minimatch@>=2.0.1 <3.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.9.tgz", "dependencies": { "brace-expansion": { "version": "1.1.0", @@ -170,9 +170,9 @@ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" }, "minimatch": { - "version": "2.0.8", + "version": "2.0.9", "from": "minimatch@>=2.0.1 <3.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.9.tgz", "dependencies": { "brace-expansion": { "version": "1.1.0", @@ -306,8 +306,8 @@ }, "typescript": { "version": "1.5.3", - "from": "https://github.com/Microsoft/TypeScript/tarball/release-1.5", - "resolved": "https://github.com/Microsoft/TypeScript/tarball/release-1.5" + "from": "typescript@1.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-1.5.3.tgz" } } } diff --git a/package.json b/package.json index 131b25000..2c5b834ed 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ }, "devDependencies": { "definition-tester": "0.2.0", - "typescript": "https://github.com/Microsoft/TypeScript/tarball/release-1.5" + "typescript": "1.5.3" } }