Bump the npm_and_yarn group across 1 directory with 23 updates
Bumps the npm_and_yarn group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| axios | 0.25.0 |
0.30.0 |
| node-fetch | 3.2.0 |
3.2.10 |
| base-x | 3.0.9 |
3.0.11 |
| body-parser | 1.19.1 |
1.20.3 |
| express | 4.17.2 |
4.21.2 |
| browserify-sign | 4.2.1 |
4.2.3 |
| cookiejar | 2.1.3 |
2.1.4 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| elliptic | 6.5.4 |
6.6.1 |
| ethers | 5.6.9 |
5.8.0 |
| @ethersproject/signing-key | 5.6.2 |
5.8.0 |
| es5-ext | 0.10.53 |
0.10.64 |
| got | 7.1.0 |
12.1.0 |
| @alch/alchemy-web3 | 1.1.12 |
1.4.7 |
| urijs | 1.19.7 |
1.19.11 |
Updates axios from 0.25.0 to 0.30.0
Release notes
Sourced from axios's releases.
Release v0.30.0
Release notes:
Bug Fixes
- fix: modify log while request is aborted by
@mori5321in axios/axios#4917- fix: update CHANGELOG.md for v0.x by
@TehZarathustrain axios/axios#6271- fix: modify upgrade guide for 0.28.1's breaking change by
@nafegerin axios/axios#6787- fix: backport allowAbsoluteUrls vulnerability fix to v0.x by
@thatguyinabeaniein axios/axios#6829- fix: add allowAbsoluteUrls type by
@thatguyinabeaniein axios/axios#6849Contributors to this release
@mori5321made their first contribution in axios/axios#4917@TehZarathustramade their first contribution in axios/axios#6271@nafegermade their first contribution in axios/axios#6787@thatguyinabeaniemade their first contribution in axios/axios#6829Full Changelog: https://github.com/axios/axios/compare/v0.29.0...v0.30.0
v0.29.0
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 to v0.x by
@Sean-Powellin axios/axios#6402- fix: omit nulls in params by
@Willshawin axios/axios#6394- fix(backport): fix paramsSerializer function validation by
@solonzhuin axios/axios#6361- fix: Regular Expression Denial of Service (ReDoS) by
@qiongshushengin axios/axios#6708Contributors to this release
@Sean-Powellmade their first contribution in axios/axios#6402@Willshawmade their first contribution in axios/axios#6394@solonzhumade their first contribution in axios/axios#6361@qiongshushengmade their first contribution in axios/axios#6708Release v0.28.1
Release notes:
Release notes:
Bug Fixes
- fix(backport): custom params serializer support (#6263)
- fix(backport): uncaught ReferenceError
reqis not defined (#6307)Release v0.28.0
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFTokenoption to v0.x (#6091)Backports from v1.x:
... (truncated)
Changelog
Sourced from axios's changelog.
0.30.0 (2025-03-26)
Release notes:
Bug Fixes
- fix: modify log while request is aborted (#4917)
- fix: update CHANGELOG.md for v0.x (#6271)
- fix: modify upgrade guide for 0.28.1's breaking change (#6787)
- fix: backport allowAbsoluteUrls vulnerability fix to v0.x (#6829)
- fix: add allowAbsoluteUrls type (#6849)
0.29.0 (2024-11-21)
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 (#6402)
- fix: omit nulls in params (#6394)
- fix(backport): fix paramsSerializer function validation (#6361)
- fix: regular expression denial of service (ReDoS) (#6708)
0.28.1 (2024-03-24)
Release notes:
Bug Fixes
- fix(backport): custom params serializer support (#6263)
- fix(backport): uncaught ReferenceError
reqis not defined (#6307)0.28.0 (2024-02-12)
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFTokenoption to v0.x (#6091)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.formToJSONmethod (#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)
... (truncated)
Commits
6e922e4chore: added build artifactsa06ed1echore: added pre-release artifactsc010622feat: add type for allowAbsoluteUrls (#6849)02c3c69fix: backport allowAbsoluteUrls vuln fix to v0.x (#6829)8603e67docs: modify upgrade guide for 0.28.1's breaking change (#6787)f0642eefix(docs): update CHANGELOG.md for v0.x (#6271)0630c32fix: modify log while request is aborted (#4917)7750b8cchore(release): prep release v0.29.04840cb2fix: regular expression denial of service issues (#6708)2e36cdbfix(backport): fix paramsSerializer function validation (#6361)- Additional commits viewable in compare view
Updates node-fetch from 3.2.0 to 3.2.10
Release notes
Sourced from node-fetch's releases.
v3.2.10
3.2.10 (2022-07-31)
Bug Fixes
v3.2.9
3.2.9 (2022-07-18)
Bug Fixes
v3.2.8
3.2.8 (2022-07-12)
Bug Fixes
v3.2.7
3.2.7 (2022-07-11)
Bug Fixes
v3.2.6
3.2.6 (2022-06-09)
Bug Fixes
v3.2.5
3.2.5 (2022-06-01)
Bug Fixes
v3.2.4
3.2.4 (2022-04-28)
... (truncated)
Commits
2880238fix: ReDoS referrer (#1611)e87b093fix(Headers): don't forward secure headers on protocol change (#1599)bcfb71cchore: remove triple-slash directives from typings (#1285) (#1287)95165d5fix spelling (#1602)11b7033fix: possibly flaky test (#1523)4f43c9efix: always warn Request.data (#1550)1c5ed6bfix: undefined reference to response.body when aborted (#1578)a92b5d5fix: use space in accept-encoding values (#1572)0f122b8docs: fix formdata code example (#1562)6ae9c76docs(readme): response.clone() is not async (#1560)- Additional commits viewable in compare view
Updates base-x from 3.0.9 to 3.0.11
Commits
043a8883.0.112705ddd[backport 3.x] Prohibit char codes that would overflow theBASE_MAP3d43c0e3.0.100a35446Improve decoding performance- See full diff in compare view
Updates body-parser from 1.19.1 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/body-parser#523- fix: pin to [email protected] by
@wesleytoddin expressjs/body-parser#527- deps: [email protected] by
@melikhov-devin expressjs/body-parser#521- Add OSSF Scorecard badge by
@bjohansebasin expressjs/body-parser#531- Linter by
@UlisesGasconin expressjs/body-parser#534- Release: 1.20.3 by
@UlisesGasconin expressjs/body-parser#535New Contributors
@inigomarquinezmade their first contribution in expressjs/body-parser#522@melikhov-devmade their first contribution in expressjs/body-parser#521@bjohansebasmade their first contribution in expressjs/body-parser#531@UlisesGasconmade their first contribution in expressjs/body-parser#534Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3
1.20.2
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
1.20.1
- deps: [email protected]
- perf: remove unnecessary object clone
1.20.0
- Fix error message for json parse whitespace in
strict- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
... (truncated)
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)1.20.2 / 2023-02-21
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
1.20.1 / 2022-10-06
- deps: [email protected]
- perf: remove unnecessary object clone
1.20.0 / 2022-04-02
- Fix error message for json parse whitespace in
strict- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
1.19.2 / 2022-02-15
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- deps: [email protected]
- deps: [email protected]
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: [email protected] (#521)9478591fix: pin to [email protected]83db46aci: fix errors in ci github action for node 8 and 9 (#523)9d4e212chore: add support for OSSF scorecard reporting (#522)ee913741.20.2368a93aFix strict json error message on Node.js 19+- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates express from 4.17.2 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebasin expressjs/express#6065- deps: [email protected] by
@blakeembreyin expressjs/express#5956- deps: bump [email protected] by
@jonchurchin expressjs/express#6209- Release: 4.21.2 by
@UlisesGasconin expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- [email protected] by
@wesleytoddin expressjs/express#5954- fix(deps): [email protected] by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: [email protected]
- Fix backtracking protection
- deps: [email protected]
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.location("back")andres.redirect("back")magic string- deps: [email protected]
- includes [email protected]
- deps: [email protected]
- deps: [email protected]
4.20.0 / 2024-09-10
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirect- deps: [email protected]
- Adds support for named matching groups in the routes using a regex
- Adds backtracking protection to parameters without regexes defined
- deps: encodeurl@~2.0.0
- Removes encoding of
\,|, and^to align better with URL spec- Deprecate passing
options.maxAgeandoptions.expirestores.clearCookie
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
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
... (truncated)
Commits
1faf2284.21.22e0fb64deps: bump [email protected] (#6209)59fc270deps: [email protected] (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): [email protected]7e562c64.21.01bcde96fix(deps): [email protected] (#5946)7d36477fix(deps): [email protected] (#5951)40d2d8ffix(deps): [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates browserify-sign from 4.2.1 to 4.2.3
Changelog
Sourced from browserify-sign's changelog.
v4.2.3 - 2024-03-05
Commits
- [patch] widen support to 0.12
9247adf- [patch] drop minimum node support to v1
4d0ee49- [Dev Deps] update
aud,npmignore,tape87f3a35- [actions] remove redundant finisher
37a4758- [Deps] pin
hash-baseto ~3.0, due to a breaking change9e2bf12- [Deps] update
parse-asn1 [f427270`](https://github.com/browserify/browserify-sign/commit/f427270ac11dc6be29f87d7afb046c16376a5a9c)- [Deps] update
ellipticfb261ce- [Deps] pin
ellipticdue to a breaking change168e16fv4.2.2 - 2023-10-25
Fixed
- [Tests] log when openssl doesn't support cipher
[#37](https://github.com/crypto-browserify/browserify-sign/issues/37)Commits
- Only apps should have lockfiles
09a8995- [eslint] switch to eslint
83fe463- [meta] add
npmignoreandauto-changelog4418183- [meta] fix package.json indentation
9ac5a5e- [Tests] migrate from travis to github actions
d845d85- [Fix]
sign: throw on unsupported padding scheme8767739- [Fix] properly check the upper bound for DSA signatures
85994cd- [Tests] handle openSSL not supporting a scheme
f5f17c2- [Deps] update
bn.js,browserify-rsa,elliptic,parse-asn1,readable-stream,safe-buffera67d0eb- [Dev Deps] update
nyc,standard,tapecc5350b- [Tests] always run coverage; downgrade
nyc75ce1d5- [meta] add
safe-publish-latestdcf49ce- [Tests] add
npm run posttest75dd8fd- [Dev Deps] update
tape3aec038- [Tests] skip unsupported schemes
703c83e- [Tests] node < 6 lacks array
includes3aa43cf- [Dev Deps] fix eslint range
98d4e0d
Commits
bf2c3ecv4.2.39247adf[patch] widen support to 0.12f427270[Deps] update `parse-asn187f3a35[Dev Deps] updateaud,npmignore,tapefb261ce[Deps] updateelliptic4d0ee49[patch] drop minimum node support to v19e2bf12[Deps] pinhash-baseto ~3.0, due to a breaking change168e16f[Deps] pinellipticdue to a breaking change37a4758[actions] remove redundant finisher4af5a90v4.2.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for browserify-sign since your current version.
Updates cookie from 0.4.1 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates cookiejar from 2.1.3 to 2.1.4
Commits
- See full diff in compare view
Updates decode-uri-component from 0.2.0 to 0.2.2
Release notes
Sourced from decode-uri-component's releases.
v0.2.2
- Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
- Switch to GitHub workflows 76abc93
- Fix issue where decode throws - fixes #6 746ca5d
- Update license (#1) 486d7e2
- Tidelift tasks a650457
- Meta tweaks 66e1c28
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
Commits
Updates elliptic from 6.5.4 to 6.6.1
Commits
Updates ethers from 5.6.9 to 5.8.0
Release notes
Sourced from ethers's releases.
ethers/v5.8.0 (2025-02-25 19:15) [legacy version]
This is a security update for the legacy Ethers v5 branch, addressing two security fixes.
- A bug in
elliptic, which does not affect ethers but triggers a critical security warning duringnom audit[see: missing signature length check, missing check for leading bit, allow BER-encoded signatures, false negative verification, signing malformed input]- A bug in
wswhich can be used as DoS vector when communicating with malicious WebSocket service providers, triggering a high security warning duringnom audit[see: too many HTTP headers]For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.
Changes
- Updated to latest elliptic library to fix audit warnings. (f8deaae)
- Added ENS to Sepolia. (0065547)
- Bump ws package version to address DoS security concern. (#4791; f345816)
- Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC" crossorigin="anonymous" src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js"> </script>ethers/v5.7.2 (2022-10-19 04:19)
- Updated tests to use goerli instead of ropsten. (1392803, 706d3ca)
- Added new error strings Pocket returns. (9f990c5)
- Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423; 74e3d98)
- Update testnets for third-party providers. (#3320, #3323, #3340, #3358, #3423; 2a3a2e1)
Embedding UMD with SRI:
<script type="text/javascript" integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J" crossorigin="anonymous" src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js"> </script>ethers/v5.7.1 (2022-09-13 21:28)
- Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
- Add support for all data URL formats. (#3341; 4c86dc9)
- Added Sepolia network. (#3325; d083522)
... (truncated)
Changelog
Sourced from ethers's changelog.
ethers/v5.8.0 (2025-02-25 19:15)
- Updated to latest elliptic library to fix audit warnings. (f8deaae)
- Added ENS to Sepolia. (0065547)
- Bump ws package version to address DoS security concern. (#4791; f345816)
- Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)
ethers/v5.7.2 (2022-10-19 04:19)
- Updated tests to use goerli instead of ropsten. (1392803, 706d3ca)
- Added new error strings Pocket returns. (9f990c5)
- Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423; 74e3d98)
- Update testnets for third-party providers. (#3320, #3323, #3340, #3358, #3423; 2a3a2e1)
ethers/v5.7.1 (2022-09-13 21:28)
- Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
- Add support for all data URL formats. (#3341; 4c86dc9)
- Added Sepolia network. (#3325; d083522)
ethers/v5.7.0 (2022-08-18 16:17)