Skip to content

Commit 57411a8

Browse files
1 parent 6dee0c4 commit 57411a8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"http-errors": "^1.8.0",
5656
"jsonwebtoken": "^8.5.1",
5757
"lodash": "^4.17.20",
58-
"mariadb": "^2.5.1",
58+
"mariadb": "^2.5.3",
5959
"morgan": "^1.10.0",
6060
"ms": "^2.1.2",
6161
"multer": "^1.4.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@
14881488
dependencies:
14891489
"@types/tz-offset" "*"
14901490

1491-
"@types/node@*", "@types/node@^14.0.1", "@types/node@^14.14.22", "@types/node@^14.14.7":
1491+
"@types/node@*", "@types/node@^14.0.1", "@types/node@^14.14.22", "@types/node@^14.14.28":
14921492
version "14.14.28"
14931493
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b"
14941494
integrity sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==
@@ -6620,17 +6620,17 @@ map-visit@^1.0.0:
66206620
dependencies:
66216621
object-visit "^1.0.0"
66226622

6623-
mariadb@^2.5.1:
6624-
version "2.5.2"
6625-
resolved "https://registry.yarnpkg.com/mariadb/-/mariadb-2.5.2.tgz#0046331541589a9c0405507d91d79bcc972b3f5e"
6626-
integrity sha512-SfaBl5/LiX2qJNNr7wCQvizVjtWxVm1CUWYKe+y4OMeyYMM6g0GhwX7/BbGtv/O3WthnGrM+Kj1imFnlescO0w==
6623+
mariadb@^2.5.3:
6624+
version "2.5.3"
6625+
resolved "https://registry.yarnpkg.com/mariadb/-/mariadb-2.5.3.tgz#13a2267f7f1b572f9db997aaaa8c00f75d5a87e8"
6626+
integrity sha512-9ZbQ1zLqasLCQy6KDcPHtX7EUIMBlQ8p64gNR61+yfpCIWjPDji3aR56LvwbOz1QnQbVgYBOJ4J/pHoFN5MR+w==
66276627
dependencies:
66286628
"@types/geojson" "^7946.0.7"
6629-
"@types/node" "^14.14.7"
6629+
"@types/node" "^14.14.28"
66306630
denque "^1.4.1"
66316631
iconv-lite "^0.6.2"
66326632
long "^4.0.0"
6633-
moment-timezone "^0.5.32"
6633+
moment-timezone "^0.5.33"
66346634
please-upgrade-node "^3.2.0"
66356635

66366636
@@ -6853,7 +6853,7 @@ modify-values@^1.0.0:
68536853
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
68546854
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
68556855

6856-
moment-timezone@^0.5.31, moment-timezone@^0.5.32:
6856+
moment-timezone@^0.5.31, moment-timezone@^0.5.33:
68576857
version "0.5.33"
68586858
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.33.tgz#b252fd6bb57f341c9b59a5ab61a8e51a73bbd22c"
68596859
integrity sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==

0 commit comments

Comments
 (0)