Bump the npm_and_yarn group across 3 directories with 16 updates
Bumps the npm_and_yarn group with 5 updates in the /controller/web-server directory:
| Package | From | To |
|---|---|---|
| firebase | 10.1.0 |
10.9.0 |
| ws | 8.17.1 |
8.18.0 |
| cross-spawn | 7.0.3 |
7.0.6 |
| cross-spawn | 6.0.5 |
7.0.6 |
| postcss | 8.4.39 |
8.5.1 |
| shell-quote | 1.8.1 |
1.8.2 |
Bumps the npm_and_yarn group with 7 updates in the /controller/web-server/server directory:
| Package | From | To |
|---|---|---|
| ws | 7.5.10 |
8.18.0 |
| cross-spawn | 7.0.3 |
7.0.6 |
| cross-spawn | 6.0.5 |
7.0.6 |
| send | 0.18.0 |
0.19.0 |
| express | 4.19.2 |
4.21.2 |
| shell-quote | 1.8.1 |
1.8.2 |
| cookie | 0.4.1 |
0.7.2 |
| cookie-parser | 1.4.6 |
1.4.7 |
Bumps the npm_and_yarn group with 4 updates in the /policy/frontend directory: nanoid, express, http-proxy-middleware and elliptic.
Updates firebase from 10.1.0 to 10.9.0
Commits
1eb302fVersion Packages (#8063)b498867Merge master into releasece88e71snapshot listeners source from cache (#7982)6d487d7Prevent using authTokenSyncURL if the string begins with a double slash (#8060)b4d59d6Merge master into release2b22838Fix glob pattern to work with Node 20 and its NPM version (#8059)feb5038Update CI node.js versions to 20.x (#8055)245dd26Enforce authTokenSyncURL being a path and not a url. (#8056)e60188dVersion Packages (#8046)7e2efbfMerge master into release- Additional commits viewable in compare view
Updates ws from 8.17.1 to 8.18.0
Commits
Updates ip from 1.1.8 to 2.0.0
Commits
4b2f4e72.0.0369d56dlib: use Buffer.alloc3cdbc26Fix typo in comment0aef004Added ::ffff:127.0.0.1 for isPrivate method- See full diff in compare view
Updates cross-spawn from 7.0.3 to 7.0.6
Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
Updates cross-spawn from 6.0.5 to 7.0.6
Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
Updates postcss from 8.4.39 to 8.5.1
Release notes
Sourced from postcss's releases.
8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenkeduring his work on Stylelint addedInput#documentin additional toInput#css.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
- Added
Input#documentfor sources like CSS-in-JS or HTML (by@romainmenke).8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).
Commits
7b02c75Release 8.5.1 version4c15339Update dependencies7efe91eImprove backwards compat forInput#document(#2000)6873270Release 8.5 version4223bb9Fix 80 columns limit80e2401AddInput#document(#1996)6f86879Update dependencies85cbbecFix pnpm version on CI76caa57Update dependencies46ff246Move to pnpm 10- Additional commits viewable in compare view
Updates nanoid from 3.3.7 to 3.3.8
Changelog
Sourced from nanoid's changelog.
3.3.8
- Fixed a way to break Nano ID by passing non-integer size (by
@myndzi).3.3.7
- Fixed
node16TypeScript support (by Saadi Myftija).3.3.6
- Fixed package.
3.3.5
- Backport funding information.
Commits
3044cd5Release 3.3.8 version4fe3495Update size limitd643045Fix pool pollution, infinite loop (#510)89d82d2Release 3.3.7 version5022c35Update dual-publish3e7a8e5Remove benchmark from CI for v3d356144Fix CI for v337b25dfMove to pnpm 8d96f392Release 3.3.6 version8210dfbRelease 3.3.5 version- Additional commits viewable in compare view
Updates shell-quote from 1.8.1 to 1.8.2
Changelog
Sourced from shell-quote's changelog.
v1.8.2 - 2024-11-27
Fixed
- [Fix]
quote: preserve empty strings[#18](https://github.com/ljharb/shell-quote/issues/18)Commits
- [meta] fix changelog tags
0fb9fd8- [actions] split out node 10-20, and 20+
819bd84- [Dev Deps] update
@ljharb/eslint-config,auto-changelog,npmignore,tapefc56408- [actions] update npm for windows tests
fdeb0fd- [Dev Deps] update
@ljharb/eslint-config,aud,tapeb8a4a3b- [actions] prevent node 14 on ARM mac from failing
9eecafc- [meta] exclude more files from the package
4044e7f- [Tests] replace
audwithnpm audit8cfdbd8- [meta] add missing
engines.node843820e- [Dev Deps] add missing peer dep
4c3b88d- [Dev Deps] pin
jackspeaksince 2.1.2+ depends on npm aliases, which kill the install process in npm < 680322ed
Commits
b19fc77v1.8.259d29ea[Fix]quote: preserve empty strings819bd84[actions] split out node 10-20, and 20+4c3b88d[Dev Deps] add missing peer depfc56408[Dev Deps] update@ljharb/eslint-config,auto-changelog,npmignore,tape8cfdbd8[Tests] replaceaudwithnpm audit9eecafc[actions] prevent node 14 on ARM mac from failing843820e[meta] add missingengines.node4044e7f[meta] exclude more files from the packagefdeb0fd[actions] update npm for windows tests- Additional commits viewable in compare view
Updates ws from 7.5.10 to 8.18.0
Commits
Updates cross-spawn from 7.0.3 to 7.0.6
Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
Updates cross-spawn from 6.0.5 to 7.0.6
Changelog
Sourced from cross-spawn's changelog.
7.0.6 (2024-11-18)
Bug Fixes
- update cross-spawn version to 7.0.5 in package-lock.json (f700743)
7.0.5 (2024-11-07)
Bug Fixes
- fix escaping bug introduced by backtracking (640d391)
7.0.4 (2024-11-07)
Bug Fixes
Commits
77cd97fchore(release): 7.0.66717de4chore: upgrade standard-versionf700743fix: update cross-spawn version to 7.0.5 in package-lock.json9a7e3b2chore: fix build status badge0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)- Additional commits viewable in compare view
Updates send from 0.18.0 to 0.19.0
Release notes
Sourced from send's releases.
0.19.0
What's Changed
- Remove link renderization in html while redirecting (pillarjs/send#235)
New Contributors
@UlisesGasconmade their first contribution in pillarjs/send#235Full Changelog: https://github.com/pillarjs/send/compare/0.18.0...0.19.0
Changelog
Sourced from send's changelog.
0.19.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
9d2db990.19.0ae4f298Merge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.
Updates express from 4.19.2 to 4.21.2
Release notes
Sourced from express's releases.
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
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- [email protected] by
@wesleytoddin expressjs/express#5954- fix(deps): [email protected] by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
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
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits
1faf2284.21.22e0fb64deps: bump [email protected] (#6209)59fc270deps: [email protected] (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): [email protected]7e562c64.21.01bcde96fix(deps): [email protected] (#5946)7d36477fix(deps): [email protected] (#5951)40d2d8ffix(deps): [email protected]- 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 serve-static from 1.15.0 to 1.16.2
Release notes
Sourced from serve-static's releases.
v1.16.2
What's Changed
- encodeurl@~2.0.0 by
@wesleytoddin expressjs/serve-static#180Full Changelog: https://github.com/expressjs/serve-static/compare/v1.16.1...v1.16.2
v1.16.1
What's Changed
- bump send to 0.19 by
@tommasiniin expressjs/serve-static#176New Contributors
@tommasinimade their first contribution in expressjs/serve-static#176Full Changelog: https://github.com/expressjs/serve-static/compare/1.16.0...v1.16.1
1.16.0
What's Changed
- Remove link renderization in html while redirecting (expressjs/serve-static#173)
New Contributors
@UlisesGasconmade their first contribution in expressjs/serve-static#173Full Changelog: https://github.com/expressjs/serve-static/compare/v1.15.0...1.16.0
Changelog
Sourced from serve-static's changelog.
1.16.2 / 2024-09-11
- deps: encodeurl@~2.0.0
1.16.1 / 2024-09-11
- deps: [email protected]
1.16.0 / 2024-09-10
- Remove link renderization in html while redirecting
Commits
ec9c5ec1.16.2f454d37fix(deps): encodeurl@~2.0.077a82551.16.14263f49fix(deps): [email protected]48c73971.16.00c11fadMerge commit from fork- See full diff in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.
Updates shell-quote from 1.8.1 to 1.8.2
Changelog
Sourced from shell-quote's changelog.
v1.8.2 - 2024-11-27
Fixed
- [Fix]
quote: preserve empty strings[#18](https://github.com/ljharb/shell-quote/issues/18)Commits
- [meta] fix changelog tags
0fb9fd8- [actions] split out node 10-20, and 20+
819bd84- [Dev Deps] update
@ljharb/eslint-config,auto-changelog,npmignore,tapefc56408- [actions] update npm for windows tests
fdeb0fd- [Dev Deps] update
@ljharb/eslint-config,aud,tapeb8a4a3b- [actions] prevent node 14 on ARM mac from failing
9eecafc- [meta] exclude more files from the package
4044e7f- [Tests] replace
audwithnpm audit8cfdbd8- [meta] add missing
engines.node843820e- [Dev Deps] add missing peer dep
4c3b88d- [Dev Deps] pin
jackspeaksince 2.1.2+ depends on npm aliases, which kill the install process in npm < 680322ed
Commits
b19fc77v1.8.259d29ea[Fix]quote: preserve empty strings819bd84[actions] split out node 10-20, and 20+4c3b88d[Dev Deps] add missing peer depfc56408[Dev Deps] update@ljharb/eslint-config,auto-changelog,npmignore,tape8cfdbd8[Tests] replaceaudwithnpm audit9eecafc[actions] prevent node 14 on ARM mac from failing843820e[meta] add missingengines.node4044e7f[meta] exclude more files from the packagefdeb0fd[actions] update npm for windows tests- Additional commits viewable in compare view
Updates express from 4.19.2 to 4.21.2
Release notes
Sourced from express's releases.
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
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- [email protected] by
@wesleytoddin expressjs/express#5954- fix(deps): [email protected] by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
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
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits
1faf2284.21.22e0fb64deps: bump [email protected] (#6209)59fc270deps: [email protected] (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): [email protected]7e562c64.21.01bcde96fix(deps): [email protected] (#5946)7d36477fix(deps): [email protected] (#5951)40d2d8ffix(deps): [email protected]- Additional commits viewable in compare view
Description has been truncated