Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency qs to v6.13.1 #2035

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/rbac/.changeset/renovate-14b535e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-rbac-backend': patch
---

Updated dependency `qs` to `6.13.1`.
2 changes: 1 addition & 1 deletion workspaces/rbac/plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"knex-mock-client": "2.0.1",
"msw": "1.3.5",
"prettier": "3.3.3",
"qs": "6.11.2",
"qs": "6.13.1",
"supertest": "6.3.4"
},
"files": [
Expand Down
20 changes: 10 additions & 10 deletions workspaces/rbac/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ __metadata:
lodash: ^4.17.21
msw: 1.3.5
prettier: 3.3.3
qs: 6.11.2
qs: 6.13.1
supertest: 6.3.4
typeorm-adapter: ^1.6.1
languageName: unknown
Expand Down Expand Up @@ -28772,21 +28772,21 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.2":
version: 6.11.2
resolution: "qs@npm:6.11.2"
"qs@npm:6.13.0":
version: 6.13.0
resolution: "qs@npm:6.13.0"
dependencies:
side-channel: ^1.0.4
checksum: e812f3c590b2262548647d62f1637b6989cc56656dc960b893fe2098d96e1bd633f36576f4cd7564dfbff9db42e17775884db96d846bebe4f37420d073ecdc0b
side-channel: ^1.0.6
checksum: e9404dc0fc2849245107108ce9ec2766cde3be1b271de0bf1021d049dc5b98d1a2901e67b431ac5509f865420a7ed80b7acb3980099fe1c118a1c5d2e1432ad8
languageName: node
linkType: hard

"qs@npm:6.13.0, qs@npm:^6.10.1, qs@npm:^6.10.3, qs@npm:^6.11.0, qs@npm:^6.11.2, qs@npm:^6.12.3, qs@npm:^6.9.4":
version: 6.13.0
resolution: "qs@npm:6.13.0"
"qs@npm:6.13.1, qs@npm:^6.10.1, qs@npm:^6.10.3, qs@npm:^6.11.0, qs@npm:^6.11.2, qs@npm:^6.12.3, qs@npm:^6.9.4":
version: 6.13.1
resolution: "qs@npm:6.13.1"
dependencies:
side-channel: ^1.0.6
checksum: e9404dc0fc2849245107108ce9ec2766cde3be1b271de0bf1021d049dc5b98d1a2901e67b431ac5509f865420a7ed80b7acb3980099fe1c118a1c5d2e1432ad8
checksum: 86c5059146955fab76624e95771031541328c171b1d63d48a7ac3b1fdffe262faf8bc5fcadc1684e6f3da3ec87a8dedc8c0009792aceb20c5e94dc34cf468bb9
languageName: node
linkType: hard

Expand Down
Loading