Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent b3bc90c commit 2178d2a
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.11.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.4",
"@vscode/vsce": "^3.1.0",
"@vscode/vsce": "^3.1.1",
"eslint": "^9.11.1",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.9.0",
Expand Down Expand Up @@ -2514,9 +2514,9 @@
}
},
"node_modules/@vscode/vsce": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.1.0.tgz",
"integrity": "sha512-fwdfp1Ol+bZtlSGkpcd/nztfo6+SVsTOMWjZ/+a88lVtUn7gXNbSu7dbniecl5mz4vINl+oaVDVtVdGbJDApmw==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.1.1.tgz",
"integrity": "sha512-N62Ca9ElRPLUUzf7l9CeEBlLrYzFPRQq7huKk4pVW+LjIOSXfFIPudixn5QvZcz+yXDOh15IopI3K2o3y9666Q==",
"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.11.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.4",
"@vscode/vsce": "^3.1.0",
"@vscode/vsce": "^3.1.1",
"eslint": "^9.11.1",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.9.0",
Expand Down

0 comments on commit 2178d2a

Please sign in to comment.