Skip to content

Commit

Permalink
chore(deps): Bump spark from 1.1.48 to 1.1.50 (#71)
Browse files Browse the repository at this point in the history
* chore(deps): Bump spark from 1.1.48 to 1.1.50

Bumps [spark](https://github.com/ash-project/spark) from 1.1.48 to 1.1.50.
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v1.1.48...v1.1.50)

---
updated-dependencies:
- dependency-name: spark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* doc: update DSL cheat sheets.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Harton <[email protected]>
  • Loading branch information
dependabot[bot] and jimsynz authored Oct 25, 2023
1 parent cffc84d commit cc4b49e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions documentation/dsls/DSL:-Reactor.cheatmd
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ wait_for :create_user

</td>
<td style="text-align: left">
<code class="inline">list(atom) | atom</code>
<code class="inline">atom | list(atom)</code>
</td>
<td style="text-align: left">

Expand Down Expand Up @@ -713,7 +713,7 @@ wait_for :create_user

</td>
<td style="text-align: left">
<code class="inline">list(atom) | atom</code>
<code class="inline">atom | list(atom)</code>
</td>
<td style="text-align: left">

Expand Down Expand Up @@ -1018,7 +1018,7 @@ wait_for :create_user

</td>
<td style="text-align: left">
<code class="inline">list(atom) | atom</code>
<code class="inline">atom | list(atom)</code>
</td>
<td style="text-align: left">

Expand Down Expand Up @@ -1341,7 +1341,7 @@ wait_for :create_user

</td>
<td style="text-align: left">
<code class="inline">list(atom) | atom</code>
<code class="inline">atom | list(atom)</code>
</td>
<td style="text-align: left">

Expand Down Expand Up @@ -1700,7 +1700,7 @@ wait_for :create_user

</td>
<td style="text-align: left">
<code class="inline">list(atom) | atom</code>
<code class="inline">atom | list(atom)</code>
</td>
<td style="text-align: left">

Expand Down Expand Up @@ -2279,7 +2279,7 @@ wait_for :create_user

</td>
<td style="text-align: left">
<code class="inline">list(atom) | atom</code>
<code class="inline">atom | list(atom)</code>
</td>
<td style="text-align: left">

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nimble_parsec": {:hex, :nimble_parsec, "1.3.1", "2c54013ecf170e249e9291ed0a62e5832f70a476c61da16f6aac6dca0189f2af", [:mix], [], "hexpm", "2682e3c0b2eb58d90c6375fc0cc30bc7be06f365bf72608804fb9cffa5e1b167"},
"sobelow": {:hex, :sobelow, "0.13.0", "218afe9075904793f5c64b8837cc356e493d88fddde126a463839351870b8d1e", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "cd6e9026b85fc35d7529da14f95e85a078d9dd1907a9097b3ba6ac7ebbe34a0d"},
"sourceror": {:hex, :sourceror, "0.14.0", "b6b8552d0240400d66b6f107c1bab7ac1726e998efc797f178b7b517e928e314", [:mix], [], "hexpm", "809c71270ad48092d40bbe251a133e49ae229433ce103f762a2373b7a10a8d8b"},
"spark": {:hex, :spark, "1.1.48", "64b804711818526e371d12ea3acc886365b14239565e361001aad801a38bad85", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.5 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:sourceror, "~> 0.1", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "3215a8b1bb1dc93945ce9a0f68430d7265ea596c6b911f7bd6dba77b65cee370"},
"spark": {:hex, :spark, "1.1.50", "809da1214151ad7c592389b3ea85eb4424f727b681b90439d8ffbe5305400ce9", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.5 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:sourceror, "~> 0.1", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "ed9b1b817b52c3aaeee283032640857ee9d8398b8c4e9e7d78d77929d387b9a1"},
"yamerl": {:hex, :yamerl, "0.10.0", "4ff81fee2f1f6a46f1700c0d880b24d193ddb74bd14ef42cb0bcf46e81ef2f8e", [:rebar3], [], "hexpm", "346adb2963f1051dc837a2364e4acf6eb7d80097c0f53cbdc3046ec8ec4b4e6e"},
"yaml_elixir": {:hex, :yaml_elixir, "2.9.0", "9a256da867b37b8d2c1ffd5d9de373a4fda77a32a45b452f1708508ba7bbcb53", [:mix], [{:yamerl, "~> 0.10", [hex: :yamerl, repo: "hexpm", optional: false]}], "hexpm", "0cb0e7d4c56f5e99a6253ed1a670ed0e39c13fc45a6da054033928607ac08dfc"},
}

0 comments on commit cc4b49e

Please sign in to comment.