Files
vscode/test/integration/browser/package.json
dependabot[bot] ef7fbda165 build(deps-dev): bump tmp from 0.2.4 to 0.2.6 in /test/integration/browser (#319036)
build(deps-dev): bump tmp in /test/integration/browser

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.4 to 0.2.6.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.4...v0.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-29 20:24:59 +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": "24.x",
"@types/rimraf": "^2.0.4",
"@types/tmp": "0.1.0",
"rimraf": "^2.6.1",
"tmp": "0.2.6",
"tree-kill": "1.2.2",
"vscode-uri": "^3.0.2"
}
}