Skip to content

Commit

Permalink
build(deps-dev): bump @vscode/vsce from 3.1.1 to 3.2.0 (#679)
Browse files Browse the repository at this point in the history
Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: "@vscode/vsce"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 3eee9ed commit 46b9c53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.5",
"@vscode/vsce": "^3.1.1",
"@vscode/vsce": "^3.2.0",
"eslint": "^9.13.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.11.0",
Expand Down Expand Up @@ -2534,9 +2534,9 @@
}
},
"node_modules/@vscode/vsce": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.1.1.tgz",
"integrity": "sha512-N62Ca9ElRPLUUzf7l9CeEBlLrYzFPRQq7huKk4pVW+LjIOSXfFIPudixn5QvZcz+yXDOh15IopI3K2o3y9666Q==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.2.0.tgz",
"integrity": "sha512-c/AId5Lp50HTszCBDfXfD/Go2djm6qO/WfedP2Y3BpRP+V+ttr8T0mTvZ8WEyTiBp2EfrYnzYUCx0ocB9mHy4Q==",
"dev": true,
"dependencies": {
"@azure/identity": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.5",
"@vscode/vsce": "^3.1.1",
"@vscode/vsce": "^3.2.0",
"eslint": "^9.13.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.11.0",
Expand Down

0 comments on commit 46b9c53

Please sign in to comment.