chore(deps): bump js-yaml from 5.2.3 to 5.3.0 (#780)

* chore(deps): bump js-yaml from 5.2.3 to 5.3.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.3 to 5.3.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/5.2.3...5.3.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: rebuild lib

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-19 00:35:07 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> github-actions <41898282+github-actions[bot]@users.noreply.github.com>
parent 7a6d750564
commit bccc19ea17
3 changed files with 10 additions and 10 deletions
Generated
+5 -5
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"js-yaml": "^5.2.2",
"js-yaml": "^5.3.0",
"simple-git": "^3.36.0",
"string-argv": "^0.3.2"
},
@@ -5473,9 +5473,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz",
"integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz",
"integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==",
"funding": [
{
"type": "github",
+1 -1
View File
@@ -17,7 +17,7 @@
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"js-yaml": "^5.2.2",
"js-yaml": "^5.3.0",
"simple-git": "^3.36.0",
"string-argv": "^0.3.2"
},