Skip to content

Commit

Permalink
package update (#116)
Browse files Browse the repository at this point in the history
package update
  • Loading branch information
SOOS-GSteen committed May 9, 2024
1 parent a7cd5dd commit 130f626
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ It also includes 2 scripts that:
### Notes
Be sure to use the public registry for installation of NPM packages:
`npm install --registry https://registry.npmjs.org/`

Be sure to wait for all actions to finish before tagging, releasing etc.
39 changes: 18 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soos-dast",
"version": "2.0.35",
"version": "2.0.36",
"description": "SOOS DAST - The affordable no limit web vulnerability scanner",
"main": "index.js",
"scripts": {
Expand All @@ -20,13 +20,13 @@
},
"dependencies": {
"@soos-io/api-client": "0.2.47",
"@types/node": "^20.12.11",
"argparse": "^2.0.1",
"glob": "^10.3.12",
"glob": "^10.3.14",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/argparse": "^2.0.15",
"@types/node": "^20.12.10",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit 130f626

Please sign in to comment.