Skip to content

Commit 7ed01cb

Browse files
Bump yaml from 2.5.0 to 2.5.1 (#379)
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 2655175 commit 7ed01cb

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
@@ -40,7 +40,7 @@
4040
"snakecase-keys": "^8.0.1",
4141
"swagger-client": "^3.18.5",
4242
"winston": "^3.14.2",
43-
"yaml": "^2.5.0",
43+
"yaml": "^2.5.1",
4444
"yargs": "^17.7.2"
4545
},
4646
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,7 +5990,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59905990
swagger-client: "npm:^3.18.5"
59915991
typescript: "npm:^5.5.4"
59925992
winston: "npm:^3.14.2"
5993-
yaml: "npm:^2.5.0"
5993+
yaml: "npm:^2.5.1"
59945994
yargs: "npm:^17.7.2"
59955995
languageName: unknown
59965996
linkType: soft
@@ -8510,12 +8510,12 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
85108510
languageName: node
85118511
linkType: hard
85128512

8513-
"yaml@npm:^2.5.0":
8514-
version: 2.5.0
8515-
resolution: "yaml@npm:2.5.0"
8513+
"yaml@npm:^2.5.1":
8514+
version: 2.5.1
8515+
resolution: "yaml@npm:2.5.1"
85168516
bin:
85178517
yaml: bin.mjs
8518-
checksum: 10c0/771a1df083c8217cf04ef49f87244ae2dd7d7457094425e793b8f056159f167602ce172aa32d6bca21f787d24ec724aee3cecde938f6643564117bd151452631
8518+
checksum: 10c0/40fba5682898dbeeb3319e358a968fe886509fab6f58725732a15f8dda3abac509f91e76817c708c9959a15f786f38ff863c1b88062d7c1162c5334a7d09cb4a
85198519
languageName: node
85208520
linkType: hard
85218521

0 commit comments

Comments
 (0)