Skip to content

Commit 032027b

Browse files
chore(deps): bump yaml from 2.2.1 to 2.2.2 (#19)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.2.2</h2> <p>This patch release includes a fix for an error that could be thrown in <code>parseDocument</code> for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:</p> <ul> <li>Corner case failure in error pretty-printer (<a href="https://github.com/advisories/GHSA-f9xv-q969-pqx4">CVE-2023-2251</a>)</li> <li>Use correct argument order when stringifying flow collection comments (<a href="https://redirect.github.com/eemeli/yaml/issues/443">#443</a>)</li> <li>First-line folding for block scalars (<a href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/f21fa455b8bb08aa3b20f07968aa923544635c2d"><code>f21fa45</code></a> 2.2.2</li> <li><a href="https://github.com/eemeli/yaml/commit/984f5781ffd807e58cad3b5c8da1f940dab75fba"><code>984f578</code></a> fix: Corner case failure in error pretty-printer</li> <li><a href="https://github.com/eemeli/yaml/commit/443e3aa2acfb1951e6032a6c11798f861859b003"><code>443e3aa</code></a> fix: First-line folding for block scalars (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/422">#422</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/5af5d3da01c55ecbadd596babab70fa9db9e47ee"><code>5af5d3d</code></a> fix: Use correct argument order when stringifying flow collection comments (f...</li> <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yaml&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=2.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/google-github-actions/create-cloud-deploy-release/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 033ce07 commit 032027b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"sinon": "^15.0.1",
5858
"ts-node": "^10.9.1",
5959
"typescript": "^5.0.4",
60-
"yaml": "^2.2.1"
60+
"yaml": "^2.2.2"
6161
}
6262
}

0 commit comments

Comments
 (0)