Skip to content

Commit

Permalink
chore(deps): update dependency uuid to ^9.0.1 (#672)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency uuid to ^9.0.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 authored Sep 15, 2023
1 parent 98f327c commit b73f6ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 8 additions & 4 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

### Changed

- Bump dependency on [uuid](https://github.com/uuidjs/uuid) to 9.0.1 ([#672](https://github.com/cerbos/cerbos-sdk-javascript/pull/672))

### Removed

- Support for Node.js 16, which is now [end-of-life](https://github.com/nodejs/release#end-of-life-releases) ([#669](https://github.com/cerbos/cerbos-sdk-javascript/pull/669))
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"src/**/*.ts"
],
"dependencies": {
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "9.0.3"
Expand Down

0 comments on commit b73f6ff

Please sign in to comment.