Bump the npm_and_yarn group across 2 directories with 26 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 14 updates in the /3-class/examples/ipfs-react directory:
Package | From | To |
---|---|---|
axios | 0.21.1 |
0.30.0 |
@babel/helpers | 7.9.0 |
7.28.2 |
@babel/runtime-corejs3 | 7.9.0 |
7.28.2 |
async | 2.6.3 |
2.6.4 |
base-x | 3.0.8 |
3.0.11 |
brace-expansion | 1.1.11 |
1.1.12 |
browserify-sign | 4.0.4 |
4.2.3 |
decode-uri-component | 0.2.0 |
0.2.2 |
elliptic | 6.5.4 |
6.6.1 |
es5-ext | 0.10.53 |
0.10.64 |
express | 4.17.1 |
4.21.2 |
nanoid | 3.1.9 |
3.3.11 |
node-fetch | 2.6.1 |
2.7.0 |
pbkdf2 | 3.0.17 |
3.1.3 |
Bumps the npm_and_yarn group with 16 updates in the /6-class/examples/merkle-proofs-for-offline-data-integrity directory:
Package | From | To |
---|---|---|
base-x | 3.0.9 |
3.0.11 |
brace-expansion | 1.1.11 |
1.1.12 |
browserify-sign | 4.2.1 |
4.2.3 |
cross-spawn | 6.0.5 |
6.0.6 |
decode-uri-component | 0.2.0 |
0.2.2 |
es5-ext | 0.10.53 |
0.10.64 |
express | 4.17.2 |
4.21.2 |
follow-redirects | 1.14.6 |
1.15.11 |
minimist | 1.2.5 |
1.2.8 |
pbkdf2 | 3.1.2 |
3.1.3 |
cookiejar | 2.1.3 |
2.1.4 |
cross-fetch | 2.2.5 |
2.2.6 |
get-func-name | 2.0.0 |
2.0.2 |
http-cache-semantics | 4.1.0 |
4.2.0 |
secp256k1 | 4.0.2 |
4.0.4 |
simple-get | 2.8.1 |
2.8.2 |
Updates axios
from 0.21.1 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
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates @babel/helpers
from 7.9.0 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-corejs3
from 7.9.0 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 async
from 2.6.3 to 2.6.4
Commits
Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates base-x
from 3.0.8 to 3.0.11
Commits
043a888
3.0.112705ddd
[backport 3.x] Prohibit char codes that would overflow theBASE_MAP
3d43c0e
3.0.100a35446
Improve decoding performance4c10d33
3.0.9c9dcddd
Merge pull request #78 from cryptocoinjs/fix/space-alphabets6c54632
Fix alphabets with space in them69c09ed
Merge pull request #73 from terrierscript/patch-11dd3795
Update README.md- See full diff in compare view
Updates brace-expansion
from 1.1.11 to 1.1.12
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
- fmt ccb8ac6
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates browserify-sign
from 4.0.4 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
,tape
87f3a35
- [actions] remove redundant finisher
37a4758
- [Deps] pin
hash-base
to ~3.0, due to a breaking change9e2bf12
- [Deps] update
parse-asn1 [
f427270`](https://github.com/browserify/browserify-sign/commit/f427270ac11dc6be29f87d7afb046c16376a5a9c)- [Deps] update
elliptic
fb261ce
- [Deps] pin
elliptic
due to a breaking change168e16f
v4.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
npmignore
andauto-changelog
4418183
- [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-buffer
a67d0eb
- [Dev Deps] update
nyc
,standard
,tape
cc5350b
- [Tests] always run coverage; downgrade
nyc
75ce1d5
- [meta] add
safe-publish-latest
dcf49ce
- [Tests] add
npm run posttest
75dd8fd
- [Dev Deps] update
tape
3aec038
- [Tests] skip unsupported schemes
703c83e
- [Tests] node < 6 lacks array
includes
3aa43cf
- [Dev Deps] fix eslint range
98d4e0d
v4.2.1 - 2020-08-04
Merged
v4.2.0 - 2020-05-18
Merged
- switch to safe buffer
[#53](https://github.com/crypto-browserify/browserify-sign/issues/53)
... (truncated)
Commits
bf2c3ec
v4.2.39247adf
[patch] widen support to 0.12f427270
[Deps] update `parse-asn187f3a35
[Dev Deps] updateaud
,npmignore
,tape
fb261ce
[Deps] updateelliptic
4d0ee49
[patch] drop minimum node support to v19e2bf12
[Deps] pinhash-base
to ~3.0, due to a breaking change168e16f
[Deps] pinelliptic
due to a breaking change37a4758
[actions] remove redundant finisher4af5a90
v4.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 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 es5-ext
from 0.10.53 to 0.10.64
Release notes
Sourced from es5-ext's releases.
0.10.64 (2024-02-27)
Bug Fixes
- Revert update to postinstall script meant to fix Powershell issue, as it's a regression for some Linux terminals (c2e2bb9)
0.10.63 (2024-02-23)
Bug Fixes
- Do not rely on problematic regex (3551cdd), addresses #201
- Support ES2015+ function definitions in
function#toStringTokens()
(a52e957), addresses #021- Ensure postinstall script does not crash on Windows, fixes #181 (bf8ed79)
Maintenance Improvements
- Simplify the manifest message (7855319)
0.10.62 (2022-08-02)
Maintenance Improvements
0.10.61 (2022-04-20)
Bug Fixes
- Ensure postinstall script does not error (a0be4fd)
Maintenance Improvements
- Bump dependencies (d7e0a61)
0.10.60 (2022-04-07)
Maintenance Improvements
- Improve
postinstall
script configuration (ab6b121)
... (truncated)
Changelog
Sourced from es5-ext's changelog.
0.10.64 (2024-02-27)
Bug Fixes
- Revert update to postinstall script meant to fix Powershell issue, as it's a regression for some Linux terminals (c2e2bb9)
0.10.63 (2024-02-23)
Bug Fixes
- Do not rely on problematic regex (3551cdd), addresses #201
- Support ES2015+ function definitions in
function#toStringTokens()
(a52e957), addresses #021- Ensure postinstall script does not crash on Windows, fixes #181 (bf8ed79)
Maintenance Improvements
- Simplify the manifest message (7855319)
0.10.62 (2022-08-02)
Maintenance Improvements
0.10.61 (2022-04-20)
Bug Fixes
- Ensure postinstall script does not error (a0be4fd)
Maintenance Improvements
- Bump dependencies (d7e0a61)
Pull Request Statistics
Commits:
1Files Changed:
3Additions:
+1391Deletions:
-379
Package Dependencies
Technical Details
ID: | 4915767 |
UUID: | 2736664855 |
Node ID: | PR_kwDONz5g8M6jHjEX |
Host: | GitHub |
Repository: | mkhraisha/essentials-of-blockchain-development-and-security |
Merge State: | Unknown |