Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the go_modules group across 1 directory with 7 updates #27

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the go_modules group with 5 updates in the / directory:

Package From To
github.com/ethereum/go-ethereum 1.10.26 1.13.5
golang.org/x/net 0.19.0 0.23.0
google.golang.org/grpc 1.60.1 1.63.2
github.com/dvsekhvalnov/jose2go 1.6.0 1.7.0
github.com/hashicorp/go-getter 1.7.1 1.7.4

Updates github.com/ethereum/go-ethereum from 1.10.26 to 1.13.5

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Carbonaceous (v1.13.5)

Geth v1.13.5 is a scheduled maintenance release fixing a potential data corruption in path scheme which could occur due to a power failure (i.e. entire OS / machine crash).

  • Extend ethclient and the simulated backend to allow eth_call against specific block hashes (#28084).
  • Downgrade annoying stale transaction propagation logs from warning to debug (#28364).
  • Switch to the new KZG trusted setup parameters (#28383).
  • Return an error on GraphQL if querying invalid block ranges (#28393, #28412).
  • Start publishing Apple Silicon pre-built binaries (#28474, #28475).

And bugfixes:

  • Fix a number of corner-cases in path scheme state management (#28198, #28426, #28483).
  • Fix an issue when allocating excessively large Pebble caches (#28444).
  • Fix a potential snap sync issue with the path based storage (#28327).
  • Fix ethclient to properly forwarding explicit 1559 gas caps (#28462).
  • Fix gas estimation for 0 priced txs accessing the basefee (#28470).
  • Fix an issue where resubscribing to events would hang (#28359).
  • Fix ethstats transaction count report regressiob (#28398).
  • Fix negative number encoding in ethclient/rpc (#28358).
  • Fix GraphQL content type in the response (#28417).

For a full rundown of the changes please consult the Geth 1.13.5 release milestone.


As with all our previous releases, you can find the:

Archanes (v1.13.4)

Geth v1.13.4 is a non-urgent hotfix release. The previous version of Geth (v1.13.3) introduced a warning log for bad transaction announcements, and on mainnet it generated too much logging noise due to a protocol violation in Erigon. To prevent overwhelming logging systems, Geth v1.13.4 lower the log to a more reasonable level until the bug in Erigon is fixed #28356.

Apart from the above reason, the release contains:

  • Fix a snap sync corner-case that could cause a hang by a maliciously constructed contract storage (#28306).
  • Update various dependencies to unstick versions of Go libs (#28329, #28333, #28334, #28332, #28336).
  • Enable Pebble database support on 32bit platforms and on OpenBSD too (#28335).
  • Fix returning the correct code hash for eth_getProof with empty storage (#28357).
  • Simplify trie range prover for some upcoming snap sync optimisations (#28311).
  • Fix a timeout mechanism in the transaction fetcher (#28220).

For a full rundown of the changes please consult the Geth 1.13.4 release milestone.


As with all our previous releases, you can find the:

... (truncated)

Commits
  • 916d6a4 params: release Geth v1.15.5
  • f265cc2 cmd/geth: remove some whitespace in code and comments (#28148)
  • 49b2c5f build: upgrade -dlgo version to Go 1.21.4 (#28505)
  • ce5a480 ethclient: add empty/nonexist account testcase for eth_getProof RPC (#28482)
  • 2f4833b cmd/evm: allow state dump regardless if test passes in statetest (#28484)
  • 326fa00 core/rawdb: fsync the index file after each freezer write (#28483)
  • e38b9f1 eth/filters: exit early if topics-filter has more than 4 topics (#28494)
  • f7dde2a ethdb/pebble: add Errorf function to panicLogger (#28491)
  • b77a9b1 cmd/geth: more testcases for logging (#28501)
  • 7ea860d graphql: type of yParity from Long to BigInt (#28456)
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.19.0 to 0.23.0

Commits
  • c48da13 http2: fix TestServerContinuationFlood flakes
  • 762b58d http2: fix tipos in comment
  • ba87210 http2: close connections when receiving too many headers
  • ebc8168 all: fix some typos
  • 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  • 448c44f http2: remove clientTester
  • c7877ac http2: convert the remaining clientTester tests to testClientConn
  • d8870b0 http2: use synthetic time in TestIdleConnTimeout
  • d73acff http2: only set up deadline when Server.IdleTimeout is positive
  • 89f602b http2: validate client/outgoing trailers
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.60.1 to 1.63.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.63.2

Bugs

  • Fix the user agent string

Release 1.63.1

Bugs

  • grpc: fixed subchannel log messages to properly reference the parent channel (#7101)

API Changes

  • grpc: remove Deprecated tag from Dial and DialContext; these will be deprecated in v1.64 instead (#7103)

Release 1.63.0

Behavior Changes

  • grpc: Return canonical target string from resolver.Address.String() (experimental) (#6923)
  • client & server: when using write buffer pooling, use input value for buffer size instead of size*2 (#6983)

New Features

  • grpc: add ClientConn.CanonicalTarget() to return the canonical target string. (#7006)
  • xds: implement LRS named metrics support (gRFC A64) (#7027)
  • grpc: introduce grpc.NewClient to allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)

API Changes

  • grpc: stabilize experimental method ClientConn.Target() (#7006)

Bug Fixes

  • xds: fix an issue that would cause the client to send an empty list of resources for LDS/CDS upon reconnecting with the management server (#7026)
  • server: Fix some errors returned by a server when using a grpc.Server as an http.Handler with the Go stdlib HTTP server (#6989)
  • resolver/dns: add SetResolvingTimeout to allow configuring the DNS resolver's global timeout (#6917)
  • Set the security level of Windows named pipes to NoSecurity (#6956)

Release 1.62.2

Dependencies

Release 1.62.1

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#6766)

... (truncated)

Commits
  • d32e66c Change version to 1.63.2 (#7104)
  • 92f6dd0 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (#7101)
  • 0f6ef0f grpc: un-deprecate Dial and DialContext
  • 58dc749 Change version to 1.63.1-dev (#7051)
  • c68f456 Change version to 1.63.0 (#7050)
  • 6369167 *: update http2 dependency (#7082)
  • 8854761 cherry-pick: channelz: fix race accessing channelMap without lock (#7079) (#7...
  • e62770d channelz: add LocalAddr to listen sockets and test (#7062) (#7063)
  • 4ffccf1 googlec2p: use xdstp style template for client LDS resource name (#7048)
  • faf9964 gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo ...
  • Additional commits viewable in compare view

Updates github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0

Commits

Updates github.com/hashicorp/go-getter from 1.7.1 to 1.7.4

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.7.4

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.3...v1.7.4

v1.7.3

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.2...v1.7.3

v1.7.2

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.1...v1.7.2

Commits
  • 268c11c escape user provide string to git (#483)
  • 975961f Merge pull request #433 from adrian-bl/netrc-fix
  • 0298a22 Merge pull request #459 from hashicorp/jbardin/setup-git-env
  • c70d9c9 don't change GIT_SSH_COMMAND if there's no keyfile
  • 3d5770f Merge pull request #458 from hashicorp/tsccr-auto-pinning/trusted/2023-09-18
  • 0688979 Result of tsccr-helper -log-level=info -pin-all-workflows .
  • e66f244 Merge pull request #454 from hashicorp/tsccr-auto-pinning/trusted/2023-09-11
  • e80b3dc Result of tsccr-helper -log-level=info -pin-all-workflows .
  • 2d49e24 Merge pull request #432 from hashicorp/tsccr-auto-pinning/trusted/2023-04-21
  • 5ccb39a Make addAuthFromNetrc ignore ENOTDIR errors
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.16.0 to 0.21.0

Commits
  • 7067223 go.mod: update golang.org/x dependencies
  • 0d2316b ssh/test: work around for TestCiphers failures on macOS
  • 0aab8d0 all: update go.mod x/net dependency
  • 5bead59 ocsp: don't use iota for externally defined constants
  • 1a86580 x/crypto/internal/poly1305: improve sum_ppc64le.s
  • 1c981e6 ssh/test: don't use DSA keys in integrations tests, update test RSA key
  • 62c9f17 x509roots/nss: manually exclude a confusingly constrained root
  • 405cb3b go.mod: update golang.org/x dependencies
  • 913d3ae x509roots/fallback: update bundle
  • dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.32.0 to 1.33.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.10.26` | `1.13.5` |
| [golang.org/x/net](https://github.com/golang/net) | `0.19.0` | `0.23.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.60.1` | `1.63.2` |
| [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) | `1.6.0` | `1.7.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.1` | `1.7.4` |



Updates `github.com/ethereum/go-ethereum` from 1.10.26 to 1.13.5
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.26...v1.13.5)

Updates `golang.org/x/net` from 0.19.0 to 0.23.0
- [Commits](golang/net@v0.19.0...v0.23.0)

Updates `google.golang.org/grpc` from 1.60.1 to 1.63.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.60.1...v1.63.2)

Updates `github.com/dvsekhvalnov/jose2go` from 1.6.0 to 1.7.0
- [Commits](dvsekhvalnov/jose2go@v1.6.0...v1.7.0)

Updates `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.4
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.4)

Updates `golang.org/x/crypto` from 0.16.0 to 0.21.0
- [Commits](golang/crypto@v0.16.0...v0.21.0)

Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/dvsekhvalnov/jose2go
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 29, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@apollo/client@3.4.16 environment, eval, network +5 3.79 MB apollo-bot
npm/@apollographql/graphql-upload-8-fork@8.1.3 filesystem, network Transitive: environment, eval +13 843 kB apollo-bot
npm/@aragon/contract-helpers-test@0.0.3 Transitive: network +11 3.28 MB bingen
npm/@ardatan/aggregate-error@0.0.6 None +1 76.5 kB ardatan
npm/@babel/code-frame@7.15.8 None +1 11.8 kB nicolo-ribaudo
npm/@babel/compat-data@7.15.0 None 0 49 kB nicolo-ribaudo
npm/@babel/core@7.15.8 environment, filesystem, unsafe +3 350 kB nicolo-ribaudo
npm/@babel/generator@7.15.8 None 0 118 kB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.15.4 None 0 2.68 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.15.4 None +1 21.3 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.15.4 None +2 105 kB nicolo-ribaudo
npm/@babel/helper-define-polyfill-provider@0.2.3 None 0 201 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.15.4 None +2 30.4 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.15.4 None 0 16.3 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.15.8 None +2 66.2 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.14.5 None 0 4.42 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.15.4 None +2 62.7 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.15.4 None 0 3.02 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.15.4 None 0 4.33 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.15.7 None 0 19 kB nicolo-ribaudo
npm/@babel/parser@7.15.8 None 0 1.63 MB nicolo-ribaudo
npm/@babel/plugin-proposal-class-properties@7.14.5 None 0 3.31 kB nicolo-ribaudo
npm/@babel/plugin-proposal-object-rest-spread@7.15.6 None 0 21.2 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-flow@7.14.5 None 0 3.08 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.14.5 None 0 2.69 kB nicolo-ribaudo
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.14.5 None 0 3.16 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.14.5 None 0 3.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoping@7.15.3 None 0 27.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.15.4 None +1 29.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.14.5 None 0 7.69 kB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.14.7 None 0 20.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-flow-strip-types@7.14.5 None 0 6.85 kB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.15.4 None 0 14.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.14.5 None 0 3.39 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.14.5 None 0 3.02 kB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.14.5 None 0 3.26 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.15.4 None +2 27.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.14.5 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.15.4 None 0 17.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.14.5 None 0 3.13 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-display-name@7.15.1 None 0 5.13 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx@7.14.9 None 0 24.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.15.8 unsafe +5 662 kB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.14.5 None 0 3.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.15.8 None 0 7.61 kB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.14.5 None 0 6.13 kB nicolo-ribaudo
npm/@babel/traverse@7.15.4 None +1 154 kB nicolo-ribaudo
npm/@babel/types@7.15.6 environment 0 1.01 MB nicolo-ribaudo
npm/@ensdomains/address-encoder@0.1.9 None +1 2.37 MB makoto_inoue
npm/@ensdomains/ens@0.4.3 None 0 4.12 MB makoto_inoue
npm/@ensdomains/ensjs@2.0.1 Transitive: network +19 21.4 MB makoto_inoue
npm/@ethereumjs/common@2.5.0 None 0 2.49 MB holgerd77
npm/@ethereumjs/tx@3.3.2 None 0 384 kB holgerd77
npm/@ethersproject/abi@5.0.7 None 0 325 kB ricmoo
npm/@ethersproject/abstract-provider@5.4.1 None 0 59.6 kB ricmoo
npm/@ethersproject/abstract-signer@5.4.1 None 0 82.3 kB ricmoo
npm/@ethersproject/address@5.4.0 None 0 32.9 kB ricmoo
npm/@ethersproject/base64@5.4.0 None 0 11.2 kB ricmoo
npm/@ethersproject/basex@5.4.0 None 0 30.1 kB ricmoo
npm/@ethersproject/bignumber@5.4.2 None 0 144 kB ricmoo
npm/@ethersproject/bytes@5.4.0 None 0 77 kB ricmoo
npm/@ethersproject/constants@5.4.0 None 0 18.7 kB ricmoo
npm/@ethersproject/hash@5.4.0 None 0 120 kB ricmoo
npm/@ethersproject/hdnode@5.4.0 None 0 80.4 kB ricmoo
npm/@ethersproject/json-wallets@5.4.0 None +1 350 kB ricmoo
npm/@ethersproject/keccak256@5.4.0 None 0 6.08 kB ricmoo
npm/@ethersproject/logger@5.4.1 None 0 63.4 kB ricmoo
npm/@ethersproject/networks@5.4.2 None 0 41.1 kB ricmoo
npm/@ethersproject/pbkdf2@5.4.0 None 0 17.2 kB ricmoo
npm/@ethersproject/properties@5.4.1 None 0 31 kB ricmoo
npm/@ethersproject/random@5.4.0 None 0 16.6 kB ricmoo
npm/@ethersproject/rlp@5.4.0 None 0 29.5 kB ricmoo
npm/@ethersproject/sha2@5.4.0 None 0 21.4 kB ricmoo
npm/@ethersproject/signing-key@5.4.0 None 0 243 kB ricmoo
npm/@ethersproject/strings@5.4.0 None 0 119 kB ricmoo
npm/@ethersproject/transactions@5.4.0 None 0 89.5 kB ricmoo
npm/@ethersproject/web@5.4.0 network 0 113 kB ricmoo
npm/@ethersproject/wordlists@5.4.0 None 0 392 kB ricmoo
npm/@graphql-tools/batch-delegate@6.2.6 Transitive: environment +9 4.06 MB ardatan
npm/@graphql-tools/code-file-loader@6.3.1 filesystem Transitive: environment +4 2.5 MB ardatan
npm/@graphql-tools/git-loader@6.2.6 shell 0 55.9 kB ardatan
npm/@graphql-tools/github-loader@6.2.5 network 0 51.1 kB ardatan
npm/@graphql-tools/graphql-file-loader@6.2.7 filesystem 0 50.4 kB ardatan
npm/@graphql-tools/graphql-tag-pluck@6.5.1 Transitive: environment +3 2.93 MB ardatan
npm/@graphql-tools/import@6.5.4 filesystem +2 475 kB ardatan
npm/@graphql-tools/json-file-loader@6.2.6 filesystem 0 47.6 kB ardatan
npm/@graphql-tools/links@6.2.5 network Transitive: filesystem +3 194 kB ardatan
npm/@graphql-tools/load-files@6.5.1 filesystem 0 16.9 kB ardatan
npm/@graphql-tools/load@6.2.8 Transitive: filesystem +6 1.37 MB ardatan
npm/@graphql-tools/module-loader@6.2.7 None 0 55.4 kB ardatan
npm/@graphql-tools/relay-operation-optimizer@6.4.0 None 0 14.4 kB ardatan
npm/@graphql-tools/resolvers-composition@6.4.0 None 0 22.8 kB ardatan
npm/@graphql-tools/stitch@6.2.4 None +4 2.11 MB ardatan
npm/@graphql-tools/url-loader@6.10.1 network Transitive: filesystem +12 3.57 MB ardatan
npm/@gulp-sourcemaps/map-sources@1.0.0 Transitive: environment +6 162 kB gulp-sourcemaps
npm/@nodelib/fs.stat@2.0.5 filesystem 0 11.8 kB mrmlnc
npm/@nomiclabs/buidler-ganache@1.3.3 None 0 40 kB alcuadrado
npm/@nomiclabs/buidler-truffle5@1.3.4 filesystem Transitive: eval, network +46 25.7 MB alcuadrado
npm/@nomiclabs/buidler-web3@1.3.4 None +1 16.3 kB alcuadrado
npm/@nomiclabs/buidler@1.999.0 environment, filesystem, network, shell Transitive: eval +58 18.3 MB fvictorio
npm/@solidity-parser/parser@0.5.2 filesystem 0 3.79 MB fvictorio
npm/@truffle/blockchain-utils@0.0.25 None 0 13.7 kB eggplantzzz
npm/@truffle/contract-schema@3.4.3 Transitive: eval +2 1.23 MB eggplantzzz
npm/@truffle/contract-sources@0.1.12 None 0 3.39 kB fainashalts
npm/@truffle/contract@4.3.38 None +7 32.9 MB eggplantzzz
npm/@truffle/expect@0.0.18 None 0 6.61 kB eggplantzzz
npm/@truffle/hdwallet-provider@1.7.0 Transitive: network +12 3.95 MB gnidan
npm/@truffle/provisioner@0.2.33 None 0 4.62 kB eggplantzzz
npm/@truffle/resolver@7.0.32 filesystem Transitive: environment, eval +9 2.28 MB eggplantzzz
npm/@trufflesuite/chromafi@2.2.2 None +6 3.59 MB haltman
npm/@trufflesuite/eth-json-rpc-middleware@4.4.2-1 Transitive: environment +17 3.34 MB cruzmolina
npm/@types/bn.js@4.11.6 None 0 13.9 kB types
npm/101@1.6.3 None 0 59.1 kB tjmehta
npm/abab@1.0.4 None 0 11.1 kB jeffcarp
npm/acorn-globals@1.0.9 None +1 381 kB forbeslindesay
npm/acorn@5.7.4 None 0 2.02 MB marijn
npm/align-text@0.1.4 None 0 8.83 kB shinnn
npm/apollo-cache-control@0.15.0 Transitive: filesystem, network +16 4.48 MB apollo-bot
npm/apollo-graphql@0.9.7 None 0 112 kB apollo-bot
npm/apollo-link@1.2.14 environment Transitive: eval +2 131 kB apollo-bot
npm/apollo-tracing@0.16.0 Transitive: filesystem, network +11 3.91 MB apollo-bot
npm/apollo-utilities@1.3.4 environment +1 597 kB apollo-bot
npm/argsarray@0.0.1 None 0 3.69 kB cwmma
npm/arr-diff@4.0.0 None 0 7.9 kB jonschlinkert
npm/arr-flatten@1.1.0 None 0 6.88 kB jonschlinkert
npm/array-unique@0.3.2 None 0 7.16 kB jonschlinkert
npm/array.prototype.map@1.0.4 None 0 26.2 kB ljharb
npm/array.prototype.reduce@1.0.4 None +9 2.73 MB ljharb
npm/assert-args@1.2.1 Transitive: environment, filesystem, network +2 110 kB tjmehta
npm/assert-plus@1.0.0 environment 0 11.4 kB pfmooney
npm/async@2.6.3 None 0 541 kB aearly
npm/babel-code-frame@6.26.0 Transitive: environment +6 48.6 kB hzoo
npm/babel-core@6.26.3 environment, filesystem, unsafe Transitive: eval +7 2.53 MB loganfsmyth
npm/babel-generator@6.26.1 None +3 123 kB hzoo
npm/babel-helper-builder-binary-assignment-operator-visitor@6.24.1 None +1 5.17 kB hzoo
npm/babel-helper-call-delegate@6.24.1 None +1 4.99 kB hzoo
npm/babel-helper-define-map@6.26.0 None +2 11.2 kB hzoo
npm/babel-helper-optimise-call-expression@6.24.1 None 0 1.3 kB hzoo
npm/babel-helper-regex@6.26.0 None 0 1.64 kB hzoo
npm/babel-helper-remap-async-to-generator@6.24.1 None +2 15.1 kB hzoo
npm/babel-helper-replace-supers@6.24.1 None +1 13.2 kB hzoo
npm/babel-plugin-check-es2015-constants@6.22.0 None 0 2.81 kB hzoo
npm/babel-plugin-syntax-async-functions@6.13.0 None 0 1.11 kB hzoo
npm/babel-plugin-syntax-exponentiation-operator@6.13.0 None 0 1.2 kB hzoo
npm/babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0 None 0 3.03 kB hzoo
npm/babel-plugin-transform-async-to-generator@6.24.1 None 0 2.22 kB hzoo
npm/babel-plugin-transform-es2015-arrow-functions@6.22.0 None 0 3.83 kB hzoo
npm/babel-plugin-transform-es2015-block-scoped-functions@6.22.0 None 0 2.71 kB hzoo
npm/babel-plugin-transform-es2015-block-scoping@6.26.0 None 0 23.4 kB hzoo
npm/babel-plugin-transform-es2015-classes@6.24.1 None +3 37.4 kB hzoo
npm/babel-plugin-transform-es2015-computed-properties@6.24.1 None 0 9.03 kB hzoo
npm/babel-plugin-transform-es2015-destructuring@6.23.0 None 0 18.1 kB loganfsmyth
npm/babel-plugin-transform-es2015-duplicate-keys@6.24.1 None 0 4.34 kB hzoo
npm/babel-plugin-transform-es2015-for-of@6.23.0 None 0 9.35 kB loganfsmyth
npm/babel-plugin-transform-es2015-function-name@6.24.1 None +2 8.12 kB hzoo
npm/babel-plugin-transform-es2015-literals@6.22.0 None 0 1.92 kB hzoo
npm/babel-plugin-transform-es2015-modules-amd@6.24.1 None 0 5.16 kB hzoo
npm/babel-plugin-transform-es2015-modules-commonjs@6.26.2 None +1 31.5 kB loganfsmyth
npm/babel-plugin-transform-es2015-modules-systemjs@6.24.1 None +1 19.2 kB hzoo
npm/babel-plugin-transform-es2015-modules-umd@6.24.1 None 0 10.2 kB hzoo
npm/babel-plugin-transform-es2015-object-super@6.24.1 None 0 3.49 kB hzoo
npm/babel-plugin-transform-es2015-parameters@6.24.1 None +1 18.1 kB hzoo
npm/babel-plugin-transform-es2015-shorthand-properties@6.24.1 None 0 2.4 kB hzoo
npm/babel-plugin-transform-es2015-spread@6.22.0 None 0 5.47 kB hzoo
npm/babel-plugin-transform-es2015-sticky-regex@6.24.1 None 0 2 kB hzoo
npm/babel-plugin-transform-es2015-template-literals@6.22.0 None 0 5.46 kB hzoo
npm/babel-plugin-transform-es2015-typeof-symbol@6.23.0 None 0 3.29 kB loganfsmyth
npm/babel-plugin-transform-es2015-unicode-regex@6.24.1 None 0 2.4 kB hzoo
npm/babel-plugin-transform-exponentiation-operator@6.24.1 None 0 2.45 kB hzoo
npm/babel-plugin-transform-regenerator@6.26.0 None 0 4.29 kB hzoo
npm/babel-preset-env@1.7.0 Transitive: environment, filesystem +2 161 kB existentialism
npm/babel-runtime@6.26.0 Transitive: eval +1 73.6 kB hzoo
npm/babel-template@6.26.0 None 0 5.73 kB hzoo
npm/babel-traverse@6.26.0 environment +2 191 kB hzoo
npm/babel-types@6.26.0 None +1 143 kB hzoo
npm/babelify@7.3.0 None 0 10.1 kB zertosh
npm/babylon@6.18.0 None 0 282 kB hzoo
npm/bindings@1.5.0 environment, filesystem 0 11.2 kB tootallnate
npm/bluebird@3.7.2 environment, eval, unsafe 0 632 kB esailija
npm/boolbase@1.0.0 None 0 1.33 kB feedic
npm/browserify-aes@1.2.0 None +1 34.6 kB cwmma
npm/browserify-rsa@4.1.0 None 0 3.68 kB cwmma
npm/browserslist@4.17.4 environment, filesystem 0 68.4 kB ai
npm/buffer-from@1.1.1 None 0 4.97 kB linusu
npm/bytewise-core@1.2.3 None 0 31.8 kB deanlandolt
npm/bytewise@1.1.0 None 0 14 kB deanlandolt
npm/cachedown@1.0.0 None +2 181 kB tradle
npm/call-bind@1.0.2 None 0 14.7 kB ljharb
npm/camelcase@6.3.0 None 0 11.7 kB sindresorhus
npm/caniuse-lite@1.0.30001265 None 0 1.41 MB caniuse-lite
npm/chai@4.3.4 None +4 865 kB chai
npm/cheerio@1.0.0-rc.10 None +1 226 kB feedic
npm/circular-json@0.5.9 None 0 24.2 kB webreflection
npm/cli-spinners@2.6.1 None 0 27.5 kB sindresorhus
npm/clone-response@1.0.2 None 0 4.61 kB lukechilds
npm/clone-stats@0.0.1 filesystem 0 3.71 kB hughsk
npm/clone@1.0.4 None 0 11.1 kB pvorb
npm/color-logger@0.0.3 None 0 11.4 kB h13i32maru
npm/component-emitter@1.3.0 None 0 8 kB nami-doc
npm/concat-stream@1.5.1 None +2 129 kB maxogden
npm/concurrently@6.3.0 environment, filesystem +3 429 kB gustavohenke
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/convert-source-map@1.8.0 filesystem 0 10.3 kB thlorenz
npm/core-js-pure@3.18.3 environment, eval, filesystem 0 679 kB zloirock

🚮 Removed packages: npm/cors@2.8.5, npm/create-hash@1.2.0, npm/create-hmac@1.1.7, npm/cross-spawn@6.0.5, npm/debug@4.3.2, npm/define-properties@1.1.4, npm/diff@5.0.0, npm/encoding@0.1.13, npm/env-paths@2.2.1, npm/err-code@2.0.3, npm/escape-html@1.0.3, npm/escape-string-regexp@1.0.5, npm/ethers@4.0.49, npm/events@3.3.0, npm/express@4.18.2, npm/faker@5.5.3, npm/fast-json-stable-stringify@2.1.0, npm/find-up@2.1.0, npm/find-yarn-workspace-root@2.0.0, npm/follow-redirects@1.15.0, npm/foreach@2.0.6, npm/fs-extra@7.0.1, npm/fsevents@2.3.2, npm/get-caller-file@2.0.5, npm/get-intrinsic@1.1.3, npm/glob-parent@5.1.2, npm/glob@7.2.0, npm/google-protobuf@3.21.2, npm/graceful-fs@4.2.8, npm/graphql-tag@2.12.6, npm/has-symbols@1.0.3, npm/has@1.0.3, npm/hash.js@1.1.7, npm/he@1.2.0, npm/http-errors@2.0.0, npm/iconv-lite@0.4.24, npm/ieee754@1.2.1, npm/inherits@2.0.4, npm/is-buffer@2.0.5, npm/is-extglob@2.1.1, npm/is-glob@4.0.3, npm/is-plain-obj@2.1.0, npm/is-typedarray@1.0.0, npm/isomorphic-ws@4.0.1, npm/js-sha3@0.5.7, npm/js-yaml@4.1.0, npm/json-pointer@0.6.2, npm/keccak@3.0.1, npm/leveldown@6.1.0, npm/lodash@4.17.21, npm/log-symbols@4.1.0, npm/loglevel@1.7.1, npm/lower-case@1.1.4, npm/lru-cache@6.0.0, npm/micromatch@4.0.4, npm/mime-db@1.52.0, npm/mime-types@2.1.35, npm/mimic-fn@3.1.0, npm/minimalistic-assert@1.0.1, npm/minimatch@3.0.4, npm/minimist@1.2.7, npm/mocha@9.2.2, npm/multiaddr@8.1.2, npm/multibase@3.1.2, npm/multiformats@9.4.8, npm/multihashes@3.1.2, npm/nanoid@3.1.29, npm/napi-macros@2.0.0, npm/native-abort-controller@0.0.3, npm/no-case@2.3.2, npm/node-fetch@2.6.7, npm/node-gyp-build@4.3.0, npm/normalize-path@3.0.0, npm/object-assign@4.1.1, npm/object-keys@1.1.1, npm/on-finished@2.4.1, npm/once@1.4.0, npm/onetime@5.1.2, npm/os-tmpdir@1.0.2, npm/p-limit@3.1.0, npm/parseurl@1.3.3, npm/pascal-case@2.0.1, npm/patch-package@6.4.7, npm/path-is-absolute@1.0.1, npm/path-key@2.0.1, npm/pbkdf2@3.1.2, npm/picomatch@2.3.0, npm/pouchdb@7.2.2, npm/protobufjs@6.11.3, npm/qs@6.10.3, npm/queue-microtask@1.2.3, npm/randombytes@2.1.0, npm/raw-body@2.5.1, npm/readable-stream@3.6.0, npm/readdirp@3.6.0, npm/require-from-string@2.0.2, npm/reselect-tree@1.3.7, npm/rimraf@2.7.1, npm/ripemd160@2.0.2, npm/rxjs@6.6.7, npm/safer-buffer@2.1.2, npm/secp256k1@4.0.2, npm/seedrandom@3.0.5, npm/serialize-javascript@6.0.0, npm/setimmediate@1.0.4, npm/setprototypeof@1.2.0, npm/sha.js@2.4.11, npm/stream-to-it@0.2.4, npm/string-width@4.2.3, npm/strip-ansi@6.0.1, npm/strip-json-comments@3.1.1, npm/supports-color@5.5.0, npm/tmp@0.0.33, npm/toidentifier@1.0.1, npm/truffle@5.5.8, npm/tslib@2.4.0, npm/tweetnacl-util@0.15.1, npm/tweetnacl@1.0.3, npm/type-is@1.6.18, npm/universalify@0.1.2, npm/unorm@1.6.0, npm/unpipe@1.0.0, npm/upper-case-first@1.1.2, npm/upper-case@1.1.3, npm/utf-8-validate@5.0.7, npm/utf8@3.0.0, npm/uuid@8.3.2, npm/vary@1.1.2, npm/web-encoding@1.1.5, npm/web3-eth-abi@1.5.3, npm/web3-utils@1.5.3, npm/web3@1.5.3, npm/websocket@1.0.34, npm/which@1.3.1, npm/workerpool@6.2.0, npm/ws@7.5.7, npm/yargs-parser@20.2.4, npm/yargs-unparser@2.0.0, npm/yargs@17.2.1

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/core-js-pure@3.18.3
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
Install scripts npm/web3-bzz@1.3.6
  • Install script: postinstall
  • Source: echo "WARNING: the web3-bzz api will be deprecated in the next version"
Install scripts npm/web3-shh@1.3.6
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh api will be deprecated in the next version"

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/core-js-pure@3.18.3
  • @SocketSecurity ignore npm/web3-bzz@1.3.6
  • @SocketSecurity ignore npm/web3-shh@1.3.6

Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days-before-close if no further activity occurs.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/go_modules-fb20b6283e branch June 22, 2024 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Status: Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants