From 6291c0d960fcd6bf36bee44ed3c17c9e7420efa8 Mon Sep 17 00:00:00 2001 From: avi12 Date: Wed, 27 Jan 2021 11:47:06 +0200 Subject: [PATCH] - Incremented version to 1.1.3 - Moved the script file to "build/" - Added "pack" script - Updated packages --- {src => dist}/manifest.json | 4 +- package.json | 16 +- pnpm-lock.yaml | 1827 ++++++++++++++--------------------- 3 files changed, 729 insertions(+), 1118 deletions(-) rename {src => dist}/manifest.json (93%) diff --git a/src/manifest.json b/dist/manifest.json similarity index 93% rename from src/manifest.json rename to dist/manifest.json index cd680d6..e6b8291 100644 --- a/src/manifest.json +++ b/dist/manifest.json @@ -3,7 +3,7 @@ "name": "Twitch Channel Points Bonus Collector", "short_name": "Twitch CP", "description": "Auto-clicks the Channel Points bonus button when it appears.", - "version": "1.1.2", + "version": "1.1.3", "icons": { "16": "images/thin_icon-16.png", "19": "images/thin_icon-19.png", @@ -26,7 +26,7 @@ "https://www.twitch.tv/*" ], "js": [ - "scripts/content-script-twitch.js" + "build/content-script-twitch.js" ] } ], diff --git a/package.json b/package.json index d32deb3..5c5bb7f 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,13 @@ { "name": "twitch-cp-bonus-collector", "description": "A browser extension that automates clicking on the Channel Points bonus button during a Twitch live stream when it appears.", - "version": "1.1.2", + "version": "1.1.3", "devDependencies": { "prettier": "^2.2.1", - "rollup": "^2.35.1", - "rollup-plugin-chrome-extension": "^3.5.1", - "rollup-plugin-empty-dir": "^1.0.4", + "rollup": "^2.38.0", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-zip": "^1.0.1", "set-json-version": "^1.0.4", - "web-ext": "^4.3.0", + "web-ext": "^5.5.0", "zip-self": "^0.2.5" }, "homepage": "https://avi12.com", @@ -29,9 +26,10 @@ "scripts": { "dev": "rollup -c -w", "build": "rollup -c", - "pack-self": "zip-self -o dist_packed/twitch_cp_collector-{version}-source.zip", - "build-pack": "pnpm run build && pnpm run pack-self", - "set-version": "set-json-version -f package.json dist/manifest.json src/manifest.json -v", + "pack": "web-ext build --overwrite-dest --artifacts-dir dist_packed --source-dir dist --filename twitch-cp-bonus-collector-{version}.zip", + "pack-self": "zip-self -o dist_packed/twitch-cp-bonus-collector-{version}-source.zip", + "build-pack": "pnpm run build && pnpm run pack && pnpm run pack-self", + "set-version": "set-json-version -f package.json dist/manifest.json dist/manifest.json -v", "run-browser": "web-ext run --no-config-discovery --start-url https://www.twitch.tv/codinggarden --source-dir dist --verbose --target", "run-firefox": "pnpm run-browser firefox-desktop", "run-chromium": "pnpm run-browser chromium", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cd272b..bce0cbd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,12 +1,9 @@ devDependencies: prettier: 2.2.1 - rollup: 2.35.1 - rollup-plugin-chrome-extension: 3.5.1 - rollup-plugin-empty-dir: 1.0.4_rollup@2.35.1 - rollup-plugin-terser: 7.0.2_rollup@2.35.1 - rollup-plugin-zip: 1.0.1_rollup@2.35.1 + rollup: 2.38.0 + rollup-plugin-terser: 7.0.2_rollup@2.38.0 set-json-version: 1.0.4 - web-ext: 4.3.0 + web-ext: 5.5.0 zip-self: 0.2.5 lockfileVersion: 5.2 packages: @@ -28,33 +25,19 @@ packages: dev: true resolution: integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/polyfill/7.7.0: + /@babel/polyfill/7.12.1: dependencies: core-js: 2.6.12 regenerator-runtime: 0.13.7 - deprecated: "\U0001F6A8 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information." dev: true resolution: - integrity: sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ== - /@babel/runtime-corejs3/7.12.5: + integrity: sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g== + /@babel/runtime/7.12.5: dependencies: - core-js-pure: 3.8.1 regenerator-runtime: 0.13.7 dev: true resolution: - integrity: sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ== - /@babel/runtime/7.10.2: - dependencies: - regenerator-runtime: 0.13.7 - dev: true - resolution: - integrity: sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== - /@babel/runtime/7.7.7: - dependencies: - regenerator-runtime: 0.13.7 - dev: true - resolution: - integrity: sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA== + integrity: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== /@cliqz-oss/firefox-client/0.3.1: dependencies: colors: 0.5.1 @@ -69,30 +52,84 @@ packages: dev: true resolution: integrity: sha512-O/IyiB5pfztCdmxQZg0/xeq5w+YiP3gtJz8d4We2EpLPKzbDVjOrtfLKYgVfm6Ya6mbvDge1uLkSRwaoVCWKnA== - /@nodelib/fs.scandir/2.1.3: + /@devicefarmer/adbkit-logcat/1.1.0: + dev: true + engines: + node: '>= 0.10.4' + resolution: + integrity: sha512-K90P5gUXM/w+yzLvJIRQ+tJooNU6ipUPPQkljtPJ0laR66TGtpt4Gqsjm0n9dPHK1W5KGgU1R5wnCd6RTSlPNA== + /@devicefarmer/adbkit-monkey/1.0.1: + dependencies: + async: 0.2.10 + dev: true + engines: + node: '>= 0.10.4' + resolution: + integrity: sha512-HilPrVrCosYWqSyjfpDtaaN1kJwdlBpS+IAflP3z+e7nsEgk3JGJf1Vg0NgHJooTf5HDfXSyZqMVg+5jvXCK0g== + /@devicefarmer/adbkit/2.11.3: + dependencies: + '@devicefarmer/adbkit-logcat': 1.1.0 + '@devicefarmer/adbkit-monkey': 1.0.1 + bluebird: 2.9.34 + commander: 2.20.3 + debug: 2.6.9 + node-forge: 0.10.0 + split: 0.3.3 + dev: true + engines: + node: '>= 0.10.4' + hasBin: true + resolution: + integrity: sha512-rsgWREAvSRQjdP9/3GoAV6Tq+o97haywgbTfCgt5yUqiDpaaq3hlH9FTo9XsdG8x+Jd0VQ9nTC2IXsDu8JGRSA== + /@eslint/eslintrc/0.2.2: + dependencies: + ajv: 6.12.6 + debug: 4.3.1 + espree: 7.3.0 + globals: 12.4.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + js-yaml: 3.14.1 + lodash: 4.17.20 + minimatch: 3.0.4 + strip-json-comments: 3.1.1 + dev: true + engines: + node: ^10.12.0 || >=12.0.0 + resolution: + integrity: sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ== + /@mdn/browser-compat-data/2.0.7: + dependencies: + extend: 3.0.2 + dev: true + engines: + node: '>=10.0.0' + resolution: + integrity: sha512-GeeM827DlzFFidn1eKkMBiqXFD2oLsnZbaiGhByPl0vcapsRzUL+t9hDoov1swc9rB2jw64R+ihtzC8qOE9wXw== + /@nodelib/fs.scandir/2.1.4: dependencies: - '@nodelib/fs.stat': 2.0.3 + '@nodelib/fs.stat': 2.0.4 run-parallel: 1.1.10 dev: true engines: node: '>= 8' resolution: - integrity: sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw== - /@nodelib/fs.stat/2.0.3: + integrity: sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA== + /@nodelib/fs.stat/2.0.4: dev: true engines: node: '>= 8' resolution: - integrity: sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== - /@nodelib/fs.walk/1.2.4: + integrity: sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q== + /@nodelib/fs.walk/1.2.6: dependencies: - '@nodelib/fs.scandir': 2.1.3 + '@nodelib/fs.scandir': 2.1.4 fastq: 1.10.0 dev: true engines: node: '>= 8' resolution: - integrity: sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ== + integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== /@sindresorhus/is/0.14.0: dev: true engines: @@ -107,36 +144,26 @@ packages: node: '>=6' resolution: integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== - /@types/estree/0.0.45: - dev: true - resolution: - integrity: sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g== /@types/minimatch/3.0.3: dev: true resolution: integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== - /@types/node/14.14.16: + /@types/node/14.14.22: dev: true resolution: - integrity: sha512-naXYePhweTi+BMv11TgioE2/FXU4fSl29HAH1ffxVciNsH3rYXjNP2yM8wqmSm7jS20gM8TIklKiTen+1iVncw== - /@types/parse-json/4.0.0: + integrity: sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw== + /@types/yauzl/2.9.1: + dependencies: + '@types/node': 14.14.22 dev: true resolution: - integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== + integrity: sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA== /JSONSelect/0.2.1: dev: true engines: node: '>=0.4.7' resolution: integrity: sha1-QVQYpSbTP+MddLTe+jyDbUhewgM= - /acorn-jsx/5.3.1_acorn@6.4.2: - dependencies: - acorn: 6.4.2 - dev: true - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - resolution: - integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== /acorn-jsx/5.3.1_acorn@7.4.1: dependencies: acorn: 7.4.1 @@ -145,13 +172,6 @@ packages: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 resolution: integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== - /acorn/6.4.2: - dev: true - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== /acorn/7.4.1: dev: true engines: @@ -159,88 +179,74 @@ packages: hasBin: true resolution: integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - /adbkit-logcat/1.1.0: - dev: true - engines: - node: '>= 0.10.4' - resolution: - integrity: sha1-Adf5sM75CTowvLOwB+//MBUIli8= - /adbkit-monkey/1.0.1: - dependencies: - async: 0.2.10 - dev: true - engines: - node: '>= 0.10.4' - resolution: - integrity: sha1-8pG+cBou/FZ6Y/x6pq/N7TFDC+E= - /adbkit/2.11.1: - dependencies: - adbkit-logcat: 1.1.0 - adbkit-monkey: 1.0.1 - bluebird: 2.9.34 - commander: 2.20.3 - debug: 2.6.9 - node-forge: 0.7.6 - split: 0.3.3 - dev: true - engines: - node: '>= 0.10.4' - hasBin: true - resolution: - integrity: sha512-hDTiRg9NX3HQt7WoDAPCplUpvzr4ZzQa2lq7BdTTJ/iOZ6O7YNAs6UYD8sFAiBEcYHDRIyq3cm9sZP6uZnhvXw== - /addons-linter/1.26.0: + /addons-linter/2.13.1: dependencies: - '@babel/runtime': 7.10.2 - ajv: 6.12.2 - ajv-merge-patch: 4.1.0_ajv@6.12.2 + '@babel/runtime': 7.12.5 + '@mdn/browser-compat-data': 2.0.7 + addons-scanner-utils: 4.0.0 + ajv: 6.12.6 + ajv-merge-patch: 4.1.0_ajv@6.12.6 chalk: 4.1.0 cheerio: 1.0.0-rc.3 columnify: 1.5.4 common-tags: 1.8.0 deepmerge: 4.2.2 - dispensary: 0.51.2 - es6-promisify: 6.1.1 - eslint: 5.16.0 - eslint-plugin-no-unsanitized: 3.1.2_eslint@5.16.0 - eslint-visitor-keys: 1.2.0 - espree: 6.2.1 + dispensary: 0.59.0 + eslint: 7.14.0 + eslint-plugin-no-unsanitized: 3.1.4_eslint@7.14.0 + eslint-visitor-keys: 2.0.0 + espree: 7.3.0 esprima: 4.0.1 - first-chunk-stream: 3.0.0 fluent-syntax: 0.13.0 glob: 7.1.6 is-mergeable-object: 1.1.1 jed: 1.1.1 - mdn-browser-compat-data: 1.0.25 os-locale: 5.0.0 - pino: 6.3.2 - postcss: 7.0.32 + pino: 6.7.0 + postcss: 8.1.10 probe-image-size: 5.0.0 relaxed-json: 1.0.3 semver: 7.3.2 source-map-support: 0.5.19 - strip-bom-stream: 4.0.0 tosource: 1.0.0 - upath: 1.2.0 - whatwg-url: 8.1.0 - yargs: 15.3.1 + upath: 2.0.1 + whatwg-url: 8.4.0 + yargs: 16.1.1 yauzl: 2.10.0 dev: true engines: node: '>=10.13' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.2.1 + resolution: + integrity: sha512-OWMuABpZRNeru38oOjn7QYOF0JOXJQXG9c3r4ILTRwTBeSu3LtfgCh9/7zLVgTYPbTs7Qy6h23u4Sel65uSnUQ== + /addons-scanner-utils/4.0.0: + dependencies: + '@types/yauzl': 2.9.1 + common-tags: 1.8.0 + first-chunk-stream: 3.0.0 + strip-bom-stream: 4.0.0 + upath: 2.0.1 + yauzl: 2.10.0 + dev: true + peerDependencies: + '@types/download': 6.2.4 + body-parser: 1.19.0 + download: 8.0.0 + express: 4.17.1 + safe-compare: 1.1.4 resolution: - integrity: sha512-PKytX6qxbZapc076auO0LBhAGuw2z7eyPnYusMgNBPbY72MAXzUCt3AhSbwGhZ43d5Tn/3At5H0xPi31VXG2Mg== + integrity: sha512-+BfePzqoo/7Nhum9LONGsga2xhNJYb+6k6j819pzcd2tqaaqDUJu+3lz4CQQYFcD8QoolB3ksfZcCPymleFq0A== /adm-zip/0.4.16: dev: true engines: node: '>=0.3.0' resolution: integrity: sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg== - /ajv-merge-patch/4.1.0_ajv@6.12.2: + /ajv-merge-patch/4.1.0_ajv@6.12.6: dependencies: - ajv: 6.12.2 + ajv: 6.12.6 fast-json-patch: 2.2.1 json-merge-patch: 0.2.3 dev: true @@ -248,21 +254,12 @@ packages: ajv: '>=6.0.0' resolution: integrity: sha512-0mAYXMSauA8RZ7r+B4+EAOYcZEcO9OK5EiQCR7W7Cv4E44pJj56ZnkKLJ9/PAcOc0dT+LlV9fdDcq2TxVJfOYw== - /ajv/6.12.2: - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.0 - dev: true - resolution: - integrity: sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ== /ajv/6.12.6: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 - uri-js: 4.4.0 + uri-js: 4.4.1 dev: true resolution: integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -272,24 +269,18 @@ packages: dev: true resolution: integrity: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== - /ansi-escapes/3.2.0: + /ansi-colors/4.1.1: dev: true engines: - node: '>=4' + node: '>=6' resolution: - integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== + integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== /ansi-regex/2.1.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - /ansi-regex/3.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= /ansi-regex/4.1.0: dev: true engines: @@ -327,21 +318,19 @@ packages: micromatch: 3.1.10 normalize-path: 2.1.1 dev: true + optional: true resolution: integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - /archiver-utils/1.3.0: + /anymatch/3.1.1: dependencies: - glob: 7.1.6 - graceful-fs: 4.2.4 - lazystream: 1.0.0 - lodash: 4.17.20 - normalize-path: 2.1.1 - readable-stream: 2.3.7 + normalize-path: 3.0.0 + picomatch: 2.2.2 dev: true engines: - node: '>= 0.10.0' + node: '>= 8' + optional: true resolution: - integrity: sha1-5QtMCccL89aA4y/xt5lOn52JUXQ= + integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== /archiver-utils/2.1.0: dependencies: glob: 7.1.6 @@ -359,35 +348,34 @@ packages: node: '>= 6' resolution: integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw== - /archiver/2.1.1: + /archiver/4.0.2: dependencies: - archiver-utils: 1.3.0 - async: 2.5.0 + archiver-utils: 2.1.0 + async: 3.2.0 buffer-crc32: 0.2.13 glob: 7.1.6 - lodash: 4.17.20 - readable-stream: 2.3.7 - tar-stream: 1.6.2 - zip-stream: 1.2.0 + readable-stream: 3.6.0 + tar-stream: 2.2.0 + zip-stream: 3.0.1 dev: true engines: - node: '>= 4' + node: '>= 8' resolution: - integrity: sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw= - /archiver/4.0.2: + integrity: sha512-B9IZjlGwaxF33UN4oPbfBkyA4V1SxNLeIhR1qY8sRXSsbdUkEHrrOvwlYFPx+8uQeCe9M+FG6KgO+imDmQ79CQ== + /archiver/5.0.2: dependencies: archiver-utils: 2.1.0 async: 3.2.0 buffer-crc32: 0.2.13 - glob: 7.1.6 readable-stream: 3.6.0 - tar-stream: 2.1.4 - zip-stream: 3.0.1 + readdir-glob: 1.1.1 + tar-stream: 2.2.0 + zip-stream: 4.0.4 dev: true engines: - node: '>= 8' + node: '>= 10' resolution: - integrity: sha512-B9IZjlGwaxF33UN4oPbfBkyA4V1SxNLeIhR1qY8sRXSsbdUkEHrrOvwlYFPx+8uQeCe9M+FG6KgO+imDmQ79CQ== + integrity: sha512-Tq3yV/T4wxBsD2Wign8W9VQKhaUxzzRmjEiSoOK0SLqPgDP/N1TKdYyBeIEu56T4I9iO4fKTTR0mN9NWkBA0sg== /argparse/1.0.10: dependencies: sprintf-js: 1.0.3 @@ -398,18 +386,21 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= /arr-flatten/1.1.0: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== /arr-union/3.1.0: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= /array-differ/3.0.0: @@ -422,12 +413,6 @@ packages: dev: true resolution: integrity: sha1-fajPLiZijtcygDWB/SH2fKzS7uw= - /array-flat-polyfill/1.0.1: - dev: true - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-hfJmKupmQN0lwi0xG6FQ5U8Rd97RnIERplymOv/qpq8AoNKPPAnxJadjFA23FNWm88wykh9HmpLJUUwUtNU/iw== /array-map/0.0.0: dev: true resolution: @@ -446,6 +431,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= /arrify/2.0.1: @@ -470,6 +456,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= /astral-regex/1.0.0: @@ -480,6 +467,7 @@ packages: integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== /async-each/1.0.3: dev: true + optional: true resolution: integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== /async/0.2.10: @@ -504,11 +492,18 @@ packages: dev: true resolution: integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= + /at-least-node/1.0.0: + dev: true + engines: + node: '>= 4.0.0' + resolution: + integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== /atob/2.1.2: dev: true engines: node: '>= 4.5.0' hasBin: true + optional: true resolution: integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== /atomic-sleep/1.0.0: @@ -541,6 +536,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== /base64-js/1.5.1: @@ -557,8 +553,16 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + /binary-extensions/2.2.0: + dev: true + engines: + node: '>=8' + optional: true + resolution: + integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== /bindings/1.5.0: dependencies: file-uri-to-path: 1.0.0 @@ -566,13 +570,6 @@ packages: optional: true resolution: integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== - /bl/1.2.3: - dependencies: - readable-stream: 2.3.7 - safe-buffer: 5.2.1 - dev: true - resolution: - integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww== /bl/4.0.3: dependencies: buffer: 5.7.1 @@ -626,6 +623,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== /braces/3.0.2: @@ -636,17 +634,6 @@ packages: node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - /buffer-alloc-unsafe/1.1.0: - dev: true - resolution: - integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== - /buffer-alloc/1.2.0: - dependencies: - buffer-alloc-unsafe: 1.1.0 - buffer-fill: 1.0.0 - dev: true - resolution: - integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== /buffer-crc32/0.2.13: dev: true resolution: @@ -655,10 +642,6 @@ packages: dev: true resolution: integrity: sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= - /buffer-fill/1.0.0: - dev: true - resolution: - integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw= /buffer-from/1.1.1: dev: true resolution: @@ -670,7 +653,7 @@ packages: dev: true resolution: integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - /bunyan/1.8.12: + /bunyan/1.8.14: dev: true engines: '0': node >=0.10.0 @@ -681,7 +664,7 @@ packages: mv: 2.1.1 safe-json-stringify: 1.2.0 resolution: - integrity: sha1-8VDw9nSKvdcq6uhPBEA74u8RN5c= + integrity: sha512-LlahJUxXzZLuw/hetUQJmRgZ1LF6+cr5TPpRj6jf327AsiIq2jhYEH4oqUUkVKTor+9w2BT3oxVwhzE5lw9tcg== /cache-base/1.0.1: dependencies: collection-visit: 1.0.0 @@ -696,6 +679,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== /cacheable-request/6.1.0: @@ -712,13 +696,13 @@ packages: node: '>=8' resolution: integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg== - /call-bind/1.0.0: + /call-bind/1.0.2: dependencies: function-bind: 1.1.1 - get-intrinsic: 1.0.2 + get-intrinsic: 1.1.0 dev: true resolution: - integrity: sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w== + integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== /callsites/3.1.0: dev: true engines: @@ -731,6 +715,12 @@ packages: node: '>=6' resolution: integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + /camelcase/6.0.0: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== /caseless/0.12.0: dev: true resolution: @@ -763,20 +753,6 @@ packages: node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /chardet/0.7.0: - dev: true - resolution: - integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - /cheerio-select-tmp/0.1.1: - dependencies: - css-select: 3.1.2 - css-what: 4.0.0 - domelementtype: 2.1.0 - domhandler: 4.0.0 - domutils: 2.4.4 - dev: true - resolution: - integrity: sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ== /cheerio/1.0.0-rc.3: dependencies: css-select: 1.2.0 @@ -790,20 +766,6 @@ packages: node: '>= 0.6' resolution: integrity: sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA== - /cheerio/1.0.0-rc.5: - dependencies: - cheerio-select-tmp: 0.1.1 - dom-serializer: 1.2.0 - domhandler: 4.0.0 - entities: 2.1.0 - htmlparser2: 6.0.0 - parse5: 6.0.1 - parse5-htmlparser2-tree-adapter: 6.0.1 - dev: true - engines: - node: '>= 0.12' - resolution: - integrity: sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw== /chokidar/2.1.8: dependencies: anymatch: 2.0.0 @@ -819,13 +781,31 @@ packages: upath: 1.2.0 deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. dev: true + optional: true optionalDependencies: fsevents: 1.2.13 resolution: integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== - /chrome-launcher/0.13.3: + /chokidar/3.5.1: dependencies: - '@types/node': 14.14.16 + anymatch: 3.1.1 + braces: 3.0.2 + glob-parent: 5.1.1 + is-binary-path: 2.1.0 + is-glob: 4.0.1 + normalize-path: 3.0.0 + readdirp: 3.5.0 + dev: true + engines: + node: '>= 8.10.0' + optional: true + optionalDependencies: + fsevents: 2.3.1 + resolution: + integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw== + /chrome-launcher/0.13.4: + dependencies: + '@types/node': 14.14.22 escape-string-regexp: 1.0.5 is-wsl: 2.2.0 lighthouse-logger: 1.2.0 @@ -833,7 +813,7 @@ packages: rimraf: 3.0.2 dev: true resolution: - integrity: sha512-ovrDuFXgXS96lzeDqFPQRsczkxla+6QMvzsF+1u0mKlD1KE8EuhjdLwiDfIFedb0FSLz18RK3y6IbKu8oqA0qw== + integrity: sha512-nnzXiDbGKjDSK6t2I+35OAPBy5Pw/39bgkb/ZAFwMhwJbdYBp6aH+vW28ZgtjdU890Q7D+3wN/tB8N66q5Gi2A== /ci-info/2.0.0: dev: true resolution: @@ -847,6 +827,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== /cli-boxes/2.2.1: @@ -855,18 +836,6 @@ packages: node: '>=6' resolution: integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== - /cli-cursor/2.1.0: - dependencies: - restore-cursor: 2.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - /cli-width/2.2.1: - dev: true - resolution: - integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== /cliui/6.0.0: dependencies: string-width: 4.2.0 @@ -875,6 +844,14 @@ packages: dev: true resolution: integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== + /cliui/7.0.4: + dependencies: + string-width: 4.2.0 + strip-ansi: 6.0.0 + wrap-ansi: 7.0.0 + dev: true + resolution: + integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== /clone-response/1.0.2: dependencies: mimic-response: 1.0.1 @@ -894,6 +871,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= /color-convert/1.9.3: @@ -918,6 +896,10 @@ packages: dev: true resolution: integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + /colorette/1.2.1: + dev: true + resolution: + integrity: sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== /colors/0.5.1: dev: true engines: @@ -959,30 +941,31 @@ packages: integrity: sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw== /component-emitter/1.3.0: dev: true + optional: true resolution: integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - /compress-commons/1.2.2: + /compress-commons/3.0.0: dependencies: buffer-crc32: 0.2.13 - crc32-stream: 2.0.0 - normalize-path: 2.1.1 + crc32-stream: 3.0.1 + normalize-path: 3.0.0 readable-stream: 2.3.7 dev: true engines: - node: '>= 0.10.0' + node: '>= 8' resolution: - integrity: sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8= - /compress-commons/3.0.0: + integrity: sha512-FyDqr8TKX5/X0qo+aVfaZ+PVmNJHJeckFBlq8jZGSJOgnynhfifoyl24qaqdUdDIBe0EVTHByN6NAkqYvE/2Xg== + /compress-commons/4.0.2: dependencies: buffer-crc32: 0.2.13 - crc32-stream: 3.0.1 + crc32-stream: 4.0.1 normalize-path: 3.0.0 - readable-stream: 2.3.7 + readable-stream: 3.6.0 dev: true engines: - node: '>= 8' + node: '>= 10' resolution: - integrity: sha512-FyDqr8TKX5/X0qo+aVfaZ+PVmNJHJeckFBlq8jZGSJOgnynhfifoyl24qaqdUdDIBe0EVTHByN6NAkqYvE/2Xg== + integrity: sha512-qhd32a9xgzmpfoga1VQEiLEwdKZ6Plnpx5UCgIsf89FSolyJ7WnifY4Gtjgv5WR6hWAyRaHxC5MiEhU/38U70A== /concat-map/0.0.1: dev: true resolution: @@ -1011,65 +994,44 @@ packages: node: '>=8' resolution: integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== - /convert-source-map/1.7.0: - dependencies: - safe-buffer: 5.1.2 - dev: true - resolution: - integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== /copy-descriptor/0.1.1: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - /core-js-pure/3.8.1: - dev: true - requiresBuild: true - resolution: - integrity: sha512-Se+LaxqXlVXGvmexKGPvnUIYC1jwXu1H6Pkyb3uBM5d8/NELMYCHs/4/roD7721NxrTLyv7e5nXd5/QLBO+10g== /core-js/2.6.12: - deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' + deprecated: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. dev: true requiresBuild: true resolution: integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== - /core-js/3.6.4: + /core-js/3.6.5: dev: true requiresBuild: true resolution: - integrity: sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw== + integrity: sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== /core-util-is/1.0.2: dev: true resolution: integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - /cosmiconfig/6.0.0: + /crc-32/1.2.0: dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.1.0 - path-type: 4.0.0 - yaml: 1.10.0 + exit-on-epipe: 1.0.1 + printj: 1.1.2 dev: true engines: - node: '>=8' + node: '>=0.8' + hasBin: true resolution: - integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg== + integrity: sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA== /crc/3.8.0: dependencies: buffer: 5.7.1 dev: true resolution: integrity: sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ== - /crc32-stream/2.0.0: - dependencies: - crc: 3.8.0 - readable-stream: 2.3.7 - dev: true - engines: - node: '>= 0.10.0' - resolution: - integrity: sha1-483TtN8xaN10494/u8t7KX/pCPQ= /crc32-stream/3.0.1: dependencies: crc: 3.8.0 @@ -1079,18 +1041,15 @@ packages: node: '>= 6.9.0' resolution: integrity: sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w== - /cross-spawn/6.0.5: + /crc32-stream/4.0.1: dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.1 - shebang-command: 1.2.0 - which: 1.3.1 + crc-32: 1.2.0 + readable-stream: 3.6.0 dev: true engines: - node: '>=4.8' + node: '>= 10' resolution: - integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + integrity: sha512-FN5V+weeO/8JaXsamelVYO1PHyeCsuL3HcG4cqsj0ceARcocxalaShCsohZMSAF+db7UYFwBy1rARK/0oFItUw== /cross-spawn/7.0.3: dependencies: path-key: 3.1.1 @@ -1116,26 +1075,10 @@ packages: dev: true resolution: integrity: sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= - /css-select/3.1.2: - dependencies: - boolbase: 1.0.0 - css-what: 4.0.0 - domhandler: 4.0.0 - domutils: 2.4.4 - nth-check: 2.0.0 - dev: true - resolution: - integrity: sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA== /css-what/2.1.3: dev: true resolution: integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== - /css-what/4.0.0: - dev: true - engines: - node: '>= 6' - resolution: - integrity: sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A== /dashdash/1.14.1: dependencies: assert-plus: 1.0.0 @@ -1173,18 +1116,17 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - /decamelize/3.2.0: - dependencies: - xregexp: 4.4.1 + /decamelize/4.0.0: dev: true engines: - node: '>=6' + node: '>=10' resolution: - integrity: sha512-4TgkVUsmmu7oCSyGBm5FvfMoACuoh9EOidm7V5/J2X2djAwwt57qb3F2KMP2ITqODTCSwb+YRV+0Zqrv18k/hw== + integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== /decode-uri-component/0.2.0: dev: true engines: node: '>=0.10' + optional: true resolution: integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= /decompress-response/3.3.0: @@ -1202,7 +1144,7 @@ packages: is-regex: 1.1.1 object-is: 1.1.4 object-keys: 1.1.1 - regexp.prototype.flags: 1.3.0 + regexp.prototype.flags: 1.3.1 dev: true resolution: integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== @@ -1216,12 +1158,12 @@ packages: dev: true resolution: integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - /deepcopy/2.0.0: + /deepcopy/2.1.0: dependencies: type-detect: 4.0.8 dev: true resolution: - integrity: sha512-d5ZK7pJw7F3k6M5vqDjGiiUS9xliIyWkdzBjnPhnSeRGjkYOGZMCFkdKVwV/WiHOe0NwzB8q+iDo7afvSf0arA== + integrity: sha512-8cZeTb1ZKC3bdSCP6XOM1IsTczIO73fdqtwa2B0N15eAz7gmyhQo+mc5gnFuulsgN3vIQYmTgbmQVKalH1dKvQ== /deepmerge/4.2.2: dev: true engines: @@ -1252,6 +1194,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= /define-property/1.0.0: @@ -1260,6 +1203,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY= /define-property/2.0.2: @@ -1269,6 +1213,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== /delayed-stream/1.0.0: @@ -1285,21 +1230,21 @@ packages: node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - /dispensary/0.51.2: + /dispensary/0.59.0: dependencies: async: 3.2.0 natural-compare-lite: 1.4.0 - pino: 6.0.0 + pino: 6.7.0 request: 2.88.2 sha.js: 2.4.11 source-map-support: 0.5.19 - yargs: 15.3.1 + yargs: 16.1.1 dev: true engines: node: '>= 10.0.0' hasBin: true resolution: - integrity: sha512-liUDx/g1xFEBFoOL6308Vr0aYAZlGAyXGcOvuXVa/6qVBZT4QZrv4pVNeb5QOeD5C/Flta+A+qTnLkLnhgs40g== + integrity: sha512-JSnh4AhtYgwoyUHtunZbAhklkD9IeNacK1IDlrAJSZjzBMGFoTp9+Nggg+ITJ+F1geXc04DZ55ixnjFr5Ozknw== /doctrine/3.0.0: dependencies: esutils: 2.0.3 @@ -1315,36 +1260,16 @@ packages: dev: true resolution: integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== - /dom-serializer/1.2.0: - dependencies: - domelementtype: 2.1.0 - domhandler: 4.0.0 - entities: 2.1.0 - dev: true - resolution: - integrity: sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA== /domelementtype/1.3.1: dev: true resolution: integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - /domelementtype/2.1.0: - dev: true - resolution: - integrity: sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== /domhandler/2.4.2: dependencies: domelementtype: 1.3.1 dev: true resolution: integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - /domhandler/4.0.0: - dependencies: - domelementtype: 2.1.0 - dev: true - engines: - node: '>= 4' - resolution: - integrity: sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA== /domutils/1.5.1: dependencies: dom-serializer: 0.1.1 @@ -1359,14 +1284,6 @@ packages: dev: true resolution: integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - /domutils/2.4.4: - dependencies: - dom-serializer: 1.2.0 - domelementtype: 2.1.0 - domhandler: 4.0.0 - dev: true - resolution: - integrity: sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA== /dot-prop/5.3.0: dependencies: is-obj: 2.0.0 @@ -1410,60 +1327,30 @@ packages: dev: true resolution: integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - /end-of-stream/1.1.0: - dependencies: - once: 1.3.3 - dev: true - resolution: - integrity: sha1-6TUyWLqpEIll78QcsO+K3i88+wc= /end-of-stream/1.4.4: dependencies: once: 1.4.0 dev: true resolution: integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - /entities/1.1.2: + /enquirer/2.3.6: + dependencies: + ansi-colors: 4.1.1 dev: true + engines: + node: '>=8.6' resolution: - integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - /entities/2.1.0: + integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== + /entities/1.1.2: dev: true resolution: - integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== + integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== /error-ex/1.3.2: dependencies: is-arrayish: 0.2.1 dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-abstract/1.17.7: - dependencies: - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.1 - is-callable: 1.2.2 - is-regex: 1.1.1 - object-inspect: 1.9.0 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.3 - string.prototype.trimstart: 1.0.3 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== - /es-to-primitive/1.2.1: - dependencies: - is-callable: 1.2.2 - is-date-object: 1.0.2 - is-symbol: 1.0.3 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== /es6-error/4.1.1: dev: true resolution: @@ -1472,115 +1359,120 @@ packages: dev: true resolution: integrity: sha1-lu258v2wGZWCKyY92KratnSBgbw= - /es6-promisify/6.0.2: - dev: true - resolution: - integrity: sha512-eO6vFm0JvqGzjWIQA6QVKjxpmELfhWbDUWHm1rPfIbn55mhKPiAa5xpLmQWJrNa629ZIeQ8ZvMAi13kvrjK6Mg== /es6-promisify/6.1.1: dev: true resolution: integrity: sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg== + /escalade/3.1.1: + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + /escape-goat/2.1.1: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q== /escape-string-regexp/1.0.5: dev: true engines: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /eslint-plugin-no-unsanitized/3.1.2_eslint@5.16.0: + /eslint-plugin-no-unsanitized/3.1.4_eslint@7.14.0: dependencies: - eslint: 5.16.0 + eslint: 7.14.0 dev: true peerDependencies: eslint: ^5 || ^6 || ^7 resolution: - integrity: sha512-KPShfliA3Uy9qqwQx35P1fwIOeJjZkb0FbMMUFztRYRposzaynsM8JCEb952fqkidROl1kpqY80uSvn+TcWkQQ== - /eslint-scope/4.0.3: + integrity: sha512-WF1+eZo2Sh+bQNjZuVNwT0dA61zuJORsLh+1Sww7+O6GOPw+WPWIIRfTWNqrmaXaDMhM4SXAqYPcNlhRMiH13g== + /eslint-scope/5.1.1: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: true engines: - node: '>=4.0.0' + node: '>=8.0.0' resolution: - integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg== - /eslint-utils/1.4.3: + integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + /eslint-utils/2.1.0: dependencies: - eslint-visitor-keys: 1.2.0 + eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: - integrity: sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== - /eslint-visitor-keys/1.2.0: + integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== + /eslint-visitor-keys/1.3.0: dev: true engines: node: '>=4' resolution: - integrity: sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ== - /eslint/5.16.0: + integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== + /eslint-visitor-keys/2.0.0: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== + /eslint/7.14.0: dependencies: '@babel/code-frame': 7.12.11 - ajv: 6.12.2 - chalk: 2.4.2 - cross-spawn: 6.0.5 + '@eslint/eslintrc': 0.2.2 + ajv: 6.12.6 + chalk: 4.1.0 + cross-spawn: 7.0.3 debug: 4.3.1 doctrine: 3.0.0 - eslint-scope: 4.0.3 - eslint-utils: 1.4.3 - eslint-visitor-keys: 1.2.0 - espree: 5.0.1 + enquirer: 2.3.6 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + eslint-visitor-keys: 2.0.0 + espree: 7.3.0 esquery: 1.3.1 esutils: 2.0.3 file-entry-cache: 5.0.1 functional-red-black-tree: 1.0.1 - glob: 7.1.6 - globals: 11.12.0 + glob-parent: 5.1.1 + globals: 12.4.0 ignore: 4.0.6 - import-fresh: 3.2.1 + import-fresh: 3.3.0 imurmurhash: 0.1.4 - inquirer: 6.5.2 + is-glob: 4.0.1 js-yaml: 3.14.1 json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.3.0 + levn: 0.4.1 lodash: 4.17.20 minimatch: 3.0.4 - mkdirp: 0.5.5 natural-compare: 1.4.0 - optionator: 0.8.3 - path-is-inside: 1.0.2 + optionator: 0.9.1 progress: 2.0.3 - regexpp: 2.0.1 - semver: 5.7.1 - strip-ansi: 4.0.0 - strip-json-comments: 2.0.1 + regexpp: 3.1.0 + semver: 7.3.2 + strip-ansi: 6.0.0 + strip-json-comments: 3.1.1 table: 5.4.6 text-table: 0.2.0 + v8-compile-cache: 2.2.0 dev: true engines: - node: ^6.14.0 || ^8.10.0 || >=9.10.0 + node: ^10.12.0 || >=12.0.0 hasBin: true resolution: - integrity: sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg== - /espree/5.0.1: - dependencies: - acorn: 6.4.2 - acorn-jsx: 5.3.1_acorn@6.4.2 - eslint-visitor-keys: 1.2.0 - dev: true - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A== - /espree/6.2.1: + integrity: sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA== + /espree/7.3.0: dependencies: acorn: 7.4.1 acorn-jsx: 5.3.1_acorn@7.4.1 - eslint-visitor-keys: 1.2.0 + eslint-visitor-keys: 1.3.0 dev: true engines: - node: '>=6.0.0' + node: ^10.12.0 || >=12.0.0 resolution: - integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw== + integrity: sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw== /esprima/4.0.1: dev: true engines: @@ -1642,6 +1534,12 @@ packages: node: '>=10' resolution: integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== + /exit-on-epipe/1.0.1: + dev: true + engines: + node: '>=0.8' + resolution: + integrity: sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw== /expand-brackets/2.1.4: dependencies: debug: 2.6.9 @@ -1654,6 +1552,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= /extend-shallow/2.0.1: @@ -1662,6 +1561,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= /extend-shallow/3.0.2: @@ -1671,22 +1571,13 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= /extend/3.0.2: dev: true resolution: integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - /external-editor/3.1.0: - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== /extglob/2.0.4: dependencies: array-unique: 0.3.2 @@ -1700,6 +1591,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== /extsprintf/1.3.0: @@ -1716,10 +1608,10 @@ packages: dev: true resolution: integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - /fast-glob/3.2.4: + /fast-glob/3.2.5: dependencies: - '@nodelib/fs.stat': 2.0.3 - '@nodelib/fs.walk': 1.2.4 + '@nodelib/fs.stat': 2.0.4 + '@nodelib/fs.walk': 1.2.6 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 @@ -1728,7 +1620,7 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== + integrity: sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg== /fast-json-patch/2.2.1: dependencies: fast-deep-equal: 2.0.1 @@ -1745,12 +1637,12 @@ packages: dev: true resolution: integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - /fast-redact/2.1.0: + /fast-redact/3.0.0: dev: true engines: node: '>=6' resolution: - integrity: sha512-0LkHpTLyadJavq9sRzzyqIoMZemWli77K2/MGOkafrR64B9ItrvZ9aT+jluvNDsv0YEHjSNhlMBtbokuoqii4A== + integrity: sha512-a/S/Hp6aoIjx7EmugtzLqXmcNsyFszqbt6qQ99BdG61QjBZF6shNis0BYR6TsZOQ1twYc0FN2Xdhwwbv6+KD0w== /fast-safe-stringify/2.0.7: dev: true resolution: @@ -1766,15 +1658,7 @@ packages: pend: 1.2.0 dev: true resolution: - integrity: sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= - /figures/2.0.0: - dependencies: - escape-string-regexp: 1.0.5 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI= + integrity: sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4= /file-entry-cache/5.0.1: dependencies: flat-cache: 2.0.1 @@ -1797,6 +1681,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= /fill-range/7.0.1: @@ -1816,10 +1701,10 @@ packages: node: '>=8' resolution: integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - /firefox-profile/1.3.1: + /firefox-profile/4.0.0: dependencies: adm-zip: 0.4.16 - archiver: 2.1.1 + archiver: 5.0.2 async: 2.5.0 fs-extra: 4.0.3 ini: 1.3.8 @@ -1832,7 +1717,7 @@ packages: dev: true hasBin: true resolution: - integrity: sha512-8q7DnwVIXvuJuBm1shr5ivRh0Ih2ytWwOIMwHInDSlVyrjQVXy7Ik0frItDdWb/P5CIpQFcMk9fPsUwNqi2lyQ== + integrity: sha512-Vw31AsjfLDbcApMDwwnhZcz3tWjV6lxB9BNf84FaV44rZXtU87cVbFMBzPEtrJdUDbwPYiuYzprp6yksYGwjSw== /first-chunk-stream/3.0.0: dev: true engines: @@ -1867,6 +1752,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= /forever-agent/0.6.1: @@ -1877,7 +1763,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.27 + mime-types: 2.1.28 dev: true engines: node: '>= 0.12' @@ -1889,6 +1775,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= /fs-constants/1.0.0: @@ -1903,26 +1790,17 @@ packages: dev: true resolution: integrity: sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg== - /fs-extra/7.0.1: - dependencies: - graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: true - engines: - node: '>=6 <7 || >=8' - resolution: - integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - /fs-extra/8.1.0: + /fs-extra/9.0.1: dependencies: + at-least-node: 1.0.0 graceful-fs: 4.2.4 - jsonfile: 4.0.0 - universalify: 0.1.2 + jsonfile: 6.1.0 + universalify: 1.0.0 dev: true engines: - node: '>=6 <7 || >=8' + node: '>=10' resolution: - integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== + integrity: sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== /fs.realpath/1.0.0: dev: true resolution: @@ -1942,7 +1820,7 @@ packages: resolution: integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== /fsevents/2.1.3: - deprecated: Please update to v 2.2.x + deprecated: '"Please update to latest v2.3 or v2.2"' dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 @@ -1951,6 +1829,24 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /fsevents/2.2.1: + dev: true + engines: + node: ^8.16.0 || ^10.6.0 || >=11.0.0 + optional: true + os: + - darwin + resolution: + integrity: sha512-bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA== + /fsevents/2.3.1: + dev: true + engines: + node: ^8.16.0 || ^10.6.0 || >=11.0.0 + optional: true + os: + - darwin + resolution: + integrity: sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw== /function-bind/1.1.1: dev: true resolution: @@ -1959,7 +1855,7 @@ packages: dev: true resolution: integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - /fx-runner/1.0.12: + /fx-runner/1.0.13: dependencies: commander: 2.9.0 shell-quote: 1.6.1 @@ -1970,21 +1866,21 @@ packages: dev: true hasBin: true resolution: - integrity: sha512-SLATlfKI2lyIcQsU8Sgfcwrni6PpC1VMTgp3aRomK/6azrzSQ3r63HqoTRliE/6JP8WjqVkIdCOGWk1ZqhfceA== + integrity: sha512-Ces2bm+LNuXehkvmN1/Z+oEDkI/jHBp9xdyBtBy7hcgvF18/pv/D8F6A6kQgNkMZsnBgLEv+VvdDxyqkfkYycw== /get-caller-file/2.0.5: dev: true engines: node: 6.* || 8.* || >= 10.* resolution: integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - /get-intrinsic/1.0.2: + /get-intrinsic/1.1.0: dependencies: function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 dev: true resolution: - integrity: sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== + integrity: sha512-M11rgtQp5GZMZzDL7jLTNxbDfurpzuau5uqRWDPvlHjfvg3TdScAZo96GLvhMjImrmR8uAt0FS2RLoMrfWGKlg== /get-stream/4.1.0: dependencies: pump: 3.0.0 @@ -2005,6 +1901,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= /getpass/0.1.7: @@ -2013,19 +1910,12 @@ packages: dev: true resolution: integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - /git-rev-sync/2.0.0: - dependencies: - escape-string-regexp: 1.0.5 - graceful-fs: 4.1.15 - shelljs: 0.7.7 - dev: true - resolution: - integrity: sha512-vnHFv2eocTmt/wHqZm3ksxtVshK4vptT0cEoumk6hAYRFx3do6Qo7xHBTBCv29+r3ZZCQOQ1i328MUCsYF7AUw== /glob-parent/3.1.0: dependencies: is-glob: 3.1.0 path-dirname: 1.0.2 dev: true + optional: true resolution: integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4= /glob-parent/5.1.1: @@ -2066,17 +1956,19 @@ packages: node: '>=8' resolution: integrity: sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ== - /globals/11.12.0: + /globals/12.4.0: + dependencies: + type-fest: 0.8.1 dev: true engines: - node: '>=4' + node: '>=8' resolution: - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - /globby/11.0.1: + integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== + /globby/11.0.2: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.4 + fast-glob: 3.2.5 ignore: 5.1.8 merge2: 1.4.1 slash: 3.0.0 @@ -2084,7 +1976,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== + integrity: sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== /got/9.6.0: dependencies: '@sindresorhus/is': 0.14.0 @@ -2103,10 +1995,6 @@ packages: node: '>=8.6' resolution: integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== - /graceful-fs/4.1.15: - dev: true - resolution: - integrity: sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== /graceful-fs/4.2.4: dev: true resolution: @@ -2161,6 +2049,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= /has-value/1.0.0: @@ -2171,12 +2060,14 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= /has-values/0.1.4: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E= /has-values/1.0.0: @@ -2186,6 +2077,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= /has-yarn/2.1.0: @@ -2213,15 +2105,6 @@ packages: dev: true resolution: integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - /htmlparser2/6.0.0: - dependencies: - domelementtype: 2.1.0 - domhandler: 4.0.0 - domutils: 2.4.4 - entities: 2.1.0 - dev: true - resolution: - integrity: sha512-numTQtDZMoh78zJpaNdJ9MXb2cv5G3jwUoe3dMQODubZvLoGvTE/Ofp6sHvH8OGKcN/8A47pGLi/k58xHP/Tfw== /http-cache-semantics/4.1.0: dev: true resolution: @@ -2243,14 +2126,6 @@ packages: node: '>=8.12.0' resolution: integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - /iconv-lite/0.4.24: - dependencies: - safer-buffer: 2.1.2 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== /ieee754/1.2.1: dev: true resolution: @@ -2267,15 +2142,6 @@ packages: node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== - /import-fresh/3.2.1: - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== /import-fresh/3.3.0: dependencies: parent-module: 1.0.1 @@ -2316,32 +2182,6 @@ packages: dev: true resolution: integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - /inquirer/6.5.2: - dependencies: - ansi-escapes: 3.2.0 - chalk: 2.4.2 - cli-cursor: 2.1.0 - cli-width: 2.2.1 - external-editor: 3.1.0 - figures: 2.0.0 - lodash: 4.17.20 - mute-stream: 0.0.7 - run-async: 2.4.1 - rxjs: 6.6.3 - string-width: 2.1.1 - strip-ansi: 5.2.0 - through: 2.3.8 - dev: true - engines: - node: '>=6.0.0' - resolution: - integrity: sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ== - /interpret/1.4.0: - dev: true - engines: - node: '>= 0.10' - resolution: - integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== /invert-kv/3.0.1: dev: true engines: @@ -2362,6 +2202,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= /is-accessor-descriptor/1.0.0: @@ -2370,11 +2211,12 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== /is-arguments/1.1.0: dependencies: - call-bind: 1.0.0 + call-bind: 1.0.2 dev: true engines: node: '>= 0.4' @@ -2390,18 +2232,23 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= - /is-buffer/1.1.6: + /is-binary-path/2.1.0: + dependencies: + binary-extensions: 2.2.0 dev: true + engines: + node: '>=8' + optional: true resolution: - integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - /is-callable/1.2.2: + integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + /is-buffer/1.1.6: dev: true - engines: - node: '>= 0.4' + optional: true resolution: - integrity: sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== + integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== /is-ci/2.0.0: dependencies: ci-info: 2.0.0 @@ -2409,18 +2256,13 @@ packages: hasBin: true resolution: integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - /is-core-module/2.2.0: - dependencies: - has: 1.0.3 - dev: true - resolution: - integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== /is-data-descriptor/0.1.4: dependencies: kind-of: 3.2.2 dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= /is-data-descriptor/1.0.0: @@ -2429,6 +2271,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== /is-date-object/1.0.2: @@ -2445,6 +2288,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== /is-descriptor/1.0.2: @@ -2455,6 +2299,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== /is-docker/2.1.1: @@ -2468,6 +2313,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= /is-extendable/1.0.1: @@ -2476,6 +2322,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== /is-extglob/2.1.1: @@ -2502,6 +2349,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo= /is-glob/4.0.1: @@ -2525,18 +2373,19 @@ packages: dev: true resolution: integrity: sha512-CPduJfuGg8h8vW74WOxHtHmtQutyQBzR+3MjQ6iDHIYdbOnm1YC7jv43SqCoU8OPGTJD4nibmiryA4kmogbGrA== - /is-npm/4.0.0: + /is-npm/5.0.0: dev: true engines: - node: '>=8' + node: '>=10' resolution: - integrity: sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig== + integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA== /is-number/3.0.0: dependencies: kind-of: 3.2.2 dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= /is-number/7.0.0: @@ -2563,6 +2412,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== /is-regex/1.1.1: @@ -2585,14 +2435,6 @@ packages: node: '>=8' resolution: integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== - /is-symbol/1.0.3: - dependencies: - has-symbols: 1.0.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== /is-typedarray/1.0.0: dev: true resolution: @@ -2605,6 +2447,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== /is-wsl/2.2.0: @@ -2637,12 +2480,14 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= /isobject/3.0.1: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8= /isstream/0.1.2: @@ -2655,7 +2500,7 @@ packages: integrity: sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ= /jest-worker/26.6.2: dependencies: - '@types/node': 14.14.16 + '@types/node': 14.14.22 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -2706,10 +2551,6 @@ packages: dev: true resolution: integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - /json-parse-even-better-errors/2.3.1: - dev: true - resolution: - integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== /json-schema-traverse/0.4.1: dev: true resolution: @@ -2732,16 +2573,18 @@ packages: graceful-fs: 4.2.4 resolution: integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - /jsonify/0.0.0: + /jsonfile/6.1.0: + dependencies: + universalify: 2.0.0 dev: true + optionalDependencies: + graceful-fs: 4.2.4 resolution: - integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - /jsonpath-plus/4.0.0: + integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + /jsonify/0.0.0: dev: true - engines: - node: '>=10.0' resolution: - integrity: sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A== + integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= /jsonwebtoken/8.5.1: dependencies: jws: 3.2.2 @@ -2804,6 +2647,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= /kind-of/4.0.0: @@ -2812,18 +2656,21 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= /kind-of/5.1.0: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== /kind-of/6.0.3: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== /latest-version/5.1.0: @@ -2850,15 +2697,15 @@ packages: node: '>=8' resolution: integrity: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg== - /levn/0.3.0: + /levn/0.4.1: dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 + prelude-ls: 1.2.1 + type-check: 0.4.0 dev: true engines: node: '>= 0.8.0' resolution: - integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= + integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== /lighthouse-logger/1.2.0: dependencies: debug: 2.6.9 @@ -2890,10 +2737,6 @@ packages: dev: true resolution: integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - /lodash.get/4.4.2: - dev: true - resolution: - integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= /lodash.includes/4.3.0: dev: true resolution: @@ -2946,6 +2789,14 @@ packages: node: '>=8' resolution: integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== + /lru-cache/6.0.0: + dependencies: + yallist: 4.0.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== /make-dir/3.1.0: dependencies: semver: 6.3.0 @@ -2966,6 +2817,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= /map-visit/1.0.0: @@ -2974,21 +2826,13 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= /marky/1.2.1: dev: true resolution: integrity: sha512-md9k+Gxa3qLH6sUKpeC2CNkJK/Ld+bEz5X96nYwloqphQE0CKCVEKco/6jxEZixinqNdz5RFi/KaCyfbMDMAXQ== - /mdn-browser-compat-data/1.0.25: - dependencies: - extend: 3.0.2 - deprecated: 'mdn-browser-compat-data is deprecated. Upgrade to @mdn/browser-compat-data. Learn more: https://github.com/mdn/browser-compat-data/blob/v1.1.2/UPGRADE-2.0.x.md' - dev: true - engines: - node: '>=8.0.0' - resolution: - integrity: sha512-4klqILpitRnmWRai5Ols/GXP1eGDYMluAcBRoNZnGNkV2OnkDmpA9hUlM+9pTFym5FGDO5TAm3HweVSVc7ziiQ== /mem/5.1.1: dependencies: map-age-cleaner: 0.1.3 @@ -2999,15 +2843,6 @@ packages: node: '>=8' resolution: integrity: sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw== - /mem/6.1.1: - dependencies: - map-age-cleaner: 0.1.3 - mimic-fn: 3.1.0 - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q== /merge-stream/2.0.0: dev: true resolution: @@ -3036,6 +2871,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== /micromatch/4.0.2: @@ -3047,38 +2883,26 @@ packages: node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - /mime-db/1.44.0: + /mime-db/1.45.0: dev: true engines: node: '>= 0.6' resolution: - integrity: sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== - /mime-types/2.1.27: + integrity: sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w== + /mime-types/2.1.28: dependencies: - mime-db: 1.44.0 + mime-db: 1.45.0 dev: true engines: node: '>= 0.6' resolution: - integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== - /mimic-fn/1.2.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== + integrity: sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ== /mimic-fn/2.1.0: dev: true engines: node: '>=6' resolution: integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - /mimic-fn/3.1.0: - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== /mimic-response/1.0.1: dev: true engines: @@ -3102,6 +2926,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== /mkdirp/0.5.5: @@ -3147,10 +2972,6 @@ packages: node: '>=8' resolution: integrity: sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ== - /mute-stream/0.0.7: - dev: true - resolution: - integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= /mv/2.1.1: dependencies: mkdirp: 0.5.5 @@ -3175,6 +2996,13 @@ packages: optional: true resolution: integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== + /nanoid/3.1.20: + dev: true + engines: + node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 + hasBin: true + resolution: + integrity: sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw== /nanomatch/1.2.13: dependencies: arr-diff: 4.0.0 @@ -3191,6 +3019,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== /natural-compare-lite/1.4.0: @@ -3215,30 +3044,30 @@ packages: dev: true resolution: integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== - /nice-try/1.0.5: - dev: true - resolution: - integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - /node-forge/0.7.6: + /node-forge/0.10.0: dev: true + engines: + node: '>= 6.0.0' resolution: - integrity: sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw== - /node-notifier/6.0.0: + integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== + /node-notifier/8.0.1: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 6.3.0 + semver: 7.3.4 shellwords: 0.1.1 - which: 1.3.1 + uuid: 8.3.2 + which: 2.0.2 dev: true resolution: - integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw== + integrity: sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA== /normalize-path/2.1.1: dependencies: remove-trailing-separator: 1.1.0 dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= /normalize-path/3.0.0: @@ -3267,12 +3096,6 @@ packages: dev: true resolution: integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - /nth-check/2.0.0: - dependencies: - boolbase: 1.0.0 - dev: true - resolution: - integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q== /oauth-sign/0.9.0: dev: true resolution: @@ -3291,15 +3114,12 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - /object-inspect/1.9.0: - dev: true - resolution: - integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== /object-is/1.1.4: dependencies: - call-bind: 1.0.0 + call-bind: 1.0.2 define-properties: 1.1.3 dev: true engines: @@ -3318,47 +3138,24 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - /object.assign/4.1.2: - dependencies: - call-bind: 1.0.0 - define-properties: 1.1.3 - has-symbols: 1.0.1 - object-keys: 1.1.1 - dev: true - engines: - node: '>= 0.4' - resolution: - integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== /object.pick/1.3.0: dependencies: isobject: 3.0.1 dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - /once/1.3.3: - dependencies: - wrappy: 1.0.2 - dev: true - resolution: - integrity: sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA= /once/1.4.0: dependencies: wrappy: 1.0.2 dev: true resolution: integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - /onetime/2.0.1: - dependencies: - mimic-fn: 1.2.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= /onetime/5.1.2: dependencies: mimic-fn: 2.1.0 @@ -3367,27 +3164,28 @@ packages: node: '>=6' resolution: integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - /open/7.0.0: + /open/7.3.0: dependencies: + is-docker: 2.1.1 is-wsl: 2.2.0 dev: true engines: node: '>=8' resolution: - integrity: sha512-K6EKzYqnwQzk+/dzJAQSBORub3xlBTxMz+ntpZpH/LyCa1o6KjXhuN+2npAaI9jaSmU3R1Q8NWf4KUWcyytGsQ== - /optionator/0.8.3: + integrity: sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== + /optionator/0.9.1: dependencies: deep-is: 0.1.3 fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 word-wrap: 1.2.3 dev: true engines: node: '>= 0.8.0' resolution: - integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== + integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== /os-locale/5.0.0: dependencies: execa: 4.1.0 @@ -3404,12 +3202,6 @@ packages: node: '>= 0.4.0' resolution: integrity: sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc= - /os-tmpdir/1.0.2: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= /p-cancelable/1.1.0: dev: true engines: @@ -3473,7 +3265,7 @@ packages: node: '>=6' resolution: integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - /parse-json/5.0.0: + /parse-json/5.0.1: dependencies: '@babel/code-frame': 7.12.11 error-ex: 1.3.2 @@ -3483,42 +3275,23 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw== - /parse-json/5.1.0: - dependencies: - '@babel/code-frame': 7.12.11 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ== - /parse5-htmlparser2-tree-adapter/6.0.1: - dependencies: - parse5: 6.0.1 - dev: true - resolution: - integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== + integrity: sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ== /parse5/3.0.3: dependencies: - '@types/node': 14.14.16 + '@types/node': 14.14.22 dev: true resolution: integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== - /parse5/6.0.1: - dev: true - resolution: - integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== /pascalcase/0.1.1: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= /path-dirname/1.0.2: dev: true + optional: true resolution: integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA= /path-exists/4.0.0: @@ -3533,26 +3306,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - /path-is-inside/1.0.2: - dev: true - resolution: - integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - /path-key/2.0.1: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= /path-key/3.1.1: dev: true engines: node: '>=8' resolution: integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - /path-parse/1.0.6: - dev: true - resolution: - integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== /path-type/4.0.0: dev: true engines: @@ -3577,21 +3336,9 @@ packages: dev: true resolution: integrity: sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg== - /pino/6.0.0: - dependencies: - fast-redact: 2.1.0 - fast-safe-stringify: 2.0.7 - flatstr: 1.0.12 - pino-std-serializers: 2.5.0 - quick-format-unescaped: 4.0.1 - sonic-boom: 1.3.0 - dev: true - hasBin: true - resolution: - integrity: sha512-3RfX2L76o7v230FP1fZ3Fo/WX7Su+P1Ld+pvBm2j+MyUjtA/KqDYxMkzBqzcX3R00zbC7Gf/HqIzyuu3tgvi9Q== - /pino/6.3.2: + /pino/6.7.0: dependencies: - fast-redact: 2.1.0 + fast-redact: 3.0.0 fast-safe-stringify: 2.0.7 flatstr: 1.0.12 pino-std-serializers: 2.5.0 @@ -3600,49 +3347,51 @@ packages: dev: true hasBin: true resolution: - integrity: sha512-EiP3L1hoFw19KPocWimjnfXeysld0ne89ZRQ+bf8nAeA2TyuLoggNlibAi+Kla67GvQBopLdIZOsh1z/Lruo5Q== + integrity: sha512-vPXJ4P9rWCwzlTJt+f0Ni4THc3DWyt8iDDCO4edQ8narTu6hnpzdXu8FqeSJCGndl1W6lfbYQUQihUO54y66Lw== /posix-character-classes/0.1.1: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - /postcss/7.0.32: + /postcss/8.1.10: dependencies: - chalk: 2.4.2 + colorette: 1.2.1 + nanoid: 3.1.20 source-map: 0.6.1 - supports-color: 6.1.0 + vfile-location: 3.2.0 dev: true engines: - node: '>=6.0.0' + node: ^10 || ^12 || >=14 resolution: - integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== - /prelude-ls/1.1.2: + integrity: sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg== + /prelude-ls/1.2.1: dev: true engines: node: '>= 0.8.0' resolution: - integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= + integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== /prepend-http/2.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= - /prettier/1.19.1: + /prettier/2.2.1: dev: true engines: - node: '>=4' + node: '>=10.13.0' hasBin: true resolution: - integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - /prettier/2.2.1: + integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== + /printj/1.1.2: dev: true engines: - node: '>=10.13.0' + node: '>=0.8' hasBin: true resolution: - integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== + integrity: sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ== /probe-image-size/5.0.0: dependencies: deepmerge: 4.2.2 @@ -3674,16 +3423,20 @@ packages: dev: true resolution: integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - /punycode/1.4.1: - dev: true - resolution: - integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4= /punycode/2.1.1: dev: true engines: node: '>=6' resolution: integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + /pupa/2.1.1: + dependencies: + escape-goat: 2.1.1 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A== /qs/6.5.2: dev: true engines: @@ -3732,6 +3485,12 @@ packages: node: '>= 6' resolution: integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + /readdir-glob/1.1.1: + dependencies: + minimatch: 3.0.4 + dev: true + resolution: + integrity: sha512-91/k1EzZwDx6HbERR+zucygRFfiPl2zkIYZtv3Jjr6Mn7SkKcVct8aVO+sSRiGMc6fLf72du3d92/uY63YPdEA== /readdirp/2.2.1: dependencies: graceful-fs: 4.2.4 @@ -3740,16 +3499,18 @@ packages: dev: true engines: node: '>=0.10' + optional: true resolution: integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== - /rechoir/0.6.2: + /readdirp/3.5.0: dependencies: - resolve: 1.19.0 + picomatch: 2.2.2 dev: true engines: - node: '>= 0.10' + node: '>=8.10.0' + optional: true resolution: - integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= + integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /regenerator-runtime/0.13.7: dev: true resolution: @@ -3761,23 +3522,24 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - /regexp.prototype.flags/1.3.0: + /regexp.prototype.flags/1.3.1: dependencies: + call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.17.7 dev: true engines: node: '>= 0.4' resolution: - integrity: sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ== - /regexpp/2.0.1: + integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== + /regexpp/3.1.0: dev: true engines: - node: '>=6.5.0' + node: '>=8' resolution: - integrity: sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== + integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== /registry-auth-token/4.2.1: dependencies: rc: 1.2.8 @@ -3806,48 +3568,23 @@ packages: integrity: sha512-b7wGPo7o2KE/g7SqkJDDbav6zmrEeP4TK2VpITU72J/M949TLe/23y/ZHJo+pskcGM52xIfFoT9hydwmgr1AEg== /remove-trailing-separator/1.1.0: dev: true + optional: true resolution: integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8= /repeat-element/1.1.3: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== /repeat-string/1.6.1: dev: true engines: node: '>=0.10' + optional: true resolution: integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc= - /request/2.88.0: - dependencies: - aws-sign2: 0.7.0 - aws4: 1.11.0 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.3.3 - har-validator: 5.1.5 - http-signature: 1.2.0 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.27 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.2 - safe-buffer: 5.2.1 - tough-cookie: 2.4.3 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' - dev: true - engines: - node: '>= 4' - resolution: - integrity: sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== /request/2.88.2: dependencies: aws-sign2: 0.7.0 @@ -3862,7 +3599,7 @@ packages: is-typedarray: 1.0.0 isstream: 0.1.2 json-stringify-safe: 5.0.1 - mime-types: 2.1.27 + mime-types: 2.1.28 oauth-sign: 0.9.0 performance-now: 2.1.0 qs: 6.5.2 @@ -3870,7 +3607,7 @@ packages: tough-cookie: 2.5.0 tunnel-agent: 0.6.0 uuid: 3.4.0 - deprecated: 'request has been deprecated, see https://github.com/request/request/issues/3142' + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dev: true engines: node: '>= 6' @@ -3893,36 +3630,22 @@ packages: resolution: integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== /resolve-url/0.2.1: - deprecated: 'https://github.com/lydell/resolve-url#deprecated' + deprecated: https://github.com/lydell/resolve-url#deprecated dev: true + optional: true resolution: integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - /resolve/1.19.0: - dependencies: - is-core-module: 2.2.0 - path-parse: 1.0.6 - dev: true - resolution: - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== /responselike/1.0.2: dependencies: lowercase-keys: 1.0.1 dev: true resolution: integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= - /restore-cursor/2.0.0: - dependencies: - onetime: 2.0.1 - signal-exit: 3.0.3 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-n37ih/gv0ybU/RYpI9YhKe7g368= /ret/0.1.15: dev: true engines: node: '>=0.12' + optional: true resolution: integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== /reusify/1.0.4: @@ -3947,13 +3670,6 @@ packages: hasBin: true resolution: integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - /rimraf/2.7.1: - dependencies: - glob: 7.1.6 - dev: true - hasBin: true - resolution: - integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== /rimraf/3.0.2: dependencies: glob: 7.1.6 @@ -3961,43 +3677,11 @@ packages: hasBin: true resolution: integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - /rollup-plugin-chrome-extension/3.5.1: - dependencies: - ajv: 6.12.6 - array-flat-polyfill: 1.0.1 - cheerio: 1.0.0-rc.5 - convert-source-map: 1.7.0 - cosmiconfig: 6.0.0 - fs-extra: 8.1.0 - glob: 7.1.6 - jsonpath-plus: 4.0.0 - lodash.difference: 4.5.0 - lodash.flatten: 4.4.0 - lodash.get: 4.4.2 - mem: 6.1.1 - prettier: 1.19.1 - rollup: 1.32.1 - slash: 3.0.0 - webextension-polyfill: 0.6.0 - dev: true - engines: - node: '>=8.16.0' - resolution: - integrity: sha512-hgsw5wYLP0MVxa8Wfa0f016jInCc82w3cjxpw6QUj6VcF8vIDyaL7wJBM8hUHoisMI4s6XjdbV8k65VHpIuzXA== - /rollup-plugin-empty-dir/1.0.4_rollup@2.35.1: - dependencies: - fs-extra: 7.0.1 - rollup: 2.35.1 - dev: true - peerDependencies: - rollup: ^1.6.0 - resolution: - integrity: sha512-aFtZmca23Y9n6Bl/q9GC+qPvnz5NUH0uoliIqAJvTaOyDOHvEsa1xFKb457hHSnc7Ks+Q+kIjpOOwrKAe50bUw== - /rollup-plugin-terser/7.0.2_rollup@2.35.1: + /rollup-plugin-terser/7.0.2_rollup@2.38.0: dependencies: '@babel/code-frame': 7.12.11 jest-worker: 26.6.2 - rollup: 2.35.1 + rollup: 2.38.0 serialize-javascript: 4.0.0 terser: 5.5.1 dev: true @@ -4005,25 +3689,7 @@ packages: rollup: ^2.0.0 resolution: integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== - /rollup-plugin-zip/1.0.1_rollup@2.35.1: - dependencies: - rollup: 2.35.1 - yazl: 2.5.1 - dev: true - peerDependencies: - rollup: '>=2.0.2' - resolution: - integrity: sha512-8FCEtN0sBYtItRX1Zlo6+NcezCRHKkf6w0hTNsHDCkN+LDzwQdLPE2pl28SvquTcMNA9KiTVL71i08lR0K9vgw== - /rollup/1.32.1: - dependencies: - '@types/estree': 0.0.45 - '@types/node': 14.14.16 - acorn: 7.4.1 - dev: true - hasBin: true - resolution: - integrity: sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A== - /rollup/2.35.1: + /rollup/2.38.0: dev: true engines: node: '>=10.0.0' @@ -4031,25 +3697,11 @@ packages: optionalDependencies: fsevents: 2.1.3 resolution: - integrity: sha512-q5KxEyWpprAIcainhVy6HfRttD9kutQpHbeqDTWnqAFNJotiojetK6uqmcydNMymBEtC4I8bCYR+J3mTMqeaUA== - /run-async/2.4.1: - dev: true - engines: - node: '>=0.12.0' - resolution: - integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== + integrity: sha512-ay9zDiNitZK/LNE/EM2+v5CZ7drkB2xyDljvb1fQJCGnq43ZWRkhxN145oV8GmoW1YNi4sA/1Jdkr2LfawJoXw== /run-parallel/1.1.10: dev: true resolution: integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== - /rxjs/6.6.3: - dependencies: - tslib: 1.14.1 - dev: true - engines: - npm: '>=2.0.0' - resolution: - integrity: sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== /safe-buffer/5.1.2: dev: true resolution: @@ -4067,6 +3719,7 @@ packages: dependencies: ret: 0.1.15 dev: true + optional: true resolution: integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= /safer-buffer/2.1.2: @@ -4102,6 +3755,15 @@ packages: hasBin: true resolution: integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== + /semver/7.3.4: + dependencies: + lru-cache: 6.0.0 + dev: true + engines: + node: '>=10' + hasBin: true + resolution: + integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== /serialize-javascript/4.0.0: dependencies: randombytes: 2.1.0 @@ -4126,6 +3788,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== /sha.js/2.4.11: @@ -4136,14 +3799,6 @@ packages: hasBin: true resolution: integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - /shebang-command/1.2.0: - dependencies: - shebang-regex: 1.0.0 - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= /shebang-command/2.0.0: dependencies: shebang-regex: 3.0.0 @@ -4152,12 +3807,6 @@ packages: node: '>=8' resolution: integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - /shebang-regex/1.0.0: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= /shebang-regex/3.0.0: dev: true engines: @@ -4173,36 +3822,25 @@ packages: dev: true resolution: integrity: sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c= - /shelljs/0.7.7: - dependencies: - glob: 7.1.6 - interpret: 1.4.0 - rechoir: 0.6.2 - dev: true - engines: - node: '>=0.11.0' - hasBin: true - resolution: - integrity: sha1-svXHfvlxSPS09uImguELuoZnz/E= /shellwords/0.1.1: dev: true resolution: integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - /sign-addon/2.0.5: + /sign-addon/3.1.0: dependencies: common-tags: 1.8.0 - core-js: 3.6.4 - deepcopy: 2.0.0 + core-js: 3.6.5 + deepcopy: 2.1.0 es6-error: 4.1.1 - es6-promisify: 6.0.2 + es6-promisify: 6.1.1 jsonwebtoken: 8.5.1 mz: 2.7.0 - request: 2.88.0 - source-map-support: 0.5.16 - stream-to-promise: 2.2.0 + request: 2.88.2 + source-map-support: 0.5.19 + stream-to-promise: 3.0.0 dev: true resolution: - integrity: sha512-dVjIWe1VJ2VQCdScREWXWECmJhgjpJMqwPKkW+L78PPx2Jyr/t+//kNHqG1hYrmIsvQN7vGjAjv9s7ix0vw0zA== + integrity: sha512-zZ7nKc5/3QWM3skYBosGDvYQf2jkKhW2u8BELrZoN1wgCSOnwsV9T47Vx9uaNbA3CyZ+V9XSA0tDVHoV1QfVPw== /signal-exit/3.0.3: dev: true resolution: @@ -4231,6 +3869,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== /snapdragon-util/3.0.1: @@ -4239,6 +3878,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== /snapdragon/0.8.2: @@ -4254,6 +3894,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== /sonic-boom/1.3.0: @@ -4271,15 +3912,9 @@ packages: source-map-url: 0.4.0 urix: 0.1.0 dev: true + optional: true resolution: integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - /source-map-support/0.5.16: - dependencies: - buffer-from: 1.1.1 - source-map: 0.6.1 - dev: true - resolution: - integrity: sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 @@ -4289,12 +3924,14 @@ packages: integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== /source-map-url/0.4.0: dev: true + optional: true resolution: integrity: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= /source-map/0.5.7: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= /source-map/0.6.1: @@ -4323,6 +3960,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== /split/0.3.3: @@ -4359,6 +3997,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= /stream-parser/0.3.1: @@ -4373,23 +4012,16 @@ packages: dev: true resolution: integrity: sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M= - /stream-to-promise/2.2.0: + /stream-to-promise/3.0.0: dependencies: any-promise: 1.3.0 - end-of-stream: 1.1.0 + end-of-stream: 1.4.4 stream-to-array: 2.3.0 dev: true - resolution: - integrity: sha1-se2y4cjLESidG1A8CNPyrvUeZQ8= - /string-width/2.1.1: - dependencies: - is-fullwidth-code-point: 2.0.0 - strip-ansi: 4.0.0 - dev: true engines: - node: '>=4' + node: '>= 10' resolution: - integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + integrity: sha512-h+7wLeFiYegOdgTfTxjRsrT7/Op7grnKEIHWgaO1RTHwcwk7xRreMr3S8XpDfDMesSxzgM2V4CxNCFAGo6ssnA== /string-width/3.1.0: dependencies: emoji-regex: 7.0.3 @@ -4410,20 +4042,6 @@ packages: node: '>=8' resolution: integrity: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - /string.prototype.trimend/1.0.3: - dependencies: - call-bind: 1.0.0 - define-properties: 1.1.3 - dev: true - resolution: - integrity: sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== - /string.prototype.trimstart/1.0.3: - dependencies: - call-bind: 1.0.0 - define-properties: 1.1.3 - dev: true - resolution: - integrity: sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== /string_decoder/1.1.1: dependencies: safe-buffer: 5.1.2 @@ -4444,14 +4062,6 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - /strip-ansi/4.0.0: - dependencies: - ansi-regex: 3.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8= /strip-ansi/5.2.0: dependencies: ansi-regex: 4.1.0 @@ -4503,12 +4113,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= - /strip-json-comments/3.0.1: + /strip-json-comments/3.1.1: dev: true engines: node: '>=8' resolution: - integrity: sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw== + integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== /supports-color/5.5.0: dependencies: has-flag: 3.0.0 @@ -4517,14 +4127,6 @@ packages: node: '>=4' resolution: integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - /supports-color/6.1.0: - dependencies: - has-flag: 3.0.0 - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== /supports-color/7.2.0: dependencies: has-flag: 4.0.0 @@ -4535,7 +4137,7 @@ packages: integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== /table/5.4.6: dependencies: - ajv: 6.12.2 + ajv: 6.12.6 lodash: 4.17.20 slice-ansi: 2.1.0 string-width: 3.1.0 @@ -4544,21 +4146,7 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== - /tar-stream/1.6.2: - dependencies: - bl: 1.2.3 - buffer-alloc: 1.2.0 - end-of-stream: 1.4.4 - fs-constants: 1.0.0 - readable-stream: 2.3.7 - to-buffer: 1.1.1 - xtend: 4.0.2 - dev: true - engines: - node: '>= 0.8.0' - resolution: - integrity: sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== - /tar-stream/2.1.4: + /tar-stream/2.2.0: dependencies: bl: 4.0.3 end-of-stream: 1.4.4 @@ -4569,7 +4157,7 @@ packages: engines: node: '>=6' resolution: - integrity: sha512-o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw== + integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== /term-size/2.2.1: dev: true engines: @@ -4609,32 +4197,21 @@ packages: dev: true resolution: integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= - /tmp/0.0.33: - dependencies: - os-tmpdir: 1.0.2 - dev: true - engines: - node: '>=0.6.0' - resolution: - integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - /tmp/0.1.0: + /tmp/0.2.1: dependencies: - rimraf: 2.7.1 + rimraf: 3.0.2 dev: true engines: - node: '>=6' - resolution: - integrity: sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - /to-buffer/1.1.1: - dev: true + node: '>=8.17.0' resolution: - integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== + integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== /to-object-path/0.3.0: dependencies: kind-of: 3.2.2 dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= /to-readable-stream/1.0.0: @@ -4650,6 +4227,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= /to-regex-range/5.0.1: @@ -4669,6 +4247,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== /tosource/1.0.0: @@ -4677,15 +4256,6 @@ packages: node: '>=0.4.0' resolution: integrity: sha1-QtiN0RZhi88A1hBt1URvNCeQL/E= - /tough-cookie/2.4.3: - dependencies: - psl: 1.8.0 - punycode: 1.4.1 - dev: true - engines: - node: '>=0.8' - resolution: - integrity: sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== /tough-cookie/2.5.0: dependencies: psl: 1.8.0 @@ -4707,10 +4277,6 @@ packages: dev: true resolution: integrity: sha1-0EsigOTHkqWBVCnve4tgxkyczDQ= - /tslib/1.14.1: - dev: true - resolution: - integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== /tunnel-agent/0.6.0: dependencies: safe-buffer: 5.2.1 @@ -4721,14 +4287,14 @@ packages: dev: true resolution: integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - /type-check/0.3.2: + /type-check/0.4.0: dependencies: - prelude-ls: 1.1.2 + prelude-ls: 1.2.1 dev: true engines: node: '>= 0.8.0' resolution: - integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= + integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== /type-detect/4.0.8: dev: true engines: @@ -4760,6 +4326,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== /unique-string/2.0.0: @@ -4776,6 +4343,18 @@ packages: node: '>= 4.0.0' resolution: integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== + /universalify/1.0.0: + dev: true + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== + /universalify/2.0.0: + dev: true + engines: + node: '>= 10.0.0' + resolution: + integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== /unset-value/1.0.0: dependencies: has-value: 0.3.1 @@ -4783,42 +4362,53 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= /upath/1.2.0: dev: true engines: node: '>=4' + optional: true resolution: integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== - /update-notifier/4.0.0: + /upath/2.0.1: + dev: true + engines: + node: '>=4' + resolution: + integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== + /update-notifier/5.0.0: dependencies: boxen: 4.2.0 - chalk: 3.0.0 + chalk: 4.1.0 configstore: 5.0.1 has-yarn: 2.1.0 import-lazy: 2.1.0 is-ci: 2.0.0 is-installed-globally: 0.3.2 - is-npm: 4.0.0 + is-npm: 5.0.0 is-yarn-global: 0.3.0 latest-version: 5.1.0 + pupa: 2.1.1 + semver: 7.3.4 semver-diff: 3.1.1 xdg-basedir: 4.0.0 dev: true engines: - node: '>=8' + node: '>=10' resolution: - integrity: sha512-p9zf71hWt5GVXM4iEBujpUgx8mK9AWiCCapEJm/O1z5ntCim83Z1ATqzZFBHFYqx03laMqv8LiDgs/7ikXjf/g== - /uri-js/4.4.0: + integrity: sha512-8tqsiVrMv7aZsKNSjqA6DdBLKJpZG1hRpkj1RbOJu1PgyP69OX+EInAnP1EK/ShX5YdPFgwWdk19oquZ0HTM8g== + /uri-js/4.4.1: dependencies: punycode: 2.1.1 dev: true resolution: - integrity: sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g== + integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== /urix/0.1.0: - deprecated: 'Please see https://github.com/lydell/urix#deprecated' + deprecated: Please see https://github.com/lydell/urix#deprecated dev: true + optional: true resolution: integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= /url-parse-lax/3.0.0: @@ -4833,6 +4423,7 @@ packages: dev: true engines: node: '>=0.10.0' + optional: true resolution: integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== /util-deprecate/1.0.2: @@ -4844,6 +4435,15 @@ packages: hasBin: true resolution: integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== + /uuid/8.3.2: + dev: true + hasBin: true + resolution: + integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + /v8-compile-cache/2.2.0: + dev: true + resolution: + integrity: sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== /verror/1.10.0: dependencies: assert-plus: 1.0.0 @@ -4854,55 +4454,67 @@ packages: '0': node >=0.6.0 resolution: integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - /watchpack/1.6.1: + /vfile-location/3.2.0: + dev: true + resolution: + integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA== + /watchpack-chokidar2/2.0.1: dependencies: chokidar: 2.1.8 + dev: true + optional: true + resolution: + integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww== + /watchpack/1.7.5: + dependencies: graceful-fs: 4.2.4 neo-async: 2.6.2 dev: true + optionalDependencies: + chokidar: 3.5.1 + watchpack-chokidar2: 2.0.1 resolution: - integrity: sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA== + integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== /wcwidth/1.0.1: dependencies: defaults: 1.0.3 dev: true resolution: integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - /web-ext/4.3.0: + /web-ext/5.5.0: dependencies: - '@babel/polyfill': 7.7.0 - '@babel/runtime': 7.7.7 + '@babel/polyfill': 7.12.1 + '@babel/runtime': 7.12.5 '@cliqz-oss/firefox-client': 0.3.1 '@cliqz-oss/node-firefox-connect': 1.2.1 - adbkit: 2.11.1 - addons-linter: 1.26.0 - bunyan: 1.8.12 - camelcase: 5.3.1 - chrome-launcher: 0.13.3 + '@devicefarmer/adbkit': 2.11.3 + addons-linter: 2.13.1 + bunyan: 1.8.14 + camelcase: 6.0.0 + chrome-launcher: 0.13.4 debounce: 1.2.0 - decamelize: 3.2.0 + decamelize: 4.0.0 es6-error: 4.1.1 event-to-promise: 0.8.0 - firefox-profile: 1.3.1 - fx-runner: 1.0.12 - git-rev-sync: 2.0.0 - import-fresh: 3.2.1 + firefox-profile: 4.0.0 + fs-extra: 9.0.1 + fx-runner: 1.0.13 + import-fresh: 3.3.0 mkdirp: 1.0.4 multimatch: 4.0.0 mz: 2.7.0 - node-notifier: 6.0.0 - open: 7.0.0 - parse-json: 5.0.0 - sign-addon: 2.0.5 + node-notifier: 8.0.1 + open: 7.3.0 + parse-json: 5.0.1 + sign-addon: 3.1.0 source-map-support: 0.5.19 - stream-to-promise: 2.2.0 strip-bom: 4.0.0 - strip-json-comments: 3.0.1 - tmp: 0.1.0 - update-notifier: 4.0.0 - watchpack: 1.6.1 - ws: 7.2.3 - yargs: 15.3.1 + strip-json-comments: 3.1.1 + tmp: 0.2.1 + update-notifier: 5.0.0 + watchpack: 1.7.5 + ws: 7.4.2 + yargs: 15.4.1 zip-dir: 1.0.2 dev: true engines: @@ -4910,27 +4522,23 @@ packages: npm: '>=5.6.0' hasBin: true resolution: - integrity: sha512-1BCFeXuMY3QHnlkiUqgCV4ODNN84X3mX4GJk+Gb8tFv0Z8Grj4LneYa4A/0txoxpsz5E05THnKtb31t0XPJ8EQ== - /webextension-polyfill/0.6.0: - dev: true - resolution: - integrity: sha512-PlYwiX8e4bNZrEeBFxbFFsLtm0SMPxJliLTGdNCA0Bq2XkWrAn2ejUd+89vZm+8BnfFB1BclJyCz3iKsm2atNg== - /webidl-conversions/5.0.0: + integrity: sha512-f+NHiYwbTS0X6eSLkBDWoCYkkIJweVazGf4MD8S+kRX/5z40WsYsnRdVWG+p34Z6rCyNvlHHrnO2S1W8WWg7Tw== + /webidl-conversions/6.1.0: dev: true engines: - node: '>=8' + node: '>=10.4' resolution: - integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - /whatwg-url/8.1.0: + integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== + /whatwg-url/8.4.0: dependencies: lodash.sortby: 4.7.0 tr46: 2.0.2 - webidl-conversions: 5.0.0 + webidl-conversions: 6.1.0 dev: true engines: node: '>=10' resolution: - integrity: sha512-vEIkwNi9Hqt4TV9RdnaBPNt+E2Sgmo3gePebCRgZ1R7g6d23+53zCTnuB0amKI4AXq6VM8jj2DUAa0S1vjJxkw== + integrity: sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw== /when/3.7.7: dev: true resolution: @@ -4947,13 +4555,6 @@ packages: hasBin: true resolution: integrity: sha1-FVf5YIBgTlsRs1meufRbUKnv1yI= - /which/1.3.1: - dependencies: - isexe: 2.0.0 - dev: true - hasBin: true - resolution: - integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== /which/2.0.2: dependencies: isexe: 2.0.0 @@ -4991,6 +4592,16 @@ packages: node: '>=8' resolution: integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== + /wrap-ansi/7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.0 + strip-ansi: 6.0.0 + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== /wrappy/1.0.2: dev: true resolution: @@ -5012,7 +4623,7 @@ packages: node: '>=4' resolution: integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - /ws/7.2.3: + /ws/7.4.2: dev: true engines: node: '>=8.3.0' @@ -5025,7 +4636,7 @@ packages: utf-8-validate: optional: true resolution: - integrity: sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ== + integrity: sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA== /xdg-basedir/4.0.0: dev: true engines: @@ -5047,28 +4658,20 @@ packages: node: '>=4.0' resolution: integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== - /xregexp/4.4.1: - dependencies: - '@babel/runtime-corejs3': 7.12.5 - dev: true - resolution: - integrity: sha512-2u9HwfadaJaY9zHtRRnH6BY6CQVNQKkYm3oLtC9gJXXzfsbACg5X5e4EZZGVAH+YIfa+QA9lsFQTTe3HURF3ag== - /xtend/4.0.2: - dev: true - engines: - node: '>=0.4' - resolution: - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== /y18n/4.0.1: dev: true resolution: integrity: sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== - /yaml/1.10.0: + /y18n/5.0.5: dev: true engines: - node: '>= 6' + node: '>=10' + resolution: + integrity: sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== + /yallist/4.0.0: + dev: true resolution: - integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== + integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== /yargs-parser/18.1.3: dependencies: camelcase: 5.3.1 @@ -5078,7 +4681,13 @@ packages: node: '>=6' resolution: integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - /yargs/15.3.1: + /yargs-parser/20.2.4: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== + /yargs/15.4.1: dependencies: cliui: 6.0.0 decamelize: 1.2.0 @@ -5095,20 +4704,28 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA== - /yauzl/2.10.0: + integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== + /yargs/16.1.1: dependencies: - buffer-crc32: 0.2.13 - fd-slicer: 1.1.0 + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.0 + y18n: 5.0.5 + yargs-parser: 20.2.4 dev: true + engines: + node: '>=10' resolution: - integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= - /yazl/2.5.1: + integrity: sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w== + /yauzl/2.10.0: dependencies: buffer-crc32: 0.2.13 + fd-slicer: 1.1.0 dev: true resolution: - integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw== + integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= /zip-dir/1.0.2: dependencies: async: 1.5.2 @@ -5119,24 +4736,13 @@ packages: /zip-self/0.2.5: dependencies: archiver: 4.0.2 - globby: 11.0.1 + globby: 11.0.2 dev: true engines: node: '>=8.0.0' hasBin: true resolution: integrity: sha512-bWOJluVoJIjT8z/Rau7yGTn5uWBjLKAkxGr7qhFBhD7o455sgordz+NfKEQlU5KpqVtAWBXrzhAxUw2ikOw3kA== - /zip-stream/1.2.0: - dependencies: - archiver-utils: 1.3.0 - compress-commons: 1.2.2 - lodash: 4.17.20 - readable-stream: 2.3.7 - dev: true - engines: - node: '>= 0.10.0' - resolution: - integrity: sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ= /zip-stream/3.0.1: dependencies: archiver-utils: 2.1.0 @@ -5147,13 +4753,20 @@ packages: node: '>= 8' resolution: integrity: sha512-r+JdDipt93ttDjsOVPU5zaq5bAyY+3H19bDrThkvuVxC0xMQzU1PJcS6D+KrP3u96gH9XLomcHPb+2skoDjulQ== + /zip-stream/4.0.4: + dependencies: + archiver-utils: 2.1.0 + compress-commons: 4.0.2 + readable-stream: 3.6.0 + dev: true + engines: + node: '>= 10' + resolution: + integrity: sha512-a65wQ3h5gcQ/nQGWV1mSZCEzCML6EK/vyVPcrPNynySP1j3VBbQKh3nhC8CbORb+jfl2vXvh56Ul5odP1bAHqw== specifiers: prettier: ^2.2.1 - rollup: ^2.35.1 - rollup-plugin-chrome-extension: ^3.5.1 - rollup-plugin-empty-dir: ^1.0.4 + rollup: ^2.38.0 rollup-plugin-terser: ^7.0.2 - rollup-plugin-zip: ^1.0.1 set-json-version: ^1.0.4 - web-ext: ^4.3.0 + web-ext: ^5.5.0 zip-self: ^0.2.5