From c10313ee083f8ff0ea803a241ba31be42fb74f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:14:08 +0000 Subject: [PATCH] Bump ts-pattern from 5.7.0 to 5.7.1 Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](https://github.com/gvergnaud/ts-pattern/compare/v5.7.0...v5.7.1) --- updated-dependencies: - dependency-name: ts-pattern dependency-version: 5.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3fbada64..9060c5bb 100644 --- a/package.json +++ b/package.json @@ -1375,7 +1375,7 @@ "justusadam.language-haskell" ], "dependencies": { - "ts-pattern": "^5.7.0", + "ts-pattern": "^5.7.1", "vscode-languageclient": "9.0.1", "which": "^5.0.0" } diff --git a/yarn.lock b/yarn.lock index 2a654364..441a6ad6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2339,10 +2339,10 @@ ts-loader@^9.5.2: semver "^7.3.4" source-map "^0.7.4" -ts-pattern@^5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.7.0.tgz#280abc5f31d3e20609ceacc3dffdbb041e3b2c10" - integrity sha512-0/FvIG4g3kNkYgbNwBBW5pZBkfpeYQnH+2AA3xmjkCAit/DSDPKmgwC3fKof4oYUq6gupClVOJlFl+939VRBMg== +ts-pattern@^5.7.1: + version "5.7.1" + resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.7.1.tgz#d675888a86949923e464c13c35d97c5a4f778c43" + integrity sha512-EGs8PguQqAAUIcQfK4E9xdXxB6s2GK4sJfT/vcc9V1ELIvC4LH/zXu2t/5fajtv6oiRCxdv7BgtVK3vWgROxag== type-check@^0.4.0, type-check@~0.4.0: version "0.4.0"