From 321b6148001ac1a4b0069520f077f22cf07687b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 18:19:26 +0000 Subject: [PATCH] Bump typedoc from 0.15.8 to 0.16.0 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.15.8 to 0.16.0. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4798dc7..94bba31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1744,9 +1744,9 @@ "dev": true }, "typedoc": { - "version": "0.15.8", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.15.8.tgz", - "integrity": "sha512-a0zypcvfIFsS7Gqpf2MkC1+jNND3K1Om38pbDdy/gYWX01NuJZhC5+O0HkIp0oRIZOo7PWrA5+fC24zkANY28Q==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.16.0.tgz", + "integrity": "sha512-arCzLnU4ijsSMPZvjcDhEQc4ROYueiCSZLCZL0uCZGtx8RDEC2H7ZNPiqR0Gd7UAgCByHJfn3MBFSkmrzrnVcA==", "dev": true, "requires": { "@types/minimatch": "3.0.3", @@ -1758,14 +1758,14 @@ "minimatch": "^3.0.0", "progress": "^2.0.3", "shelljs": "^0.8.3", - "typedoc-default-themes": "^0.6.3", + "typedoc-default-themes": "^0.7.0", "typescript": "3.7.x" }, "dependencies": { "handlebars": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.0.tgz", - "integrity": "sha512-PaZ6G6nYzfJ0Hd1WIhOpsnUPWh1R0Pg//r4wEYOtzG65c2V8RJQ/++yYlVmuoQ7EMXcb4eri5+FB2XH1Lwed9g==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.1.tgz", + "integrity": "sha512-2dd6soo60cwKNJ90VewNLIzdZPR/E2YhszOTgHpN9V0YuwZk7x33/iZoIBnASwDFVHMY7iJ6NPL8d9f/DWYCTA==", "dev": true, "requires": { "neo-async": "^2.6.0", @@ -1788,9 +1788,9 @@ } }, "typedoc-default-themes": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.6.3.tgz", - "integrity": "sha512-rouf0TcIA4M2nOQFfC7Zp4NEwoYiEX4vX/ZtudJWU9IHA29MPC+PPgSXYLPESkUo7FuB//GxigO3mk9Qe1xp3Q==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.7.0.tgz", + "integrity": "sha512-yeD56oPXMKJ5nDiCZ27x/SIxx11646Gr5GscxtLSmrh3ucMX6Lklgo7cSABafQXlGPSN5Kb/oLxmfN33BeqMWw==", "dev": true, "requires": { "backbone": "^1.4.0", diff --git a/package.json b/package.json index 1b92199..6ffa0f3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "^7.0.0", "shx": "^0.3.0", "ts-node": "^8.3.0", - "typedoc": "^0.15.0", + "typedoc": "^0.16.0", "typescript": "^3.5.2" }, "scripts": {