Bump the npm_and_yarn group across 1 directory with 20 updates
Bumps the npm_and_yarn group with 19 updates in the / directory:
| Package | From | To |
|---|---|---|
| webpack-dev-server | 4.13.3 |
5.2.1 |
| @babel/helpers | 7.21.5 |
7.28.4 |
| brace-expansion | 1.1.11 |
1.1.12 |
| browserify-sign | 4.2.1 |
4.2.5 |
| cipher-base | 1.0.4 |
1.0.7 |
| cross-spawn | 6.0.5 |
6.0.6 |
| elliptic | 6.5.4 |
6.6.1 |
| express | 4.18.2 |
4.22.1 |
| follow-redirects | 1.15.2 |
1.15.11 |
| form-data | 3.0.1 |
3.0.4 |
| min-document | 2.19.0 |
2.19.2 |
| nanoid | 3.3.4 |
3.3.11 |
| node-forge | 1.3.1 |
1.3.3 |
| pbkdf2 | 3.1.2 |
3.1.5 |
| react-devtools-core | 4.27.1 |
4.28.5 |
| serve-static | 1.15.0 |
1.16.2 |
| sha.js | 2.4.11 |
2.4.12 |
| store2 | 2.14.2 |
2.14.4 |
| ws | 6.2.2 |
6.2.3 |
Updates webpack-dev-server from 4.13.3 to 5.2.1
Release notes
Sourced from webpack-dev-server's releases.
v5.2.1
5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Originheader- requests with an IP addresses in the
Originheader are not allowed to connect to WebSocket server unless configured byallowedHostsor it different from theHostheaderThe above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
- prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
- take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)
v5.2.0
5.2.0 (2024-12-11)
Features
- added
getClientEntryandgetClientHotEntrymethods to get clients entries (dc642a8)Bug Fixes
- speed up initial client bundling (145b5d0)
v5.1.0
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
appoption to beFunction(by default only withconnectcompatibility frameworks) (3096148)- allow the
serveroption to beFunction(#5275) (02a1c6d)- http2 support for
connectandconnectcompatibility frameworks which support HTTP2 (#5267) (6509a3f)Bug Fixes
- check the
platformproperty to determinate the target (#5269) (c3b532c)- ipv6 output (#5270) (06005e7)
- replace
rimrafwithrm(#5162) (1a1561f)- replace default gateway (#5255) (f5f0902)
- support
devServer: false(#5272) (8b341cb)v5.0.4
5.0.4 (2024-03-19)
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Originheader- requests with an IP addresses in the
Originheader are not allowed to connect to WebSocket server unless configured byallowedHostsor it different from theHostheaderThe above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
- prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
- take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)
5.2.0 (2024-12-11)
Features
- added
getClientEntryandgetClientHotEntrymethods to get clients entries (dc642a8)Bug Fixes
- speed up initial client bundling (145b5d0)
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
appoption to beFunction(by default only withconnectcompatibility frameworks) (3096148)- allow the
serveroption to beFunction(#5275) (02a1c6d)- http2 support for
connectandconnectcompatibility frameworks which support HTTP2 (#5267) (6509a3f)Bug Fixes
- check the
platformproperty to determinate the target (#5269) (c3b532c)- ipv6 output (#5270) (06005e7)
- replace
rimrafwithrm(#5162) (1a1561f)- replace default gateway (#5255) (f5f0902)
- support
devServer: false(#5272) (8b341cb)5.0.4 (2024-03-19)
Bug Fixes
... (truncated)
Commits
0d22a08chore(release): 5.2.16045b1echore(deps): update (#5444)ffd0b86fix: take the first network found instead of the last one, this restores the ...9ea7b08ci: update dependency-review-action (#5442)5c9378bMerge commit from forkd2575adMerge commit from fork8c1abc9fix: prevent overlay for errors caught by React error boundaries (#5431)5a39c70ci: update codecov/codecov-action to v5 (#5406)55220a8chore(deps-dev): bump the dependencies group across 1 directory with 4 update...09f6f8echore(deps): bump the dependencies group across 1 directory with 2 updates (#...- Additional commits viewable in compare view
Updates @babel/helpers from 7.21.5 to 7.28.4
Release notes
Sourced from @babel/helpers's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)
... (truncated)
Changelog
Sourced from @babel/helpers's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility 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:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
... (truncated)
Commits
35055e3v7.28.418d88b8Improve@babel/coretypings (#17471)ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)- Additional commits viewable 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.2.1 to 4.2.5
Changelog
Sourced from browserify-sign's changelog.
v4.2.5 - 2025-09-24
Commits
- [Tests] clean up tests and convert console info skips to tape skips
37b083c- [Fix] restore node 0.10 support
faade86- [Deps] update
parse-asn15a0f159- [actions] drop unsupported nodes from CI
106be97v4.2.4 - 2025-09-22
Commits
- [actions] split out node 10-20, and 20+
17920d9- [meta] remove
filesfield6d5b280- [Deps] update
bn.js,browserify-rsa,elliptic31be0c2- [Dev Deps] update
@ljharb/eslint-config,auto-changelog,semver,tape5f66982- [Tests] replace
audwithnpm auditd44b24d- [Dev Deps] add missing peer dep
ab975f4- [Deps] revert 9e2bf12, now that v3.1.1 is out
428cf7fv4.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
... (truncated)
Commits
d3a7458v4.2.537b083c[Tests] clean up tests and convert console info skips to tape skipsfaade86[Fix] restore node 0.10 support5a0f159[Deps] updateparse-asn1106be97[actions] drop unsupported nodes from CI9c37172v4.2.46d5b280[meta] removefilesfield17920d9[actions] split out node 10-20, and 20+31be0c2[Deps] updatebn.js,browserify-rsa,ellipticab975f4[Dev Deps] add missing peer dep- 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 cipher-base from 1.0.4 to 1.0.7
Changelog
Sourced from cipher-base's changelog.
v1.0.7 - 2025-09-24
Commits
v1.0.6 - 2024-11-26
Commits
- [Fix] io.js 3.0 - Node.js 5.3 typed array support
b7ddd2av1.0.5 - 2024-11-17
Commits
- [Tests] standard -> eslint, make test dir, etc
ae02fd6- [Tests] migrate from travis to GHA
66387d7- [meta] fix package.json indentation
5c02918- [Fix] return valid values on multi-byte-wide TypedArray input
8fd1364- [meta] add
auto-changelog88dc806- [meta] add
npmignoreandsafe-publish-latest7a137d7- Only apps should have lockfiles
42528f2- [Deps] update
inherits,safe-buffer0e7a2d9- [meta] add missing
engines.nodef2dc13e
Commits
0056718v1.0.7fd1e5ee[Refactor] useto-buffer08ba803[Dev Deps] update@ljharb/eslint-configf5249f9v1.0.6b7ddd2a[Fix] io.js 3.0 - Node.js 5.3 typed array supportf03cebfv1.0.588dc806[meta] addauto-changelog7a137d7[meta] addnpmignoreandsafe-publish-latest5c02918[meta] fix package.json indentation8fd1364[Fix] return valid values on multi-byte-wide TypedArray input- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for cipher-base since your current version.
Updates cross-spawn from 6.0.5 to 6.0.6
Commits
Updates elliptic from 6.5.4 to 6.6.1
Commits
Updates express from 4.18.2 to 4.22.1
Release notes
Sourced from express's releases.
v4.22.1
What's Changed
[!IMPORTANT]
The prior release (4.22.0) included an erroneous breaking change related to the extended query parser. There is no actual security vulnerability associated with this behavior (CVE-2024-51999 has been rejected). The change has been fully reverted in this release.
- Release: 4.22.1 by
@UlisesGasconin expressjs/express#6934Full Changelog: https://github.com/expressjs/express/compare/4.22.0...v4.22.1
4.22.0
Important: Security
- Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
What's Changed
- Refactor: improve readability by
@sazk07in expressjs/express#6190- ci: add support for [email protected] by
@UlisesGasconin expressjs/express#6080- Method functions with no path should error by
@wesleytoddin expressjs/express#5957- ci: updated github actions ci workflow by
@Phillip9587in expressjs/express#6323- ci: reorder
npm isteps to fix ci for older node versions by@Phillip9587in expressjs/express#6336- Backport: ci: add node.js 24 to test matrix by
@Phillip9587in expressjs/express#6506- chore(4.x): wider range for query test skip by
@jonchurchin expressjs/express#6513- use tilde notation for certain dependencies by
@UlisesGasconin expressjs/express#6905- deps: [email protected] by
@UlisesGasconin expressjs/express#6909- deps: use tilde notation for
qsby@Phillip9587in expressjs/express#6919- Release: 4.22.0 by
@UlisesGasconin expressjs/express#6921Full Changelog: https://github.com/expressjs/express/compare/4.21.2...4.22.0
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
... (truncated)
Changelog
Sourced from express's changelog.
4.22.1 / 2025-12-01
- Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
4.22.0 / 2025-12-01
- Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
- deps: use tilde notation for dependencies
- deps: [email protected]
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
... (truncated)
Commits
12fae144.22.15ddf311Revert "sec: security patch for CVE-2024-51999"49744ab4.22.0 (#6921)6e97452sec: security patch for CVE-2024-519996a23d34deps: use tilde notation forqs(#6919)8c12cdfdeps: [email protected] (#6909)7fea74fdeps: use tilde notation for certain dependencies (#6905)dac7a04chore: wider range for query test skip (#6513)997919bci: add node.js 24 to test matrix (#6506)36fb59cfix(ci): reordernpm isteps to fix ci for older node versions (#6336)- 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 follow-redirects from 1.15.2 to 1.15.11
Commits
21ef28aRelease version 1.15.11 of the npm package.7c88135Roll back tree shaking.6e389baRelease version 1.15.10 of the npm package.5bc496eShake me up before you go-go.694d6b4Bump minimist from 1.2.5 to 1.2.8e4e55c7Release version 1.15.9 of the npm package.31a1abfAttempt much more gentle detection.d2aaa97Fix url field.62558f0Release version 1.15.8 of the npm package.a8d1ceeReturn subtlety.- Additional commits viewable in compare view
Updates form-data from 3.0.1 to 3.0.4
Changelog
Sourced from form-data's changelog.
v3.0.4 - 2025-07-16
Fixed
- [Fix]
append: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)Commits
- [eslint] update linting config
f5e7eb0- [meta] add
auto-changelogd2eb290- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
e8c574c- [Fix] Switch to using
cryptorandom for boundary valuesc6ced61- [Refactor] use
hasown1a78b5d- [Fix] validate boundary type in
setBoundary()method70bbaa0- [Tests] add tests to check the behavior of
getBoundarywith non-stringsb22a64e- [meta] actually ensure the readme backup isn’t published
0150851- [meta] remove local commit hooks
fc42bb9- [Dev Deps] remove unused deps
a14d09e- [meta] fix scripts to use prepublishOnly
11d9f73- [meta] fix readme capitalization
fc38b48v3.0.3 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTagwhen available[#573](https://github.com/form-data/form-data/issues/573)Fixed
- [Fix] set
Symbol.toStringTagwhen available (#573)[#396](https://github.com/form-data/form-data/issues/396)Commits
- [Refactor] use
Object.prototype.hasOwnProperty.call7fecefe- [Dev Deps] update
@types/node,browserify,coveralls,cross-spawn,eslint,formidable,in-publish,pkgfiles,pre-commit,puppeteer,request,tape,typescript8261fcb- Only apps should have lockfiles
b82f590- [Dev Deps] pin
requestwhich viatough-cookie^2.4 depends onpsle5df7f2- [Deps] update
mime-types5a5bafev3.0.2 - 2024-10-10
Merged
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)Commits
Commits
9c82fcdv3.0.4e8c574c[Tests] handle predict-v8-randomness failures in node < 17 and node > 23c6ced61[Fix] Switch to usingcryptorandom for boundary values0150851[meta] actually ensure the readme backup isn’t publishedfc38b48[meta] fix readme capitalizationd2eb290[meta] addauto-changelogfc42bb9[meta] remove local commit hooksa14d09e[Dev Deps] remove unused deps002b9b0[Fix]append: avoid a crash on nullish values70bbaa0[Fix] validate boundary type insetBoundary()method- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for form-data since your current version.
Updates http-proxy-middleware from 2.0.6 to 2.0.9
Release notes
Sourced from http-proxy-middlew...
Description has been truncated
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
All alerts resolved. Learn more about Socket for GitHub.
This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| webpack-dev-server@4.13.3 ⏵ 5.2.1 |