Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Commit 47307c8

Browse files
committed
Update connect-mongo to ^3.0.0
1 parent 1aca963 commit 47307c8

File tree

2 files changed

+29
-50
lines changed

2 files changed

+29
-50
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"chart.js": "^2.6.0",
4040
"classnames": "^2.2.5",
4141
"connect-history-api-fallback": "^1.4.0",
42-
"connect-mongo": "^2.0.1",
42+
"connect-mongo": "^3.0.0",
4343
"cors": "^2.8.4",
4444
"css-loader": "^2.0.0",
4545
"express": "^4.16.2",

yarn.lock

+28-49
Original file line numberDiff line numberDiff line change
@@ -2194,10 +2194,10 @@ bson@^1.1.0, bson@~1.1.0:
21942194
resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.0.tgz#bee57d1fb6a87713471af4e32bcae36de814b5b0"
21952195
integrity sha512-9Aeai9TacfNtWXOYarkFJRW2CWo+dRon+fuLZYJmvLV3+MiUp0bEI6IAZfXEIg7/Pl/7IWlLaDnhzTsD81etQA==
21962196

2197-
bson@~1.0.4:
2198-
version "1.0.6"
2199-
resolved "https://registry.yarnpkg.com/bson/-/bson-1.0.6.tgz#444db59ddd4c24f0cb063aabdc5c8c7b0ceca912"
2200-
integrity sha512-D8zmlb46xfuK2gGvKmUjIklQEouN2nQ0LEHHeZ/NoHM2LDiMk2EYzZ5Ntw/Urk+bgMDosOZxaRzXxvhI5TcAVQ==
2197+
bson@^1.1.1:
2198+
version "1.1.1"
2199+
resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.1.tgz#4330f5e99104c4e751e7351859e2d408279f2f13"
2200+
integrity sha512-jCGVYLoYMHDkOsbwJZBCqwMHyH4c+wzgI9hG7Z6SZJRXWr+x58pdIbm2i9a/jFGCkRJqRUr8eoI7lDWa0hTkxg==
22012201

22022202
buffer-crc32@~0.2.3:
22032203
version "0.2.13"
@@ -2214,11 +2214,6 @@ buffer-from@^1.0.0:
22142214
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.0.tgz#87fcaa3a298358e0ade6e442cfce840740d1ad04"
22152215
integrity sha512-c5mRlguI/Pe2dSZmpER62rSCu0ryKmWddzRYsuXc50U2/g8jMOulc31VZMa4mYx31U5xsmSOpDCgH88Vl9cDGQ==
22162216

2217-
buffer-shims@~1.0.0:
2218-
version "1.0.0"
2219-
resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
2220-
integrity sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=
2221-
22222217
buffer-xor@^1.0.3:
22232218
version "1.0.3"
22242219
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
@@ -2705,12 +2700,12 @@ connect-history-api-fallback@^1.4.0:
27052700
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz#b06873934bc5e344fef611a196a6faae0aee015a"
27062701
integrity sha1-sGhzk0vF40T+9hGhlqb6rgruAVo=
27072702

2708-
connect-mongo@^2.0.1:
2709-
version "2.0.1"
2710-
resolved "https://registry.yarnpkg.com/connect-mongo/-/connect-mongo-2.0.1.tgz#514d649cff1d5d5546c087193245bb54ff5b703b"
2711-
integrity sha512-ghBvVq0SA0SkTFsbAB8HdF1+uoHdFJICSlrTklNloMKXuRpX9IuVBnG0DlKnXBZSQI0Joyaq22cazsrV9+5g2A==
2703+
connect-mongo@^3.0.0:
2704+
version "3.0.0"
2705+
resolved "https://registry.yarnpkg.com/connect-mongo/-/connect-mongo-3.0.0.tgz#8d038b024202a0d63d922a5a135adf243ab9f64f"
2706+
integrity sha512-Y95urWNGrAoKY2w31s7Q9Gs/W3qdMCshUIeDTgulssHi6KueYtz4XrbV3kcnQaR8EcBQvooNNX7aOaAJDgudag==
27122707
dependencies:
2713-
mongodb "^2.0.36"
2708+
mongodb "^3.1.0"
27142709

27152710
console-browserify@^1.1.0:
27162711
version "1.1.0"
@@ -3550,11 +3545,6 @@ es-to-primitive@^1.1.1:
35503545
is-date-object "^1.0.1"
35513546
is-symbol "^1.0.1"
35523547

3553-
3554-
version "3.2.1"
3555-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.2.1.tgz#ec56233868032909207170c39448e24449dd1fc4"
3556-
integrity sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q=
3557-
35583548
escape-html@~1.0.3:
35593549
version "1.0.3"
35603550
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -6610,14 +6600,6 @@ moment@~2.18.0:
66106600
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"
66116601
integrity sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=
66126602

