Skip to content

Commit

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

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 committed Sep 9, 2024
1 parent d925690 commit de38ed9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.1 ([#1001](https://github.com/cerbos/cerbos-sdk-javascript/pull/1001))

## [0.2.8] - 2024-08-19

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.1
pull: 1001

releases:
- version: 0.2.8
date: 2024-08-19
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.5.0"
"yaml": "^2.5.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit de38ed9

Please sign in to comment.