diff --git a/package.json b/package.json index e9a818bb0f9..6853be20f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "7.0.8", + "version": "7.0.9", "description": "Validate, document, and review the exported API for a TypeScript library", "keywords": [ "typescript", @@ -31,7 +31,7 @@ "build": "gulp test --clean" }, "dependencies": { - "@microsoft/node-core-library": "3.8.3", + "@microsoft/node-core-library": "3.9.0", "@microsoft/ts-command-line": "4.2.3", "@microsoft/tsdoc": "0.12.4", "@types/node": "8.5.8",