Skip to content

Commit 0ab6273

Browse files
chore(deps): bump @types/vscode from 1.120.0 to 1.125.0 (#587)
Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.120.0 to 1.125.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/vscode&package-manager=npm_and_yarn&previous-version=1.120.0&new-version=1.125.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e14b0e4 commit 0ab6273

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ide/base/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@blockception/ide-shared": "*",
32-
"@types/vscode": "^1.120.0",
32+
"@types/vscode": "^1.125.0",
3333
"vscode-languageclient": "^10.0.0"
3434
},
3535
"devDependencies": {

ide/base/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@blockception/ide-shared": "*",
3232
"@daanv2/queue-processor": "^2.2.1",
33-
"@types/vscode": "^1.120.0",
33+
"@types/vscode": "^1.125.0",
3434
"adm-zip": "^0.5.17",
3535
"bc-minecraft-bedrock-command": "*",
3636
"bc-minecraft-bedrock-diagnoser": "*",

package-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"license": "BSD-3-Clause",
4848
"dependencies": {
4949
"@blockception/ide-shared": "*",
50-
"@types/vscode": "^1.120.0",
50+
"@types/vscode": "^1.125.0",
5151
"vscode-languageclient": "^10.0.0"
5252
},
5353
"devDependencies": {
@@ -134,7 +134,7 @@
134134
"dependencies": {
135135
"@blockception/ide-shared": "*",
136136
"@daanv2/queue-processor": "^2.2.1",
137-
"@types/vscode": "^1.120.0",
137+
"@types/vscode": "^1.125.0",
138138
"adm-zip": "^0.5.17",
139139
"bc-minecraft-bedrock-command": "*",
140140
"bc-minecraft-bedrock-diagnoser": "*",
@@ -2889,9 +2889,9 @@
28892889
"license": "MIT"
28902890
},
28912891
"node_modules/@types/vscode": {
2892-
"version": "1.120.0",
2893-
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.120.0.tgz",
2894-
"integrity": "sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==",
2892+
"version": "1.125.0",
2893+
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.125.0.tgz",
2894+
"integrity": "sha512-0icm/ZQAaism87P0ekHqi4/Ju9du+Tm0RUW+y7vqRsxY2cY0FNRX1nAnaW7nT6npPt2tfHiheZ55Zm9UhqonFA==",
28952895
"license": "MIT"
28962896
},
28972897
"node_modules/@types/yargs": {

0 commit comments

Comments
 (0)