From 92b88a96c83de159f2566f820af783fbb89c4aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:16:24 +0000 Subject: [PATCH] Chore(deps): Bump markdown-it-bidi from 0.1.0 to 0.2.0 Bumps [markdown-it-bidi](https://github.com/dobidi/markdown-it-bidi) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/dobidi/markdown-it-bidi/releases) - [Changelog](https://github.com/dobidi/markdown-it-bidi/blob/main/CHANGELOG.md) - [Commits](https://github.com/dobidi/markdown-it-bidi/compare/v0.1.0...0.2.0) --- updated-dependencies: - dependency-name: markdown-it-bidi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 393f13e54..b9f1646d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "diff": "^5.2.0", "easymde": "^2.18.0", "markdown-it": "^14.1.0", - "markdown-it-bidi": "^0.1.0", + "markdown-it-bidi": "^0.2.0", "markdown-it-task-checkbox": "^1.0.6", "vue": "^2.7.16", "vue-frag": "^1.4.3", @@ -8933,9 +8933,9 @@ } }, "node_modules/markdown-it-bidi": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/markdown-it-bidi/-/markdown-it-bidi-0.1.0.tgz", - "integrity": "sha512-4GloQnF+PiILh6wkLAIeSxCLo9qUW7LcKj/08GyCpvo0LLC6YEhrZBvM9RkMkieGG7i4uIRE/F5jmU14DgR8Wg==" + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/markdown-it-bidi/-/markdown-it-bidi-0.2.0.tgz", + "integrity": "sha512-7vm0gsynh8I1wcz5zD/Z2pWRbn/99HFlF9qfoH1u0bmdcOVSi+X4PCINujz+VqPVIbg/9q2wCFCdqMKLL3y7nQ==" }, "node_modules/markdown-it-task-checkbox": { "version": "1.0.6", diff --git a/package.json b/package.json index b9bbc3bf4..56f66046b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "diff": "^5.2.0", "easymde": "^2.18.0", "markdown-it": "^14.1.0", - "markdown-it-bidi": "^0.1.0", + "markdown-it-bidi": "^0.2.0", "markdown-it-task-checkbox": "^1.0.6", "vue": "^2.7.16", "vue-frag": "^1.4.3",