From 229a2aae60368675fc1a4747038bfa9e149a5312 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 02:37:07 +0000 Subject: [PATCH] Bump typedoc from 0.16.2 to 0.16.4 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.16.2 to 0.16.4. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 716cee6..85fc515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1280,9 +1280,9 @@ "dev": true }, "handlebars": { - "version": "4.7.1", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.1.tgz", - "integrity": "sha512-2dd6soo60cwKNJ90VewNLIzdZPR/E2YhszOTgHpN9V0YuwZk7x33/iZoIBnASwDFVHMY7iJ6NPL8d9f/DWYCTA==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.2.tgz", + "integrity": "sha512-4PwqDL2laXtTWZghzzCtunQUTLbo31pcCJrd/B/9JP8XbhVzpS5ZXuKqlOzsd1rtcaLo4KqAn8nl8mkknS4MHw==", "dev": true, "requires": { "neo-async": "^2.6.0", @@ -3225,28 +3225,28 @@ } }, "typedoc": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.16.2.tgz", - "integrity": "sha512-zaRJqcVzZorIP4oq7Y3AYAzf6C4ladwUXpvvedPOCOhdELVQbvLy6A8LlrE+svDtGrL7+K04ruHsN3KQESoYUw==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.16.4.tgz", + "integrity": "sha512-7pUHKipYmvmnKQtczPp1gFa/19z2lxkWzJVboMKeNRjz4cf82EfGdtcRD146KV0Nl4cAehhU28qcU+dcWn+e4g==", "dev": true, "requires": { "@types/minimatch": "3.0.3", "fs-extra": "^8.1.0", - "handlebars": "^4.7.0", + "handlebars": "^4.7.2", "highlight.js": "^9.17.1", "lodash": "^4.17.15", "marked": "^0.8.0", "minimatch": "^3.0.0", "progress": "^2.0.3", "shelljs": "^0.8.3", - "typedoc-default-themes": "^0.7.0", + "typedoc-default-themes": "^0.7.1", "typescript": "3.7.x" } }, "typedoc-default-themes": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.7.0.tgz", - "integrity": "sha512-yeD56oPXMKJ5nDiCZ27x/SIxx11646Gr5GscxtLSmrh3ucMX6Lklgo7cSABafQXlGPSN5Kb/oLxmfN33BeqMWw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.7.1.tgz", + "integrity": "sha512-s3jeUHc4EY8snIta6lNkUu9+36WMDUnkKm0UQ59w5iPo/4Y2d4+M9CDIKoenYKT5hkg/UnTc3oX48VZZytv8Xw==", "dev": true, "requires": { "backbone": "^1.4.0", diff --git a/package.json b/package.json index b4a5175..28cb17c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "sinon": "~8.0.4", "ts-node": "~8.6.2", "tslint": "~5.20.1", - "typedoc": "~0.16.2", + "typedoc": "~0.16.4", "typescript": "~3.7.4" }, "peerDependencies": {