chore(deps): bump the production-dependencies group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
Bumps the production-dependencies group with 4 updates in the / directory: cors, express, jsonwebtoken and winston.
Updates cors from 2.8.5 to 2.8.6
Release notes
Sourced from cors's releases.
v2.8.6
What's Changed
- Build: Node.js@12.16 and Node.js.13.12 by
@smondalin expressjs/cors#189- Update README.md for origin function callback parameters by
@dstudzinskiin expressjs/cors#180- Suggest passing false for disallowed domains, not erroring by
@shackpankin expressjs/cors#175- Changed the term whitelist to allowlist in Documentation by
@jkasunin expressjs/cors#200- Fix typo in README by
@alex-groverin expressjs/cors#207- Added new link & website in the README by
@manjunath00in expressjs/cors#269- Fix functions call with extra parameter by
@LuisEGRin expressjs/cors#245- :bug: Fix readme status badge by
@homersimpsonsin expressjs/cors#306- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/cors#321- ci: fix errors in ci github action for node 8 by
@inigomarquinezin expressjs/cors#322- test: improved test robustness by
@Alex-GFin expressjs/cors#320- chore: upgrade scorecard workflow pinned action versions by
@carpassein expressjs/cors#341- ci: add CodeQL (SAST) by
@bjohansebasin expressjs/cors#340- docs: remove broken link to demo site by
@dpopp07in expressjs/cors#344- OSSF Scorecard recommendations by
@UlisesGasconin expressjs/cors#350- build(deps): bump github/codeql-action from 3.24.7 to 3.28.19 by
@dependabot[bot] in expressjs/cors#351- build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by
@dependabot[bot] in expressjs/cors#353- build(deps): bump actions/checkout from 4.1.1 to 4.2.2 by
@dependabot[bot] in expressjs/cors#354- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 by
@dependabot[bot] in expressjs/cors#355- build(deps-dev): bump express from 4.17.1 to 4.21.2 by
@dependabot[bot] in expressjs/cors#356- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by
@dependabot[bot] in expressjs/cors#352- build(deps-dev): bump mocha from 9.1.1 to 9.2.2 by
@dependabot[bot] in expressjs/cors#358- update the docs for per request config by
@jonchurchin expressjs/cors#338- (fix): readme updated for #271 origin option for * by
@dhananjaysa92in expressjs/cors#289- ci: upgrade Node versions by
@UlisesGasconin expressjs/cors#359- chore: add funding to package.json by
@bjohansebasin expressjs/cors#363- build(deps): bump github/codeql-action from 3.28.19 to 4.31.2 by
@dependabot[bot] in expressjs/cors#371- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by
@dependabot[bot] in expressjs/cors#370- docs: Cleanup README by
@efekrsklin expressjs/cors#374- chore: add node v25 by
@imangasin expressjs/cors#375- Extend CI test matrix by
@imangasin expressjs/cors#376- docs: simplify code examples with header comments by
@jonchurchin expressjs/cors#386- docs: tweak intro, add note w/ browser enforcement, FAQ by
@jonchurchin expressjs/cors#385- chore: remove HISTORY.md and nonexistent CONTRIBUTING.md from tarball by
@Phillip9587in expressjs/cors#388- Release: 2.8.6 by
@UlisesGasconin expressjs/cors#390New Contributors
@smondalmade their first contribution in expressjs/cors#189@dstudzinskimade their first contribution in expressjs/cors#180@shackpankmade their first contribution in expressjs/cors#175@jkasunmade their first contribution in expressjs/cors#200@alex-grovermade their first contribution in expressjs/cors#207@manjunath00made their first contribution in expressjs/cors#269@LuisEGRmade their first contribution in expressjs/cors#245@homersimpsonsmade their first contribution in expressjs/cors#306@inigomarquinezmade their first contribution in expressjs/cors#321@Alex-GFmade their first contribution in expressjs/cors#320@carpassemade their first contribution in expressjs/cors#341
... (truncated)
Changelog
Sourced from cors's changelog.
2.8.6 / 2026-01-22
- Improve documentation (API, context, examples...)
- Remove additional markdown files from tarball
Commits
f00a8c12.8.6 (#390)848e2bdchore: remove HISTORY.md and nonexistent CONTRIBUTING.md from tarball (#388)cf8947edocs: tweak intro, add note w/ browser enforcement, FAQ (#385)bbf62a5docs: simplify code examples with header comments (#386)f442e77Extend CI test matrix (#376)d5cf6cdci: add support for node@25 (#375)7e6f7eedocs: revamp content (#374)b25644cbuild(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#370)f881e91build(deps): bump github/codeql-action from 3.28.19 to 4.31.2 (#371)9a9a760chore: add funding to package.json (#363)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cors since your current version.
Updates express from 4.21.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 Node.js@23.0 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: qs@6.14.0 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
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: qs@6.14.0
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: qs@6.14.0 (#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
Updates jsonwebtoken from 9.0.2 to 9.0.3
Commits
ed59e76chore: bump jws to 4.0.1 (#1007)- See full diff in compare view
Updates winston from 3.18.3 to 3.19.0
Release notes
Sourced from winston's releases.
v3.19.0
- Run npm audit fix e7ccdc4
- Don't include jest.config.js in npm package 5a63c8c
- fix: append error cause when using
logger.child()(#2467) e74a7ae- Bump rimraf from 5.0.1 to 5.0.10 (#2517) 8a956fd
- fix: ensure File transport flushes all data before emitting finish (#2594) 86c890f
- Bump actions/setup-node from 4 to 6 (#2589) 3b8be02
- Bump
@babel/corefrom 7.28.0 to 7.28.5 (#2591) f4c3e2c- Bump actions/checkout from 4 to 6 (#2593) dd7906e
- chore: migrate test runner from mocha to jest (#2567) 2e9eb18
https://github.com/winstonjs/winston/compare/v3.18.3...v3.19.0
Commits
ed453453.19.0e7ccdc4Run npm audit fix5a63c8cDon't include jest.config.js in npm packagee74a7aefix: append error cause when usinglogger.child()(#2467)8a956fdBump rimraf from 5.0.1 to 5.0.10 (#2517)86c890ffix: ensure File transport flushes all data before emitting finish (#2594)3b8be02Bump actions/setup-node from 4 to 6 (#2589)f4c3e2cBump@babel/corefrom 7.28.0 to 7.28.5 (#2591)dd7906eBump actions/checkout from 4 to 6 (#2593)2e9eb18chore: migrate test runner from mocha to jest (#2567)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
Technical Details
| ID: | 13162248 |
| UUID: | 3854458144 |
| Node ID: | PR_kwDOQSL38c6_ShVm |
| Host: | GitHub |
| Repository: | stackconsult/stackBrowserAgent |