Skip to content

Commit 16d2f71

Browse files
Bump yaml from 2.5.0 to 2.5.1 (#647)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.0 to 2.5.1. <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.5.1</h2> <ul> <li>Include range in flow sequence pair maps (<a href="https://redirect.github.com/eemeli/yaml/issues/573">#573</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/5adbb605b64094b57bc95cbc24587e6f36b3f9a8"><code>5adbb60</code></a> 2.5.1</li> <li><a href="https://github.com/eemeli/yaml/commit/29293c4cc52ad1dba4c35068ae74afd33f8735e5"><code>29293c4</code></a> chore: Simplify Babel config, inlining it Jest config</li> <li><a href="https://github.com/eemeli/yaml/commit/4c30eb64134c803dc910167a00bd895ed8e2c785"><code>4c30eb6</code></a> chore: Re-enable linting with type information</li> <li><a href="https://github.com/eemeli/yaml/commit/adef9c50f59752d64ff65a318f2fdf8c76b7361a"><code>adef9c5</code></a> chore: Update to eslint 9, fix found issues</li> <li><a href="https://github.com/eemeli/yaml/commit/e88306561a929f9fb6dccc7d285d28c3717218cb"><code>e883065</code></a> chore: Refresh lockfile (keeping rollup at 4.19.0 due to <a href="https://redirect.github.com/rollup/rollup/issues/5633">rollup/rollup#5633</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/5b5e2905f388bc7d810f51736b79632610302fab"><code>5b5e290</code></a> fix: Include range in flow sequence pair maps (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/573">#573</a>)</li> <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.5.0...v2.5.1">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.5.0&new-version=2.5.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
1 parent 40339b6 commit 16d2f71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-jest": "^29.2.5",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.5.4",
64-
"yaml": "^2.5.0"
64+
"yaml": "^2.5.1"
6565
},
6666
"packageManager": "[email protected]"
6767
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ __metadata:
852852
ts-jest: "npm:^29.2.5"
853853
ts-node: "npm:^10.9.2"
854854
typescript: "npm:^5.5.4"
855-
yaml: "npm:^2.5.0"
855+
yaml: "npm:^2.5.1"
856856
languageName: unknown
857857
linkType: soft
858858

@@ -6422,12 +6422,12 @@ __metadata:
64226422
languageName: node
64236423
linkType: hard
64246424

6425-
"yaml@npm:^2.5.0, yaml@npm:~2.5.0":
6426-
version: 2.5.0
6427-
resolution: "yaml@npm:2.5.0"
6425+
"yaml@npm:^2.5.1, yaml@npm:~2.5.0":
6426+
version: 2.5.1
6427+
resolution: "yaml@npm:2.5.1"
64286428
bin:
64296429
yaml: bin.mjs
6430-
checksum: 771a1df083c8217cf04ef49f87244ae2dd7d7457094425e793b8f056159f167602ce172aa32d6bca21f787d24ec724aee3cecde938f6643564117bd151452631
6430+
checksum: 40fba5682898dbeeb3319e358a968fe886509fab6f58725732a15f8dda3abac509f91e76817c708c9959a15f786f38ff863c1b88062d7c1162c5334a7d09cb4a
64316431
languageName: node
64326432
linkType: hard
64336433

0 commit comments

Comments
 (0)