From fa1aabebfc41f9e925b49bd0347090ca62a559ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 05:03:32 +0000 Subject: [PATCH] chore(deps): bump ts-pattern from 3.3.3 to 5.9.0 Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 3.3.3 to 5.9.0. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](https://github.com/gvergnaud/ts-pattern/commits/v5.9.0) --- updated-dependencies: - dependency-name: ts-pattern dependency-version: 5.9.0 dependency-type: direct:production 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 c029073..a2eb25c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "sass": "^1.35.2", "styled-components": "5.2.1", "tailwindcss": "npm:@tailwindcss/postcss7-compat", - "ts-pattern": "^3.2.4", + "ts-pattern": "^5.9.0", "typescript": "^4.3.5", "uuid": "^8.3.2", "validator": "^13.7.0", diff --git a/yarn.lock b/yarn.lock index a0aa133..74f897c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12552,10 +12552,10 @@ ts-node@^10.4.0: make-error "^1.1.1" yn "3.1.1" -ts-pattern@^3.2.4: - version "3.3.3" - resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-3.3.3.tgz#d15f4417b3f9161089da945885771c13606fd06a" - integrity sha512-Z5EFi6g6wyX3uDFHqxF5W5c5h663oZg9O6aOiAT7fqNu0HPSfCxtHzrQ7SblTy738Mrg2Ezorky8H5aUOm8Pvg== +ts-pattern@^5.9.0: + version "5.9.0" + resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.9.0.tgz#f0fb5205ce0b0c59af72beba62fee7612a61cea4" + integrity sha512-6s5V71mX8qBUmlgbrfL33xDUwO0fq48rxAu2LBE11WBeGdpCPOsXksQbZJHvHwhrd3QjUusd3mAOM5Gg0mFBLg== ts-pnp@1.2.0, ts-pnp@^1.1.6: version "1.2.0"