Skip to content

Commit

Permalink
Mysql - upgrading mysql2 to 3.11.4 (#1214)
Browse files Browse the repository at this point in the history
* mysql - upgrading mysql2 to 3.11.4

* version bump to v2.0.3
  • Loading branch information
jaredwray authored Nov 16, 2024
1 parent fa7dc94 commit 162e31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyv/mysql",
"version": "2.0.2",
"version": "2.0.3",
"description": "MySQL/MariaDB storage adapter for Keyv",
"type": "module",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"homepage": "https://github.com/jaredwray/keyv",
"dependencies": {
"mysql2": "^3.11.3"
"mysql2": "^3.11.4"
},
"devDependencies": {
"@keyv/test-suite": "*",
Expand Down

0 comments on commit 162e31b

Please sign in to comment.