From 8434a34671a8006b879dbd7588a429c72e10cb19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:23:58 +0000 Subject: [PATCH] chore(dev-deps): bump ts-patch from 3.0.2 to 3.1.1 Bumps [ts-patch](https://github.com/nonara/ts-patch) from 3.0.2 to 3.1.1. - [Release notes](https://github.com/nonara/ts-patch/releases) - [Changelog](https://github.com/nonara/ts-patch/blob/master/CHANGELOG.md) - [Commits](https://github.com/nonara/ts-patch/compare/v3.0.2...v3.1.1) --- updated-dependencies: - dependency-name: ts-patch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ef94bfb094..c1b222d498 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "shelljs": "0.8.5", "shx": "^0.3.4", "ts-node": "^10.9.1", - "ts-patch": "^3.0.2", + "ts-patch": "^3.1.1", "typescript": "^5.2.2" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index eced7e9399..76be819039 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4819,7 +4819,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.3.4, semver@^7.3.7, semver@^7.3.8, semver@^7.5.4: +semver@^7.3.4, semver@^7.3.7, semver@^7.5.4: version "7.5.4" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== @@ -5281,16 +5281,16 @@ ts-node@^10.8.1, ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -ts-patch@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.0.2.tgz#cbdf88e4dfb596e4dab8f2c8269361d33270a0ba" - integrity sha512-iTg8euqiNsNM1VDfOsVIsP0bM4kAVXU38n7TGQSkky7YQX/syh6sDPIRkvSS0HjT8ZOr0pq1h+5Le6jdB3hiJQ== +ts-patch@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.1.1.tgz#40207ee4f75d4a6cd7bc49dd16094a10a507eaa6" + integrity sha512-ReGYz9jQYC80PFafBx25TC0UI9cSgmUBtpT+WIy8IrhpLVzEHf430k03XQYOMldQMyZDBbzn5fBPELgtIl65cA== dependencies: chalk "^4.1.2" global-prefix "^3.0.0" minimist "^1.2.8" resolve "^1.22.2" - semver "^7.3.8" + semver "^7.5.4" strip-ansi "^6.0.1" ts-retry-promise@^0.7.1: