Skip to content

Commit 5df8776

Browse files
chore: update THIRD_PARTY_NOTICES
1 parent 9e50646 commit 5df8776

File tree

1 file changed

+65
-4
lines changed

1 file changed

+65
-4
lines changed

THIRD_PARTY_NOTICES.md

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
33

44
## List of dependencies
55

@@ -196,6 +196,7 @@ Package|Version|License
196196
**[lodash.isstring](#0103ef60e6b5d9c04fe5527db0d91b50851203d166f29cbcf5fdf6c655194132)**|4.0.1|MIT
197197
**[lodash.set](#e73494d8b2d0fdbb5532d77690ba69e714fe663571119d7ef62ea6cc4fe372a9)**|4.3.2|MIT
198198
**[lowlight](#9878eb9f16a4960a47f5e2b9d1cb8ec4efccced7536cd3fed54e13439a1d2459)**|1.9.2|MIT
199+
**[lru-cache](#938513411a6603ce29334db15563fb94b7d52f839d32b9bd78c18f5d3f98aa5a)**|6.0.0|ISC
199200
**[lru-cache](#e9bdfc6d4c069cb30d7db0580dd3e93b11cd6f58466a905efa95e503e3dd3442)**|4.1.5|ISC
200201
**[md5](#ce1b25b9f1df907c07fb1a889dddec9785ca40602fd268d91eb6539999221883)**|2.2.1|BSD-3-Clause
201202
**[memory-pager](#7fbdeab18f48c3527cae276a51cd879e42d15337aba1acb44fedcf748137608b)**|1.5.0|MIT
@@ -207,7 +208,7 @@ Package|Version|License
207208
**[mkdirp](#f34eebd27506e3aa07ba3b64064715e0c4f310dad1207ad88fff362353cd4cce)**|1.0.4|MIT
208209
**[mkdirp-classic](#e79cc875152b50c2eb57a97163d99f0155bf4e4af7ba4a7e01c12a17a4a3305c)**|0.5.3|MIT
209210
**[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
211212
**[mongodb-build-info](#3e1ab3564d63f8a06a80cc2b752a458eabdaa33318303341aa6f7a9461115958)**|1.2.0|Apache-2.0
212213
**[mongodb-client-encryption](#2670432992a4ec6240bc245a26b98695623fdbe720a667f90fbfe03c9de2e4ab)**|2.0.0-beta.0|Apache-2.0
213214
**[mongodb-connection-string-url](#151d9f737fe1a273e3e9915f9aa4c9194d52d2b9ed803047959027244af7036a)**|2.0.0|Apache-2.0
@@ -255,6 +256,7 @@ Package|Version|License
255256
**[saslprep](#650475af3b2a0c96fc8e5d09155f96dccd1a6b720da0197b0ea1121968883b25)**|1.0.4|MIT
256257
**[saslprep](#389f3437d8f4e9fc233f3bfe272ef028498b199b5233a8d682fda54c1d4dbefb)**|1.0.3|MIT
257258
**[semver](#13b404da6fd05d3c1ee8a5509a622c03d1e821fd5be5416e2533148c2ee5aee5)**|7.3.2|ISC
259+
**[semver](#e2f1c7bd615a3b61317d37fe215dc55bcd042a778ca15ab45bda8d9c8c39d54e)**|7.3.5|ISC
258260
**[semver](#24cd86d9f27cebacf43c9e9870102fe20fe9d787608ebd41dca9afe1d2e4790c)**|6.3.0|ISC
259261
**[semver](#e166af9700b507cf6e45c57af6bf29f9ba7059e4535e65fac0f3d5c37970544d)**|5.7.1|ISC
260262
**[set-blocking](#d10823126ec31b1e665e321d110e1fde8413f70e2df17b24b0c71c43fe2c0558)**|2.0.0|ISC
@@ -12168,6 +12170,37 @@ Authors:
1216812170
* Shu Uesugi <[email protected]>
1216912171

1217012172

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+
1217112204
<a id="e9bdfc6d4c069cb30d7db0580dd3e93b11cd6f58466a905efa95e503e3dd3442"></a>
1217212205
### [lru-cache](https://www.npmjs.com/package/lru-cache) (version 4.1.5)
1217312206
<!-- initially found at packages/editor/node_modules/lru-cache -->
@@ -12730,8 +12763,8 @@ Authors:
1273012763
* The MongoDB NodeJS Team <[[email protected]](nomail)>
1273112764

1273212765

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)
1273512768
<!-- initially found at packages/autocomplete/node_modules/mongodb-ace-autocompleter -->
1273612769
> Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines
1273712770

@@ -15786,6 +15819,34 @@ License files:
1578615819

1578715820

1578815821

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+
1578915850
<a id="24cd86d9f27cebacf43c9e9870102fe20fe9d787608ebd41dca9afe1d2e4790c"></a>
1579015851
### [semver](https://www.npmjs.com/package/semver) (version 6.3.0)
1579115852
<!-- initially found at packages/js-multiline-to-singleline/node_modules/@babel/core/node_modules/semver -->

0 commit comments

Comments
 (0)