Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 8, 2024
1 parent 286c5a8 commit 66ad24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"optional": "^0.1.3",
"st": "0.2.4",
"stream-buffers": "^3.0.1",
"tap": "^11.1.3",
"tap": "^18.0.0",
"typeorm": "^0.2.24",
"validator": "^13.5.2"
},
"devDependencies": {
"browserify": "^13.1.1",
"nodemon": "^2.0.7",
"snyk": "^1.244.0"
"snyk": "^1.996.0"
},
"license": "Apache-2.0"
}

0 comments on commit 66ad24f

Please sign in to comment.