Skip to content

Commit a4e53d9

Browse files
fix(deps): update dependency qs to v6.13.0 (#7444)
* fix(deps): update dependency qs to v6.13.0 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8bccd9a commit a4e53d9

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/transport-rest": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`qs@6.13.0` ↗︎](https://www.npmjs.com/package/qs/v/6.13.0) (from `6.12.3`, in `dependencies`)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@omnigraph/json-schema": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`qs@6.13.0` ↗︎](https://www.npmjs.com/package/qs/v/6.13.0) (from `6.12.3`, in `dependencies`)

packages/loaders/json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"graphql-scalars": "^1.22.4",
5555
"json-machete": "0.97.3",
5656
"pascal-case": "3.1.2",
57-
"qs": "6.12.3",
57+
"qs": "6.13.0",
5858
"to-json-schema": "0.2.5",
5959
"url-join": "4.0.1"
6060
},

packages/transports/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dset": "^3.1.3",
4747
"graphql-fields": "^2.0.3",
4848
"graphql-scalars": "^1.22.4",
49-
"qs": "6.12.3",
49+
"qs": "6.13.0",
5050
"url-join": "4.0.1"
5151
},
5252
"publishConfig": {

yarn.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7157,7 +7157,7 @@ __metadata:
71577157
dset: "npm:^3.1.3"
71587158
graphql-fields: "npm:^2.0.3"
71597159
graphql-scalars: "npm:^1.22.4"
7160-
qs: "npm:6.12.3"
7160+
qs: "npm:6.13.0"
71617161
url-join: "npm:4.0.1"
71627162
peerDependencies:
71637163
"@graphql-mesh/cross-helpers": ^0.4.4
@@ -9871,7 +9871,7 @@ __metadata:
98719871
graphql-scalars: "npm:^1.22.4"
98729872
json-machete: "npm:0.97.3"
98739873
pascal-case: "npm:3.1.2"
9874-
qs: "npm:6.12.3"
9874+
qs: "npm:6.13.0"
98759875
to-json-schema: "npm:0.2.5"
98769876
url-join: "npm:4.0.1"
98779877
peerDependencies:
@@ -30874,7 +30874,16 @@ __metadata:
3087430874
languageName: node
3087530875
linkType: hard
3087630876

30877-
"qs@npm:6.12.3, qs@npm:^6.11.2, qs@npm:^6.4.0":
30877+
"qs@npm:6.13.0":
30878+
version: 6.13.0
30879+
resolution: "qs@npm:6.13.0"
30880+
dependencies:
30881+
side-channel: "npm:^1.0.6"
30882+
checksum: 10c0/62372cdeec24dc83a9fb240b7533c0fdcf0c5f7e0b83343edd7310f0ab4c8205a5e7c56406531f2e47e1b4878a3821d652be4192c841de5b032ca83619d8f860
30883+
languageName: node
30884+
linkType: hard
30885+
30886+
"qs@npm:^6.11.2, qs@npm:^6.4.0":
3087830887
version: 6.12.3
3087930888
resolution: "qs@npm:6.12.3"
3088030889
dependencies:

0 commit comments

Comments
 (0)