Skip to content

Commit

Permalink
deps: bump potential cves
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 10, 2024
1 parent d725ba9 commit f3e5229
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rimraf": "^6.0.0",
"tslib": "^2.4.0",
"typescript": "^5.4.2",
"ws": "^8.17.0",
"ws": "^8.17.1",
"yargs": "^17.7.1"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@graphql-tools/delegate": "^10.0.21",
"@whatwg-node/fetch": "^0.9.0",
"dataloader": "^2.2.2",
"fast-xml-parser": "^4.2.1",
"fast-xml-parser": "^4.5.0",
"graphql-compose": "^9.0.11",
"graphql-parse-resolve-info": "^4.13.0",
"graphql-scalars": "^1.22.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@graphql-mesh/string-interpolation": "^0.5.6",
"@graphql-mesh/transport-soap": "^0.7.6",
"@whatwg-node/fetch": "^0.9.15",
"fast-xml-parser": "^4.3.4",
"fast-xml-parser": "^4.5.0",
"graphql-compose": "^9.0.11",
"graphql-scalars": "^1.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@graphql-mesh/string-interpolation": "^0.5.6",
"@graphql-mesh/utils": "^0.102.5",
"fast-xml-parser": "^4.3.2"
"fast-xml-parser": "^4.5.0"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6257,7 +6257,7 @@ __metadata:
tslib: "npm:^2.4.0"
typescript: "npm:^5.4.2"
uWebSockets.js: "uNetworking/uWebSockets.js#semver:^20"
ws: "npm:^8.17.0"
ws: "npm:^8.17.1"
yargs: "npm:^17.7.1"
peerDependencies:
graphql: "*"
Expand Down Expand Up @@ -7543,7 +7543,7 @@ __metadata:
dependencies:
"@graphql-mesh/string-interpolation": "npm:^0.5.6"
"@graphql-mesh/utils": "npm:^0.102.5"
fast-xml-parser: "npm:^4.3.2"
fast-xml-parser: "npm:^4.5.0"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.6
"@graphql-mesh/transport-common": ^0.7.6
Expand Down Expand Up @@ -10356,7 +10356,7 @@ __metadata:
"@types/url-join": "npm:4.0.3"
"@whatwg-node/fetch": "npm:^0.9.0"
dataloader: "npm:^2.2.2"
fast-xml-parser: "npm:^4.2.1"
fast-xml-parser: "npm:^4.5.0"
graphql-compose: "npm:^9.0.11"
graphql-parse-resolve-info: "npm:^4.13.0"
graphql-scalars: "npm:^1.22.4"
Expand Down Expand Up @@ -10428,7 +10428,7 @@ __metadata:
"@graphql-mesh/string-interpolation": "npm:^0.5.6"
"@graphql-mesh/transport-soap": "npm:^0.7.6"
"@whatwg-node/fetch": "npm:^0.9.15"
fast-xml-parser: "npm:^4.3.4"
fast-xml-parser: "npm:^4.5.0"
graphql-compose: "npm:^9.0.11"
graphql-scalars: "npm:^1.22.4"
soap: "npm:1.1.4"
Expand Down Expand Up @@ -21542,7 +21542,7 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:^4.2.1, fast-xml-parser@npm:^4.3.2, fast-xml-parser@npm:^4.3.4":
"fast-xml-parser@npm:^4.5.0":
version: 4.5.0
resolution: "fast-xml-parser@npm:4.5.0"
dependencies:
Expand Down Expand Up @@ -38875,7 +38875,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.12.0, ws@npm:^8.13.0, ws@npm:^8.17.0, ws@npm:^8.17.1, ws@npm:^8.18.0":
"ws@npm:^8.12.0, ws@npm:^8.13.0, ws@npm:^8.17.1, ws@npm:^8.18.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
Expand Down

0 comments on commit f3e5229

Please sign in to comment.