@mongodb-js/compass-shell 3.20.4 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,8 +247,25 @@
247
247
  * MIT Licensed
248
248
  */
249
249
 
250
+ /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
251
+
250
252
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
251
253
 
254
+ /**
255
+ * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
256
+ * CJS and ESM environments.
257
+ *
258
+ * @license
259
+ * Copyright (c) 2016, Contributors
260
+ * SPDX-License-Identifier: ISC
261
+ */
262
+
263
+ /**
264
+ * @license
265
+ * Copyright (c) 2016, Contributors
266
+ * SPDX-License-Identifier: ISC
267
+ */
268
+
252
269
  /**
253
270
  * @license
254
271
  * Lodash <https://lodash.com/>