web: bump ts-pattern from 5.2.0 to 5.3.1 in /web (#10870)

Bumps [ts-pattern](https://github.com/gvergnaud/ts-pattern) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](https://github.com/gvergnaud/ts-pattern/compare/v5.2.0...v5.3.1)

---
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-08-12 14:06:16 +02:00
committed by GitHub
parent 46b02e47bd
commit 484dcf5de7
2 changed files with 5 additions and 4 deletions

7
web/package-lock.json generated
View File

@ -48,7 +48,7 @@
"rapidoc": "^9.3.4",
"showdown": "^2.1.0",
"style-mod": "^4.1.2",
"ts-pattern": "^5.2.0",
"ts-pattern": "^5.3.1",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.5.0"
},
@ -23909,8 +23909,9 @@
}
},
"node_modules/ts-pattern": {
"version": "5.2.0",
"license": "MIT"
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.3.1.tgz",
"integrity": "sha512-1RUMKa8jYQdNfmnK4jyzBK3/PS/tnjcZ1CW0v1vWDeYe5RBklc/nquw03MEoB66hVBm4BnlCfmOqDVxHyT1DpA=="
},
"node_modules/ts-simple-type": {
"version": "2.0.0-next.0",

View File

@ -36,7 +36,7 @@
"rapidoc": "^9.3.4",
"showdown": "^2.1.0",
"style-mod": "^4.1.2",
"ts-pattern": "^5.2.0",
"ts-pattern": "^5.3.1",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.5.0"
},