Skip to content

Commit

Permalink
PA-11951 package update (#2)
Browse files Browse the repository at this point in the history
* PA-11951 package update

* v

* v
  • Loading branch information
SOOS-GSteen committed Nov 22, 2023
1 parent d1bfbbe commit ebd98b9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 29 deletions.
54 changes: 30 additions & 24 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soos-io/soos-sast",
"version": "0.1.0",
"version": "0.1.1",
"description": "SOOS Static Application Security Testing (SAST) scanning support.",
"main": "bin/index.js",
"scripts": {
Expand All @@ -26,16 +26,16 @@
},
"homepage": "https://github.com/soos-io/soos-sast#readme",
"dependencies": {
"@soos-io/api-client": "0.1.8",
"@soos-io/api-client": "^0.1.9",
"argparse": "^2.0.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/argparse": "^2.0.11",
"@types/argparse": "^2.0.14",
"@types/glob": "^8.1.0",
"@types/node": "^20.6.3",
"@types/node": "^20.9.4",
"prettier": "^2.8.8",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"bin": {
"soos-sast": "bin/index.js"
Expand Down

0 comments on commit ebd98b9

Please sign in to comment.