[Snyk] Upgrade: , , , , , ajv, , ws, zeromq #271
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 multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@grpc/grpc-js
from 1.3.7 to 1.11.1 | 89 versions ahead of your current version | 2 months ago
on 2024-07-16
@dashevo/grpc-common
from 0.5.4 to 0.25.22 | 185 versions ahead of your current version | 8 months ago
on 2024-01-19
@dashevo/dapi-grpc
from 0.21.0 to 0.25.22 | 186 versions ahead of your current version | 8 months ago
on 2024-01-19
@dashevo/dashcore-lib
from 0.19.26 to 0.21.3 | 33 versions ahead of your current version | 2 months ago
on 2024-07-19
@dashevo/dashd-rpc
from 2.3.0 to 2.4.2 | 5 versions ahead of your current version | 2 years ago
on 2022-09-16
ajv
from 8.6.3 to 8.17.1 | 16 versions ahead of your current version | 2 months ago
on 2024-07-12
@dashevo/dpp
from 0.21.0 to 0.25.8 | 155 versions ahead of your current version | a year ago
on 2023-10-20
ws
from 7.5.5 to 7.5.10 | 5 versions ahead of your current version | 3 months ago
on 2024-06-16
zeromq
from 5.2.0 to 5.3.1 | 10 versions ahead of your current version | 2 years ago
on 2022-11-16
Issues fixed by the recommended upgrade:
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-ELLIPTIC-1064899
SNYK-JS-ELLIPTIC-7577916
SNYK-JS-ELLIPTIC-7577917
SNYK-JS-ELLIPTIC-7577918
SNYK-JS-LODASHSET-1320032
SNYK-JS-SIMPLEGET-2361683
SNYK-JS-WS-7266574
SNYK-JS-MINIMIST-2429795
Release notes
Package name: @grpc/grpc-js
@ grpc/proto-loader
v0.1.0This is a new library for loading
.proto
files for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the newloadPackageDefinition
function in thegrpc
library.@ grpc/grpc-js
v0.1.0This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing
grpc
library. Currently only the client is implemented, with the following functionality:loadPackageDefinition
grpc
v1.11.0Node changes:
loadPackageDefintion
function (#196)grpc.load
(#228 contributed by @ cblair)grpc.loadObject
when failing to detect Protobuf.js version (#253 contributed by @ kellycampbell)-zdefs
flag frombinding.gyp
to enable building on FreeBSD (#266)Node changes:
node-pre-gyp
to version 0.7.0 (#245)C core changes:
C Core Changes
"grpc.dns_min_time_between_resolutions_ms"
. (grpc/grpc#14228)KeyCertPair
(#171)UNAVAILABLE
status instead ofUNAUTHENTICATED
(grpc/grpc#13363).Error
objects for easier debugging. The status details string is now available in theError
object'sdetails
field. (#126)Server#tryShutdown
method (#143)Package name: @dashevo/dapi-grpc
Bug Fixes
Features
Bug Fixes
BREAKING CHANGES
getStoreTreeProof
now returnsStoreTreeProof
message instead ofBuffer
Package name: @dashevo/dashcore-lib
What's Changed
Full Changelog: v0.21.2...v0.21.3
What's Changed
Full Changelog: v0.21.1...v0.21.2
What's Changed
Full Changelog: v0.21.0...v0.20.1
What's Changed
Full Changelog: v0.20.10...v0.20.11
What's Changed
Full Changelog: v0.20.9...v0.20.10
What's Changed
Full Changelog: v0.20.8...v0.20.9
What's Changed
Full Changelog: v0.20.7...v0.20.8
What's Changed
Full Changelog: v0.20.6...v0.20.7
What's Changed
Full Changelog: v0.20.5...v0.20.6
What's Changed
Full Changelog: v0.20.4...v0.20.5
Package name: @dashevo/dashd-rpc
What's Changed
Full Changelog: v2.4.1...v2.4.2
What's Changed
Full Changelog: v2.4.0...v2.4.1
What's Changed
Full Changelog: v2.3.2...v2.4.0
No content.
No content.
Package name: ajv
What's Changed
Full Changelog: v8.17.0...v8.17.1
Plus everything in 8.17.0 which failed to release
The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.
Revert "Revert fast-uri change (#2444)" by @ gurgunday in #2448
fix: ignore new eslint error for @ typescript-eslint/no-extraneous-class by @ jasoniangreen in #2455
docs: clarify behaviour of addVocabulary by @ jasoniangreen in #2454
docs: refactor to improve legibility by @ blottn in #2432
Fix grammatical typo in managing-schemas.md by @ wetneb in #2305
docs: Fix broken strict-mode link by @ alexanderjsx in #2459
feat: add test for encoded refs and bump fast-uri by @ jasoniangreen in