Skip to content

Commit 6d40631

Browse files
fix(deps): update all non-major dependencies (#4637)
* fix(deps): update all non-major dependencies * 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 48171a0 commit 6d40631

File tree

5 files changed

+17
-144
lines changed

5 files changed

+17
-144
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/odata": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/fast-xml-parser/v/4.0.11) (from `4.0.10`, in `dependencies`)

examples/mongoose-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/cli": "0.78.29",
1111
"@graphql-mesh/mongoose": "0.11.19",
1212
"graphql": "16.6.0",
13-
"mongoose": "6.6.4"
13+
"mongoose": "6.6.5"
1414
},
1515
"devDependencies": {
1616
"jest": "29.1.2"

packages/handlers/mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"mongoose": "*"
3030
},
3131
"devDependencies": {
32-
"mongoose": "6.6.4"
32+
"mongoose": "6.6.5"
3333
},
3434
"dependencies": {
3535
"@graphql-mesh/types": "0.84.8",

packages/handlers/odata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"http-string-parser": "0.0.6",
4242
"@whatwg-node/fetch": "^0.4.6",
4343
"dataloader": "2.1.0",
44-
"fast-xml-parser": "4.0.10",
44+
"fast-xml-parser": "4.0.11",
4545
"graphql-compose": "9.0.9",
4646
"graphql-parse-resolve-info": "4.12.3",
4747
"graphql-scalars": "1.18.0",

0 commit comments

Comments
 (0)