From 30fdbee0c690b6870998cdf7aa33350e6c5b9d23 Mon Sep 17 00:00:00 2001
From: "elastic-renovate-prod[bot]"
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Date: Wed, 18 Sep 2024 08:32:42 -0400
Subject: [PATCH 1/3] Update dependency tough-cookie to v5 (main) (#193107)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tough-cookie](https://togithub.com/salesforce/tough-cookie) |
devDependencies | major | [`^4.1.4` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/tough-cookie/4.1.4/5.0.0) |
---
### Release Notes
salesforce/tough-cookie (tough-cookie)
###
[`v5.0.0`](https://togithub.com/salesforce/tough-cookie/releases/tag/v5.0.0)
[Compare
Source](https://togithub.com/salesforce/tough-cookie/compare/v4.1.4...v5.0.0)
#### Summary
##### Breaking Changes
- We've migrated the project to TypeScript! First-party types are now
available.
- The minimum supported version of node is v18.
- We no longer provide official support for non-node enviroments.
##### API Changes
- We've standardized most of our exposed interfaces to accept both
`null` and `undefined` and return only `undefined`.
- `getCookie` and `getCookies` now accept a `string` or `URL` as a
parameter.
- We've removed the `inspect` function in favor of node's
`util.inspect.custom` symbol. Cookies may appear different when logged
in non-node environments.
##### Other Changes
- Fixed the expiry time not updating when a cookie is updating.
- Fixed validation errors not getting called in some callbacks.
- [New
documentation](https://togithub.com/salesforce/tough-cookie/blob/v5.0.0/api/docs/tough-cookie.md)
that is always kept up to date!
- Performance improvements.
#### What's Changed
- Typescript support by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/264](https://togithub.com/salesforce/tough-cookie/pull/264)
- \[v5] Update config by [@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/269](https://togithub.com/salesforce/tough-cookie/pull/269)
- Fix prettier in eslint config by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/274](https://togithub.com/salesforce/tough-cookie/pull/274)
- Updated dev tooling by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/271](https://togithub.com/salesforce/tough-cookie/pull/271)
- Port 283 fix to v5 by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/287](https://togithub.com/salesforce/tough-cookie/pull/287)
- Remove some [@ts-ignore](https://togithub.com/ts-ignore)
directives. by [@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/288](https://togithub.com/salesforce/tough-cookie/pull/288)
- Clean up validate function. by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/275](https://togithub.com/salesforce/tough-cookie/pull/275)
- Changes to support full eslint rule configurations by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/289](https://togithub.com/salesforce/tough-cookie/pull/289)
- Split giant cookie.ts into multiple files. by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/296](https://togithub.com/salesforce/tough-cookie/pull/296)
- Merge branch 'master' into v5 by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/300](https://togithub.com/salesforce/tough-cookie/pull/300)
- Merge `v5` into `master` by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/303](https://togithub.com/salesforce/tough-cookie/pull/303)
- Preparing for release `5.0.0-rc.0` by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/304](https://togithub.com/salesforce/tough-cookie/pull/304)
- Bump [@babel/traverse](https://togithub.com/babel/traverse)
from 7.21.3 to 7.23.2 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/305](https://togithub.com/salesforce/tough-cookie/pull/305)
- Configure dependabot and codeowners by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/306](https://togithub.com/salesforce/tough-cookie/pull/306)
- Bump
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.58.0 to 5.62.0 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/310](https://togithub.com/salesforce/tough-cookie/pull/310)
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/311](https://togithub.com/salesforce/tough-cookie/pull/311)
- Bump async from 2.6.4 to 3.2.4 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/313](https://togithub.com/salesforce/tough-cookie/pull/313)
- Avoid using `arguments` by [@wjhsf](https://togithub.com/wjhsf)
in
[https://github.com/salesforce/tough-cookie/pull/316](https://togithub.com/salesforce/tough-cookie/pull/316)
- Configure dependabot to ignore
[@types/node](https://togithub.com/types/node). by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/319](https://togithub.com/salesforce/tough-cookie/pull/319)
- Bump dependencies. by [@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/323](https://togithub.com/salesforce/tough-cookie/pull/323)
- Bump the dev-dependencies group with 6 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/342](https://togithub.com/salesforce/tough-cookie/pull/342)
- Bump the dev-dependencies group with 1 update by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/344](https://togithub.com/salesforce/tough-cookie/pull/344)
- Bump the dev-dependencies group with 3 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/347](https://togithub.com/salesforce/tough-cookie/pull/347)
- docs: use correct memstore file link by
[@alissonsleal](https://togithub.com/alissonsleal) in
[https://github.com/salesforce/tough-cookie/pull/349](https://togithub.com/salesforce/tough-cookie/pull/349)
- Bump the dev-dependencies group with 3 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/351](https://togithub.com/salesforce/tough-cookie/pull/351)
- Bump the dev-dependencies group with 2 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/354](https://togithub.com/salesforce/tough-cookie/pull/354)
- Fix expiry time not updating when cookie is updated by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/345](https://togithub.com/salesforce/tough-cookie/pull/345)
- Change dependabot to monthly by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/355](https://togithub.com/salesforce/tough-cookie/pull/355)
- Bump the dev-dependencies group with 5 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/358](https://togithub.com/salesforce/tough-cookie/pull/358)
- Avoid `void` by [@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/331](https://togithub.com/salesforce/tough-cookie/pull/331)
- Replace `psl` with `tldts` by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/346](https://togithub.com/salesforce/tough-cookie/pull/346)
- Bump the production-dependencies group with 1 update by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/362](https://togithub.com/salesforce/tough-cookie/pull/362)
- Bump the dev-dependencies group with 4 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/363](https://togithub.com/salesforce/tough-cookie/pull/363)
- docs: fix JSON.serialize -> JSON.stringify by
[@zavan](https://togithub.com/zavan) in
[https://github.com/salesforce/tough-cookie/pull/361](https://togithub.com/salesforce/tough-cookie/pull/361)
- Remove workarounds for `util` in non-node environments by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/359](https://togithub.com/salesforce/tough-cookie/pull/359)
- Accept URL parameter in `getCookies` and `setCookie` by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/364](https://togithub.com/salesforce/tough-cookie/pull/364)
- Remove community cookie store links by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/367](https://togithub.com/salesforce/tough-cookie/pull/367)
- Handle unlikely edge case in unimportant util by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/366](https://togithub.com/salesforce/tough-cookie/pull/366)
- Fix allow listed `files` for what to include in npm package by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/368](https://togithub.com/salesforce/tough-cookie/pull/368)
- fix
[#256](https://togithub.com/salesforce/tough-cookie/issues/256)
by [@hrueger](https://togithub.com/hrueger) in
[https://github.com/salesforce/tough-cookie/pull/297](https://togithub.com/salesforce/tough-cookie/pull/297)
- Preparing for release 5.0.0-rc.1 by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/369](https://togithub.com/salesforce/tough-cookie/pull/369)
- Bump
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 7.0.0 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/373](https://togithub.com/salesforce/tough-cookie/pull/373)
- Bump the production-dependencies group with 1 update by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/370](https://togithub.com/salesforce/tough-cookie/pull/370)
- Fixes eslint plugin dev upgrades by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/375](https://togithub.com/salesforce/tough-cookie/pull/375)
- restore `parse` export that was accidentally removed by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/376](https://togithub.com/salesforce/tough-cookie/pull/376)
- Clean up cookie creation by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/381](https://togithub.com/salesforce/tough-cookie/pull/381)
- Enforce explicit function return type by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/383](https://togithub.com/salesforce/tough-cookie/pull/383)
- patch removed util methods for vows by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/389](https://togithub.com/salesforce/tough-cookie/pull/389)
- clean up usage of null/undefined by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/380](https://togithub.com/salesforce/tough-cookie/pull/380)
- Bump the dev-dependencies group with 2 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/404](https://togithub.com/salesforce/tough-cookie/pull/404)
- Bump the production-dependencies group with 1 update by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/403](https://togithub.com/salesforce/tough-cookie/pull/403)
- Remove `@types/psl` from dev dependencies by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/406](https://togithub.com/salesforce/tough-cookie/pull/406)
- Bump tldts from 6.1.16 to 6.1.18 in the production-dependencies group
by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/411](https://togithub.com/salesforce/tough-cookie/pull/411)
- Bump the dev-dependencies group with 2 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/412](https://togithub.com/salesforce/tough-cookie/pull/412)
- Bump ejs from 3.1.9 to 3.1.10 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/413](https://togithub.com/salesforce/tough-cookie/pull/413)
- Update v5 docs by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/384](https://togithub.com/salesforce/tough-cookie/pull/384)
- Enable strict type checked rules by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/392](https://togithub.com/salesforce/tough-cookie/pull/392)
- Preparing for release 5.0.0-rc.2 by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/414](https://togithub.com/salesforce/tough-cookie/pull/414)
- Bump the dev-dependencies group with 4 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/417](https://togithub.com/salesforce/tough-cookie/pull/417)
- Bump [@eslint/js](https://togithub.com/eslint/js) from 8.57.0
to 9.4.0 by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/419](https://togithub.com/salesforce/tough-cookie/pull/419)
- Bump tldts from 6.1.18 to 6.1.24 in the production-dependencies group
across 1 directory by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/420](https://togithub.com/salesforce/tough-cookie/pull/420)
- chore: update deps by [@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/421](https://togithub.com/salesforce/tough-cookie/pull/421)
- Use latest TypeScript version by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/423](https://togithub.com/salesforce/tough-cookie/pull/423)
- Update contributors by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/425](https://togithub.com/salesforce/tough-cookie/pull/425)
- Bump tldts from 6.1.28 to 6.1.30 in the production-dependencies group
by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/426](https://togithub.com/salesforce/tough-cookie/pull/426)
- Bump the dev-dependencies group with 4 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/427](https://togithub.com/salesforce/tough-cookie/pull/427)
- Fix validation errors not calling callbacks by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/424](https://togithub.com/salesforce/tough-cookie/pull/424)
- Preparing for release 5.0.0-rc.3 by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/430](https://togithub.com/salesforce/tough-cookie/pull/430)
- Remove url-parse and punycode by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/429](https://togithub.com/salesforce/tough-cookie/pull/429)
- Checks structure instead of instanceof for URL test by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/431](https://togithub.com/salesforce/tough-cookie/pull/431)
- pre-release cleanup by [@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/428](https://togithub.com/salesforce/tough-cookie/pull/428)
- Preparing for release 5.0.0-rc.4 by
[@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/432](https://togithub.com/salesforce/tough-cookie/pull/432)
- use `domainToASCII(str)` instead of `new URL(str).hostName` by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/433](https://togithub.com/salesforce/tough-cookie/pull/433)
- Bump tldts from 6.1.32 to 6.1.37 in the production-dependencies group
by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/436](https://togithub.com/salesforce/tough-cookie/pull/436)
- Bump the dev-dependencies group across 1 directory with 6 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/439](https://togithub.com/salesforce/tough-cookie/pull/439)
- Bump tldts from 6.1.37 to 6.1.41 in the production-dependencies group
by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/443](https://togithub.com/salesforce/tough-cookie/pull/443)
- Bump the dev-dependencies group with 6 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/444](https://togithub.com/salesforce/tough-cookie/pull/444)
- upgrade typescript-eslint to 8.0.1 by
[@wjhsf](https://togithub.com/wjhsf) in
[https://github.com/salesforce/tough-cookie/pull/440](https://togithub.com/salesforce/tough-cookie/pull/440)
- Bump the dev-dependencies group with 2 updates by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/448](https://togithub.com/salesforce/tough-cookie/pull/448)
- Bump eslint from 8.57.0 to 9.9.1 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/salesforce/tough-cookie/pull/449](https://togithub.com/salesforce/tough-cookie/pull/449)
- Prepare v5 by [@colincasey](https://togithub.com/colincasey) in
[https://github.com/salesforce/tough-cookie/pull/451](https://togithub.com/salesforce/tough-cookie/pull/451)
#### New Contributors
- [@alissonsleal](https://togithub.com/alissonsleal) made their
first contribution in
[https://github.com/salesforce/tough-cookie/pull/349](https://togithub.com/salesforce/tough-cookie/pull/349)
- [@zavan](https://togithub.com/zavan) made their first
contribution in
[https://github.com/salesforce/tough-cookie/pull/361](https://togithub.com/salesforce/tough-cookie/pull/361)
- [@hrueger](https://togithub.com/hrueger) made their first
contribution in
[https://github.com/salesforce/tough-cookie/pull/297](https://togithub.com/salesforce/tough-cookie/pull/297)
**Full Changelog**:
https://github.com/salesforce/tough-cookie/compare/v4.1.3...v5.0.0
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit f712e4a47bb653136cc8ceefca08d3524dc00a4b)
# Conflicts:
# package.json
# yarn.lock
---
package.json | 2 +-
yarn.lock | 23 +++++++++++++++++------
2 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
index d7a5029a3f4fb..d9a38c890570d 100644
--- a/package.json
+++ b/package.json
@@ -814,7 +814,7 @@
"tempy": "^0.3.0",
"terser": "^5.19.2",
"terser-webpack-plugin": "^4.2.3",
- "tough-cookie": "^4.1.4",
+ "tough-cookie": "^5.0.0",
"ts-loader": "^7.0.5",
"ts-morph": "^11.0.0",
"tsd": "^0.20.0",
diff --git a/yarn.lock b/yarn.lock
index 757606dd3a386..096d5855984e7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -26697,6 +26697,18 @@ tinyqueue@^2.0.3:
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==
+tldts-core@^6.1.46:
+ version "6.1.46"
+ resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.46.tgz#062d64981ee83f934f875c178a97e42bcd13bef7"
+ integrity sha512-zA3ai/j4aFcmbqTvTONkSBuWs0Q4X4tJxa0gV9sp6kDbq5dAhQDSg0WUkReEm0fBAKAGNj+wPKCCsR8MYOYmwA==
+
+tldts@^6.1.32:
+ version "6.1.46"
+ resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.46.tgz#0c3c4157efe732caeddd06eee6da891b26bd8a75"
+ integrity sha512-fw81lXV2CijkNrZAZvee7wegs+EOlTyIuVl/z4q6OUzZHQ1jGL2xQzKXq9geYf/1tzo9LZQLrkcko2m8HLh+rg==
+ dependencies:
+ tldts-core "^6.1.46"
+
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -26841,13 +26853,12 @@ tough-cookie@^4.1.2, tough-cookie@^4.1.3, tough-cookie@^4.1.4:
universalify "^0.2.0"
url-parse "^1.5.3"
-tough-cookie@~2.5.0:
- version "2.5.0"
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
- integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
+tough-cookie@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.0.0.tgz#6b6518e2b5c070cf742d872ee0f4f92d69eac1af"
+ integrity sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==
dependencies:
- psl "^1.1.28"
- punycode "^2.1.1"
+ tldts "^6.1.32"
tr46@^1.0.1:
version "1.0.1"
From 34eb88f89e1a5be730e3c51772b9e714eca1c38d Mon Sep 17 00:00:00 2001
From: Kurt
Date: Wed, 18 Sep 2024 15:47:23 -0400
Subject: [PATCH 2/3] Fixing tough-cookie
---
package.json | 2 +-
yarn.lock | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index d9a38c890570d..01a18db8d8cc1 100644
--- a/package.json
+++ b/package.json
@@ -837,4 +837,4 @@
"zlib": "^1.0.5"
},
"packageManager": "yarn@1.22.21"
-}
\ No newline at end of file
+}
diff --git a/yarn.lock b/yarn.lock
index d5a391c3dafd6..fc6fe8512d9d5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -26836,7 +26836,7 @@ touch@^2.0.1:
dependencies:
nopt "~1.0.10"
-tough-cookie@^4.1.2, tough-cookie@^4.1.3, tough-cookie@^4.1.4:
+tough-cookie@^4.1.2, tough-cookie@^4.1.3:
version "4.1.4"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
@@ -26853,6 +26853,14 @@ tough-cookie@^5.0.0:
dependencies:
tldts "^6.1.32"
+tough-cookie@~2.5.0:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
+ integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
+ dependencies:
+ psl "^1.1.28"
+ punycode "^2.1.1"
+
tr46@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
From 97d7764ccc3d8787aa868f4e6437f84bda88d104 Mon Sep 17 00:00:00 2001
From: Kurt
Date: Tue, 1 Oct 2024 15:56:15 -0400
Subject: [PATCH 3/3] brace
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index ae29f70c677be..3e828cb30c072 100644
--- a/package.json
+++ b/package.json
@@ -837,4 +837,4 @@
"zlib": "^1.0.5"
},
"packageManager": "yarn@1.22.21"
-}
+}
\ No newline at end of file