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

y2B-chore(deps): bump the npm_and_yarn group across 2 directories with 18… #376

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

Conversation

yalan2ny
Copy link

… updates

Bumps the npm_and_yarn group with 15 updates in the / directory:

Package From To
webpack 5.89.0 5.94.0

Bumps the npm_and_yarn group with 1 update in the /packages/locales directory: node-fetch.

Updates webpack from 5.89.0 to 5.94.0

Updates node-fetch from 2.6.6 to 2.6.7

Updates vite from 5.0.11 to 5.1.8

Updates axios from 1.6.8 to 1.7.9

Updates ejs from 3.1.9 to 3.1.10

Updates elliptic from 6.5.4 to 6.6.1

Updates express from 4.18.2 to 4.21.2

Updates follow-redirects from 1.15.3 to 1.15.9

Updates http-proxy-middleware from 2.0.6 to 2.0.7

Updates nanoid from 3.3.7 to 3.3.8

Updates path-to-regexp from 0.1.7 to 0.1.12

Updates rollup from 2.79.1 to 2.79.2

Updates secp256k1 from 4.0.3 to 4.0.4

Updates send from 0.18.0 to 0.19.0

Updates serve-static from 1.15.0 to 1.16.2

Updates tar from 6.2.0 to 6.2.1

Updates undici from 5.28.2 to 5.28.4

Updates ws from 7.5.9 to 7.5.10

Updates node-fetch from 2.6.6 to 2.6.7


updated-dependencies:

  • dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn
  • dependency-name: node-fetch dependency-type: direct:development dependency-group: npm_and_yarn
  • dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn
  • dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: ejs dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: http-proxy-middleware dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: secp256k1 dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: tar dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: undici dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn
  • dependency-name: node-fetch dependency-type: direct:development dependency-group: npm_and_yarn ...

… updates

Bumps the npm_and_yarn group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.94.0` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.6` | `2.6.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.11` | `5.1.8` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.9` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.4` | `6.6.1` |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.21.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.3` | `1.15.9` |
| [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.6` | `2.0.7` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` |
| [rollup](https://github.com/rollup/rollup) | `2.79.1` | `2.79.2` |
| [secp256k1](https://github.com/cryptocoinjs/secp256k1-node) | `4.0.3` | `4.0.4` |
| [tar](https://github.com/isaacs/node-tar) | `6.2.0` | `6.2.1` |
| [undici](https://github.com/nodejs/undici) | `5.28.2` | `5.28.4` |
| [ws](https://github.com/websockets/ws) | `7.5.9` | `7.5.10` |

Bumps the npm_and_yarn group with 1 update in the /packages/locales directory: [node-fetch](https://github.com/node-fetch/node-fetch).


Updates `webpack` from 5.89.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.89.0...v5.94.0)

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

Updates `vite` from 5.0.11 to 5.1.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.8/packages/vite)

Updates `axios` from 1.6.8 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.9)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `elliptic` from 6.5.4 to 6.6.1
- [Commits](indutny/elliptic@v6.5.4...v6.6.1)

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

Updates `follow-redirects` from 1.15.3 to 1.15.9
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.9)

Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `path-to-regexp` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12)

Updates `rollup` from 2.79.1 to 2.79.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)

Updates `secp256k1` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/cryptocoinjs/secp256k1-node/releases)
- [Commits](cryptocoinjs/secp256k1-node@v4.0.3...v4.0.4)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.0)

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `tar` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.0...v6.2.1)

Updates `undici` from 5.28.2 to 5.28.4
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.2...v5.28.4)

Updates `ws` from 7.5.9 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

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

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-proxy-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: secp256k1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

@yalan2ny yalan2ny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this review, the addition of these features is very useful. The release of 15 npm-and-yarn updates revitalizes the Tonkeeper wallet, balances the flow of blood through the veins of the Tonkeeper wallet with automated workflows.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-034723f061 branch February 13, 2025 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant