Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaakov Lerer committed Sep 8, 2021
1 parent d2036fc commit f7afbdf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the "veracode" extension will be documented in this file.

## [0.2.1]
- Code optimization
- Update vulnerable component version

## [0.2.0]
- First addition of Pipeline scan from file explorer
- Added reporting of pipeline scan result as text
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "veracode",
"displayName": "Veracode Unified Plugin - Unofficial Version",
"description": "A plugin to incorporate Static and SCA findings from Veracode Application Profiles",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "yaakovlerer",
"engines": {
"vscode": "^1.58.0"
Expand Down Expand Up @@ -284,7 +284,7 @@
"@types/glob": "^7.1.4",
"@types/html-to-text": "^8.0.1",
"@types/vscode": "^1.60.0",
"axios": "^0.21.3",
"axios": "^0.21.4",
"form-data": "^4.0.0",
"glob": "^7.1.6",
"html-to-text": "^8.0.0",
Expand Down

0 comments on commit f7afbdf

Please sign in to comment.