Skip to content

Commit

Permalink
chore(deps): update dependency yaml to ^2.6.0 (#2947)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 1b24e27 commit 509f9ca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
2 changes: 1 addition & 1 deletion localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"yaml": "^2.4.1",
"yaml": "^2.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"yaml": "^2.3.4",
"yaml": "^2.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
28 changes: 11 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"hostile": "^1.4.0",
"koa": "^2.15.3",
"mock-account-service-lib": "workspace:*",
"yaml": "^2.5.0"
"yaml": "^2.6.0"
}
}

0 comments on commit 509f9ca

Please sign in to comment.