From 4ca33b1cd6c643fbca758ffe804d78b1d18ae9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:21:57 +0000 Subject: [PATCH] chore(deps-dev): bump termx-markup from 1.1.1 to 2.0.1 Bumps [termx-markup](https://github.com/ncpa0cpl/termx-markup) from 1.1.1 to 2.0.1. - [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.1) --- 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 9fbf421..58484a4 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.1", "typescript": "~5.2.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 1c310e4..75c2722 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.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/termx-markup/-/termx-markup-2.0.1.tgz#b376114d6a1ffea9218016b3529d605664ccd964" + integrity sha512-YR1YexMWkAqrRW1MT0cSUq3EqcIeFoiLY9N91u1At8MauQl/JIqtk7RUk3aGMc/VSO9gS3eShGFm2k9evOWfUA== + text-table@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"