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 14, 2024
1 parent 1de0ce5 commit accdc2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
]
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/prompt-cli": "^16.1.0",
"@commitlint/prompt-cli": "^19.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"auto-changelog": "^2.4.0",
Expand All @@ -84,7 +84,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "5.1.3",
"vitest": "^1.5.0"
"vitest": "^2.1.0"
},
"volta": {
"node": "20.14.0",
Expand Down

0 comments on commit accdc2e

Please sign in to comment.