Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#5758)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jul 31, 2023
1 parent 3d73a4f commit 8844268
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/@omnigraph_soap-5758-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@omnigraph/soap": patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/fast-xml-parser/v/4.2.7) (from `4.2.6`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/loaders/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@graphql-mesh/cross-helpers": "^0.4.0",
"@graphql-mesh/string-interpolation": "^0.5.1",
"fast-xml-parser": "4.2.6",
"fast-xml-parser": "4.2.7",
"graphql-compose": "9.0.10",
"graphql-scalars": "^1.22.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11370,10 +11370,10 @@ [email protected]:
dependencies:
strnum "^1.0.5"

[email protected].6, fast-xml-parser@^4.2.1:
version "4.2.6"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.6.tgz#30ad37b014c16e31eec0e01fbf90a85cedb4eacf"
integrity sha512-Xo1qV++h/Y3Ng8dphjahnYe+rGHaaNdsYOBWL9Y9GCPKpNKilJtilvWkLcI9f9X2DoKTLsZsGYAls5+JL5jfLA==
[email protected].7, fast-xml-parser@^4.2.1:
version "4.2.7"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz#871f2ca299dc4334b29f8da3658c164e68395167"
integrity sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==
dependencies:
strnum "^1.0.5"

Expand Down

0 comments on commit 8844268

Please sign in to comment.