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.
@polkadot/api
from 10.11.2 to 10.13.1 | 8 versions ahead of your current version | 5 months ago
on 2024-04-16
axios
from 1.6.5 to 1.7.4 | 11 versions ahead of your current version | a month ago
on 2024-08-13
gauge
from 5.0.1 to 5.0.2 | 1 version ahead of your current version | 4 months ago
on 2024-05-04
web3
from 4.3.0 to 4.11.1 | 154 versions ahead of your current version | 2 months ago
on 2024-07-24
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-7361793
SNYK-JS-WEB3UTILS-6229337
SNYK-JS-WS-7266574
SNYK-JS-FOLLOWREDIRECTS-6444610
Release notes
Package name: @polkadot/api
Changes:
NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement
Contributed:
Changes:
disableAscii
option for toHuman, and toPrimitiveassetId
getter field to to necessary ExtrinsicPayloadsContributed:
Changes:
disableAscii
option for toHuman, and toPrimitiveassetId
getter field to to necessary ExtrinsicPayloadsContributed:
Contributed:
Changes:
Contributed:
Changes:
Contributed:
Contributed:
Option
values and error on duplicates from BTreeSet/BTreeMap (Thanks to https://github.com/Neopallium)Changes:
cacheCapacity
option for theWsProvider
Contributed:
chainIsEthereum
key toRegistry
interface (Thanks to https://github.com/fgamundi)ChargeAssetTxPayment
(Thanks to https://github.com/bee344)Changes:
[8a;32]
types in known keysPackage name: axios
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Features
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Install
Release notes:
Features
Contributors to this release
Install
Release notes:
Bug Fixes
Contributors to this release
Package name: gauge
5.0.2 (2024-05-04)
Bug Fixes
d772b3b
#239 linting: no-unused-vars (@ lukekarrys)Chores
c8aec3d
#239 bump @ npmcli/template-oss to 4.22.0 (@ lukekarrys)54421e8
#239 postinstall for dependabot template-oss PR (@ lukekarrys)ba82947
#238 bump @ npmcli/template-oss from 4.21.3 to 4.21.4 (@ dependabot[bot])5.0.1 (2023-04-26)
Dependencies
88057a0
#199 bump signal-exit from 3.0.7 to 4.0.1 (#199)Package name: web3
[4.11.1]
Fixed
web3-errors
Eip838ExecutionError
constructor (#6905)web3-eth
getTransactionReceipt
to not be casted asTransactionReceipt
to give proper return type (#7159)web3
What's Changed
New Contributors
Full Changelog: v4.11.0...v4.11.1
[4.11.0]
Fixed
web3-eth-abi
web3-utils
_sendPendingRequests
will catch unhandled errors from_sendToSocket
(#6968)web3-eth
Changed
web3-eth-accounts
web3-providers-ws
web3-rpc-providers
Promise<ResultType>
toPromise<JsonRpcResponseWithResult<ResultType>>
(#7102)Added
web3-eth-contract
populateTransaction
was added to contract methods (#7124)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
fordeploy
andsend
functions (#7138)web3-rpc-providers
web3
web3.eth.Contract
will get transaction middleware and use it, ifweb3.eth
has transaction middleware. (#7138)[4.10.0]
Added
web3
web3-core
web3-eth
sendTransaction
inrpc_method_wrappers
accepts optional param ofTransactionMiddleware
(#7088)setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
(#7088)web3-eth-ens
getText
now supports first param AddressgetName
has optional second param checkInterfaceSupportweb3-types
result
as optionalnever
anderror
as optionalnever in type
JsonRpcNotification` (#7091)JsonRpcNotfication
as a union type inJsonRpcResponse
(#7091)web3-rpc-providers
Fixed
web3-eth-ens
getName
reverse resolutionWhat's Changed
Full Changelog: v4.9.0...v4.10.0
What's Changed