Bump the npm_and_yarn group across 1 directory with 35 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the npm_and_yarn group with 30 updates in the / directory:
Package | From | To |
---|---|---|
axios | 0.21.4 |
0.30.0 |
@babel/helpers | 7.17.9 |
7.28.2 |
@babel/runtime | 7.17.9 |
7.28.2 |
@babel/runtime-corejs3 | 7.17.9 |
7.28.2 |
@babel/traverse | 7.17.9 |
7.28.0 |
body-parser | 1.19.2 |
1.20.3 |
express | 4.17.3 |
4.21.2 |
brace-expansion | 1.1.11 |
1.1.12 |
braces | 3.0.2 |
3.0.3 |
cross-spawn | 7.0.3 |
7.0.6 |
decode-uri-component | 0.2.0 |
0.2.2 |
ejs | 3.1.6 |
3.1.10 |
elliptic | 6.5.4 |
6.6.1 |
ethers | 5.6.2 |
5.8.0 |
form-data | 3.0.1 |
3.0.4 |
http-proxy-middleware | 2.0.4 |
2.0.9 |
json5 | 1.0.1 |
1.0.2 |
micromatch | 4.0.5 |
4.0.8 |
minimatch | 3.0.4 |
3.1.2 |
recursive-readdir | 2.2.2 |
2.2.3 |
nanoid | 3.3.2 |
3.3.11 |
on-headers | 1.0.2 |
1.1.0 |
compression | 1.7.4 |
1.8.1 |
rollup | 2.70.2 |
2.79.2 |
serialize-javascript | 6.0.0 |
6.0.2 |
terser | 5.12.1 |
5.43.1 |
tough-cookie | 4.0.0 |
4.1.4 |
webpack | 5.72.0 |
5.101.0 |
webpack-dev-middleware | 5.3.1 |
5.3.4 |
word-wrap | 1.2.3 |
1.2.5 |
Updates axios
from 0.21.4 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
@mori5321
in axios/axios#4917- fix: update CHANGELOG.md for v0.x by
@TehZarathustra
in axios/axios#6271- fix: modify upgrade guide for 0.28.1's breaking change by
@nafeger
in axios/axios#6787- fix: backport allowAbsoluteUrls vulnerability fix to v0.x by
@thatguyinabeanie
in axios/axios#6829- fix: add allowAbsoluteUrls type by
@thatguyinabeanie
in axios/axios#6849Contributors to this release
@mori5321
made their first contribution in axios/axios#4917@TehZarathustra
made their first contribution in axios/axios#6271@nafeger
made their first contribution in axios/axios#6787@thatguyinabeanie
made 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-Powell
in axios/axios#6402- fix: omit nulls in params by
@Willshaw
in axios/axios#6394- fix(backport): fix paramsSerializer function validation by
@solonzhu
in axios/axios#6361- fix: Regular Expression Denial of Service (ReDoS) by
@qiongshusheng
in axios/axios#6708Contributors to this release
@Sean-Powell
made their first contribution in axios/axios#6402@Willshaw
made their first contribution in axios/axios#6394@solonzhu
made their first contribution in axios/axios#6361@qiongshusheng
made 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
req
is not defined (#6307)Release v0.28.0
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFToken
option 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
req
is not defined (#6307)0.28.0 (2024-02-12)
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFToken
option 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.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)
... (truncated)
Commits
6e922e4
chore: added build artifactsa06ed1e
chore: added pre-release artifactsc010622
feat: add type for allowAbsoluteUrls (#6849)02c3c69
fix: backport allowAbsoluteUrls vuln fix to v0.x (#6829)8603e67
docs: modify upgrade guide for 0.28.1's breaking change (#6787)f0642ee
fix(docs): update CHANGELOG.md for v0.x (#6271)0630c32
fix: modify log while request is aborted (#4917)7750b8c
chore(release): prep release v0.29.04840cb2
fix: regular expression denial of service issues (#6708)2e36cdb
fix(backport): fix paramsSerializer function validation (#6361)- Additional commits viewable in compare view
Updates @babel/helpers
from 7.17.9 to 7.28.2
Release notes
Sourced from @babel/helpers
's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
Committers: 3
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
... (truncated)
Changelog
Sourced from @babel/helpers
's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4
v7.28.2f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)baa4cb8
v7.27.6fdbf1b3
fix:finally
causes unexpected return value (#17366)7d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...49c0dbb
Fix iterator compatibility ofregeneratorValues
(#17335)d23a1bd
Use shorter method names for regenerator context (#17334)9dcd115
Restore behavior ofregeneratorRuntime
helper (#17329)- Additional commits viewable in compare view
Updates @babel/runtime
from 7.17.9 to 7.28.2
Release notes
Sourced from @babel/runtime
's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
Committers: 3
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4
v7.28.2f68ac51
chore: Avoid CITGM errors (#17382)baa4cb8
v7.27.67d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...a0690e3
SplitregeneratorRuntime
into multiple helpers (#17238)da5e371
v7.27.3eebd3a0
v7.27.1296cdc5
Remove unusedregenerator-runtime
dep in@babel/runtime
(#17263)- Additional commits viewable in compare view
Updates @babel/runtime-corejs3
from 7.17.9 to 7.28.2
Release notes
Sourced from @babel/runtime-corejs3
's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaS
for your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- SOUHAILA SERBOUT (
@souhailaS
)@liuxingbaoyu
v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
Committers: 3
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
... (truncated)
Changelog
Sourced from @babel/runtime-corejs3
's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-types
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4
v7.28.2f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)ccc5fae
v7.28.0cd0de90
Updatebabel-polyfill
packages (#17403)baa4cb8
v7.27.6fdbf1b3
fix:finally
causes unexpected return value (#17366)7d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...49c0dbb
Fix iterator compatibility ofregeneratorValues
(#17335)- Additional commits viewable in compare view
Updates @babel/traverse
from 7.17.9 to 7.28.0
Release notes
Sourced from @babel/traverse
's releases.
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17403 Update
babel-polyfill
packages (@nicolo-ribaudo
)Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
- coderaiser (
@coderaiser
)v7.27.7 (2025-06-26)
Thanks
@arthur-mountain
and@evankanderson
for your first PRs!:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-transform-classes
babel-parser
:bug: Bug Fix
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu
)babel-types
babel-compat-data
,babel-preset-env
babel-core
,babel-parser
babel-generator
,babel-parser
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-transform-object-rest-spread
,babel-traverse
,babel-types
babel-parser
,babel-traverse
,babel-types
babel-generator
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-discard-binding
,babel-plugin-transform-destructuring
,babel-plugin-transform-explicit-resource-management
,babel-plugin-transform-react-display-name
,babel-types
babel-generator
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-block-scoping
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-typescript
,babel-traverse
,babel-types
:bug: Bug Fix
babel-helper-globals
,babel-plugin-transform-classes
,babel-traverse
babel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser
):house: Internal
babel-compat-data
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-json-modules
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17403 Update
babel-polyfill
packages (@nicolo-ribaudo
)v7.27.7 (2025-06-26)
:eyeglasses: Spec Compliance
<...
Description has been truncated
Pull Request Statistics
1
2
+2478
-1754
Package Dependencies
Technical Details
ID: | 4667053 |
UUID: | 2722966510 |
Node ID: | PR_kwDOPZE85s6iTSvu |
Host: | GitHub |
Repository: | Reality2byte/abiencoder |
Merge State: | Unknown |