web: bump yaml from 2.4.5 to 2.5.0 in /web (#10629)

Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.4.5...v2.5.0)

---
updated-dependencies:
- dependency-name: yaml
  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-07-25 13:17:44 +02:00
committed by GitHub
parent 94bc10305f
commit 580e5f71a1
2 changed files with 5 additions and 4 deletions

7
web/package-lock.json generated
View File

@ -46,7 +46,7 @@
"style-mod": "^4.1.2", "style-mod": "^4.1.2",
"ts-pattern": "^5.2.0", "ts-pattern": "^5.2.0",
"webcomponent-qr-code": "^1.2.0", "webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.5" "yaml": "^2.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.9", "@babel/core": "^7.24.9",
@ -24717,8 +24717,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/yaml": { "node_modules/yaml": {
"version": "2.4.5", "version": "2.5.0",
"license": "ISC", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
"integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
"bin": { "bin": {
"yaml": "bin.mjs" "yaml": "bin.mjs"
}, },

View File

@ -73,7 +73,7 @@
"style-mod": "^4.1.2", "style-mod": "^4.1.2",
"ts-pattern": "^5.2.0", "ts-pattern": "^5.2.0",
"webcomponent-qr-code": "^1.2.0", "webcomponent-qr-code": "^1.2.0",
"yaml": "^2.4.5" "yaml": "^2.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.24.9", "@babel/core": "^7.24.9",