From 8787e865dcc635a8593265efa65941d03c265f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:25:45 +0000 Subject: [PATCH] Bump typedoc-plugin-markdown from 4.4.1 to 4.4.2 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.4.2/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f8ebc4..6c740b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sqlitecloud/drivers", - "version": "1.0.400", + "version": "1.0.401", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sqlitecloud/drivers", - "version": "1.0.400", + "version": "1.0.401", "license": "MIT", "dependencies": { "buffer": "^6.0.3", @@ -30,7 +30,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.1", + "typedoc-plugin-markdown": "^4.4.2", "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" @@ -15670,9 +15670,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.4.1.tgz", - "integrity": "sha512-fx23nSCvewI9IR8lzIYtzDphETcgTDuxKcmHKGD4lo36oexC+B1k4NaCOY58Snqb4OlE8OXDAGVcQXYYuLRCNw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.4.2.tgz", + "integrity": "sha512-kJVkU2Wd+AXQpyL6DlYXXRrfNrHrEIUgiABWH8Z+2Lz5Sq6an4dQ/hfvP75bbokjNDUskOdFlEEm/0fSVyC7eg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 3a0e629..ef01291 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.1", + "typedoc-plugin-markdown": "^4.4.2", "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^6.0.1"