From c43f460332a7dfadc752deb74a1781aeef30a1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:12:18 +0000 Subject: [PATCH] Bump ts-pattern from 4.3.0 to 5.6.0 Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 4.3.0 to 5.6.0. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](https://github.com/gvergnaud/ts-pattern/compare/v4.3.0...v5.6.0) --- updated-dependencies: - dependency-name: ts-pattern dependency-type: direct:development update-type: version-update:semver-major ... 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 cf40db3..5398464 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "prettier": "^3.2.5", "sinon": "^18.0.0", "ts-node": "^10.9.2", - "ts-pattern": "^4.1.3", + "ts-pattern": "^5.6.0", "typedoc": "^0.26.10", "typedoc-plugin-markdown": "^4.2.9", "typescript": "^5.5.4", diff --git a/yarn.lock b/yarn.lock index 16bd8a4..51b9a2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2876,10 +2876,10 @@ ts-node@^10.9.2: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -ts-pattern@^4.1.3: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-4.3.0.tgz#7a995b39342f1b00d1507c2d2f3b90ea16e178a6" - integrity sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg== +ts-pattern@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.6.0.tgz#831516bbb9041499c5525e8976d8fc6b68ac8bb9" + integrity sha512-SL8u60X5+LoEy9tmQHWCdPc2hhb2pKI6I1tU5Jue3v8+iRqZdcT3mWPwKKJy1fMfky6uha82c8ByHAE8PMhKHw== ts-retry-promise@^0.8.1: version "0.8.1"