Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 0480189

Browse files
build(deps-dev): bump @vscode/vsce from 3.2.1 to 3.2.2 (#736)
Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](microsoft/vscode-vsce@v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0c8446 commit 0480189

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

package-lock.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@eslint/js": "^9.19.0",
1818
"@types/eslint__js": "^8.42.3",
1919
"@types/node": "^22.10.10",
20-
"@vscode/vsce": "^3.2.1",
20+
"@vscode/vsce": "^3.2.2",
2121
"eslint": "^9.19.0",
2222
"eslint-plugin-jest": "^28.11.0",
2323
"globals": "^15.14.0",
@@ -2540,9 +2540,9 @@
25402540
}
25412541
},
25422542
"node_modules/@vscode/vsce": {
2543-
"version": "3.2.1",
2544-
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.2.1.tgz",
2545-
"integrity": "sha512-AY9vBjwExakK1c0cI/3NN2Ey0EgiKLBye/fxl/ue+o4q6RZ7N+xzd1jAD6eI6eBeMVANi617+V2rxIAkDPco2Q==",
2543+
"version": "3.2.2",
2544+
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.2.2.tgz",
2545+
"integrity": "sha512-4TqdUq/yKlQTHcQMk/DamR632bq/+IJDomSbexOMee/UAYWqYm0XHWA6scGslsCpzY+sCWEhhl0nqdOB0XW1kw==",
25462546
"dev": true,
25472547
"license": "MIT",
25482548
"dependencies": {
@@ -2552,7 +2552,7 @@
25522552
"chalk": "^2.4.2",
25532553
"cheerio": "^1.0.0-rc.9",
25542554
"cockatiel": "^3.1.2",
2555-
"commander": "^6.2.1",
2555+
"commander": "^12.1.0",
25562556
"form-data": "^4.0.0",
25572557
"glob": "^11.0.0",
25582558
"hosted-git-info": "^4.0.2",
@@ -4015,13 +4015,13 @@
40154015
}
40164016
},
40174017
"node_modules/commander": {
4018-
"version": "6.2.1",
4019-
"resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
4020-
"integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
4018+
"version": "12.1.0",
4019+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
4020+
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
40214021
"dev": true,
40224022
"license": "MIT",
40234023
"engines": {
4024-
"node": ">= 6"
4024+
"node": ">=18"
40254025
}
40264026
},
40274027
"node_modules/comment-json": {
@@ -10704,15 +10704,6 @@
1070410704
}
1070510705
}
1070610706
},
10707-
"node_modules/webpack-cli/node_modules/commander": {
10708-
"version": "12.1.0",
10709-
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
10710-
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
10711-
"dev": true,
10712-
"engines": {
10713-
"node": ">=18"
10714-
}
10715-
},
1071610707
"node_modules/webpack-merge": {
1071710708
"version": "6.0.1",
1071810709
"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@eslint/js": "^9.19.0",
5757
"@types/eslint__js": "^8.42.3",
5858
"@types/node": "^22.10.10",
59-
"@vscode/vsce": "^3.2.1",
59+
"@vscode/vsce": "^3.2.2",
6060
"eslint": "^9.19.0",
6161
"eslint-plugin-jest": "^28.11.0",
6262
"globals": "^15.14.0",

0 commit comments

Comments
 (0)