[Snyk] Upgrade zeromq from 5.3.1 to 6.0.4 #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade zeromq from 5.3.1 to 6.0.4.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 25 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: zeromq
fix: add missing prebuilds
The last release didn't include the prebuilds. This version contains the prebuilds for
darwin-arm64
,darwin-x64
,linux-x64
,win32-ia32
, andwin32-x64
fix: add node-gyp to dependencies
This makes sure an up-to-date Node-gyp is used if the build fallback to building from the source in case the prebuild is not available for your platform.
Full Changelog: v6.0.3...v6.0.4
What's Changed
This ensures that build scripts are not rebuilt during installation. The installation should directly load the prebuilds and fallback to the building from the source in case of a platform that lacks binaries.
Full Changelog: v6.0.2...v6.0.3
Full Changelog: v6.0.1...v6.0.2
What's Changed
Fixes the issue where the build failed or hangs on newer npm/yarn package managers
Full Changelog: v6.0.0...v6.0.1
What's Changed
Complete rewrite of ZeroMQ.js with a modern and safe API.
http://zeromq.github.io/zeromq.js/
Reaching this point has been a significant achievement, with many people contributing over the years. We are excited to announce the stable v6 version of zeromq.js.
This release includes all the changes from 6.0.0-beta.1 to 6.0.0-beta-20. Here's a complete list of the changes:
Full Changelog: v5.1.0...v6.0.0
What's Changed
New Contributors
Full Changelog: v6.0.0-beta.19...v6.0.0-beta.20
What's Changed
Full Changelog: v6.0.0-beta.18...v6.0.0-beta.19
What's Changed
Full Changelog: v6.0.0-beta.17...v6.0.0-beta.18
What's Changed
New Contributors
Full Changelog: v6.0.0-beta.16...v6.0.0-beta.17
What's Changed
fix: detect Electron version at runtime by @ Bartel-C8 in #546
test: Run mocha tests with Electron by @ Bartel-C8 in #547
docs: fix and automate the documentation generation by @ aminya in #545
docs: fix the docs issues by @ aminya in #549
chore: remove unused scripts by @ aminya in #544
Full Changelog: v6.0.0-beta.15...v6.0.0-beta.16
Important