From 770349fd864aa8f83b314151bf6c10d1afa52a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:12:00 +0000 Subject: [PATCH] Bump the npm-development-dependencies group with 1 update Bumps the npm-development-dependencies group with 1 update: [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `typedoc` from 0.25.4 to 0.25.5 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.4...v0.25.5) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index db0eed9..5a4247f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "mocha": "~10.2.0", "npm-run-all2": "~6.1.1", "playwright": "~1.40.1", - "typedoc": "~0.25.4", + "typedoc": "~0.25.5", "typedoc-plugin-markdown": "~3.17.1", "typescript": "~5.3.3" }, @@ -1453,9 +1453,9 @@ } }, "node_modules/shiki": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz", - "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==", + "version": "0.14.7", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz", + "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==", "dev": true, "dependencies": { "ansi-sequence-parser": "^1.1.0", @@ -1592,15 +1592,15 @@ } }, "node_modules/typedoc": { - "version": "0.25.4", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz", - "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==", + "version": "0.25.5", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.5.tgz", + "integrity": "sha512-K9HzybxB2pqZwUkJvOCbdGEIvOidMdUoUtJavpzw/rnw8Rm5bM6HugIKbGLveCmeojUEUqYO8Fqgdmnp0R2Vqg==", "dev": true, "dependencies": { "lunr": "^2.3.9", "marked": "^4.3.0", "minimatch": "^9.0.3", - "shiki": "^0.14.1" + "shiki": "^0.14.7" }, "bin": { "typedoc": "bin/typedoc" diff --git a/package.json b/package.json index d35d9d8..2b10b80 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "npm-run-all2": "~6.1.1", "playwright": "~1.40.1", "typedoc-plugin-markdown": "~3.17.1", - "typedoc": "~0.25.4", + "typedoc": "~0.25.5", "typescript": "~5.3.3" } }