From 8aef0cdea39ba6a43e71c0555e36b298499d8f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:40:36 +0000 Subject: [PATCH] chore(deps-dev): bump termx-markup from 1.1.1 to 2.0.2 Bumps [termx-markup](https://github.com/ncpa0cpl/termx-markup) from 1.1.1 to 2.0.2. - [Release notes](https://github.com/ncpa0cpl/termx-markup/releases) - [Changelog](https://github.com/ncpa0/termx-markup/blob/master/CHANGELOG.md) - [Commits](https://github.com/ncpa0cpl/termx-markup/compare/1.1.1...2.0.2) --- updated-dependencies: - dependency-name: termx-markup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b8f77a2..2e9d880 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "prettier": "~3.0.0", "prettier-plugin-jsdoc": "~1.0.1", "rimraf": "~5.0.1", - "termx-markup": "~1.1.1", + "termx-markup": "~2.0.2", "typescript": "~5.2.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index e9e8e2f..bb1b87d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2845,11 +2845,16 @@ synckit@^0.8.5: "@pkgr/utils" "^2.3.1" tslib "^2.5.0" -termx-markup@^1.1.0, termx-markup@~1.1.1: +termx-markup@^1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/termx-markup/-/termx-markup-1.1.1.tgz#d5363446fbcee2d96914f41b555dc45f45048bf4" integrity sha512-sN2nudHVEHZi0YDuDmFNUu/A2V/uMHLvk4Verg19dSy4sdJqI8dp4MhcjNDIZpvu7iyeLYDOZeX9OdvBubbH6g== +termx-markup@~2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/termx-markup/-/termx-markup-2.0.2.tgz#5cea4b231882cf1992b7f5b22f7155fae16df280" + integrity sha512-Xhavy2KCEgTOvBUwbLexSiCEDBVK6WN7hkbgbCnY/bboI+BsBizRPbCQY0wBUYzDRSCNyVHcNEY6YglQQ4QTSg== + text-table@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"