From 8c732268f51bff5eb0e8495b5f2f75c68c2982f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 11:07:24 +0800 Subject: [PATCH] chore: bump typedoc from 0.20.32 to 0.20.33 in /web3.js (#16053) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.32 to 0.20.33. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.32...v0.20.33) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 1c5b0bac28..1be63895ba 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -18246,9 +18246,9 @@ } }, "typedoc": { - "version": "0.20.32", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz", - "integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==", + "version": "0.20.33", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.33.tgz", + "integrity": "sha512-jzNdHmjZRQKwguhpXjIPuIjz+TpdgG2AVY8ta+qpAukv+3rBhTs4AAVd+mkonrHVYlC0EAbuAJ4urkfnn42Hwg==", "dev": true, "requires": { "colors": "^1.4.0",