1
1
The following third-party software is used by and included in **mongosh**.
2
- This document was automatically generated on Wed Oct 20 2021.
2
+ This document was automatically generated on Thu Oct 21 2021.
3
3
4
4
## List of dependencies
5
5
@@ -196,6 +196,7 @@ Package|Version|License
196
196
**[lodash.isstring](#0103ef60e6b5d9c04fe5527db0d91b50851203d166f29cbcf5fdf6c655194132)**|4.0.1|MIT
197
197
**[lodash.set](#e73494d8b2d0fdbb5532d77690ba69e714fe663571119d7ef62ea6cc4fe372a9)**|4.3.2|MIT
198
198
**[lowlight](#9878eb9f16a4960a47f5e2b9d1cb8ec4efccced7536cd3fed54e13439a1d2459)**|1.9.2|MIT
199
+ **[lru-cache](#938513411a6603ce29334db15563fb94b7d52f839d32b9bd78c18f5d3f98aa5a)**|6.0.0|ISC
199
200
**[lru-cache](#e9bdfc6d4c069cb30d7db0580dd3e93b11cd6f58466a905efa95e503e3dd3442)**|4.1.5|ISC
200
201
**[md5](#ce1b25b9f1df907c07fb1a889dddec9785ca40602fd268d91eb6539999221883)**|2.2.1|BSD-3-Clause
201
202
**[memory-pager](#7fbdeab18f48c3527cae276a51cd879e42d15337aba1acb44fedcf748137608b)**|1.5.0|MIT
@@ -207,7 +208,7 @@ Package|Version|License
207
208
**[mkdirp](#f34eebd27506e3aa07ba3b64064715e0c4f310dad1207ad88fff362353cd4cce)**|1.0.4|MIT
208
209
**[mkdirp-classic](#e79cc875152b50c2eb57a97163d99f0155bf4e4af7ba4a7e01c12a17a4a3305c)**|0.5.3|MIT
209
210
**[mongodb](#375a9e5941918673611ba99a08290d66d24b566f8380bc1020c39390fe355574)**|4.1.3|Apache-2.0
210
- **[mongodb-ace-autocompleter](#f8d74c39b8fd1bf8c68814e2006477bd7ae4df1586f48c43ec771797e1d3d064 )**|0.5 .0|Apache-2.0
211
+ **[mongodb-ace-autocompleter](#748ac40e1ac4fccd1d280b4f71f958b447c1aa63e92dee2e61c119d66898781f )**|0.8 .0|Apache-2.0
211
212
**[mongodb-build-info](#3e1ab3564d63f8a06a80cc2b752a458eabdaa33318303341aa6f7a9461115958)**|1.2.0|Apache-2.0
212
213
**[mongodb-client-encryption](#2670432992a4ec6240bc245a26b98695623fdbe720a667f90fbfe03c9de2e4ab)**|2.0.0-beta.0|Apache-2.0
213
214
**[mongodb-connection-string-url](#151d9f737fe1a273e3e9915f9aa4c9194d52d2b9ed803047959027244af7036a)**|2.0.0|Apache-2.0
@@ -255,6 +256,7 @@ Package|Version|License
255
256
**[saslprep](#650475af3b2a0c96fc8e5d09155f96dccd1a6b720da0197b0ea1121968883b25)**|1.0.4|MIT
256
257
**[saslprep](#389f3437d8f4e9fc233f3bfe272ef028498b199b5233a8d682fda54c1d4dbefb)**|1.0.3|MIT
257
258
**[semver](#13b404da6fd05d3c1ee8a5509a622c03d1e821fd5be5416e2533148c2ee5aee5)**|7.3.2|ISC
259
+ **[semver](#e2f1c7bd615a3b61317d37fe215dc55bcd042a778ca15ab45bda8d9c8c39d54e)**|7.3.5|ISC
258
260
**[semver](#24cd86d9f27cebacf43c9e9870102fe20fe9d787608ebd41dca9afe1d2e4790c)**|6.3.0|ISC
259
261
**[semver](#e166af9700b507cf6e45c57af6bf29f9ba7059e4535e65fac0f3d5c37970544d)**|5.7.1|ISC
260
262
**[set-blocking](#d10823126ec31b1e665e321d110e1fde8413f70e2df17b24b0c71c43fe2c0558)**|2.0.0|ISC
@@ -12168,6 +12170,37 @@ Authors:
12168
12170
12169
12171
12170
12172
12173
+ <a id="938513411a6603ce29334db15563fb94b7d52f839d32b9bd78c18f5d3f98aa5a"></a>
12174
+ ### [lru-cache](https://www.npmjs.com/package/lru-cache) (version 6.0.0)
12175
+ <!-- initially found at packages/autocomplete/node_modules/lru-cache -->
12176
+ > A cache object that deletes the least-recently-used items.
12177
+
12178
+ License tags: ISC
12179
+
12180
+ License files:
12181
+ * LICENSE:
12182
+
12183
+ The ISC License
12184
+
12185
+ Copyright (c) Isaac Z. Schlueter and Contributors
12186
+
12187
+ Permission to use, copy, modify, and/or distribute this software for any
12188
+ purpose with or without fee is hereby granted, provided that the above
12189
+ copyright notice and this permission notice appear in all copies.
12190
+
12191
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12192
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12193
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12194
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12195
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12196
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
12197
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
12198
+
12199
+
12200
+ Authors:
12201
+ * Isaac Z. Schlueter <
[email protected] >
12202
+
12203
+
12171
12204
<a id="e9bdfc6d4c069cb30d7db0580dd3e93b11cd6f58466a905efa95e503e3dd3442"></a>
12172
12205
### [lru-cache](https://www.npmjs.com/package/lru-cache) (version 4.1.5)
12173
12206
<!-- initially found at packages/editor/node_modules/lru-cache -->
@@ -12730,8 +12763,8 @@ Authors:
12730
12763
* The MongoDB NodeJS Team <[
[email protected] ](nomail)>
12731
12764
12732
12765
12733
- <a id="f8d74c39b8fd1bf8c68814e2006477bd7ae4df1586f48c43ec771797e1d3d064 "></a>
12734
- ### [mongodb-ace-autocompleter](https://www.npmjs.com/package/mongodb-ace-autocompleter) (version 0.5 .0)
12766
+ <a id="748ac40e1ac4fccd1d280b4f71f958b447c1aa63e92dee2e61c119d66898781f "></a>
12767
+ ### [mongodb-ace-autocompleter](https://www.npmjs.com/package/mongodb-ace-autocompleter) (version 0.8 .0)
12735
12768
<!-- initially found at packages/autocomplete/node_modules/mongodb-ace-autocompleter -->
12736
12769
> Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines
12737
12770
@@ -15786,6 +15819,34 @@ License files:
15786
15819
15787
15820
15788
15821
15822
+ <a id="e2f1c7bd615a3b61317d37fe215dc55bcd042a778ca15ab45bda8d9c8c39d54e"></a>
15823
+ ### [semver](https://www.npmjs.com/package/semver) (version 7.3.5)
15824
+ <!-- initially found at packages/autocomplete/node_modules/mongodb-ace-autocompleter/node_modules/semver -->
15825
+ > The semantic version parser used by npm.
15826
+
15827
+ License tags: ISC
15828
+
15829
+ License files:
15830
+ * LICENSE:
15831
+
15832
+ The ISC License
15833
+
15834
+ Copyright (c) Isaac Z. Schlueter and Contributors
15835
+
15836
+ Permission to use, copy, modify, and/or distribute this software for any
15837
+ purpose with or without fee is hereby granted, provided that the above
15838
+ copyright notice and this permission notice appear in all copies.
15839
+
15840
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
15841
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15842
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15843
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15844
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15845
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15846
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15847
+
15848
+
15849
+
15789
15850
<a id="24cd86d9f27cebacf43c9e9870102fe20fe9d787608ebd41dca9afe1d2e4790c"></a>
15790
15851
### [semver](https://www.npmjs.com/package/semver) (version 6.3.0)
15791
15852
<!-- initially found at packages/js-multiline-to-singleline/node_modules/@babel/core/node_modules/semver -->
0 commit comments