From f7935b4d98c81396f7be08e5b6e92ac752381bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:48:58 +0000 Subject: [PATCH] Bump ts-pattern from 4.3.0 to 5.5.0 Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 4.3.0 to 5.5.0. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](https://github.com/gvergnaud/ts-pattern/compare/v4.3.0...v5.5.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..1e4955f 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.5.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..d5e99f6 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.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.5.0.tgz#1f137eb2bd2bc30a030b5583dee022d00fac3415" + integrity sha512-jqbIpTsa/KKTJYWgPNsFNbLVpwCgzXfFJ1ukNn4I8hMwyQzHMJnk/BqWzggB0xpkILuKzaO/aMYhS0SkaJyKXg== ts-retry-promise@^0.8.1: version "0.8.1"