Skip to content

Commit

Permalink
chore(dependencies): set target versions
Browse files Browse the repository at this point in the history
Updating to a more recent version of mysql2 will introduce breaking
changes (execute typecasting). Look at updating again in the future..
  • Loading branch information
thelindat committed May 9, 2024
1 parent 4ab7bb7 commit a328437
Show file tree
Hide file tree
Showing 4 changed files with 3,367 additions and 2,661 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@citizenfx/server": "2.0.5132-1",
"@milahu/patch-package": "^6.4.14",
"@types/node": "^17.0.45",
"mysql2": "^3.5.1",
"mysql2": "3.5.1",
"named-placeholders": "^1.1.3",
"node-fetch": "^3.3.1",
"prettier": "^2.8.8"
Expand Down
2 changes: 1 addition & 1 deletion patches/mysql2+^3.5.1.patch → patches/mysql2+3.5.1.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# generated by patch-package 6.4.14
#
# declared package:
# mysql2: ^3.5.1
# mysql2: 3.5.1
#
diff --git a/node_modules/mysql2/lib/connection.js b/node_modules/mysql2/lib/connection.js
index d6ad7a4..ceac670 100644
Expand Down
File renamed without changes.

0 comments on commit a328437

Please sign in to comment.