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 npm_and_yarn group across 2 directories with 20 updates #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the npm_and_yarn group with 8 updates in the /demo directory:

Package From To
express 4.17.3 4.19.2
elliptic 6.5.3 6.5.5
http-cache-semantics 4.1.0 4.1.1
ini 1.3.5 1.3.8
normalize-url 4.5.0 4.5.1
semver 5.7.1 5.7.2
word-wrap 1.2.3 1.2.5
y18n 3.2.1 3.2.2

Bumps the npm_and_yarn group with 17 updates in the /demo/client directory:

Package From To
express 4.18.2 4.19.2
http-cache-semantics 4.1.0 4.1.1
ini 1.3.5 1.3.8
minimist 1.2.7 1.2.8
semver 5.7.1 5.7.2
word-wrap 1.2.3 1.2.5
y18n 4.0.0 4.0.3
axios 0.21.2 0.28.0
web3 1.3.0 1.5.3
node-fetch 2.6.7 2.6.8
@babel/traverse 7.12.1 7.24.8
browserify-sign 4.2.1 4.2.3
color-string 1.5.4 1.9.1
dns-packet 1.3.1 1.3.4
es5-ext 0.10.53 0.10.64
merge-deep 3.0.2 3.0.3
ssri 6.0.1 6.0.2

Updates express from 4.17.3 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Add partitioned option

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get

... (truncated)

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: cookie@0.6.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates elliptic from 6.5.3 to 6.5.5

Commits

Updates http-cache-semantics from 4.1.0 to 4.1.1

Commits

Updates ini from 1.3.5 to 1.3.8

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


Updates normalize-url from 4.5.0 to 4.5.1

Commits

Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates word-wrap from 1.2.3 to 1.2.5

Release notes

Sourced from word-wrap's releases.

1.2.5

Changes:

Reverts default value for options.indent to two spaces ' '.

Full Changelog: jonschlinkert/word-wrap@1.2.4...1.2.5

1.2.4

What's Changed

New Contributors

Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4

Commits

Updates y18n from 3.2.1 to 3.2.2

Release notes

Sourced from y18n's releases.

y18n y18n-v4.0.3

