Skip to content

Commit

Permalink
Bump the all group in /client with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /client with 4 updates: [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript](https://github.com/microsoft/TypeScript) and [vs-verification-toolbox](https://github.com/viperproject/vs-verification-toolbox).


Updates `@types/mocha` from 10.0.9 to 10.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `@types/node` from 22.8.6 to 22.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `vs-verification-toolbox` from `cb59d87` to `e6b993c`
- [Commits](viperproject/vs-verification-toolbox@cb59d87...e6b993c)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vs-verification-toolbox
  dependency-type: direct:development
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent ace5b5b commit 50a69dc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
36 changes: 19 additions & 17 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
],
"main": "./dist/extension",
"devDependencies": {
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"@types/tmp": "^0.2.6",
"@types/vscode": "^1.63.0",
"@types/yargs": "^17.0.33",
Expand All @@ -49,7 +49,7 @@
"rimraf": "^6.0.1",
"tmp": "^0.2.3",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"vs-verification-toolbox": "git+https://github.com/viperproject/vs-verification-toolbox.git",
"vscode-languageclient": "^6.1.3",
"vscode-uri": "^3.0.8",
Expand Down

0 comments on commit 50a69dc

Please sign in to comment.