web: bump ts-pattern from 5.0.8 to 5.1.0 in /web (#9090)

Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 5.0.8 to 5.1.0.
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](https://github.com/gvergnaud/ts-pattern/compare/v5.0.8...v5.1.0)

---
updated-dependencies:
- dependency-name: ts-pattern
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-01 15:29:07 +02:00
committed by GitHub
parent d2bf027c23
commit f527700426
2 changed files with 5 additions and 4 deletions

7
web/package-lock.json generated
View File

@ -42,7 +42,7 @@
"rapidoc": "^9.3.4",
"showdown": "^2.1.0",
"style-mod": "^4.1.2",
"ts-pattern": "^5.0.6",
"ts-pattern": "^5.1.0",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.1"
},
@ -16919,8 +16919,9 @@
"license": "MIT"
},
"node_modules/ts-pattern": {
"version": "5.0.8",
"license": "MIT"
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.1.0.tgz",
"integrity": "sha512-sULbgZDTXrcr6WMeuR8gPb+dvNN/fNpxE8GHfosFHPJRPuxHVNtGcEiiNuQa6nxu40/dY6xYdTJmc7MG3w8B5g=="
},
"node_modules/ts-simple-type": {
"version": "2.0.0-next.0",

View File

@ -63,7 +63,7 @@
"rapidoc": "^9.3.4",
"showdown": "^2.1.0",
"style-mod": "^4.1.2",
"ts-pattern": "^5.0.6",
"ts-pattern": "^5.1.0",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.1"
},