Bug Fixes

  • release: 4.x.x should not enforce Node 10 (#126) (1e21a53)

y18n y18n-v4.0.2

Bug Fixes

  • security: ensure entry exists for backport (#120) (b22c0df)
Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.


Updates express from 4.18.2 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Add partitioned option

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get

... (truncated)

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: cookie@0.6.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates http-cache-semantics from 4.1.0 to 4.1.1

Commits

Updates ini from 1.3.5 to 1.3.8

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


Updates minimist from 1.2.7 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac
Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view

Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates word-wrap from 1.2.3 to 1.2.5

Release notes

Sourced from word-wrap's releases.

1.2.5

Changes:

Reverts default value for options.indent to two spaces ' '.

Full Changelog: jonschlinkert/word-wrap@1.2.4...1.2.5

1.2.4

What's Changed

New Contributors

Full Changelog: jonschlinkert/word-wrap@1.2.3...1.2.4

Commits

Updates y18n from 4.0.0 to 4.0.3

Release notes

Sourced from y18n's releases.

y18n y18n-v4.0.3

Bug Fixes

  • release: 4.x.x should not enforce Node 10 (#126) (1e21a53)

y18n y18n-v4.0.2

Bug Fixes

  • security: ensure entry exists for backport (#120) (b22c0df)
Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for y18n since your current version.


Updates axios from 0.21.2 to 0.28.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that ch...

    Description has been truncated

… updates

Bumps the npm_and_yarn group with 8 updates in the /demo directory:

| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express) | `4.17.3` | `4.19.2` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.3` | `6.5.5` |
| [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) | `4.1.0` | `4.1.1` |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [normalize-url](https://github.com/sindresorhus/normalize-url) | `4.5.0` | `4.5.1` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |
| [y18n](https://github.com/yargs/y18n) | `3.2.1` | `3.2.2` |

Bumps the npm_and_yarn group with 17 updates in the /demo/client directory:

| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
| [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) | `4.1.0` | `4.1.1` |
| [ini](https://github.com/npm/ini) | `1.3.5` | `1.3.8` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.7` | `1.2.8` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |
| [y18n](https://github.com/yargs/y18n) | `4.0.0` | `4.0.3` |
| [axios](https://github.com/axios/axios) | `0.21.2` | `0.28.0` |
| [web3](https://github.com/ChainSafe/web3.js) | `1.3.0` | `1.5.3` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.7` | `2.6.8` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.12.1` | `7.24.8` |
| [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` |
| [color-string](https://github.com/Qix-/color-string) | `1.5.4` | `1.9.1` |
| [dns-packet](https://github.com/mafintosh/dns-packet) | `1.3.1` | `1.3.4` |
| [es5-ext](https://github.com/medikoo/es5-ext) | `0.10.53` | `0.10.64` |
| [merge-deep](https://github.com/jonschlinkert/merge-deep) | `3.0.2` | `3.0.3` |
| [ssri](https://github.com/npm/ssri) | `6.0.1` | `6.0.2` |



Updates `express` from 4.17.3 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.3...4.19.2)

Updates `elliptic` from 6.5.3 to 6.5.5
- [Commits](indutny/elliptic@v6.5.3...v6.5.5)

Updates `http-cache-semantics` from 4.1.0 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

Updates `ini` from 1.3.5 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Updates `normalize-url` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

Updates `y18n` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.3...4.19.2)

Updates `http-cache-semantics` from 4.1.0 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

Updates `ini` from 1.3.5 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Updates `minimist` from 1.2.7 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.7...v1.2.8)

Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

Updates `y18n` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Updates `axios` from 0.21.2 to 0.28.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.21.2...v0.28.0)

Updates `web3` from 1.3.0 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](web3/web3.js@v1.3.0...v1.5.3)

Updates `node-fetch` from 2.6.7 to 2.6.8
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.7...v2.6.8)

Updates `@babel/traverse` from 7.12.1 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-traverse)

Updates `browserify-sign` from 4.2.1 to 4.2.3
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)

Updates `color-string` from 1.5.4 to 1.9.1
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-string@1.5.4...1.9.1)

Updates `dns-packet` from 1.3.1 to 1.3.4
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4)

Updates `es5-ext` from 0.10.53 to 0.10.64
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.64)

Updates `follow-redirects` from 1.14.8 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.8...v1.15.6)

Updates `merge-deep` from 3.0.2 to 3.0.3
- [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)

Updates `ssri` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](npm/ssri@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: normalize-url
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: web3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: color-string
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: dns-packet
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: es5-ext
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: merge-deep
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ssri
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@babel/code-frame@7.10.4 None 0 7.72 kB jlhwung
npm/@babel/compat-data@7.12.1 None 0 46.9 kB nicolo-ribaudo
npm/@babel/core@7.9.0 filesystem +2 420 kB nicolo-ribaudo
npm/@babel/generator@7.12.1 None +1 155 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.12.1 None +1 22.1 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.12.1 None +3 71.7 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.24.7 Transitive: environment +5 2.02 MB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.24.7 None +2 42.3 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.12.1 None 0 18 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.12.1 None +5 87.4 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.10.4 None 0 4.05 kB jlhwung
npm/@babel/helper-split-export-declaration@7.11.0 None 0 5 kB jlhwung
npm/@babel/helpers@7.12.1 None 0 76.2 kB nicolo-ribaudo
npm/@babel/highlight@7.10.4 None +1 24.1 kB jlhwung
npm/@babel/parser@7.12.3 None 0 1.51 MB nicolo-ribaudo
npm/@babel/plugin-proposal-async-generator-functions@7.12.1 None +4 24.6 kB nicolo-ribaudo
npm/@babel/plugin-proposal-dynamic-import@7.12.1 None +1 6.2 kB nicolo-ribaudo
npm/@babel/plugin-proposal-json-strings@7.12.1 None +1 5.95 kB nicolo-ribaudo
npm/@babel/plugin-proposal-nullish-coalescing-operator@7.12.1 None +1 6.8 kB nicolo-ribaudo
npm/@babel/plugin-proposal-numeric-separator@7.12.1 None 0 3.16 kB nicolo-ribaudo
npm/@babel/plugin-proposal-object-rest-spread@7.12.1 None 0 18.3 kB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-catch-binding@7.12.1 None +1 5.72 kB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-chaining@7.12.1 None +2 15.5 kB nicolo-ribaudo
npm/@babel/plugin-proposal-unicode-property-regex@7.12.1 None +4 49.3 kB nicolo-ribaudo
npm/@babel/plugin-syntax-numeric-separator@7.10.4 None 0 2.75 kB jlhwung
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.12.1 None 0 2.57 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.12.1 None 0 2.85 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.12.1 None +3 18.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.12.1 None 0 3.52 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoping@7.12.1 None 0 24.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.12.1 None +6 101 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.12.1 None 0 7.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.12.1 None 0 19.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-dotall-regex@7.12.1 None +4 48.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-duplicate-keys@7.12.1 None 0 4.06 kB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.12.1 None +2 12.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.12.1 None 0 13.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.12.1 None 0 3.33 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.12.1 None 0 2.85 kB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.12.1 None 0 3.07 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-amd@7.12.1 None +1 19.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.12.1 None +2 26.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-systemjs@7.12.1 None +2 51.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.12.1 None 0 8.75 kB nicolo-ribaudo
npm/@babel/plugin-transform-named-capturing-groups-regex@7.12.1 None +4 49 kB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.12.1 None 0 4.25 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.12.1 None +3 29.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.12.1 None 0 17.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.12.1 None 0 2.96 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-display-name@7.12.1 None 0 5.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-development@7.12.1 None +3 57.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-self@7.12.1 None 0 3 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-source@7.12.1 None 0 4.63 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx@7.12.1 None +4 71.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-regenerator@7.12.1 None +1 130 kB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.12.1 None 0 2.77 kB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.12.1 None 0 3.15 kB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.12.1 None +1 10.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-sticky-regex@7.12.1 None +1 6.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.12.1 None 0 5.97 kB nicolo-ribaudo
npm/@babel/plugin-transform-typeof-symbol@7.12.1 None 0 4.74 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.12.1 None +4 48.7 kB nicolo-ribaudo
npm/@babel/runtime@7.12.1 None 0 113 kB nicolo-ribaudo
npm/@babel/template@7.10.4 None 0 24.2 kB jlhwung
npm/@babel/traverse@7.24.8 Transitive: environment +15 3.91 MB nicolo-ribaudo
npm/@babel/types@7.12.1 environment +2 753 kB nicolo-ribaudo
npm/@emotion/hash@0.8.0 environment 0 14.1 kB emotion-release-bot
npm/@jest/console@24.9.0 None +1 27 kB scotthovestadt
npm/@jest/environment@24.9.0 Transitive: environment, filesystem, network, shell, unsafe +27 482 kB scotthovestadt
npm/@jest/fake-timers@24.9.0 Transitive: filesystem +5 81.3 kB scotthovestadt
npm/@jest/source-map@24.9.0 None 0 6.3 kB scotthovestadt
npm/@jest/types@24.9.0 None +4 117 kB scotthovestadt
npm/@jridgewell/sourcemap-codec@1.5.0 None 0 113 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None +1 222 kB jridgewell
npm/@material-ui/utils@4.10.2 environment 0 606 kB oliviertassinari
npm/@tensorflow/tfjs-node@1.7.4 environment, eval, filesystem, network, shell +28 3.82 MB pyu10055
npm/@types/babel__traverse@7.0.15 None 0 62.9 kB types
npm/@types/istanbul-lib-coverage@2.0.3 None 0 5.91 kB types
npm/@types/json-schema@7.0.6 None 0 30.6 kB types
npm/@types/node@12.19.2 None 0 727 kB types
npm/@types/react-dom@16.9.9 None 0 24 kB types
npm/@types/react@16.9.55 None +1 167 kB types
npm/acorn-globals@4.3.4 None +2 1.3 MB forbeslindesay
npm/aproba@1.2.0 None 0 8.18 kB iarna
npm/array-includes@3.1.1 None 0 822 kB ljharb
npm/ast-types-flow@0.0.7 None 0 125 kB kyldvs
npm/axios@0.28.0 network Transitive: environment, filesystem +3 978 kB jasonsaayman
npm/babel-plugin-macros@2.8.0 Transitive: environment, filesystem +5 594 kB kentcdodds
npm/blueimp-load-image@2.31.0 network 0 129 kB blueimp
npm/browserslist@4.14.5 environment, filesystem +1 102 kB ai
npm/caniuse-lite@1.0.30001151 None 0 1.48 MB caniuse-lite
npm/canvas@2.6.1 filesystem Transitive: environment, network, shell +17 1.05 MB linusu
npm/clsx@1.1.1 None 0 6.28 kB lukeed
npm/combined-stream@1.0.8 None +1 19.5 kB alexindigo
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/convert-source-map@1.7.0 filesystem 0 10.6 kB thlorenz
npm/cosmiconfig@5.2.1 filesystem Transitive: unsafe +6 66.7 kB davidtheclark
npm/cssom@0.3.8 None 0 49 kB nv
npm/cssstyle@1.4.0 None 0 206 kB jon.sakas
npm/csstype@2.6.13 None 0 1.88 MB faddee
npm/data-urls@1.1.0 None +6 547 kB domenic
npm/dotenv@8.2.0 environment, filesystem 0 23.1 kB maxbeatty
npm/electron-to-chromium@1.3.584 None 0 53.6 kB kilianvalkhof
npm/error-ex@1.3.2 None +1 13.1 kB qix
npm/es-abstract@1.17.7 eval +8 2.21 MB ljharb
npm/escodegen@1.14.3 None +1 158 kB michaelficarra
npm/fake-indexeddb@3.1.2 Transitive: eval +3 310 kB dumbmatter
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/fsevents@2.1.2 None 0 44.8 kB paulmillr
npm/glob-parent@5.1.1 None 0 7.61 kB phated
npm/glob@7.1.6 filesystem Transitive: environment +4 79.9 kB isaacs
npm/has-symbols@1.0.1 None 0 15.5 kB ljharb
npm/he@1.2.0 None 0 124 kB mathias
npm/hoist-non-react-statics@3.3.2 None 0 38.9 kB mridgway
npm/icss-utils@4.1.1 None 0 9.47 kB evilebottnawi
npm/immutability-helper@3.1.1 None 0 28.8 kB kolodny
npm/import-fresh@3.2.1 Transitive: filesystem, unsafe +2 13.4 kB sindresorhus
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/invariant@2.2.4 None 0 7.64 kB zertosh
npm/is-callable@1.2.2 None 0 20.5 kB ljharb
npm/is-in-browser@1.1.3 None 0 3.46 kB tuxsudo
npm/is-regex@1.1.1 None 0 26.9 kB ljharb
npm/is-string@1.0.5 None 0 15.7 kB ljharb
npm/istanbul-lib-coverage@2.0.5 None 0 22.7 kB coreyfarrell
npm/istanbul-lib-instrument@3.3.0 None 0 55.2 kB coreyfarrell
npm/jest-diff@24.9.0 None +3 751 kB scotthovestadt
npm/jest-mock@24.9.0 None 0 134 kB scotthovestadt
npm/jest-regex-util@24.9.0 None 0 3.51 kB scotthovestadt
npm/jest-resolve@24.9.0 environment, filesystem, unsafe +4 103 kB scotthovestadt
npm/jest-util@24.9.0 environment, filesystem +5 85.3 kB scotthovestadt
npm/jest-watcher@24.9.0 None +6 130 kB scotthovestadt
npm/jest-worker@24.9.0 environment, shell +2 73.3 kB scotthovestadt
npm/js-yaml@3.14.0 eval Transitive: environment, filesystem +2 442 kB vitaly
npm/json-parse-better-errors@1.0.2 None 0 6.7 kB zkat
npm/jss@10.4.0 environment, eval +1 1.59 MB kof
npm/jsx-ast-utils@2.4.1 None 0 206 kB ljharb
npm/loader-utils@1.4.0 None +1 265 kB evilebottnawi
npm/make-dir@2.1.0 filesystem +1 16.4 kB sindresorhus
npm/mime-db@1.44.0 None 0 197 kB dougwilson
npm/mime-types@2.1.27 None 0 16.7 kB dougwilson
npm/minimatch@3.0.4 None +3 55.7 kB isaacs
npm/minimist@1.2.8 None 0 54.5 kB ljharb
npm/moment@2.29.4 None 0 4.23 MB ichernev
npm/murmurhash-js@1.0.0 None 0 6.34 kB mikolalysenko
npm/node-fetch@2.6.8 network +4 585 kB node-fetch-bot
npm/node-releases@1.1.64 None 0 225 kB chicoxyzzy
npm/notistack@0.9.17 environment 0 263 kB iamhosseindhv
npm/nwsapi@2.2.0 None 0 80.5 kB diego
npm/object.assign@4.1.1 None 0 61.4 kB ljharb
npm/object.entries@1.1.2 None 0 24.5 kB ljharb
npm/object.values@1.1.1 None +1 38.5 kB ljharb
npm/postcss-value-parser@4.1.0 None 0 26.3 kB evilebottnawi
npm/postcss@7.0.35 environment, filesystem +1 615 kB ai
npm/react-dom@16.14.0 environment +1 3.12 MB gaearon
npm/react-dropzone@10.2.2 None +3 495 kB rolandjitsu
npm/react-router-dom@5.2.0 environment +8 1.51 MB mjackson
npm/react-scripts@3.4.4 Transitive: environment, eval, filesystem, network, shell, unsafe +304 36 MB gaearon
npm/react-spinners@0.6.1 None 0 0 B
npm/react@16.14.0 environment 0 270 kB gaearon
npm/regenerator-runtime@0.13.7 None 0 27.2 kB benjamn
npm/request@2.88.2 environment, filesystem, network +2 279 kB mikeal
npm/resolve@1.15.0 filesystem +1 103 kB ljharb
npm/rimraf@2.7.1 filesystem 0 15.5 kB isaacs
npm/rxjs@6.6.3 None 0 5.12 MB blesh
npm/sax@1.2.4 None 0 54.6 kB isaacs
npm/schema-utils@2.7.1 None 0 77.4 kB evilebottnawi
npm/semver@5.7.2 None 0 63.3 kB lukekarrys
npm/serve@11.3.2 None 0 17.2 kB tootallnate
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/svgo@1.3.2 filesystem 0 406 kB greli
npm/tapable@1.1.3 None 0 40.6 kB sokra
npm/tar@4.4.13 environment, filesystem 0 134 kB isaacs
npm/terser@4.8.1 eval 0 1.81 MB fabiosantoscode
npm/tiny-warning@1.0.3 None 0 8.31 kB alexreardon
npm/tough-cookie@2.5.0 network 0 86.6 kB jstash
npm/truffle@5.1.50 filesystem, shell 0 171 MB eggplantzzz
npm/ts-node@9.1.1 environment, filesystem, unsafe 0 410 kB cspotcode
npm/ts-pnp@1.1.6 None 0 8.11 kB arcanis
npm/typescript@3.9.7 None 0 54.1 MB typescript-bot
npm/util.promisify@1.0.0 None 0 13.3 kB ljharb
npm/walker@1.0.7 filesystem 0 5.78 kB daaku
npm/web3-eth-contract@1.3.0 None +2 120 kB gregthegreek
npm/web3@1.5.3 None +7 5.85 MB spacesailor
npm/whatwg-encoding@1.0.5 None 0 12.3 kB domenic
npm/whatwg-mimetype@2.3.0 None 0 16.2 kB domenic
npm/wide-align@1.1.3 None 0 4.55 kB iarna
npm/ws@6.2.1 network 0 101 kB lpinca
npm/yargs@13.3.2 environment, filesystem +2 237 kB oss-bot

🚮 Removed packages: npm/@nodelib/fs.stat@2.0.5, npm/@types/bn.js@4.11.6, npm/@types/pbkdf2@3.1.0, npm/@types/secp256k1@4.0.1, npm/@typescript-eslint/eslint-plugin@4.28.1, npm/@typescript-eslint/parser@4.28.1, npm/arr-flatten@1.1.0, npm/array-includes@3.1.3, npm/base-x@3.0.8, npm/blakejs@1.1.0, npm/body-parser@1.19.2, npm/braces@3.0.2, npm/brorand@1.1.0, npm/browserify-aes@1.2.0, npm/bs58@4.0.1, npm/bs58check@2.1.2, npm/buffer-from@1.1.1, npm/call-bind@1.0.2, npm/cipher-base@1.0.4, npm/cliui@4.1.0, npm/create-hash@1.2.0, npm/create-hmac@1.1.7, npm/debug@4.3.2, npm/decamelize@1.2.0, npm/elliptic@6.5.3, npm/es-abstract@1.18.3, npm/eslint-plugin-react@7.24.0, npm/ethereum-cryptography@0.1.3, npm/ethereumjs-util@6.2.1, npm/ethlint@1.2.5, npm/execa@0.7.0, npm/express@4.17.3, npm/extend-shallow@3.0.2, npm/find-up@2.1.0, npm/for-in@1.0.2, npm/ganache-cli@6.12.1, npm/get-caller-file@1.0.3, npm/get-intrinsic@1.1.1, npm/get-value@2.0.6, npm/glob-parent@5.1.2, npm/has-symbols@1.0.2, npm/hash.js@1.1.7, npm/ini@1.3.5, npm/invert-kv@1.0.0, npm/is-callable@1.2.3, npm/is-descriptor@1.0.2, npm/is-extendable@0.1.1, npm/is-plain-object@2.0.4, npm/is-string@1.0.6, npm/is-symbol@1.0.4, npm/lcid@1.0.0, npm/locate-path@2.0.0, npm/lowercase-keys@1.0.1, npm/map-age-cleaner@0.1.3, npm/mem@1.1.0, npm/mime-db@1.52.0, npm/mime-types@2.1.35, npm/mimic-fn@2.1.0, npm/minimalistic-assert@1.0.1, npm/minimalistic-crypto-utils@1.0.1, npm/minimist@1.2.5, npm/nodemon@2.0.6, npm/object-inspect@1.10.3, npm/os-locale@2.1.0, npm/p-is-promise@2.1.0, npm/p-limit@1.3.0, npm/p-locate@2.0.0, npm/picomatch@2.3.0, npm/regex-not@1.0.2, npm/repeat-string@1.6.1, npm/require-main-filename@1.0.1, npm/ripemd160@2.0.2, npm/set-value@2.0.1, npm/sha.js@2.4.11, npm/source-map-support@0.5.12, npm/split-string@3.1.0, npm/sql.js@1.4.0, npm/statuses@1.5.0, npm/string_decoder@1.1.1, npm/to-regex@3.0.2, npm/typescript@4.3.5, npm/unpipe@1.0.0, npm/util-deprecate@1.0.2, npm/wrap-ansi@2.1.0, npm/y18n@3.2.1, npm/yargs-parser@8.1.0, npm/yargs@10.1.2

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 NoteSourceCI
Install scripts npm/web3@1.5.3
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh and web3-bzz api will be deprecated in the next version"
🚫
Install scripts npm/canvas@2.6.1
  • Install script: install
  • Source: node-pre-gyp install --fallback-to-build
🚫
Install scripts npm/truffle@5.1.50
  • Install script: postinstall
  • Source: node ./scripts/postinstall.js
🚫
Install scripts npm/@tensorflow/tfjs-node@1.7.4
  • Install script: install
  • Source: node scripts/install.js
🚫

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/web3@1.5.3
  • @SocketSecurity ignore npm/canvas@2.6.1
  • @SocketSecurity ignore npm/truffle@5.1.50
  • @SocketSecurity ignore npm/@tensorflow/tfjs-node@1.7.4

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants