diff --git a/package.json b/package.json
index becbc3c7f..f61e62a9a 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"applicationinsights": "2.9.1",
"body-parser": "^1.20.1",
"config": "^3.3.7",
+ "cookie": "^0.7.0",
"cookie-parser": "~1.4.3",
"cross-env": "^5.2.1",
"debug": "~2.6.3",
diff --git a/yarn-audit-known-issues b/yarn-audit-known-issues
index ab262da69..f1820a59e 100644
--- a/yarn-audit-known-issues
+++ b/yarn-audit-known-issues
@@ -1 +1 @@
-{"actions":[],"advisories":{"1099846":{"findings":[{"version":"0.6.0","paths":["cookie-parser>cookie"]}],"found_by":null,"deleted":null,"references":"- https://github.com/jshttp/cookie/security/advisories/GHSA-pxg6-pf52-xh8x\n- https://github.com/jshttp/cookie/pull/167\n- https://github.com/jshttp/cookie/commit/e10042845354fea83bd8f34af72475eed1dadf5c\n- https://github.com/advisories/GHSA-pxg6-pf52-xh8x","created":"2024-10-04T20:31:00.000Z","id":1099846,"npm_advisory_id":null,"overview":"### Impact\n\nThe cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. For example, `serialize(\"userName=; Max-Age=2592000; a\", value)` would result in `\"userName=; Max-Age=2592000; a=test\"`, setting `userName` cookie to `