Skip to content

Commit

Permalink
chore(deps): update dependency yaml to ^2.5.0 (#983)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency yaml to ^2.5.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add changelog entry

Signed-off-by: Andrew Haines <[email protected]>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <[email protected]>
  • Loading branch information
renovate[bot] and haines authored Jul 29, 2024
1 parent 13b60da commit 67874f6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
4 changes: 3 additions & 1 deletion packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased]

No notable changes.
### Changed

- Bump dependency on [yaml] to 2.5.0 ([#983](https://github.com/cerbos/cerbos-sdk-javascript/pull/983))

## [0.2.7] - 2024-06-11

Expand Down
8 changes: 8 additions & 0 deletions packages/files/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
unreleased:
type: patch

bumped:
yaml:
to: 2.5.0
pull: 983

releases:
- version: 0.2.7
date: 2024-06-11
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"@cerbos/core": "^0.18.1",
"yaml": "^2.4.5"
"yaml": "^2.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
11 changes: 9 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 67874f6

Please sign in to comment.