web: bump ts-pattern from 5.1.2 to 5.2.0 in /web (#10098)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-14 15:31:30 +09:00
committed by GitHub
parent d95220be0e
commit a35f9fdd7b
2 changed files with 5 additions and 5 deletions

8
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.1.2",
"ts-pattern": "^5.2.0",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.5"
},
@ -19954,9 +19954,9 @@
"license": "MIT"
},
"node_modules/ts-pattern": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.1.2.tgz",
"integrity": "sha512-u+ElKUIWnqisjpRBhv6Y89yNq7Pmz6xL0v7pTSckrVZ0+5Vf32oh/3jmxWl80rAOGcnbBa7fCyeqNdP4yXzWWg=="
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.2.0.tgz",
"integrity": "sha512-aGaSpOlDcns7ZoeG/OMftWyQG1KqPVhgplhJxNCvyIXqWrumM5uIoOSarw/hmmi/T1PnuQ/uD8NaFHvLpHicDg=="
},
"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.1.2",
"ts-pattern": "^5.2.0",
"webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.5"
},