[Security] Bump tough-cookie and chii
Bumps tough-cookie to 5.1.0 and updates ancestor dependency chii. These dependencies need to be updated together.
Updates tough-cookie
from 2.5.0 to 5.1.0 This update includes a security fix.
Vulnerabilities fixed
tough-cookie Prototype Pollution vulnerability
Versions of the package tough-cookie before 4.1.3 are vulnerable to Prototype Pollution due to improper handling of Cookies when using CookieJar inrejectPublicSuffixes=false
mode. This issue arises from the manner in which the objects are initialized.Patched versions: 4.1.3
Affected versions: < 4.1.3
Release notes
Sourced from tough-cookie's releases.
v5.1.0
What's Changed
- Scheduled integration test with jsdom by
@colincasey
in salesforce/tough-cookie#450- Update README.md by
@colincasey
in salesforce/tough-cookie#454- fix: remove cookies that expire at epoch time of
0
by@colincasey
in salesforce/tough-cookie#457- Restore missing
expiryDate
method by@colincasey
in salesforce/tough-cookie#459- Bump tldts from 6.1.41 to 6.1.48 in the production-dependencies group by
@dependabot
in salesforce/tough-cookie#461- Bump the dev-dependencies group with 7 updates by
@dependabot
in salesforce/tough-cookie#462- fix(path-match): avoid parsing path as regex by
@wjhsf
in salesforce/tough-cookie#465- Bump tldts from 6.1.48 to 6.1.57 in the production-dependencies group by
@dependabot
in salesforce/tough-cookie#466- Bump the dev-dependencies group with 8 updates by
@dependabot
in salesforce/tough-cookie#467- Bump tldts from 6.1.57 to 6.1.65 in the production-dependencies group by
@dependabot
in salesforce/tough-cookie#468- Bump the dev-dependencies group across 1 directory with 8 updates by
@dependabot
in salesforce/tough-cookie#471- chore: streamline package publishing by
@wjhsf
in salesforce/tough-cookie#453- Bump the dev-dependencies group across 1 directory with 8 updates by
@dependabot
in salesforce/tough-cookie#476- Bump tldts from 6.1.65 to 6.1.71 in the production-dependencies group across 1 directory by
@dependabot
in salesforce/tough-cookie#478- Fix npm token config for publish by
@colincasey
in salesforce/tough-cookie#482- Give permissions for provenance generation by
@colincasey
in salesforce/tough-cookie#483- revert: use runtime-agnostic
domainToASCII
by@wjhsf
in salesforce/tough-cookie#480- Prepare release v5.1.0 by
@colincasey
in salesforce/tough-cookie#484Full Changelog: https://github.com/salesforce/tough-cookie/compare/v5.0.0...v5.1.0
v5.1.0-rc.0
What's Changed
- Scheduled integration test with jsdom by
@colincasey
in salesforce/tough-cookie#450- Update README.md by
@colincasey
in salesforce/tough-cookie#454- fix: remove cookies that expire at epoch time of
0
by@colincasey
in salesforce/tough-cookie#457- Restore missing
expiryDate
method by@colincasey
in salesforce/tough-cookie#459- Bump tldts from 6.1.41 to 6.1.48 in the production-dependencies group by
@dependabot
in salesforce/tough-cookie#461- Bump the dev-dependencies group with 7 updates by
@dependabot
in salesforce/tough-cookie#462- fix(path-match): avoid parsing path as regex by
@wjhsf
in salesforce/tough-cookie#465- Bump tldts from 6.1.48 to 6.1.57 in the production-dependencies group by
@dependabot
in salesforce/tough-cookie#466- Bump the dev-dependencies group with 8 updates by
@dependabot
in salesforce/tough-cookie#467- Bump tldts from 6.1.57 to 6.1.65 in the production-dependencies group by
@dependabot
in salesforce/tough-cookie#468- Bump the dev-dependencies group across 1 directory with 8 updates by
@dependabot
in salesforce/tough-cookie#471- chore: streamline package publishing by
@wjhsf
in salesforce/tough-cookie#453- Bump the dev-dependencies group across 1 directory with 8 updates by
@dependabot
in salesforce/tough-cookie#476- Bump tldts from 6.1.65 to 6.1.71 in the production-dependencies group across 1 directory by
@dependabot
in salesforce/tough-cookie#478- Fix npm token config for publish by
@colincasey
in salesforce/tough-cookie#482- Give permissions for provenance generation by
@colincasey
in salesforce/tough-cookie#483Full Changelog: https://github.com/salesforce/tough-cookie/compare/v5.0.0...v5.1.0-rc.0
v5.0.0
Summary
Breaking Changes
... (truncated)
Commits
-
f27648d
Merge pull request #484 from salesforce/prepare-v5.1.0 -
7020bb0
5.1.0 -
80cf3c9
Merge pull request #480 from salesforce/wjh/revert-domain-to-ascii -
58a5e7e
Merge branch 'master' into wjh/revert-domain-to-ascii -
b407f60
Merge pull request #483 from salesforce/provenance_perms -
dc6508e
Give permissions for provenance generation -
8cec91f
Merge pull request #482 from salesforce/npm_auth -
5bf0608
Fix npm token config for publish -
8a9418d
5.1.0-rc.0 -
2ff5218
revert: use runtime-agnosticdomainToASCII
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Updates chii
from 1.10.0 to 1.15.4
Release notes
Sourced from chii's releases.
v1.15.4
- fix: auto change theme
v1.15.3
- fix: embedded mode not resizable on mobile #81
v1.15.2
- fix: ws dead loop
v1.15.1
- fix: cache network requests before enable #53
- chore: minor ui update
v1.15.0
- feat: shadow dom
- chore: update dependencies
v1.14.0
- feat: dark mode
- fix: memory leak #51
v1.13.0
- feat: os icon
- chore: update chobitsu
v1.12.3
- fix: target.js cdn attribute
v1.12.2
- fix: firefox elements panel
v1.12.1
- fix: default favicon
v1.12.0
- feat: update devtools frontend
- feat: support safari
v1.11.1
- chore: update chobitsu
v1.11.0
- feat: support IndexedDB
- feat: support WebSocket
Changelog
Sourced from chii's changelog.
1.15.4 (3 Nov 2024)
- fix: auto change theme
1.15.3 (27 Oct 2024)
- fix: embedded mode not resizable on mobile #81
1.15.2 (17 Oct 2024)
- fix: ws dead loop
1.15.1 (16 Oct 2024)
- fix: cache network requests before enable #53
- chore: minor ui update
1.15.0 (3 Oct 2024)
- feat: shadow dom
- chore: update dependencies
1.14.0 (23 Sep 2024)
- feat: dark mode
- fix: memory leak #51
1.13.0 (3 Sep 2024)
- feat: os icon
- chore: update chobitsu
1.12.3 (29 Aug 2024)
- fix: target.js cdn attribute
1.12.2 (29 Aug 2024)
- fix: firefox elements panel
1.12.1 (29 Aug 2024)
- fix: default favicon
1.12.0 (29 Aug 2024)
- feat: update devtools frontend
- feat: support safari
1.11.1 (20 Aug 2024)
... (truncated)
Commits
-
ae22de5
release: v1.15.4 -
0239a03
release: v1.15.3 -
5d1c342
fix: embedded mode not resizable on mobile -
e83b708
docs: simplify readme -
c32c3a6
chore: small changes -
e716f66
release: v1.15.2 -
d4cce0b
release: v1.15.1 -
16ee7cd
release: v1.15.0 -
0a0231c
feat: export chobitsu instance -
ec4b5b4
chore: update dependencies - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts