From 3c4ca321f0f1f3cb3ae04ff5b79be1d06928c894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 06:12:35 +0000 Subject: [PATCH] Bump babel-jest from 26.6.3 to 29.4.0 in /services/bot Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.3 to 29.4.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.4.0/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/bot/package.json | 2 +- services/bot/yarn.lock | 922 ++++++++++++++++++++++++++++---------- 2 files changed, 683 insertions(+), 241 deletions(-) diff --git a/services/bot/package.json b/services/bot/package.json index a09d0c5..202f27c 100644 --- a/services/bot/package.json +++ b/services/bot/package.json @@ -53,7 +53,7 @@ "@types/uuid": "^8.3.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", - "babel-jest": "^26.0.22", + "babel-jest": "^29.4.0", "eslint": "^7.32.0", "eslint-plugin-jsdoc": "^36.1.0", "jest": "^26.6.3", diff --git a/services/bot/yarn.lock b/services/bot/yarn.lock index 60b8c4b..b6ad2e7 100644 --- a/services/bot/yarn.lock +++ b/services/bot/yarn.lock @@ -2,6 +2,13 @@ # yarn lockfile v1 +"@ampproject/remapping@^2.1.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" + dependencies: + "@jridgewell/gen-mapping" "^0.1.0" + "@jridgewell/trace-mapping" "^0.3.9" + "@babel/code-frame@7.12.11": version "7.12.11" resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz" @@ -14,10 +21,20 @@ dependencies: "@babel/highlight" "^7.14.5" +"@babel/code-frame@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" + dependencies: + "@babel/highlight" "^7.18.6" + "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" +"@babel/compat-data@^7.20.5": + version "7.20.10" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" + "@babel/core@^7.1.0", "@babel/core@^7.15.0", "@babel/core@^7.7.5": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" @@ -38,6 +55,26 @@ semver "^6.3.0" source-map "^0.5.0" +"@babel/core@^7.11.6", "@babel/core@^7.12.3": + version "7.20.12" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" + dependencies: + "@ampproject/remapping" "^2.1.0" + "@babel/code-frame" "^7.18.6" + "@babel/generator" "^7.20.7" + "@babel/helper-compilation-targets" "^7.20.7" + "@babel/helper-module-transforms" "^7.20.11" + "@babel/helpers" "^7.20.7" + "@babel/parser" "^7.20.7" + "@babel/template" "^7.20.7" + "@babel/traverse" "^7.20.12" + "@babel/types" "^7.20.7" + convert-source-map "^1.7.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.2" + semver "^6.3.0" + "@babel/generator@^7.15.0": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" @@ -46,6 +83,14 @@ jsesc "^2.5.1" source-map "^0.5.0" +"@babel/generator@^7.20.7": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" + dependencies: + "@babel/types" "^7.20.7" + "@jridgewell/gen-mapping" "^0.3.2" + jsesc "^2.5.1" + "@babel/helper-annotate-as-pure@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" @@ -68,6 +113,16 @@ browserslist "^4.16.6" semver "^6.3.0" +"@babel/helper-compilation-targets@^7.20.7": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" + dependencies: + "@babel/compat-data" "^7.20.5" + "@babel/helper-validator-option" "^7.18.6" + browserslist "^4.21.3" + lru-cache "^5.1.1" + semver "^6.3.0" + "@babel/helper-create-class-features-plugin@^7.14.5": version "7.14.6" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" @@ -99,6 +154,10 @@ resolve "^1.14.2" semver "^6.1.2" +"@babel/helper-environment-visitor@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" + "@babel/helper-explode-assignable-expression@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645" @@ -113,6 +172,13 @@ "@babel/template" "^7.14.5" "@babel/types" "^7.14.5" +"@babel/helper-function-name@^7.19.0": + version "7.19.0" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" + dependencies: + "@babel/template" "^7.18.10" + "@babel/types" "^7.19.0" + "@babel/helper-get-function-arity@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" @@ -125,6 +191,12 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-hoist-variables@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" + dependencies: + "@babel/types" "^7.18.6" + "@babel/helper-member-expression-to-functions@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" @@ -149,6 +221,12 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-module-imports@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" + dependencies: + "@babel/types" "^7.18.6" + "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" @@ -162,6 +240,19 @@ "@babel/traverse" "^7.15.0" "@babel/types" "^7.15.0" +"@babel/helper-module-transforms@^7.20.11": + version "7.20.11" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" + dependencies: + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-module-imports" "^7.18.6" + "@babel/helper-simple-access" "^7.20.2" + "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/helper-validator-identifier" "^7.19.1" + "@babel/template" "^7.20.7" + "@babel/traverse" "^7.20.10" + "@babel/types" "^7.20.7" + "@babel/helper-optimise-call-expression@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" @@ -204,6 +295,12 @@ dependencies: "@babel/types" "^7.14.8" +"@babel/helper-simple-access@^7.20.2": + version "7.20.2" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" + dependencies: + "@babel/types" "^7.20.2" + "@babel/helper-skip-transparent-expression-wrappers@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4" @@ -216,6 +313,16 @@ dependencies: "@babel/types" "^7.14.5" +"@babel/helper-split-export-declaration@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" + dependencies: + "@babel/types" "^7.18.6" + +"@babel/helper-string-parser@^7.19.4": + version "7.19.4" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" + "@babel/helper-validator-identifier@^7.14.0": version "7.14.0" resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz" @@ -228,10 +335,18 @@ version "7.14.9" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": + version "7.19.1" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" + "@babel/helper-validator-option@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" +"@babel/helper-validator-option@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" + "@babel/helper-wrap-function@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff" @@ -249,6 +364,14 @@ "@babel/traverse" "^7.14.8" "@babel/types" "^7.14.8" +"@babel/helpers@^7.20.7": + version "7.20.13" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2" + dependencies: + "@babel/template" "^7.20.7" + "@babel/traverse" "^7.20.13" + "@babel/types" "^7.20.7" + "@babel/highlight@^7.10.4": version "7.14.0" resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz" @@ -265,10 +388,22 @@ chalk "^2.0.0" js-tokens "^4.0.0" +"@babel/highlight@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" + dependencies: + "@babel/helper-validator-identifier" "^7.18.6" + chalk "^2.0.0" + js-tokens "^4.0.0" + "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" +"@babel/parser@^7.14.7", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7": + version "7.20.13" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e" @@ -818,6 +953,14 @@ "@babel/parser" "^7.14.5" "@babel/types" "^7.14.5" +"@babel/template@^7.18.10", "@babel/template@^7.20.7": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" + dependencies: + "@babel/code-frame" "^7.18.6" + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" + "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" @@ -832,6 +975,21 @@ debug "^4.1.0" globals "^11.1.0" +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13": + version "7.20.13" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" + dependencies: + "@babel/code-frame" "^7.18.6" + "@babel/generator" "^7.20.7" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.19.0" + "@babel/helper-hoist-variables" "^7.18.6" + "@babel/helper-split-export-declaration" "^7.18.6" + "@babel/parser" "^7.20.13" + "@babel/types" "^7.20.7" + debug "^4.1.0" + globals "^11.1.0" + "@babel/types@^7.0.0", "@babel/types@^7.13.12", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.15.0" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" @@ -839,6 +997,14 @@ "@babel/helper-validator-identifier" "^7.14.9" to-fast-properties "^2.0.0" +"@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7": + version "7.20.7" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" + dependencies: + "@babel/helper-string-parser" "^7.19.4" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" @@ -1019,6 +1185,12 @@ optionalDependencies: node-notifier "^8.0.0" +"@jest/schemas@^29.4.0": + version "29.4.0" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.0.tgz#0d6ad358f295cc1deca0b643e6b4c86ebd539f17" + dependencies: + "@sinclair/typebox" "^0.25.16" + "@jest/source-map@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz" @@ -1066,6 +1238,26 @@ source-map "^0.6.1" write-file-atomic "^3.0.0" +"@jest/transform@^29.4.0": + version "29.4.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.4.0.tgz#73ddd9bf8599d285af09e7e3fef730c17a2fd965" + dependencies: + "@babel/core" "^7.11.6" + "@jest/types" "^29.4.0" + "@jridgewell/trace-mapping" "^0.3.15" + babel-plugin-istanbul "^6.1.1" + chalk "^4.0.0" + convert-source-map "^2.0.0" + fast-json-stable-stringify "^2.1.0" + graceful-fs "^4.2.9" + jest-haste-map "^29.4.0" + jest-regex-util "^29.2.0" + jest-util "^29.4.0" + micromatch "^4.0.4" + pirates "^4.0.4" + slash "^3.0.0" + write-file-atomic "^5.0.0" + "@jest/types@^26.6.2": version "26.6.2" resolved "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz" @@ -1076,6 +1268,51 @@ "@types/yargs" "^15.0.0" chalk "^4.0.0" +"@jest/types@^29.4.0": + version "29.4.0" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.4.0.tgz#569115f2438cacf3cff92521c7d624fbb683de3d" + dependencies: + "@jest/schemas" "^29.4.0" + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^17.0.8" + chalk "^4.0.0" + +"@jridgewell/gen-mapping@^0.1.0": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" + dependencies: + "@jridgewell/set-array" "^1.0.0" + "@jridgewell/sourcemap-codec" "^1.4.10" + +"@jridgewell/gen-mapping@^0.3.2": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" + dependencies: + "@jridgewell/set-array" "^1.0.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.9" + +"@jridgewell/resolve-uri@3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" + +"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" + +"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": + version "1.4.14" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" + +"@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9": + version "0.3.17" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" + dependencies: + "@jridgewell/resolve-uri" "3.1.0" + "@jridgewell/sourcemap-codec" "1.4.14" + "@nodelib/fs.scandir@2.1.4": version "2.1.4" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz" @@ -1119,6 +1356,10 @@ tslib "^2.2.0" webcrypto-core "^1.2.0" +"@sinclair/typebox@^0.25.16": + version "0.25.21" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272" + "@sindresorhus/is@^0.14.0": version "0.14.0" resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz" @@ -1185,12 +1426,12 @@ dependencies: axios "*" -"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": - version "7.1.14" - resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.14.tgz" +"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7": + version "7.20.0" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891" dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" "@types/babel__generator" "*" "@types/babel__template" "*" "@types/babel__traverse" "*" @@ -1269,6 +1510,12 @@ dependencies: "@types/node" "*" +"@types/graceful-fs@^4.1.3": + version "4.1.6" + resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae" + dependencies: + "@types/node" "*" + "@types/http-cache-semantics@*": version "4.0.0" resolved "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz" @@ -1391,6 +1638,12 @@ dependencies: "@types/yargs-parser" "*" +"@types/yargs@^17.0.8": + version "17.0.20" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.20.tgz#107f0fcc13bd4a524e352b41c49fe88aab5c54d5" + dependencies: + "@types/yargs-parser" "*" + "@typescript-eslint/eslint-plugin@^4.33.0": version "4.33.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276" @@ -1466,19 +1719,19 @@ dependencies: invariant "^2.2.4" -"@webex/common-timers@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/common-timers/-/common-timers-1.144.0.tgz#d3d154bb69be60677d093fafb9cc0af3ad89bb32" +"@webex/common-timers@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/common-timers/-/common-timers-1.142.0.tgz#e8952be265cda31dba4b81c4d8266a3aceadca31" dependencies: "@babel/runtime-corejs2" "^7.14.8" envify "^4.1.0" -"@webex/common@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/common/-/common-1.144.0.tgz#828a55f621b174244411df09d8a857ee85084836" +"@webex/common@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/common/-/common-1.142.0.tgz#9662b9f753a3b3678870b6024a5fe8d99bd8c581" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" + "@webex/common" "1.142.0" backoff "^2.5.0" core-decorators "^0.20.0" envify "^4.1.0" @@ -1486,20 +1739,20 @@ safe-buffer "^5.2.0" urlsafe-base64 "^1.0.0" -"@webex/helper-html@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/helper-html/-/helper-html-1.144.0.tgz#931d51dfbf81ea854e6c9eb0cf36615a861c255f" +"@webex/helper-html@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/helper-html/-/helper-html-1.142.0.tgz#27c3a720cc75019d4d07de8746914e67fbfa2bb6" dependencies: "@babel/runtime-corejs2" "^7.14.8" envify "^4.1.0" lodash "^4.17.21" -"@webex/helper-image@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/helper-image/-/helper-image-1.144.0.tgz#33b8033e2a9db57e71bf90038e241ec8a84edbd8" +"@webex/helper-image@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/helper-image/-/helper-image-1.142.0.tgz#dd00181ca590f61b23a438aba008cb9b6247225c" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/http-core" "1.144.0" + "@webex/http-core" "1.142.0" envify "^4.1.0" exifr "^5.0.3" gm "^1.23.1" @@ -1507,12 +1760,12 @@ mime "^2.4.4" safe-buffer "^5.2.0" -"@webex/http-core@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/http-core/-/http-core-1.144.0.tgz#bb01167aba112371fb25d701b624055a60ddcc45" +"@webex/http-core@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/http-core/-/http-core-1.142.0.tgz#cdb816ed26ab4be62538f3ce5a1e7094471b0e68" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" + "@webex/common" "1.142.0" envify "^4.1.0" file-type "^16.0.1" global "^4.4.0" @@ -1524,61 +1777,61 @@ safe-buffer "^5.2.0" xtend "^4.0.2" -"@webex/internal-plugin-calendar@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-calendar/-/internal-plugin-calendar-1.144.0.tgz#71ce15e1e4bf986e2d79b12bc4ad152b671177c3" +"@webex/internal-plugin-calendar@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-calendar/-/internal-plugin-calendar-1.142.0.tgz#01f05ff7708c8edc73252b1dce1d8be4752023fa" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/internal-plugin-encryption" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/internal-plugin-encryption" "1.142.0" + "@webex/webex-core" "1.142.0" btoa "^1.2.1" envify "^4.1.0" lodash "^4.17.21" -"@webex/internal-plugin-conversation@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-conversation/-/internal-plugin-conversation-1.144.0.tgz#cd3d70fab29fc058b28d81488bbc3b58fb72fa42" +"@webex/internal-plugin-conversation@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-conversation/-/internal-plugin-conversation-1.142.0.tgz#4d9bc56f4826e66ac3884ad7693cb5d7d897cda4" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/helper-html" "1.144.0" - "@webex/helper-image" "1.144.0" - "@webex/internal-plugin-encryption" "1.144.0" - "@webex/internal-plugin-user" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/helper-html" "1.142.0" + "@webex/helper-image" "1.142.0" + "@webex/internal-plugin-encryption" "1.142.0" + "@webex/internal-plugin-user" "1.142.0" + "@webex/webex-core" "1.142.0" crypto-js "^3.1.9-1" envify "^4.1.0" lodash "^4.17.21" node-scr "^0.3.0" uuid "^3.3.2" -"@webex/internal-plugin-device@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-device/-/internal-plugin-device-1.144.0.tgz#4505d04506a73d2b3c8e3ac4a6fce4afc12bfa28" +"@webex/internal-plugin-device@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-device/-/internal-plugin-device-1.142.0.tgz#f738a71876e03dae568d81ecdc77665df07a12eb" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/common-timers" "1.144.0" - "@webex/http-core" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/common-timers" "1.142.0" + "@webex/http-core" "1.142.0" + "@webex/webex-core" "1.142.0" ampersand-collection "^2.0.2" ampersand-state "^5.0.3" envify "^4.1.0" lodash "^4.17.21" -"@webex/internal-plugin-encryption@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-encryption/-/internal-plugin-encryption-1.144.0.tgz#b370b6a742a1114ffe8a625758e9dc6479b6894a" +"@webex/internal-plugin-encryption@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-encryption/-/internal-plugin-encryption-1.142.0.tgz#7950cace21bd2d18bff4a7eb81fd2f80288f926d" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/common-timers" "1.144.0" - "@webex/http-core" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/common-timers" "1.142.0" + "@webex/http-core" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" asn1js "^2.0.26" debug "^3.2.6" envify "^4.1.0" @@ -1591,178 +1844,178 @@ safe-buffer "^5.2.0" valid-url "^1.0.9" -"@webex/internal-plugin-feature@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-feature/-/internal-plugin-feature-1.144.0.tgz#7299a8b8fd47d9d64836f1de8e4e66e633dc58d3" +"@webex/internal-plugin-feature@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-feature/-/internal-plugin-feature-1.142.0.tgz#cfa9e040ae7a27eefdcd2dd3e4ad4ef3bba1778a" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/internal-plugin-device" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" -"@webex/internal-plugin-lyra@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-lyra/-/internal-plugin-lyra-1.144.0.tgz#17460c329ac48e1c7ba38b9809ce2c9b83224fc4" +"@webex/internal-plugin-lyra@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-lyra/-/internal-plugin-lyra-1.142.0.tgz#75ed760072b3152f7bec7754b3baa062749573b9" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-encryption" "1.144.0" - "@webex/internal-plugin-feature" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-encryption" "1.142.0" + "@webex/internal-plugin-feature" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/internal-plugin-mercury@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-mercury/-/internal-plugin-mercury-1.144.0.tgz#65250c35909543522c253a43da5ad0076349fa4d" +"@webex/internal-plugin-mercury@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-mercury/-/internal-plugin-mercury-1.142.0.tgz#50c678213ba27873d1dc1db047d770725f6c08f3" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/common-timers" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/internal-plugin-feature" "1.144.0" - "@webex/internal-plugin-metrics" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/common-timers" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/internal-plugin-feature" "1.142.0" + "@webex/internal-plugin-metrics" "1.142.0" + "@webex/webex-core" "1.142.0" backoff "^2.5.0" envify "^4.1.0" lodash "^4.17.21" uuid "^3.3.2" - ws "^8.2.2" + ws "^4.1.0" -"@webex/internal-plugin-metrics@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-metrics/-/internal-plugin-metrics-1.144.0.tgz#a8a1117c201895293c2c2929c8bfffa6f864f686" +"@webex/internal-plugin-metrics@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-metrics/-/internal-plugin-metrics-1.142.0.tgz#5362406ca363c9d3d62fb7159d2dfb3864ed02bf" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/common-timers" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/common-timers" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/internal-plugin-presence@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-presence/-/internal-plugin-presence-1.144.0.tgz#24c15cc6932784c2082ec74d8a679876d101c65a" +"@webex/internal-plugin-presence@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-presence/-/internal-plugin-presence-1.142.0.tgz#aa365b95141fe85cbe09f691ddc8e768f8f5e4d5" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/internal-plugin-device" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" -"@webex/internal-plugin-search@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-search/-/internal-plugin-search-1.144.0.tgz#c41293d3cc9404602bf95c535f716c48dd743a10" +"@webex/internal-plugin-search@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-search/-/internal-plugin-search-1.142.0.tgz#363139d9fd70e11c6ee8127df19c2f1d89078a4b" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-encryption" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-encryption" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" -"@webex/internal-plugin-support@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-support/-/internal-plugin-support-1.144.0.tgz#616a7981a80225be3d390268301863fcb32d8bbe" +"@webex/internal-plugin-support@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-support/-/internal-plugin-support-1.142.0.tgz#3455ae3cb8b061c123655cd319d0d381648f86a7" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/internal-plugin-device" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" uuid "^3.3.2" -"@webex/internal-plugin-user@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/internal-plugin-user/-/internal-plugin-user-1.144.0.tgz#1572834d7d64b767af9086ad9b2bf122098b088e" +"@webex/internal-plugin-user@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/internal-plugin-user/-/internal-plugin-user-1.142.0.tgz#957730ab618cfc0298523473f16f58989bd7c265" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" -"@webex/plugin-attachment-actions@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-attachment-actions/-/plugin-attachment-actions-1.144.0.tgz#321caff45d413520681b06a4db8aadcf3a54f415" +"@webex/plugin-attachment-actions@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-attachment-actions/-/plugin-attachment-actions-1.142.0.tgz#9d13e1a15604a8f296cc044ffb85a9b1001613e8" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" debug "^3.2.6" envify "^4.1.0" lodash "^4.17.21" -"@webex/plugin-authorization-browser@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-authorization-browser/-/plugin-authorization-browser-1.144.0.tgz#4f8ae5f36d20f13e8afae61196c14da463f70144" +"@webex/plugin-authorization-browser@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-authorization-browser/-/plugin-authorization-browser-1.142.0.tgz#ccfc6126c46202ebaad3538719f3c727a79e56c9" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" uuid "^3.3.2" -"@webex/plugin-authorization-node@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-authorization-node/-/plugin-authorization-node-1.144.0.tgz#a6f23387f646d266c442b6dc7189b883253887a0" +"@webex/plugin-authorization-node@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-authorization-node/-/plugin-authorization-node-1.142.0.tgz#cb2cc3420085356300e077369b52bef2476011ee" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/plugin-authorization@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-authorization/-/plugin-authorization-1.144.0.tgz#74ba24f10d6774fa77dc8833f4a442ebad830d2a" +"@webex/plugin-authorization@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-authorization/-/plugin-authorization-1.142.0.tgz#a2e25bb701a75b2861e43c7c0850b51a5c27a820" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/plugin-authorization-browser" "1.144.0" - "@webex/plugin-authorization-node" "1.144.0" + "@webex/plugin-authorization-browser" "1.142.0" + "@webex/plugin-authorization-node" "1.142.0" envify "^4.1.0" -"@webex/plugin-device-manager@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-device-manager/-/plugin-device-manager-1.144.0.tgz#1bc25d24bd262d68fc3637f7fe42d41194c8e616" +"@webex/plugin-device-manager@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-device-manager/-/plugin-device-manager-1.142.0.tgz#e93f16b19de2428ad4595f11eff7cc13f0cf7eaf" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/internal-plugin-device" "1.144.0" - "@webex/internal-plugin-lyra" "1.144.0" - "@webex/internal-plugin-search" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/internal-plugin-lyra" "1.142.0" + "@webex/internal-plugin-search" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" uuid "^3.3.2" -"@webex/plugin-logger@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-logger/-/plugin-logger-1.144.0.tgz#a59aa4a7f86fce584289dd8798113cf5eb3c757e" +"@webex/plugin-logger@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-logger/-/plugin-logger-1.142.0.tgz#412f74eb13e4de8c5bda35b987b795920ce6a9a6" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" -"@webex/plugin-meetings@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-meetings/-/plugin-meetings-1.144.0.tgz#0981dd2967dda8586398b62467bb92c3b3a20414" +"@webex/plugin-meetings@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-meetings/-/plugin-meetings-1.142.0.tgz#91208c7e7fa96add923aaa90bc560f4c2b9cee7e" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/common-timers" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/common-timers" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" bowser "^2.11.0" btoa "^1.2.1" envify "^4.1.0" @@ -1774,94 +2027,94 @@ uuid "^3.3.2" webrtc-adapter "^7.7.0" -"@webex/plugin-memberships@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-memberships/-/plugin-memberships-1.144.0.tgz#53db656573358ccc6975e16ed02110bb60243f46" +"@webex/plugin-memberships@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-memberships/-/plugin-memberships-1.142.0.tgz#1a8c15778f02babd64ea36e6fd861f8ca5c0ba66" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" debug "^3.2.6" envify "^4.1.0" lodash "^4.17.21" -"@webex/plugin-messages@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-messages/-/plugin-messages-1.144.0.tgz#4215340388ebbd0d6fb655248d5f0fd45c5a8a51" +"@webex/plugin-messages@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-messages/-/plugin-messages-1.142.0.tgz#84deac6ded0b4d8514c71fa53f09c998daa2f065" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" -"@webex/plugin-people@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-people/-/plugin-people-1.144.0.tgz#c551fb1c7606958a02a5d66ab48791640beefc21" +"@webex/plugin-people@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-people/-/plugin-people-1.142.0.tgz#c1bc1bc7b8a9ed5dffcd8cba7703cc698f13d88e" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/plugin-rooms@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-rooms/-/plugin-rooms-1.144.0.tgz#bd16e2184bade14f7128b543590ab42e24712045" +"@webex/plugin-rooms@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-rooms/-/plugin-rooms-1.142.0.tgz#6560f8274d85b8d936459b3f06b77e0bdc11d4d3" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/internal-plugin-conversation" "1.144.0" - "@webex/internal-plugin-mercury" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/internal-plugin-conversation" "1.142.0" + "@webex/internal-plugin-mercury" "1.142.0" + "@webex/webex-core" "1.142.0" debug "^3.2.6" envify "^4.1.0" lodash "^4.17.21" -"@webex/plugin-team-memberships@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-team-memberships/-/plugin-team-memberships-1.144.0.tgz#a87e28a30db1dd7dd1f0ee089dc75eac72c68f44" +"@webex/plugin-team-memberships@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-team-memberships/-/plugin-team-memberships-1.142.0.tgz#6422ef0a688da448c2723b8b5be4c4aa57f67152" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/webex-core" "1.144.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/plugin-teams@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-teams/-/plugin-teams-1.144.0.tgz#40c1b246066dd53c8de13c995934f578c589e4a7" +"@webex/plugin-teams@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-teams/-/plugin-teams-1.142.0.tgz#67f4d3305001bed52696cdf27b833a3c5d92bc29" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/webex-core" "1.144.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/plugin-webhooks@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/plugin-webhooks/-/plugin-webhooks-1.144.0.tgz#15fc700734e2f9427dcb14b8a0db253c57cf24fa" +"@webex/plugin-webhooks@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/plugin-webhooks/-/plugin-webhooks-1.142.0.tgz#302e367dd44d18df58a55159d280ea838770535f" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/webex-core" "1.144.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/storage-adapter-local-storage@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/storage-adapter-local-storage/-/storage-adapter-local-storage-1.144.0.tgz#e9d3f0c4e570bf025ec044281bee065ecd6cf93f" +"@webex/storage-adapter-local-storage@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/storage-adapter-local-storage/-/storage-adapter-local-storage-1.142.0.tgz#4e2b979d7d48957bdfebaf9e5925facbc85a32b7" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/webex-core" "1.144.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" -"@webex/webex-core@1.144.0": - version "1.144.0" - resolved "https://registry.yarnpkg.com/@webex/webex-core/-/webex-core-1.144.0.tgz#8cb1bcc6b200b319d8ab0f1e80751f4d41a6c920" +"@webex/webex-core@1.142.0": + version "1.142.0" + resolved "https://registry.yarnpkg.com/@webex/webex-core/-/webex-core-1.142.0.tgz#d72f9003d56c1ba4d8896bc8d12d725d95299f37" dependencies: "@babel/runtime-corejs2" "^7.14.8" - "@webex/common" "1.144.0" - "@webex/common-timers" "1.144.0" - "@webex/http-core" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/common" "1.142.0" + "@webex/common-timers" "1.142.0" + "@webex/http-core" "1.142.0" + "@webex/webex-core" "1.142.0" ampersand-collection "^2.0.2" ampersand-events "^2.0.2" ampersand-state "^5.0.3" @@ -2109,6 +2362,10 @@ astral-regex@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" +async-limiter@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" + async@^3.1.0: version "3.2.0" resolved "https://registry.npmjs.org/async/-/async-3.2.0.tgz" @@ -2159,7 +2416,7 @@ babel-code-frame@^6.26.0: esutils "^2.0.2" js-tokens "^3.0.2" -babel-jest@^26.0.22, babel-jest@^26.6.3: +babel-jest@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz" dependencies: @@ -2172,20 +2429,32 @@ babel-jest@^26.0.22, babel-jest@^26.6.3: graceful-fs "^4.2.4" slash "^3.0.0" +babel-jest@^29.4.0: + version "29.4.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.4.0.tgz#20b18b69a321125429ff67a383b94c6bf552d1ec" + dependencies: + "@jest/transform" "^29.4.0" + "@types/babel__core" "^7.1.14" + babel-plugin-istanbul "^6.1.1" + babel-preset-jest "^29.4.0" + chalk "^4.0.0" + graceful-fs "^4.2.9" + slash "^3.0.0" + babel-plugin-dynamic-import-node@^2.3.3: version "2.3.3" resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz" dependencies: object.assign "^4.1.0" -babel-plugin-istanbul@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz" +babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@istanbuljs/load-nyc-config" "^1.0.0" "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^4.0.0" + istanbul-lib-instrument "^5.0.4" test-exclude "^6.0.0" babel-plugin-jest-hoist@^26.6.2: @@ -2197,6 +2466,15 @@ babel-plugin-jest-hoist@^26.6.2: "@types/babel__core" "^7.0.0" "@types/babel__traverse" "^7.0.6" +babel-plugin-jest-hoist@^29.4.0: + version "29.4.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.4.0.tgz#3fd3dfcedf645932df6d0c9fc3d9a704dd860248" + dependencies: + "@babel/template" "^7.3.3" + "@babel/types" "^7.3.3" + "@types/babel__core" "^7.1.14" + "@types/babel__traverse" "^7.0.6" + babel-plugin-polyfill-corejs2@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" @@ -2242,6 +2520,13 @@ babel-preset-jest@^26.6.2: babel-plugin-jest-hoist "^26.6.2" babel-preset-current-node-syntax "^1.0.0" +babel-preset-jest@^29.4.0: + version "29.4.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.4.0.tgz#c2b03c548b02dea0a18ae21d5759c136f9251ee4" + dependencies: + babel-plugin-jest-hoist "^29.4.0" + babel-preset-current-node-syntax "^1.0.0" + backoff@^2.5.0: version "2.5.0" resolved "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz" @@ -2358,7 +2643,7 @@ braces@^2.3.1: split-string "^3.0.2" to-regex "^3.0.1" -braces@^3.0.1, braces@~3.0.2: +braces@^3.0.1, braces@^3.0.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" dependencies: @@ -2378,6 +2663,15 @@ browserslist@^4.16.6: escalade "^3.1.1" node-releases "^1.1.71" +browserslist@^4.21.3: + version "4.21.4" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" + dependencies: + caniuse-lite "^1.0.30001400" + electron-to-chromium "^1.4.251" + node-releases "^2.0.6" + update-browserslist-db "^1.0.9" + bs-logger@0.x: version "0.2.6" resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz" @@ -2494,6 +2788,10 @@ caniuse-lite@^1.0.30001219: version "1.0.30001232" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001232.tgz" +caniuse-lite@^1.0.30001400: + version "1.0.30001447" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001447.tgz#ef1f39ae38d839d7176713735a8e467a0a2523bd" + capture-exit@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz" @@ -2571,6 +2869,10 @@ ci-info@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz" +ci-info@^3.2.0: + version "3.7.1" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.1.tgz#708a6cdae38915d597afdf3b145f2f8e1ff55f3f" + cjs-module-lexer@^0.6.0: version "0.6.0" resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz" @@ -2741,6 +3043,10 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: dependencies: safe-buffer "~5.1.1" +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" @@ -3040,6 +3346,10 @@ electron-to-chromium@^1.3.723: version "1.3.743" resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.743.tgz" +electron-to-chromium@^1.4.251: + version "1.4.284" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" + emittery@^0.7.1: version "0.7.2" resolved "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz" @@ -3409,7 +3719,7 @@ fast-glob@^3.1.1: micromatch "^4.0.2" picomatch "^2.2.1" -fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: +fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" @@ -3571,7 +3881,7 @@ fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" -fsevents@^2.1.2, fsevents@~2.3.1: +fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.1: version "2.3.2" resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" @@ -3717,9 +4027,9 @@ got@^9.6.0: to-readable-stream "^1.0.0" url-parse-lax "^3.0.0" -graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4: - version "4.2.6" - resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz" +graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9: + version "4.2.10" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" growly@^1.3.0: version "1.3.0" @@ -4170,7 +4480,11 @@ istanbul-lib-coverage@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz" -istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3: +istanbul-lib-coverage@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" + +istanbul-lib-instrument@^4.0.3: version "4.0.3" resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz" dependencies: @@ -4179,6 +4493,16 @@ istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3: istanbul-lib-coverage "^3.0.0" semver "^6.3.0" +istanbul-lib-instrument@^5.0.4: + version "5.2.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d" + dependencies: + "@babel/core" "^7.12.3" + "@babel/parser" "^7.14.7" + "@istanbuljs/schema" "^0.1.2" + istanbul-lib-coverage "^3.2.0" + semver "^6.3.0" + istanbul-lib-report@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz" @@ -4331,6 +4655,24 @@ jest-haste-map@^26.6.2: optionalDependencies: fsevents "^2.1.2" +jest-haste-map@^29.4.0: + version "29.4.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.4.0.tgz#139d6bd262f3f74894f23933ee4046af7e770ab0" + dependencies: + "@jest/types" "^29.4.0" + "@types/graceful-fs" "^4.1.3" + "@types/node" "*" + anymatch "^3.0.3" + fb-watchman "^2.0.0" + graceful-fs "^4.2.9" + jest-regex-util "^29.2.0" + jest-util "^29.4.0" + jest-worker "^29.4.0" + micromatch "^4.0.4" + walker "^1.0.8" + optionalDependencies: + fsevents "^2.3.2" + jest-jasmine2@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz" @@ -4399,6 +4741,10 @@ jest-regex-util@^26.0.0: version "26.0.0" resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz" +jest-regex-util@^29.2.0: + version "29.2.0" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.2.0.tgz#82ef3b587e8c303357728d0322d48bbfd2971f7b" + jest-resolve-dependencies@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz" @@ -4516,6 +4862,17 @@ jest-util@^26.1.0, jest-util@^26.6.2: is-ci "^2.0.0" micromatch "^4.0.2" +jest-util@^29.4.0: + version "29.4.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.0.tgz#1f3743c3dda843049623501c7e6f8fa5efdc2c2f" + dependencies: + "@jest/types" "^29.4.0" + "@types/node" "*" + chalk "^4.0.0" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" + jest-validate@^26.6.2: version "26.6.2" resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz" @@ -4547,6 +4904,15 @@ jest-worker@^26.6.2: merge-stream "^2.0.0" supports-color "^7.0.0" +jest-worker@^29.4.0: + version "29.4.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.4.0.tgz#fbf6d700c3366c555765938da75990c1e7fdcdcd" + dependencies: + "@types/node" "*" + jest-util "^29.4.0" + merge-stream "^2.0.0" + supports-color "^8.0.0" + jest@^26.6.3: version "26.6.3" resolved "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz" @@ -4656,6 +5022,10 @@ json5@2.x, json5@^2.1.2: dependencies: minimist "^1.2.5" +json5@^2.2.2: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + jsonfile@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz" @@ -4955,6 +5325,12 @@ lru-cache@^4.0.1, lru-cache@^4.1.5: pseudomap "^1.0.2" yallist "^2.1.2" +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + dependencies: + yallist "^3.0.2" + lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" @@ -4971,6 +5347,12 @@ make-error@1.x, make-error@^1.1.1: version "1.3.6" resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" +makeerror@1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" + dependencies: + tmpl "1.0.5" + makeerror@1.0.x: version "1.0.11" resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz" @@ -5036,6 +5418,13 @@ micromatch@^4.0.2: braces "^3.0.1" picomatch "^2.2.3" +micromatch@^4.0.4: + version "4.0.5" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + dependencies: + braces "^3.0.2" + picomatch "^2.3.1" + migrate-mongo@^8.2.2: version "8.2.2" resolved "https://registry.npmjs.org/migrate-mongo/-/migrate-mongo-8.2.2.tgz" @@ -5323,6 +5712,10 @@ node-releases@^1.1.71: version "1.1.72" resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.72.tgz" +node-releases@^2.0.6: + version "2.0.8" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.8.tgz#0f349cdc8fcfa39a92ac0be9bc48b7706292b9ae" + node-scr@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/node-scr/-/node-scr-0.3.0.tgz" @@ -5604,16 +5997,28 @@ performance-now@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz" +picocolors@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: version "2.3.0" resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz" +picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + pirates@^4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz" dependencies: node-modules-regexp "^1.0.0" +pirates@^4.0.4: + version "4.0.5" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" + pkg-dir@^4.2.0: version "4.2.0" resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz" @@ -6216,6 +6621,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: version "3.0.3" resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz" +signal-exit@^3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + simple-swizzle@^0.2.2: version "0.2.2" resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" @@ -6494,6 +6903,12 @@ supports-color@^7.0.0, supports-color@^7.1.0: dependencies: has-flag "^4.0.0" +supports-color@^8.0.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" + dependencies: + has-flag "^4.0.0" + supports-hyperlinks@^2.0.0: version "2.2.0" resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz" @@ -6558,7 +6973,7 @@ through@~2.3.4: version "2.3.8" resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" -tmpl@1.0.x: +tmpl@1.0.5, tmpl@1.0.x: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" @@ -6814,6 +7229,13 @@ unset-value@^1.0.0: has-value "^0.3.1" isobject "^3.0.0" +update-browserslist-db@^1.0.9: + version "1.0.10" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" + dependencies: + escalade "^3.1.1" + picocolors "^1.0.0" + update-notifier@^4.1.0: version "4.1.3" resolved "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz" @@ -6935,6 +7357,12 @@ walker@^1.0.7, walker@~1.0.5: dependencies: makeerror "1.0.x" +walker@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" + dependencies: + makeerror "1.0.12" + webcrypto-core@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.2.0.tgz" @@ -6949,30 +7377,30 @@ webcrypto-shim@^0.1.4: version "0.1.7" resolved "https://registry.npmjs.org/webcrypto-shim/-/webcrypto-shim-0.1.7.tgz" -webex@1.144.0: - version "1.144.0" - resolved "https://registry.yarnpkg.com/webex/-/webex-1.144.0.tgz#24657707b26e7e4d710f64072d5a59fbee60dd99" +webex@1.142.0: + version "1.142.0" + resolved "https://registry.yarnpkg.com/webex/-/webex-1.142.0.tgz#29f2ff3c19ad7bc880a979b91b4548243dcc078d" dependencies: "@babel/polyfill" "^7.12.1" "@babel/runtime-corejs2" "^7.14.8" - "@webex/internal-plugin-calendar" "1.144.0" - "@webex/internal-plugin-device" "1.144.0" - "@webex/internal-plugin-presence" "1.144.0" - "@webex/internal-plugin-support" "1.144.0" - "@webex/plugin-attachment-actions" "1.144.0" - "@webex/plugin-authorization" "1.144.0" - "@webex/plugin-device-manager" "1.144.0" - "@webex/plugin-logger" "1.144.0" - "@webex/plugin-meetings" "1.144.0" - "@webex/plugin-memberships" "1.144.0" - "@webex/plugin-messages" "1.144.0" - "@webex/plugin-people" "1.144.0" - "@webex/plugin-rooms" "1.144.0" - "@webex/plugin-team-memberships" "1.144.0" - "@webex/plugin-teams" "1.144.0" - "@webex/plugin-webhooks" "1.144.0" - "@webex/storage-adapter-local-storage" "1.144.0" - "@webex/webex-core" "1.144.0" + "@webex/internal-plugin-calendar" "1.142.0" + "@webex/internal-plugin-device" "1.142.0" + "@webex/internal-plugin-presence" "1.142.0" + "@webex/internal-plugin-support" "1.142.0" + "@webex/plugin-attachment-actions" "1.142.0" + "@webex/plugin-authorization" "1.142.0" + "@webex/plugin-device-manager" "1.142.0" + "@webex/plugin-logger" "1.142.0" + "@webex/plugin-meetings" "1.142.0" + "@webex/plugin-memberships" "1.142.0" + "@webex/plugin-messages" "1.142.0" + "@webex/plugin-people" "1.142.0" + "@webex/plugin-rooms" "1.142.0" + "@webex/plugin-team-memberships" "1.142.0" + "@webex/plugin-teams" "1.142.0" + "@webex/plugin-webhooks" "1.142.0" + "@webex/storage-adapter-local-storage" "1.142.0" + "@webex/webex-core" "1.142.0" envify "^4.1.0" lodash "^4.17.21" @@ -7083,14 +7511,24 @@ write-file-atomic@^3.0.0: signal-exit "^3.0.2" typedarray-to-buffer "^3.1.5" +write-file-atomic@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-5.0.0.tgz#54303f117e109bf3d540261125c8ea5a7320fab0" + dependencies: + imurmurhash "^0.1.4" + signal-exit "^3.0.7" + +ws@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-4.1.0.tgz#a979b5d7d4da68bf54efe0408967c324869a7289" + dependencies: + async-limiter "~1.0.0" + safe-buffer "~5.1.0" + ws@^7.4.5: version "7.4.6" resolved "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz" -ws@^8.2.2: - version "8.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.2.tgz#ca684330c6dd6076a737250ed81ac1606cb0a63e" - xdg-basedir@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz" @@ -7115,6 +7553,10 @@ yallist@^2.1.2: version "2.1.2" resolved "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz" +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + yallist@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"