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-MYSQL2-6591084
- https://snyk.io/vuln/SNYK-JS-MYSQL2-6591300
  • Loading branch information
snyk-bot committed Apr 9, 2024
1 parent 636fae9 commit 68d0266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "3.0.4",
"mysql2": "3.9.1"
"mysql2": "3.9.4"
},
"devDependencies": {
"@alcalzone/release-script": "3.7.0",
Expand Down

0 comments on commit 68d0266

Please sign in to comment.