Skip to content

Commit

Permalink
fixing cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
kc13greiner committed Jan 6, 2025
1 parent b50977e commit cfa5246
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15784,10 +15784,10 @@ cookie@^0.5.0:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==

cookie@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@^0.7.1:
version "0.7.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==

cookiejar@^2.1.4:
version "2.1.4"
Expand Down Expand Up @@ -17575,7 +17575,7 @@ elastic-apm-node@^4.10.0:
async-value-promise "^1.1.1"
basic-auth "^2.0.1"
breadth-filter "^2.0.0"
cookie "^0.6.0"
cookie "^0.7.1"
core-util-is "^1.0.2"
end-of-stream "^1.4.4"
error-callsites "^2.0.4"
Expand All @@ -17584,7 +17584,7 @@ elastic-apm-node@^4.10.0:
fast-safe-stringify "^2.0.7"
fast-stream-to-buffer "^1.0.0"
http-headers "^3.0.2"
import-in-the-middle "1.11.0"
import-in-the-middle "1.11.3"
json-bigint "^1.0.0"
lru-cache "10.2.0"
measured-reporting "^1.51.1"
Expand Down Expand Up @@ -20870,10 +20870,10 @@ import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
parent-module "^1.0.0"
resolve-from "^4.0.0"

[email protected].0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.0.tgz#a94c4925b8da18256cde3b3b7b38253e6ca5e708"
integrity sha512-5DimNQGoe0pLUHbR9qK84iWaWjjbsxiqXnw6Qz64+azRgleqv9k2kTt5fw7QsOpmaGYtuxxursnPPsnTKEx10Q==
[email protected].3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.3.tgz#08559f2c05fd65ba7062e747af056ed18a80120c"
integrity sha512-tNpKEb4AjZrCyrxi+Eyu43h5ig0O8ZRFSXPHh/00/o+4P4pKzVEW/m5lsVtsAT7fCIgmQOAPjdqecGDsBXRxsw==
dependencies:
acorn "^8.8.2"
acorn-import-attributes "^1.9.5"
Expand Down

0 comments on commit cfa5246

Please sign in to comment.