Files
vscode/test/integration/browser/package.json
dependabot[bot] 8dac0058fb Bump tmp from 0.0.33 to 0.2.4 in /test/integration/browser (#262506)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 16:19:47 +00:00

19 lines
405 B
JSON

{
"name": "code-oss-dev-integration-test",
"version": "0.1.0",
"license": "MIT",
"main": "./index.js",
"scripts": {
"compile": "node ../../../node_modules/typescript/bin/tsc"
},
"devDependencies": {
"@types/node": "22.x",
"@types/rimraf": "^2.0.4",
"@types/tmp": "0.1.0",
"rimraf": "^2.6.1",
"tmp": "0.2.4",
"tree-kill": "1.2.2",
"vscode-uri": "^3.0.2"
}
}