fix(security): harden archive parsing and CI actions (#7293)
Showing
| ... | @@ -36,7 +36,6 @@ | ... | @@ -36,7 +36,6 @@ |
| "cookie": "^0.7.1", | "cookie": "^0.7.1", | ||
| "date-fns": "catalog:", | "date-fns": "catalog:", | ||
| "dayjs": "catalog:", | "dayjs": "catalog:", | ||
| "decompress": "^4.2.1", | |||
| "domino-ext": "^2.1.4", | "domino-ext": "^2.1.4", | ||
| "encoding": "^0.1.13", | "encoding": "^0.1.13", | ||
| "file-type": "catalog:", | "file-type": "catalog:", | ||
| ... | @@ -77,12 +76,12 @@ | ... | @@ -77,12 +76,12 @@ |
| "undici": "catalog:", | "undici": "catalog:", | ||
| "winston": "^3.17.0", | "winston": "^3.17.0", | ||
| "xlsx": "0.18.5", | "xlsx": "0.18.5", | ||
| "yauzl": "^3.4.0", | |||
| "zod": "catalog:" | "zod": "catalog:" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/async-retry": "^1.4.9", | "@types/async-retry": "^1.4.9", | ||
| "@types/cookie": "^0.5.2", | "@types/cookie": "^0.5.2", | ||
| "@types/decompress": "^4.2.7", | |||
| "@types/jsonwebtoken": "catalog:", | "@types/jsonwebtoken": "catalog:", | ||
| "@types/lodash": "catalog:", | "@types/lodash": "catalog:", | ||
| "@types/mime-types": "catalog:", | "@types/mime-types": "catalog:", | ||
| ... | @@ -94,6 +93,7 @@ | ... | @@ -94,6 +93,7 @@ |
| "@types/proxy-addr": "catalog:", | "@types/proxy-addr": "catalog:", | ||
| "@types/proxy-from-env": "^1.0.4", | "@types/proxy-from-env": "^1.0.4", | ||
| "@types/tunnel": "^0.0.4", | "@types/tunnel": "^0.0.4", | ||
| "@types/turndown": "^5.0.4" | "@types/turndown": "^5.0.4", | ||
| "@types/yauzl": "^2.10.3" | |||
| } | } | ||
| } | } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment