mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
252f7d461e
Fixes up some security issues related to lack of pinned dependencies
19 lines
309 B
JSON
19 lines
309 B
JSON
{
|
|
"dependencies": {
|
|
"widdershins": "^4.0.1"
|
|
},
|
|
"resolutions": {
|
|
"semver": "7.5.3",
|
|
"jsonpointer": "5.0.1"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@babel/runtime": "7.26.10",
|
|
"form-data": "4.0.4",
|
|
"yargs-parser": "13.1.2",
|
|
"ajv": "6.12.3",
|
|
"markdown-it": "12.3.2"
|
|
}
|
|
}
|
|
}
|