From e0b6661601ad075f7999dfc664150c32e1d35246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:27:59 +0000 Subject: [PATCH] chore(deps-dev): bump ts-dedent from 2.1.0 to 2.1.1 Bumps [ts-dedent](https://github.com/tamino-martinius/node-ts-dedent) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/tamino-martinius/node-ts-dedent/releases) - [Changelog](https://github.com/tamino-martinius/node-ts-dedent/blob/master/HISTORY.md) - [Commits](https://github.com/tamino-martinius/node-ts-dedent/compare/v2.1.0...v2.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d031f868..2c6d459f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "nock": "13.0.11", "np": "7.4.0", "setup-polly-jest": "0.9.1", - "ts-dedent": "2.1.0", + "ts-dedent": "2.1.1", "ts-jest": "26.5.4", "tsdx": "0.14.1", "tslib": "2.1.0", diff --git a/yarn.lock b/yarn.lock index c01f4676..c820ba42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10779,10 +10779,10 @@ trim-off-newlines@^1.0.0: resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM= -ts-dedent@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.1.0.tgz#2df17a997ee5310a96d2be7adca0ba7c3eabf36a" - integrity sha512-HbmrG+lCgk5W8LQTALxBxQRBDeAhQKRzdqVhHLUkVd5nYT+b6zDzbRMjiA8wqrWDa33X09WdnW4zEsdwQArTaw== +ts-dedent@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.1.1.tgz#6dd56870bb5493895171334fa5d7e929107e5bbc" + integrity sha512-riHuwnzAUCfdIeTBNUq7+Yj+ANnrMXo/7+Z74dIdudS7ys2k8aSGMzpJRMFDF7CLwUTbtvi1ZZff/Wl+XxmqIA== ts-jest@26.5.4: version "26.5.4"