Skip to content

Commit

Permalink
deps: Bump node plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 8, 2024
1 parent 2225d46 commit e0786a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/src/proto_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl ProtoConfig {
self.plugins.insert(
Id::raw("node"),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.4/node_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.5/node_plugin.wasm".into()
}
);
}
Expand All @@ -218,7 +218,7 @@ impl ProtoConfig {
self.plugins.insert(
Id::raw(depman),
PluginLocator::Url {
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.4/node_depman_plugin.wasm".into()
url: "https://github.com/moonrepo/node-plugin/releases/download/v0.11.5/node_depman_plugin.wasm".into()
}
);
}
Expand Down

0 comments on commit e0786a8

Please sign in to comment.