Bump the npm_and_yarn group across 1 directory with 7 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(1 day ago)
(about 13 hours ago)
(about 13 hours ago)
by matildasmets
dependencies javascript
Bumps the npm_and_yarn group with 7 updates in the / directory:
Package | From | To |
---|---|---|
axios | 1.7.9 |
1.8.2 |
form-data | 4.0.1 |
4.0.4 |
http-proxy-middleware | 2.0.7 |
2.0.9 |
on-headers | 1.0.2 |
1.1.0 |
compression | 1.7.5 |
1.8.1 |
pbkdf2 | 3.1.2 |
3.1.3 |
sha.js | 2.4.11 |
2.4.12 |
Updates axios
from 1.7.9 to 1.8.2
Release notes
Sourced from axios's releases.
Release v1.8.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.1
Release notes:
Bug Fixes
- utils: move
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
Release v1.8.0
Release notes:
Bug Fixes
- examples: application crashed when navigating examples in browser (#5938) (1260ded)
- missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
- utils: replace getRandomValues with crypto module (#6788) (23a25af)
Features
Reverts
- Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732) (1317261), closes #6731 #6732
BREAKING CHANGES
code relying on the above will now combine the URLs instead of prefer request URL
feat: add config option for allowing absolute URLs
fix: add default value for allowAbsoluteUrls in buildFullPath
fix: typo in flow control when setting allowAbsoluteUrls
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.8.2 (2025-03-07)
Bug Fixes
Contributors to this release
1.8.1 (2025-02-26)
Bug Fixes
- utils: move
generateString
to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
1.8.0 (2025-02-25)
Bug Fixes
- examples: application crashed when navigating examples in browser (#5938) (1260ded)
- missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
- utils: replace getRandomValues with crypto module (#6788) (23a25af)
Features
Reverts
- Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732) (1317261), closes #6731 #6732
BREAKING CHANGES
code relying on the above will now combine the URLs instead of prefer request URL
feat: add config option for allowing absolute URLs
fix: add default value for allowAbsoluteUrls in buildFullPath
... (truncated)
Commits
a9f7689
chore(release): v1.8.2 (#6812)fb8eec2
fix(http-adapter): add allowAbsoluteUrls to path building (#6810)9812045
chore(sponsor): update sponsor block (#6804)72acf75
chore(sponsor): update sponsor block (#6794)2e64afd
chore(release): v1.8.1 (#6800)36a5a62
fix(utils): movegenerateString
to platform utils to avoid importing crypto...cceb7b1
chore(release): v1.8.0 (#6795)23a25af
fix(utils): replace getRandomValues with crypto module (#6788)32c7bcc
feat: Add config for ignoring absolute URLs (#5902) (#6192)4a3e26c
chore(config): adjust rollup config to preserve license header to minified Ja...- Additional commits viewable in compare view
Updates form-data
from 4.0.1 to 4.0.4
Release notes
Sourced from form-data's releases.
v4.0.4
v4.0.4 - 2025-07-16
Commits
- [meta] add
auto-changelog
811f682
- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
1d11a76
- [Fix] Switch to using
crypto
random for boundary values3d17230
- [Tests] fix linting errors
5e34080
- [meta] actually ensure the readme backup isn’t published
316c82b
- [Dev Deps] update
@ljharb/eslint-config
58c25d7
- [meta] fix readme capitalization
2300ca1
v4.0.3
v4.0.3 - 2025-06-05
Fixed
- [Fix]
append
: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)
Commits
- [eslint] use a shared config
426ba9a
- [eslint] fix some spacing issues
2094191
- [Refactor] use
hasown
81ab41b
- [Fix] validate boundary type in
setBoundary()
method8d8e469
- [Tests] add tests to check the behavior of
getBoundary
with non-strings837b8a1
- [Dev Deps] remove unused deps
870e4e6
- [meta] remove local commit hooks
e6e83cc
- [Dev Deps] update
eslint
4066fd6
- [meta] fix scripts to use prepublishOnly
c4bbb13
v4.0.2
v4.0.2 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
Fixed
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available[#396](https://github.com/form-data/form-data/issues/396)
Commits
... (truncated)
Changelog
Sourced from form-data's changelog.
v4.0.4 - 2025-07-16
Commits
- [meta] add
auto-changelog
811f682
- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
1d11a76
- [Fix] Switch to using
crypto
random for boundary values3d17230
- [Tests] fix linting errors
5e34080
- [meta] actually ensure the readme backup isn’t published
316c82b
- [Dev Deps] update
@ljharb/eslint-config
58c25d7
- [meta] fix readme capitalization
2300ca1
v4.0.3 - 2025-06-05
Fixed
- [Fix]
append
: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)
Commits
- [eslint] use a shared config
426ba9a
- [eslint] fix some spacing issues
2094191
- [Refactor] use
hasown
81ab41b
- [Fix] validate boundary type in
setBoundary()
method8d8e469
- [Tests] add tests to check the behavior of
getBoundary
with non-strings837b8a1
- [Dev Deps] remove unused deps
870e4e6
- [meta] remove local commit hooks
e6e83cc
- [Dev Deps] update
eslint
4066fd6
- [meta] fix scripts to use prepublishOnly
c4bbb13
v4.0.2 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
Fixed
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available[#396](https://github.com/form-data/form-data/issues/396)
Commits
... (truncated)
Commits
41996f5
v4.0.4316c82b
[meta] actually ensure the readme backup isn’t published2300ca1
[meta] fix readme capitalization811f682
[meta] addauto-changelog
5e34080
[Tests] fix linting errors1d11a76
[Tests] handle predict-v8-randomness failures in node < 17 and node > 2358c25d7
[Dev Deps] update@ljharb/eslint-config
3d17230
[Fix] Switch to usingcrypto
random for boundary valuesd8d67dc
v4.0.3e6e83cc
[meta] remove local commit hooks- Additional commits viewable in compare view
Updates http-proxy-middleware
from 2.0.7 to 2.0.9
Release notes
Sourced from http-proxy-middleware's releases.
v2.0.9
What's Changed
- fix(fixRequestBody): check readableLength by
@chimurai
in chimurai/http-proxy-middleware#1097- chore(package): v2.0.9 by
@chimurai
in chimurai/http-proxy-middleware#1099Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.8...v2.0.9
v2.0.8
What's Changed
- fix(fixRequestBody): prevent multiple .write() calls by
@chimurai
in chimurai/http-proxy-middleware#1090- fix(fixRequestBody): handle invalid request by
@chimurai
in chimurai/http-proxy-middleware#1091- chore(package): v2.0.8 by
@chimurai
in chimurai/http-proxy-middleware#1094Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.8
Changelog
Sourced from http-proxy-middleware's changelog.
v2.0.9
- fix(fixRequestBody): check readableLength
v2.0.8
- fix(fixRequestBody): prevent multiple .write() calls
- fix(fixRequestBody): handle invalid request
Commits
Updates on-headers
from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpasse
in jshttp/on-headers#12- fix README.md badges by
@carpasse
in jshttp/on-headers#13- add OSSF scorecard action by
@carpasse
in jshttp/on-headers#14- fix: use
ubuntu-latest
as ci runner by@UlisesGascon
in jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGascon
in jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpip
in jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpip
in jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpip
in jshttp/on-headers#33New Contributors
@carpasse
made their first contribution in jshttp/on-headers#12@UlisesGascon
made their first contribution in jshttp/on-headers#19@ctcpip
made their first contribution in jshttp/on-headers#31Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0
Commits
4b017af
1.1.0b636f2d
♻️ refactor header array code3e2c2d4
✨ ignore falsy header keys, matching node behavior172eb41
✨ support duplicate headersc6e3849
🔒️ fix array handling6893518
💚 update CI - add newer node versions56a345d
✨ add script to update known hashes175ab21
👷 add upstream change detection (#31)ce0b2c8
ci: apply OSSF Scorecard security best practices (#20)1a38c54
fix: useubuntu-latest
as ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates compression
from 1.7.5 to 1.8.1
Release notes
Sourced from compression's releases.
v1.8.1
What's Changed
- fix(docs): update multiple links from http to https by
@Phillip9587
in expressjs/compression#222- ci: add dependabot for github actions by
@bjohansebas
in expressjs/compression#207- build(deps): bump github/codeql-action from 2.23.2 to 3.28.15 by
@dependabot
[bot] in expressjs/compression#228- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.1 by
@dependabot
[bot] in expressjs/compression#229- build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 by
@dependabot
[bot] in expressjs/compression#230- build(deps-dev): bump supertest from 6.2.3 to 6.3.4 by
@dependabot
[bot] in expressjs/compression#231- [StepSecurity] ci: Harden GitHub Actions by
@step-security-bot
in expressjs/compression#235- build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 by
@dependabot
[bot] in expressjs/compression#243- build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 by
@dependabot
[bot] in expressjs/compression#239- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabot
[bot] in expressjs/compression#240- build(deps): bump actions/checkout from 4.1.1 to 4.2.2 by
@dependabot
[bot] in expressjs/compression#241- build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 by
@dependabot
[bot] in expressjs/compression#244- deps: on-headers@1.1.0 by
@UlisesGascon
in expressjs/compression#246- Release: 1.8.1 by
@UlisesGascon
in expressjs/compression#247New Contributors
@dependabot
[bot] made their first contribution in expressjs/compression#228@step-security-bot
made their first contribution in expressjs/compression#235Full Changelog: https://github.com/expressjs/compression/compare/1.8.0...v1.8.1
v1.8.0
What's Changed
- Refactor chunkLength function for improved readability and consistency by
@Ayoub-Mabrouk
in expressjs/compression#203- Refactor toBuffer function to simplify buffer check logic by
@Ayoub-Mabrouk
in expressjs/compression#201- ci: add CodeQL (SAST) by
@bjohansebas
in expressjs/compression#204- Use headersSent instead of _header by
@maritz
in expressjs/compression#129- Bugfix/use write head instead of implicit header by
@Icehunter
in expressjs/compression#170- feat: add default option by
@bjohansebas
in expressjs/compression#191- ci: update ci workflow by
@bjohansebas
in expressjs/compression#206- feat: support for brotli by
@bjohansebas
in expressjs/compression#194- docs: improve readme by
@bjohansebas
in expressjs/compression#209- docs: keywords field by
@bjohansebas
in expressjs/compression#210- refactor: simplify encoding negotiation logic by
@bjohansebas
in expressjs/compression#213New Contributors
@Ayoub-Mabrouk
made their first contribution in expressjs/compression#203@maritz
made their first contribution in expressjs/compression#129@Icehunter
made their first contribution in expressjs/compression#170Full Changelog: https://github.com/expressjs/compression/compare/1.7.5...v1.8.0
Changelog
Sourced from compression's changelog.
1.8.1 / 2025-07-17
- deps: on-headers@~1.1.0
1.8.0 / 2025-02-10
- Use
res.headersSent
when available- Replace
_implicitHeader
withwriteHead
property- add brotli support for versions of node that support it
- Add the enforceEncoding option for requests without
Accept-Encoding
header
Commits
83a0c45
1.8.1ce62713
deps: on-headers@1.1.0 (#246)f4acb23
build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 (#244)6eaebe6
build(deps): bump actions/checkout from 4.1.1 to 4.2.2 (#241)37e0623
build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#240)bc436b2
build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 (#239)2f9f572
build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 (#243)5f13b14
[StepSecurity] ci: Harden GitHub Actions (#235)76e0945
build(deps-dev): bump supertest from 6.2.3 to 6.3.4 (#231)ae6ee80
build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 (#230)- Additional commits viewable in compare view
Updates pbkdf2
from 3.1.2 to 3.1.3
Changelog
Sourced from pbkdf2's changelog.
v3.1.3 - 2025-06-20
Commits
- Only apps should have lockfiles
8b06730
- [lint] fix whitespace
9a76e2f
- [lint] fix parens/curlies/semis/etc
6fd84bf
- [meta] add
auto-changelog
796c38d
- [Tests] fix tests in node 17
3661fb0
- Revert "[Tests] fix tests in node < 3"
7431b57
- [Tests] fix tests in node < 3
eb9f97a
- [Fix] ensure unknown algorithms throw + known ones match node
26d4fd3
- [Tests] add GHA, always run nyc
513906a
- [lint] fix a few more rules
ab04da8
- [lint] switch to eslint
89694cf
- [Tests] add coverage
d0d534b
- [Refactor] use
to-buffer
e3102a8
- [readme] improve badges
fca0c9d
- [Tests] remove unused travis file
a2c7d93
- [meta] switch from
files
tonpmignore
7f31fbc
- [Tests] use .nycrc
8d628e8
- [Refactor] minor tweaks
fc61005
- [Deps] update
create-hmac
,safe-buffer
,sha.js
ae2a7d0
- [Fix] pin
create-hash
,ripemd160
due to breaking changese079968
- [Tests] fix tests in node 3
45fbcf3
- [meta] skip publishing benchmarks
19ea57b
- [Dev Deps] add missing peer dep
645e252
Commits
3e40827
v3.1.3e3102a8
[Refactor] useto-buffer
7431b57
Revert "[Tests] fix tests in node < 3"19ea57b
[meta] skip publishing benchmarksa2c7d93
[Tests] remove unused travis file645e252
[Dev Deps] add missing peer dep796c38d
[meta] addauto-changelog
d0d534b
[Tests] add coverage7f31fbc
[meta] switch fromfiles
tonpmignore
fca0c9d
[readme] improve badges- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for pbkdf2 since your current version.
Updates sha.js
from 2.4.11 to 2.4.12
Changelog
Sourced from sha.js's changelog.
v2.4.12 - 2025-07-01
Commits
- [eslint] switch to eslint
7acadfb
- [meta] add
auto-changelog
b46e711
- [eslint] fix package.json indentation
df9d521
- [Tests] migrate from travis to GHA
c43c64a
- [Fix] support multi-byte wide typed arrays
f2a258e
- [meta] reorder package.json
d8d77c0
- [meta] add
npmignore
35aec35
- [Tests] avoid console logs
73e33ae
- [Tests] fix tests run in batch
2629130
- [Tests] drop node requirement to 0.10
00c7f23
- [Dev Deps] update
buffer
,hash-test-vectors
,standard
,tape
,typedarray
92b5de5
- [Tests] drop node requirement to v3
9b5eca8
- [meta] set engines to
>= 4
807084c
- Only apps should have lockfiles
c72789c
- [Deps] update
inherits
,safe-buffer
5428cfc
- [Dev Deps] update
@ljharb/eslint-config
2dbe0aa
- update README to reflect LICENSE
8938256
- [Dev Deps] add missing peer dep
d528896
- [Dev Deps] remove unused
buffer
dep94ca724
Commits
eb4ea2f
v2.4.12d8d77c0
[meta] reorder package.jsondf9d521
[eslint] fix package.json indentation35aec35
[meta] addnpmignore
d528896
[Dev Deps] add missing peer depb46e711
[meta] addauto-changelog
94ca724
[Dev Deps] remove unusedbuffer
dep2dbe0aa
[Dev Deps] update@ljharb/eslint-config
73e33ae
[Tests] avoid console logsf2a258e
[Fix] support multi-byte wide typed arrays- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for sha.js since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+254
-48
Package Dependencies
Technical Details
ID: | 7061880 |
UUID: | 2805522726 |
Node ID: | PR_kwDONpRCNM6nOOEm |
Host: | GitHub |
Repository: | matildasmets/Laravel-Reverb-with-Laravel-Mix-and-Livewire |
Merge State: | Unknown |