Skip to content

Commit 93e89c7

Browse files
authored
chore(deps): pin cookie to ^0.7.2 (#2196)
This is being reported as an issue by our vuln checker, although we are not affected by the vulnerability itself as mongosh does not use HTTP cookies in production code.
1 parent 836056e commit 93e89c7

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

package-lock.json

Lines changed: 9 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,8 @@
162162
"packages/node-runtime-worker-thread",
163163
"packages/browser-repl",
164164
"packages/connectivity-tests"
165-
]
165+
],
166+
"overrides": {
167+
"cookie": "^0.7.2"
168+
}
166169
}

0 commit comments

Comments
 (0)