Skip to content

Commit 3b07f67

Browse files
Bump ts-pattern from 5.1.0 to 5.1.1 (#1073)
Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/gvergnaud/ts-pattern/releases) - [Commits](gvergnaud/ts-pattern@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: ts-pattern dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b51915 commit 3b07f67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@
11761176
"justusadam.language-haskell"
11771177
],
11781178
"dependencies": {
1179-
"ts-pattern": "^5.1.0",
1179+
"ts-pattern": "^5.1.1",
11801180
"vscode-languageclient": "^7.0.0",
11811181
"which": "^4.0.0"
11821182
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2116,10 +2116,10 @@ ts-loader@^9.5.1:
21162116
semver "^7.3.4"
21172117
source-map "^0.7.4"
21182118

2119-
ts-pattern@^5.1.0:
2120-
version "5.1.0"
2121-
resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.1.0.tgz#a478d108683dda6c4be359103c11294b44b36d49"
2122-
integrity sha512-sULbgZDTXrcr6WMeuR8gPb+dvNN/fNpxE8GHfosFHPJRPuxHVNtGcEiiNuQa6nxu40/dY6xYdTJmc7MG3w8B5g==
2119+
ts-pattern@^5.1.1:
2120+
version "5.1.1"
2121+
resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.1.1.tgz#600e0a3d23ab1b0eb30b7c897d0898e940504544"
2122+
integrity sha512-i+owkHr5RYdQxj8olUgRrqpiWH9x27PuWVfXwDmJ/n/CoF/SAa7WW1i2oUpPDMQpJ4U+bGRUcZkVq7i1m3zFCg==
21232123

21242124
type-check@^0.4.0, type-check@~0.4.0:
21252125
version "0.4.0"

0 commit comments

Comments
 (0)