Skip to content

Commit

Permalink
chore(deps): update dependency qs to ^6.12.3 (#976)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency qs to ^6.12.3

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

* Add changelog entry

Signed-off-by: Andrew Haines <haines@cerbos.dev>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
renovate[bot] and haines authored Jul 15, 2024
1 parent 87cc4d7 commit 403aac7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 3 additions & 1 deletion packages/http/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 [qs] to 6.12.3 ([#976](https://github.com/cerbos/cerbos-sdk-javascript/pull/976))

## [0.19.1] - 2024-06-11

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

bumped:
qs:
to: 6.12.3
pull: 976

releases:
- version: 0.19.1
date: 2024-06-11
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"dependencies": {
"@cerbos/core": "^0.18.1",
"qs": "^6.12.1"
"qs": "^6.12.3"
},
"devDependencies": {
"@types/qs": "6.9.15"
Expand Down
10 changes: 5 additions & 5 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 403aac7

Please sign in to comment.