Bump the npm_and_yarn group across 1 directory with 9 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 8 updates in the /signer-web-app directory:
| Package | From | To | 
|---|---|---|
| postcss | 8.4.45 | 
8.4.46 | 
| cookie | 0.6.0 | 
0.7.1 | 
| express | 4.21.0 | 
4.21.2 | 
| elliptic | 6.5.7 | 
6.6.1 | 
| http-proxy-middleware | 2.0.6 | 
2.0.9 | 
| nanoid | 3.3.7 | 
3.3.11 | 
| pbkdf2 | 3.1.2 | 
3.1.3 | 
| rollup | 2.79.1 | 
2.79.2 | 
Updates postcss from 8.4.45 to 8.4.46
Release notes
Sourced from postcss's releases.
8.4.46
- Fixed
 Cannot read properties of undefined (reading 'before').
Changelog
Sourced from postcss's changelog.
8.4.46
- Fixed
 Cannot read properties of undefined (reading 'before').
Commits
Updates cookie from 0.6.0 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
Fixed
- Allow leading dot for domain (#174)
 
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
 - Add fast path for
 serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
 @kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
 @bewinsnw)- fix: add
 maintopackage.jsonfor rspack (#166 by@proudparrot2)
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
 
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates express from 4.21.0 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: path-to-regexp@0.1.11 by
 @blakeembreyin expressjs/express#5956- deps: bump path-to-regexp@0.1.12 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
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: path-to-regexp@0.1.12
 
- Fix backtracking protection
 - deps: path-to-regexp@0.1.11
 
- Throws an error on invalid path values
 4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
 
Commits
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates elliptic from 6.5.7 to 6.6.1
Commits
9b774366.6.104cb6f5Merge commit from forkb8a7edd6.6.034c8534fix: signature verification due to leading zeros- See full diff in compare view
 
Updates http-proxy-middleware from 2.0.6 to 2.0.9
Release notes
Sourced from http-proxy-middleware's releases.
v2.0.9
What's Changed
- fix(fixRequestBody): check readableLength by
 @chimuraiin chimurai/http-proxy-middleware#1097- chore(package): v2.0.9 by
 @chimuraiin 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
 @chimuraiin chimurai/http-proxy-middleware#1090- fix(fixRequestBody): handle invalid request by
 @chimuraiin chimurai/http-proxy-middleware#1091- chore(package): v2.0.8 by
 @chimuraiin chimurai/http-proxy-middleware#1094Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.8
v2.0.7
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7
v2.0.7-beta.1
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1
v2.0.7-beta.0
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0
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
 v2.0.7
- ci(github actions): add publish.yml
 - fix(filter): handle errors
 
Commits
617a7c9chore(package): v2.0.9 (#1099)d22d587fix(fixRequestBody): check readableLength (#1097)d03d51bchore(package): v2.0.8 (#1094)c50dd06fix(fixRequestBody): handle invalid request (#1091)76a9d8dfix(fixRequestBody): prevent multiple .write() calls (#1090)1e92339ci(github-actions): fix npm tag90afb7cchore(package): v2.0.70b4274efix(filter): handle errors1bd6dd5ci(github actions): add publish.yml- See full diff in compare view
 
Updates nanoid from 3.3.7 to 3.3.11
Release notes
Sourced from nanoid's releases.
3.3.11
- Fixed React Native support.
 3.3.10
- Fixed React Native support (by
 @steida).3.3.9
- Reduced npm package size.
 
Changelog
Sourced from nanoid's changelog.
3.3.11
- Fixed React Native support.
 3.3.10
- Fixed React Native support (by
 @steida).3.3.9
- Reduced npm package size.
 3.3.8
- Fixed a way to break Nano ID by passing non-integer size (by
 @myndzi).
Commits
37289ceRelease 3.3.11 version23690b7Fix CIc147962Fix RN supporta83734eMove to manually ESM/CJS dual packagebb12e8aRelease 3.3.10 version8f44264Fix Expo supportadf9b0cRelease 3.3.9 version1c6f088Remove dev file from npm package3044cd5Release 3.3.8 version4fe3495Update size limit- Additional commits viewable in compare view
 
Updates path-to-regexp from 0.1.10 to 0.1.12
Release notes
Sourced from path-to-regexp's releases.
Fix backtracking (again)
Fixed
- Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j)
 https://github.com/pillarjs/path-to-regexp/compare/v0.1.11...v0.1.12
Error on bad input
Changed
- Add error on bad input values 8f09549
 https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.11
Commits
640e6940.1.12f01c26aMerge commit from fork0c711920.1.118f09549Add error on bad input values- See full diff 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-changelog796c38d- [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-buffere3102a8- [readme] improve badges
 fca0c9d- [Tests] remove unused travis file
 a2c7d93- [meta] switch from
 filestonpmignore7f31fbc- [Tests] use .nycrc
 8d628e8- [Refactor] minor tweaks
 fc61005- [Deps] update
 create-hmac,safe-buffer,sha.jsae2a7d0- [Fix] pin
 create-hash,ripemd160due to breaking changese079968- [Tests] fix tests in node 3
 45fbcf3- [meta] skip publishing benchmarks
 19ea57b- [Dev Deps] add missing peer dep
 645e252
Commits
3e40827v3.1.3e3102a8[Refactor] useto-buffer7431b57Revert "[Tests] fix tests in node < 3"19ea57b[meta] skip publishing benchmarksa2c7d93[Tests] remove unused travis file645e252[Dev Deps] add missing peer dep796c38d[meta] addauto-changelogd0d534b[Tests] add coverage7f31fbc[meta] switch fromfilestonpmignorefca0c9d[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 rollup from 2.79.1 to 2.79.2
Release notes
Sourced from rollup's releases.
v.2.79.2
2.79.2
2024-09-26
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
 Pull Requests
- #5671: Fix DOM Clobbering CVE (
 @lukastaegert)
Changelog
Sourced from rollup's changelog.
2.79.2
2024-09-26
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
 Pull Requests
- #5671: Fix DOM Clobbering CVE (
 @lukastaegert)3.29.5
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
 Pull Requests
- #5671: Fix DOM Clobbering CVE (
 @lukastaegert)4.22.4
2024-09-21
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)
 Pull Requests
- #5670: refactor: Use object.prototype to check for reserved properties (
 @YuHyeonWook)- #5671: Fix DOM Clobbering CVE (
 @lukastaegert)4.22.3
2024-09-21
Bug Fixes
- Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)
 Pull Requests
- #5669: Ensure impure dependencies of pure modules are added (
 @lukastaegert)4.22.2
... (truncated)
Commits
c9bd03d2.79.248aef33fix: resolve DOM Clobbering CVE-2024-43788 (backport to v2) (#5677)- 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
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+244
-86
Package Dependencies
Security Advisories
path-to-regexp outputs backtracking regular expressions
cookie accepts cookie name, path, and domain with out of bounds characters
Webpack's AutoPublicPathRuntimeModule has a DOM Clobbering Gadget that leads to XSS
Technical Details
| ID: | 2832363 | 
            
| UUID: | 2644056282 | 
            
| Node ID: | PR_kwDOMl1uDM6dmRja | 
            
| Host: | GitHub | 
| Repository: | provenant-dev/doc-signing-web-app | 
| Merge State: | Unknown |