From 28993342059538279a5f6f2bec575398945cb1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:44:11 +0000 Subject: [PATCH] Bump ts-pattern from 4.3.0 to 5.8.0 Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 4.3.0 to 5.8.0. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](https://github.com/gvergnaud/ts-pattern/compare/v4.3.0...v5.8.0) --- updated-dependencies: - dependency-name: ts-pattern dependency-version: 5.8.0 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 fe58d45..ac560f5 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "semver": "^7.7.2", "sinon": "^18.0.0", "ts-node": "^10.9.2", - "ts-pattern": "^4.1.3", + "ts-pattern": "^5.8.0", "typedoc": "^0.26.10", "typedoc-plugin-markdown": "^4.2.9", "typescript": "^5.5.4", diff --git a/yarn.lock b/yarn.lock index cd6c997..d0951d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3662,10 +3662,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.8.0: + version "5.8.0" + resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.8.0.tgz#1bf2dcdc58ae96ac7b64e59c9515d7ce1bf0ff19" + integrity sha512-kIjN2qmWiHnhgr5DAkAafF9fwb0T5OhMVSWrm8XEdTFnX6+wfXwYOFjeF86UZ54vduqiR7BfqScFmXSzSaH8oA== ts-retry-promise@^0.8.1: version "0.8.1"