Skip to content

Commit d320a4f

Browse files
committed
Bump npm to v0.5.2
1 parent 58c0f8b commit d320a4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ defmodule QuickBEAM.MixProject do
7070
{:ex_dna, "~> 1.1", only: [:dev, :test], runtime: false},
7171
{:ex_slop, "~> 0.2", only: [:dev, :test], runtime: false},
7272
{:oxc, "~> 0.7.0"},
73-
{:npm, "~> 0.5.1"},
73+
{:npm, "~> 0.5.2"},
7474
{:mint_web_socket, "~> 1.0"},
7575
{:nimble_pool, "~> 1.1"},
7676
{:bandit, "~> 1.0", only: :test},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nimble_options": {:hex, :nimble_options, "1.1.1", "e3a492d54d85fc3fd7c5baf411d9d2852922f66e69476317787a7b2bb000a61b", [:mix], [], "hexpm", "821b2470ca9442c4b6984882fe9bb0389371b8ddec4d45a9504f00a66f650b44"},
2626
"nimble_parsec": {:hex, :nimble_parsec, "1.4.2", "8efba0122db06df95bfaa78f791344a89352ba04baedd3849593bfce4d0dc1c6", [:mix], [], "hexpm", "4b21398942dda052b403bbe1da991ccd03a053668d147d53fb8c4e0efe09c973"},
2727
"nimble_pool": {:hex, :nimble_pool, "1.1.0", "bf9c29fbdcba3564a8b800d1eeb5a3c58f36e1e11d7b7fb2e084a643f645f06b", [:mix], [], "hexpm", "af2e4e6b34197db81f7aad230c1118eac993acc0dae6bc83bac0126d4ae0813a"},
28-
"npm": {:hex, :npm, "0.5.1", "6fc60b26fb6124b46d151ae20e75eb176444ef8f7ac040765a0e5beeb22fd417", [:mix], [{:hex_solver, "~> 0.2", [hex: :hex_solver, repo: "hexpm", optional: false]}, {:npm_semver, "~> 0.1.0", [hex: :npm_semver, repo: "hexpm", optional: false]}, {:req, "~> 0.5", [hex: :req, repo: "hexpm", optional: false]}], "hexpm", "54c424de68664853871214d73cd72b86e7ce26f57150bd19e8dbbe4b842a5db7"},
28+
"npm": {:hex, :npm, "0.5.2", "9e3e89c8b47496949778c31a12ab91b7e44ac1e28f7b73f67c5dea66c7182dcb", [:mix], [{:hex_solver, "~> 0.2", [hex: :hex_solver, repo: "hexpm", optional: false]}, {:npm_semver, "~> 0.1.0", [hex: :npm_semver, repo: "hexpm", optional: false]}, {:req, "~> 0.5", [hex: :req, repo: "hexpm", optional: false]}], "hexpm", "8f683840ab822edfbf7516f27afc3ca0589baed9c3140628fc2fcb2ef295249c"},
2929
"npm_semver": {:hex, :npm_semver, "0.1.0", "3ab2c2a151d8c87c364209b2ca1a4fd2ab98507ed61afbd1ea12c1826e67200a", [:mix], [{:hex_solver, "~> 0.2", [hex: :hex_solver, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "77afbc4c523c19a572325190bc4c968ec027e1c6ef8538bcddacf835966072fa"},
3030
"oxc": {:hex, :oxc, "0.7.0", "3f59f753fb73d3d5a4676c1cbd41937b6b8e124a53938d35fb0152faacbffc23", [:mix], [{:rustler, "~> 0.36", [hex: :rustler, repo: "hexpm", optional: true]}, {:rustler_precompiled, "~> 0.8", [hex: :rustler_precompiled, repo: "hexpm", optional: false]}], "hexpm", "13fc014d989f110c26308d32ea7b5c495a73ed09329437d33fc9553344687ea3"},
3131
"pegasus": {:hex, :pegasus, "0.2.6", "b4af6522326fbb2ffd1bb706e78ec05854fbcb4b03a7fe08f8db2e9de1d0be67", [:mix], [{:nimble_parsec, "~> 1.2", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0ac159f0ccab7967cf90208327cc8a35788874814c8d78e19d47104d3fc049b9"},

0 commit comments

Comments
 (0)