From 4b70aa1904e012ee046b73cc68ac3a274e2a425a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:26:32 +0000 Subject: [PATCH] Bump ts-pattern from 5.1.2 to 5.2.0 Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](https://github.com/gvergnaud/ts-pattern/compare/v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: ts-pattern dependency-type: direct:production update-type: version-update:semver-minor ... 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 0ff94a45..878098f5 100644 --- a/package.json +++ b/package.json @@ -1325,7 +1325,7 @@ "justusadam.language-haskell" ], "dependencies": { - "ts-pattern": "^5.1.2", + "ts-pattern": "^5.2.0", "vscode-languageclient": "9.0.1", "which": "^4.0.0" } diff --git a/yarn.lock b/yarn.lock index 28da5c77..02d671cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2258,10 +2258,10 @@ ts-loader@^9.5.1: semver "^7.3.4" source-map "^0.7.4" -ts-pattern@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.1.2.tgz#1b000a2978a8eb4e1c4cf401413a8625331fbb03" - integrity sha512-u+ElKUIWnqisjpRBhv6Y89yNq7Pmz6xL0v7pTSckrVZ0+5Vf32oh/3jmxWl80rAOGcnbBa7fCyeqNdP4yXzWWg== +ts-pattern@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.2.0.tgz#2cad8b58fcd87c52d1785f84eba572641e1bb5f3" + integrity sha512-aGaSpOlDcns7ZoeG/OMftWyQG1KqPVhgplhJxNCvyIXqWrumM5uIoOSarw/hmmi/T1PnuQ/uD8NaFHvLpHicDg== type-check@^0.4.0, type-check@~0.4.0: version "0.4.0"