6613-
6614-
version "2.1.19"
6615-
resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-2.1.19.tgz#00fbd5e5a3573763b9171cfd844e60a8f2a3a18b"
6616-
integrity sha512-Jt4AtWUkpuW03kRdYGxga4O65O1UHlFfvvInslEfLlGi+zDMxbBe3J2NVmN9qPJ957Mn6Iz0UpMtV80cmxCVxw==
6617-
dependencies:
6618-
bson "~1.0.4"
6619-
require_optional "~1.0.0"
6620-
66216603
66226604
version "3.1.11"
66236605
resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.1.11.tgz#b253038dbb4d7329f3d1c2ee5400bb0c9221fde5"
@@ -6629,6 +6611,17 @@ [email protected]:
66296611
optionalDependencies:
66306612
saslprep "^1.0.0"
66316613

6614+
6615+
version "3.2.7"
6616+
resolved "https://registry.yarnpkg.com/mongodb-core/-/mongodb-core-3.2.7.tgz#a8ef1fe764a192c979252dacbc600dc88d77e28f"
6617+
integrity sha512-WypKdLxFNPOH/Jy6i9z47IjG2wIldA54iDZBmHMINcgKOUcWJh8og+Wix76oGd7EyYkHJKssQ2FAOw5Su/n4XQ==
6618+
dependencies:
6619+
bson "^1.1.1"
6620+
require_optional "^1.0.1"
6621+
safe-buffer "^5.1.2"
6622+
optionalDependencies:
6623+
saslprep "^1.0.0"
6624+
66326625
66336626
version "3.1.13"
66346627
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.1.13.tgz#f8cdcbb36ad7a08b570bd1271c8525753f75f9f4"
@@ -6637,14 +6630,13 @@ [email protected]:
66376630
mongodb-core "3.1.11"
66386631
safe-buffer "^5.1.2"
66396632

6640-
mongodb@^2.0.36:
6641-
version "2.2.35"
6642-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-2.2.35.tgz#cd1b5af8a9463e3f9a787fa5b3d05565579730f9"
6643-
integrity sha512-3HGLucDg/8EeYMin3k+nFWChTA85hcYDCw1lPsWR6yV9A6RgKb24BkLiZ9ySZR+S0nfBjWoIUS7cyV6ceGx5Gg==
6633+
mongodb@^3.1.0:
6634+
version "3.2.7"
6635+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.2.7.tgz#8ba149e4be708257cad0dea72aebb2bbb311a7ac"
6636+
integrity sha512-2YdWrdf1PJgxcCrT1tWoL6nHuk6hCxhddAAaEh8QJL231ci4+P9FLyqopbTm2Z2sAU6mhCri+wd9r1hOcHdoMw==
66446637
dependencies:
6645-
es6-promise "3.2.1"
6646-
mongodb-core "2.1.19"
6647-
readable-stream "2.2.7"
6638+
mongodb-core "3.2.7"
6639+
safe-buffer "^5.1.2"
66486640

66496641
66506642
version "1.0.2"
@@ -8126,19 +8118,6 @@ [email protected]:
81268118
isarray "0.0.1"
81278119
string_decoder "~0.10.x"
81288120

8129-
8130-
version "2.2.7"
8131-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.7.tgz#07057acbe2467b22042d36f98c5ad507054e95b1"
8132-
integrity sha1-BwV6y+JGeyIELTb5jFrVBwVOlbE=
8133-
dependencies:
8134-
buffer-shims "~1.0.0"
8135-
core-util-is "~1.0.0"
8136-
inherits "~2.0.1"
8137-
isarray "~1.0.0"
8138-
process-nextick-args "~1.0.6"
8139-
string_decoder "~1.0.0"
8140-
util-deprecate "~1.0.1"
8141-
81428121
readable-stream@^2.0.0, readable-stream@^2.3.3:
81438122
version "2.3.4"
81448123
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.4.tgz#c946c3f47fa7d8eabc0b6150f4a12f69a4574071"
@@ -8435,7 +8414,7 @@ require-main-filename@^2.0.0:
84358414
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
84368415
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
84378416

8438-
require_optional@^1.0.1, require_optional@~1.0.0:
8417+
require_optional@^1.0.1:
84398418
version "1.0.1"
84408419
resolved "https://registry.yarnpkg.com/require_optional/-/require_optional-1.0.1.tgz#4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e"
84418420
integrity sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==
@@ -9120,7 +9099,7 @@ string_decoder@~0.10.x:
91209099
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
91219100
integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
91229101

9123-
string_decoder@~1.0.0, string_decoder@~1.0.3:
9102+
string_decoder@~1.0.3:
91249103
version "1.0.3"
91259104
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
91269105
integrity sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==

0 commit comments

Comments
 (0)