Skip to content

Commit d6dd8e1

Browse files
committed
Updated dependencies bignumber.js and safe-buffer
Updated version to 2.18.2
1 parent 8103fa2 commit d6dd8e1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"name": "@vlasky/mysql",
33
"description": "A fork of mysqljs/mysql with partial support for the MySQL compressed protocol (reads compressed data sent by server). It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
4-
"version": "2.18.1",
4+
"version": "2.18.2",
55
"license": "MIT",
6-
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
6+
"author": "Vlad Lasky <github@vladlasky.com> (https://github.com/vlasky)",
77
"contributors": [
8+
"Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
89
"Andrey Sidorov <[email protected]>",
910
"Bradley Grainger <[email protected]>",
1011
"Douglas Christopher Wilson <[email protected]>",
1112
"Diogo Resende <[email protected]>",
12-
"Nathan Woltman <[email protected]>"
13+
"Nathan Woltman <[email protected]>",
14+
"Aritz Beobide-Cardinal <[email protected]>"
1315
],
14-
"repository": "mysqljs/mysql",
16+
"repository": "vlasky/mysql",
1517
"dependencies": {
16-
"bignumber.js": "9.0.0",
18+
"bignumber.js": "9.0.1",
1719
"readable-stream": "2.3.7",
18-
"safe-buffer": "5.1.2",
20+
"safe-buffer": "5.2.1",
1921
"sqlstring": "2.3.2"
2022
},
2123
"devDependencies": {

0 commit comments

Comments
 (0)