Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit a328437

Browse files
committed
chore(dependencies): set target versions
Updating to a more recent version of mysql2 will introduce breaking changes (execute typecasting). Look at updating again in the future..
1 parent 4ab7bb7 commit a328437

File tree

4 files changed

+3367
-2661
lines changed

4 files changed

+3367
-2661
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@citizenfx/server": "2.0.5132-1",
2929
"@milahu/patch-package": "^6.4.14",
3030
"@types/node": "^17.0.45",
31-
"mysql2": "^3.5.1",
31+
"mysql2": "3.5.1",
3232
"named-placeholders": "^1.1.3",
3333
"node-fetch": "^3.3.1",
3434
"prettier": "^2.8.8"

patches/mysql2+^3.5.1.patch renamed to patches/mysql2+3.5.1.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# generated by patch-package 6.4.14
22
#
33
# declared package:
4-
# mysql2: ^3.5.1
4+
# mysql2: 3.5.1
55
#
66
diff --git a/node_modules/mysql2/lib/connection.js b/node_modules/mysql2/lib/connection.js
77
index d6ad7a4..ceac670 100644
File renamed without changes.

0 commit comments

Comments
 (0)