mirror of
https://github.com/coder/code-server.git
synced 2026-02-19 18:01:15 +08:00
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [argon2](https://github.com/ranisalt/node-argon2). These dependencies need to be updated together. Removes `tar` Updates `argon2` from 0.28.7 to 0.44.0 - [Release notes](https://github.com/ranisalt/node-argon2/releases) - [Commits](https://github.com/ranisalt/node-argon2/compare/v0.28.7...v0.44.0) --- updated-dependencies: - dependency-name: tar dependency-version: dependency-type: indirect - dependency-name: argon2 dependency-version: 0.44.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
825 B
JSON
30 lines
825 B
JSON
{
|
|
"license": "MIT",
|
|
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
|
|
"devDependencies": {
|
|
"@jest-mock/express": "^1.4.5",
|
|
"@playwright/test": "^1.56.1",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/jsdom": "^16.2.13",
|
|
"@types/node-fetch": "^2.5.8",
|
|
"@types/wtfnode": "^0.7.0",
|
|
"argon2": "^0.44.0",
|
|
"extract-zip": "^2.0.1",
|
|
"jest": "^27.3.1",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jsdom": "^16.4.0",
|
|
"node-fetch": "^2.6.7",
|
|
"playwright": "^1.56.1",
|
|
"ts-jest": "^27.0.7",
|
|
"wtfnode": "^0.9.1"
|
|
},
|
|
"resolutions": {
|
|
"ansi-regex": "^5.0.1",
|
|
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.9",
|
|
"set-value": "^4.0.1",
|
|
"tmpl": "^1.0.5",
|
|
"path-parse": "^1.0.7",
|
|
"json-schema": "^0.4.0"
|
|
}
|
|
}
|