Skip to content

Commit

Permalink
package update (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-GSteen committed Jun 20, 2024
1 parent 8fb4f21 commit 98982b1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 35 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
64 changes: 35 additions & 29 deletions package-lock.json

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

12 changes: 6 additions & 6 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.27",
"version": "0.1.28",
"description": "SOOS Static Application Security Testing (SAST) scanning support.",
"main": "bin/index.js",
"scripts": {
Expand Down Expand Up @@ -41,15 +41,15 @@
},
"homepage": "https://github.com/soos-io/soos-sast#readme",
"dependencies": {
"@soos-io/api-client": "0.2.48",
"@soos-io/api-client": "0.3.1",
"argparse": "^2.0.1",
"glob": "^10.3.10",
"tslib": "^2.6.2"
"glob": "^10.4.2",
"tslib": "^2.6.3"
},
"devDependencies": {
"@types/argparse": "^2.0.15",
"@types/node": "^20.11.28",
"prettier": "^3.2.5",
"@types/node": "^20.14.6",
"prettier": "^3.3.2",
"typescript": "^5.4.2"
},
"bin": {
Expand Down

0 comments on commit 98982b1

Please sign in to comment.