From 27a40321c5bc400724cdb49321677acb9520d413 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 25 Feb 2021 00:27:23 +0200 Subject: [PATCH] fix(deps): update --- .changeset/silent-lamps-taste.md | 8 + package.json | 2 +- packages/default-reporter/package.json | 2 +- .../filter-workspace-packages/package.json | 2 +- packages/get-context/package.json | 2 +- packages/package-requester/package.json | 2 +- .../plugin-commands-installation/package.json | 2 +- packages/plugin-commands-server/package.json | 2 +- packages/pnpm/package.json | 4 +- .../store-connection-manager/package.json | 2 +- packages/supi/package.json | 2 +- pnpm-lock.yaml | 544 ++++++++++-------- 12 files changed, 323 insertions(+), 251 deletions(-) create mode 100644 .changeset/silent-lamps-taste.md diff --git a/.changeset/silent-lamps-taste.md b/.changeset/silent-lamps-taste.md new file mode 100644 index 0000000000..64b185e4c3 --- /dev/null +++ b/.changeset/silent-lamps-taste.md @@ -0,0 +1,8 @@ +--- +"@pnpm/get-context": patch +"@pnpm/plugin-commands-installation": patch +"@pnpm/plugin-commands-server": patch +"@pnpm/store-connection-manager": patch +--- + +Update dependencies. diff --git a/package.json b/package.json index e2855eba47..dfeb6157af 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "syncpack": "^5.6.10", "ts-jest": "^26.4.4", "ts-node": "^9.1.1", - "typescript": "^4.1.3", + "typescript": "4.1.5", "verdaccio": "^4.11.0", "yarn": "^1.22.10" }, diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 2f7a9b19a1..596b1f4798 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -52,7 +52,7 @@ "@types/normalize-path": "^3.0.0", "@types/ramda": "^0.27.35", "@types/semver": "^7.3.4", - "delay": "^4.4.1", + "delay": "^5.0.0", "ghooks": "2.0.4", "load-json-file": "^6.2.0", "normalize-newline": "3.0.0" diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 1cb7f86a14..dcb98c7897 100644 --- a/packages/filter-workspace-packages/package.json +++ b/packages/filter-workspace-packages/package.json @@ -45,7 +45,7 @@ "@types/micromatch": "^4.0.1", "@types/ramda": "^0.27.35", "@types/touch": "^3.1.1", - "is-ci": "^2.0.0", + "is-ci": "^3.0.0", "is-windows": "^1.0.2", "tempy": "^1.0.0", "touch": "3.1.0" diff --git a/packages/get-context/package.json b/packages/get-context/package.json index db4ca9e0ad..3a62e47a89 100644 --- a/packages/get-context/package.json +++ b/packages/get-context/package.json @@ -46,7 +46,7 @@ "@pnpm/read-projects-context": "workspace:4.0.15", "@pnpm/types": "workspace:6.4.0", "@zkochan/rimraf": "^1.0.0", - "is-ci": "^2.0.0", + "is-ci": "^3.0.0", "mz": "^2.7.0", "path-absolute": "^1.0.1", "ramda": "^0.27.1" diff --git a/packages/package-requester/package.json b/packages/package-requester/package.json index c135faef9d..0c07eec05d 100644 --- a/packages/package-requester/package.json +++ b/packages/package-requester/package.json @@ -62,7 +62,7 @@ "@types/normalize-path": "^3.0.0", "@types/ramda": "^0.27.35", "@types/ssri": "^7.1.0", - "delay": "^4.4.1", + "delay": "^5.0.0", "ncp": "^2.0.0", "nock": "12.0.3", "normalize-path": "^3.0.0", diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 25fc18eaa3..3fe267b80d 100644 --- a/packages/plugin-commands-installation/package.json +++ b/packages/plugin-commands-installation/package.json @@ -81,7 +81,7 @@ "camelcase-keys": "^6.2.2", "chalk": "^4.1.0", "enquirer": "^2.3.6", - "is-ci": "^2.0.0", + "is-ci": "^3.0.0", "is-subdir": "^1.1.1", "mem": "^8.0.0", "mz": "^2.7.0", diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 7b98451e6c..7c369d962a 100644 --- a/packages/plugin-commands-server/package.json +++ b/packages/plugin-commands-server/package.json @@ -45,7 +45,7 @@ "@pnpm/store-connection-manager": "workspace:0.3.63", "@pnpm/store-path": "^4.0.4", "@zkochan/diable": "^1.0.2", - "delay": "^4.4.1", + "delay": "^5.0.0", "get-port": "^5.1.1", "is-windows": "^1.0.2", "mz": "^2.7.0", diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 1129eaa22b..7846f6e355 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -75,12 +75,12 @@ "chalk": "^4.1.0", "cross-spawn": "^7.0.3", "deep-require-cwd": "1.0.0", - "delay": "^4.4.1", + "delay": "^5.0.0", "dir-is-case-sensitive": "^1.0.2", "esbuild": "^0.8.49", "execa": "^5.0.0", "exists-link": "2.0.0", - "is-ci": "^2.0.0", + "is-ci": "^3.0.0", "is-windows": "^1.0.2", "load-json-file": "^6.2.0", "loud-rejection": "^2.2.0", diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index 6293b92968..9159bf5689 100644 --- a/packages/store-connection-manager/package.json +++ b/packages/store-connection-manager/package.json @@ -41,7 +41,7 @@ "@pnpm/server": "workspace:9.0.7", "@pnpm/store-path": "^4.0.4", "@zkochan/diable": "^1.0.2", - "delay": "^4.4.1", + "delay": "^5.0.0", "dir-is-case-sensitive": "^1.0.2", "mz": "^2.7.0" }, diff --git a/packages/supi/package.json b/packages/supi/package.json index ee3c8381ea..0f2c884fbc 100644 --- a/packages/supi/package.json +++ b/packages/supi/package.json @@ -92,7 +92,7 @@ "dir-is-case-sensitive": "^1.0.2", "execa": "^5.0.0", "exists-link": "2.0.0", - "is-ci": "^2.0.0", + "is-ci": "^3.0.0", "is-windows": "^1.0.2", "ncp": "^2.0.0", "nock": "12.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b3f52dbfc4..8a4b7e1a7e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,7 @@ importers: '@commitlint/prompt-cli': 11.0.0 '@pnpm/eslint-config': link:utils/eslint-config '@pnpm/meta-updater': 0.0.0 - '@pnpm/registry-mock': 2.3.0 + '@pnpm/registry-mock': 2.4.0 '@pnpm/tsconfig': link:utils/tsconfig '@types/jest': 26.0.20 '@types/node': 14.14.31 @@ -22,7 +22,7 @@ importers: rimraf: 3.0.2 shx: 0.3.3 syncpack: 5.7.11 - ts-jest: 26.5.1_jest@26.6.3+typescript@4.1.5 + ts-jest: 26.5.2_jest@26.6.3+typescript@4.1.5 ts-node: 9.1.1_typescript@4.1.5 typescript: 4.1.5 verdaccio: 4.11.0 @@ -51,7 +51,7 @@ importers: syncpack: ^5.6.10 ts-jest: ^26.4.4 ts-node: ^9.1.1 - typescript: ^4.1.3 + typescript: 4.1.5 verdaccio: ^4.11.0 yarn: ^1.22.10 packages/audit: @@ -288,7 +288,7 @@ importers: ansi-diff: 1.1.1 chalk: 4.1.0 normalize-path: 3.0.0 - pretty-bytes: 5.5.0 + pretty-bytes: 5.6.0 pretty-ms: 7.0.1 ramda: 0.27.1 right-pad: 1.0.1 @@ -303,7 +303,7 @@ importers: '@types/normalize-path': 3.0.0 '@types/ramda': 0.27.38 '@types/semver': 7.3.4 - delay: 4.4.1 + delay: 5.0.0 ghooks: 2.0.4 load-json-file: 6.2.0 normalize-newline: 3.0.0 @@ -319,7 +319,7 @@ importers: '@types/semver': ^7.3.4 ansi-diff: ^1.1.1 chalk: ^4.1.0 - delay: ^4.4.1 + delay: ^5.0.0 ghooks: 2.0.4 load-json-file: ^6.2.0 normalize-newline: 3.0.0 @@ -528,7 +528,7 @@ importers: '@types/micromatch': 4.0.1 '@types/ramda': 0.27.38 '@types/touch': 3.1.1 - is-ci: 2.0.0 + is-ci: 3.0.0 is-windows: 1.0.2 tempy: 1.0.0 touch: 3.1.0 @@ -544,7 +544,7 @@ importers: '@types/touch': ^3.1.1 execa: ^5.0.0 find-up: ^5.0.0 - is-ci: ^2.0.0 + is-ci: ^3.0.0 is-subdir: ^1.1.1 is-windows: ^1.0.2 micromatch: ^4.0.2 @@ -602,7 +602,7 @@ importers: '@pnpm/read-projects-context': link:../read-projects-context '@pnpm/types': link:../types '@zkochan/rimraf': 1.0.0 - is-ci: 2.0.0 + is-ci: 3.0.0 mz: 2.7.0 path-absolute: 1.0.1 ramda: 0.27.1 @@ -626,7 +626,7 @@ importers: '@types/mz': ^2.7.3 '@types/ramda': ^0.27.35 '@zkochan/rimraf': ^1.0.0 - is-ci: ^2.0.0 + is-ci: ^3.0.0 mz: ^2.7.0 path-absolute: ^1.0.1 ramda: ^0.27.1 @@ -1457,7 +1457,7 @@ importers: '@types/normalize-path': 3.0.0 '@types/ramda': 0.27.38 '@types/ssri': 7.1.0 - delay: 4.4.1 + delay: 5.0.0 ncp: 2.0.0 nock: 12.0.3 normalize-path: 3.0.0 @@ -1478,7 +1478,7 @@ importers: '@types/normalize-path': ^3.0.0 '@types/ramda': ^0.27.35 '@types/ssri': ^7.1.0 - delay: ^4.4.1 + delay: ^5.0.0 dependency-path: workspace:5.1.1 load-json-file: ^6.2.0 mz: ^2.7.0 @@ -1696,7 +1696,7 @@ importers: camelcase-keys: 6.2.2 chalk: 4.1.0 enquirer: 2.3.6 - is-ci: 2.0.0 + is-ci: 3.0.0 is-subdir: 1.2.0 mem: 8.0.0 mz: 2.7.0 @@ -1772,7 +1772,7 @@ importers: camelcase-keys: ^6.2.2 chalk: ^4.1.0 enquirer: ^2.3.6 - is-ci: ^2.0.0 + is-ci: ^3.0.0 is-subdir: ^1.1.1 load-json-file: ^6.2.0 mem: ^8.0.0 @@ -2133,7 +2133,7 @@ importers: '@pnpm/store-connection-manager': link:../store-connection-manager '@pnpm/store-path': 4.0.4 '@zkochan/diable': 1.0.2 - delay: 4.4.1 + delay: 5.0.0 get-port: 5.1.1 is-windows: 1.0.2 mz: 2.7.0 @@ -2165,7 +2165,7 @@ importers: '@types/ramda': ^0.27.35 '@types/signal-exit': ^3.0.0 '@zkochan/diable': ^1.0.2 - delay: ^4.4.1 + delay: ^5.0.0 get-port: ^5.1.1 is-windows: ^1.0.2 mz: ^2.7.0 @@ -2304,12 +2304,12 @@ importers: chalk: 4.1.0 cross-spawn: 7.0.3 deep-require-cwd: 1.0.0 - delay: 4.4.1 + delay: 5.0.0 dir-is-case-sensitive: 1.0.2 - esbuild: 0.8.49 + esbuild: 0.8.51 execa: 5.0.0 exists-link: 2.0.0 - is-ci: 2.0.0 + is-ci: 3.0.0 is-windows: 1.0.2 load-json-file: 6.2.0 loud-rejection: 2.2.0 @@ -2396,13 +2396,13 @@ importers: chalk: ^4.1.0 cross-spawn: ^7.0.3 deep-require-cwd: 1.0.0 - delay: ^4.4.1 + delay: ^5.0.0 dir-is-case-sensitive: ^1.0.2 esbuild: ^0.8.49 execa: ^5.0.0 exists-link: 2.0.0 graceful-fs: 4.2.4 - is-ci: ^2.0.0 + is-ci: ^3.0.0 is-windows: ^1.0.2 load-json-file: ^6.2.0 loud-rejection: ^2.2.0 @@ -2488,7 +2488,7 @@ importers: dependencies: '@pnpm/error': link:../error '@pnpm/types': link:../types - read-package-json: 3.0.0 + read-package-json: 3.0.1 devDependencies: '@pnpm/read-package-json': 'link:' specifiers: @@ -2730,7 +2730,7 @@ importers: '@pnpm/server': link:../server '@pnpm/store-path': 4.0.4 '@zkochan/diable': 1.0.2 - delay: 4.4.1 + delay: 5.0.0 dir-is-case-sensitive: 1.0.2 mz: 2.7.0 devDependencies: @@ -2749,7 +2749,7 @@ importers: '@pnpm/store-path': ^4.0.4 '@types/mz': ^2.7.3 '@zkochan/diable': ^1.0.2 - delay: ^4.4.1 + delay: ^5.0.0 dir-is-case-sensitive: ^1.0.2 mz: ^2.7.0 packages/store-controller-types: @@ -2839,7 +2839,7 @@ importers: dir-is-case-sensitive: 1.0.2 execa: 5.0.0 exists-link: 2.0.0 - is-ci: 2.0.0 + is-ci: 3.0.0 is-windows: 1.0.2 ncp: 2.0.0 nock: 12.0.3 @@ -2914,7 +2914,7 @@ importers: exists-link: 2.0.0 graceful-fs: 4.2.4 graph-sequencer: 2.0.0 - is-ci: ^2.0.0 + is-ci: ^3.0.0 is-inner-link: ^2.0.2 is-subdir: ^1.1.1 is-windows: ^1.0.2 @@ -3121,8 +3121,8 @@ importers: specifiers: {} utils/eslint-config: dependencies: - '@typescript-eslint/eslint-plugin': 4.15.1 - eslint-config-standard-with-typescript: 19.0.1_c778170d265e10942cd56a81dd90fe0a + '@typescript-eslint/eslint-plugin': 4.15.2 + eslint-config-standard-with-typescript: 19.0.1_bf4037407e3976ed1019d7966a7ddb7a eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 eslint-plugin-promise: 4.3.1 @@ -3184,118 +3184,139 @@ packages: '@babel/highlight': 7.12.13 resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/core/7.12.17: + /@babel/compat-data/7.13.6: + dev: true + resolution: + integrity: sha512-VhgqKOWYVm7lQXlvbJnWOzwfAQATd2nV52koT0HZ/LdDH0m4DUDwkKYsH+IwpXb+bKPyBJzawA4I6nBKqZcpQw== + /@babel/core/7.13.1: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.17 - '@babel/helper-module-transforms': 7.12.17 - '@babel/helpers': 7.12.17 - '@babel/parser': 7.12.17_@babel+types@7.12.17 + '@babel/generator': 7.13.0 + '@babel/helper-compilation-targets': 7.13.0_@babel+core@7.13.1 + '@babel/helper-module-transforms': 7.13.0 + '@babel/helpers': 7.13.0 + '@babel/parser': 7.13.4_@babel+types@7.13.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.12.17 - '@babel/types': 7.12.17 + '@babel/traverse': 7.13.0 + '@babel/types': 7.13.0 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 lodash: 4.17.21 - semver: 5.7.1 + semver: 7.0.0 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== - /@babel/generator/7.12.17: + integrity: sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w== + /@babel/generator/7.13.0: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== + integrity: sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== + /@babel/helper-compilation-targets/7.13.0_@babel+core@7.13.1: + dependencies: + '@babel/compat-data': 7.13.6 + '@babel/core': 7.13.1 + '@babel/helper-validator-option': 7.12.17 + browserslist: 4.16.3 + semver: 7.0.0 + dev: true + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q== /@babel/helper-function-name/7.12.13: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.12.17: + /@babel/helper-member-expression-to-functions/7.13.0: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: - integrity: sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== + integrity: sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.12.17: + /@babel/helper-module-transforms/7.13.0: dependencies: '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-replace-supers': 7.13.0 '@babel/helper-simple-access': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.12.17 - '@babel/types': 7.12.17 + '@babel/traverse': 7.13.0 + '@babel/types': 7.13.0 lodash: 4.17.21 dev: true resolution: - integrity: sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== + integrity: sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== - /@babel/helper-plugin-utils/7.12.13: + /@babel/helper-plugin-utils/7.13.0: dev: true resolution: - integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== - /@babel/helper-replace-supers/7.12.13: + integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== + /@babel/helper-replace-supers/7.13.0: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.17 + '@babel/helper-member-expression-to-functions': 7.13.0 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.12.17 - '@babel/types': 7.12.17 + '@babel/traverse': 7.13.0 + '@babel/types': 7.13.0 dev: true resolution: - integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== + integrity: sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helpers/7.12.17: - dependencies: - '@babel/template': 7.12.13 - '@babel/traverse': 7.12.17 - '@babel/types': 7.12.17 + /@babel/helper-validator-option/7.12.17: dev: true resolution: - integrity: sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== + integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== + /@babel/helpers/7.13.0: + dependencies: + '@babel/template': 7.12.13 + '@babel/traverse': 7.13.0 + '@babel/types': 7.13.0 + dev: true + resolution: + integrity: sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -3303,9 +3324,9 @@ packages: js-tokens: 4.0.0 resolution: integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== - /@babel/parser/7.12.17_@babel+types@7.12.17: + /@babel/parser/7.13.4_@babel+types@7.13.0: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true engines: node: '>=6.0.0' @@ -3313,157 +3334,157 @@ packages: peerDependencies: '@babel/types': '*' resolution: - integrity: sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.17: + integrity: sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.12.17: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.12.17: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.12.17: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.17: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.17: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.17: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.17: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.17: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.17: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.17: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.12.17: + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/helper-plugin-utils': 7.12.13 + '@babel/core': 7.13.1 + '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== - /@babel/runtime/7.12.18: + /@babel/runtime/7.13.7: dependencies: regenerator-runtime: 0.13.7 resolution: - integrity: sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg== + integrity: sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.17_@babel+types@7.12.17 - '@babel/types': 7.12.17 + '@babel/parser': 7.13.4_@babel+types@7.13.0 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.17: + /@babel/traverse/7.13.0: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.17 + '@babel/generator': 7.13.0 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.12.17_@babel+types@7.12.17 - '@babel/types': 7.12.17 + '@babel/parser': 7.13.4_@babel+types@7.13.0 + '@babel/types': 7.13.0 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.21 dev: true resolution: - integrity: sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== - /@babel/types/7.12.17: + integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== + /@babel/types/7.13.0: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== + integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== /@bcoe/v8-coverage/0.2.3: dev: true resolution: integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== /@changesets/apply-release-plan/4.2.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/config': 1.5.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 1.1.0 @@ -3481,7 +3502,7 @@ packages: integrity: sha512-/vt6UwgQldhOw93Gb8llI5OuYGlJt2+U45AfcXsoxzl8gZzCmChGm3vUaQJYbmtL8TbL8OOVXHRIKJJidMNPKw== /@changesets/assemble-release-plan/4.1.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.2.0 '@changesets/types': 3.3.0 @@ -3492,7 +3513,7 @@ packages: integrity: sha512-dMqe2L5Pn4UGTW89kOuuCuZD3pQFZj1Sxv92ZW4S98sXGsxcb2PdW+PeHbQ7tawkCYCOvzhXxAlN4OdF2DlDKQ== /@changesets/cli/2.14.1: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/apply-release-plan': 4.2.0 '@changesets/assemble-release-plan': 4.1.0 '@changesets/config': 1.5.0 @@ -3556,7 +3577,7 @@ packages: integrity: sha512-96NInEKpEZH8KvmXyh42PynXVAdq3kQ9VjAeswHtJ3umUCeTF42b/KVXaov+5P1RNnaUVtRuEwzs4syGuowDTw== /@changesets/get-release-plan/2.0.1: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/assemble-release-plan': 4.1.0 '@changesets/config': 1.5.0 '@changesets/pre': 1.0.5 @@ -3572,7 +3593,7 @@ packages: integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg== /@changesets/git/1.1.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/errors': 0.1.4 '@changesets/types': 3.3.0 '@manypkg/get-packages': 1.1.1 @@ -3596,7 +3617,7 @@ packages: integrity: sha512-8yqKulslq/7V2VRBsJqPgjnZMoehYqhJm5lEOXJPZ2rcuSdyj8+p/2vq2vRDBJT2m0rP+C9G8DujsGYQIFZezw== /@changesets/pre/1.0.5: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/errors': 0.1.4 '@changesets/types': 3.3.0 '@manypkg/get-packages': 1.1.1 @@ -3606,7 +3627,7 @@ packages: integrity: sha512-p43aAQY3aijhDnBLCriPao5YArlRjD4mSHRJq9PsBhljVLWqQQXcn6seSd77d+bD1tATLhB8tQ2eYoxMtMydXQ== /@changesets/read/0.4.6: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/git': 1.1.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.7 @@ -3623,7 +3644,7 @@ packages: integrity: sha512-rJamRo+OD/MQekImfIk07JZwYSB18iU6fYL8xOg0gfAiTh1a1+OlR1fPIxm55I7RsWw812is2YcPPwXdIewrhA== /@changesets/write/0.1.3: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@changesets/types': 3.3.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -3643,7 +3664,7 @@ packages: integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== /@commitlint/cli/11.0.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@commitlint/format': 11.0.0 '@commitlint/lint': 11.0.0 '@commitlint/load': 11.0.0 @@ -3754,7 +3775,7 @@ packages: integrity: sha512-NuihdUyrUPlajA6bA0myO0tTBk50rIoAQLufp/6jQlllqsjdrBAx5JQnzRLeEMIwVS0MeS15k5rrACS/LKtybw== /@commitlint/prompt/11.0.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@commitlint/load': 11.0.0 chalk: 4.1.0 lodash: 4.17.21 @@ -4006,7 +4027,7 @@ packages: integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== /@jest/transform/26.6.2: dependencies: - '@babel/core': 7.12.17 + '@babel/core': 7.13.1 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.0.0 chalk: 4.1.0 @@ -4040,7 +4061,7 @@ packages: integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== /@manypkg/find-root/1.1.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@types/node': 12.20.4 find-up: 4.1.0 fs-extra: 8.1.0 @@ -4049,7 +4070,7 @@ packages: integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA== /@manypkg/get-packages/1.1.1: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 globby: 11.0.2 @@ -4088,7 +4109,7 @@ packages: /@nodelib/fs.walk/1.2.6: dependencies: '@nodelib/fs.scandir': 2.1.4 - fastq: 1.10.1 + fastq: 1.11.0 engines: node: '>= 8' resolution: @@ -4171,7 +4192,7 @@ packages: ansi-diff: 1.1.1 chalk: 4.1.0 normalize-path: 3.0.0 - pretty-bytes: 5.5.0 + pretty-bytes: 5.6.0 pretty-ms: 7.0.1 ramda: 0.27.1 right-pad: 1.0.1 @@ -4313,7 +4334,7 @@ packages: node: '>=10.16' resolution: integrity: sha512-tj8ExXZeDcMmMUj7D292ETe/RiEirr1X1wpT6Zy85z2MrFYoG9jfCJpps40OdZBNZBhxbuKtGPWKVSgXD0yrVw== - /@pnpm/registry-mock/2.3.0: + /@pnpm/registry-mock/2.4.0: dependencies: anonymous-npm-registry-client: 0.1.2 cpr: 3.0.1 @@ -4327,7 +4348,7 @@ packages: node: '>=10.13' hasBin: true resolution: - integrity: sha512-539rFHzTiEiqTbxo5GUH9x/eaM8l1gwNjWUrLr3xu87RVqXkdkhtwHJptkBsBi6AvbHSMk3kttN8HG9ukawaPw== + integrity: sha512-05Bnp7idlP6vj5NzKv1qiVIByL69Pgrsav4wIkRowQzw4BjdizU22tjlLJhK9Fo4Ra6SGdqDQqFrzlQ2QICHGA== /@pnpm/self-installer/2.1.0: dev: false engines: @@ -4435,8 +4456,8 @@ packages: integrity: sha512-v+dxizsFVyXgD3EpFuqT9YjdEjbJmPxNf1QIX9ohZOhxh1ZF2yhqv3vYaeum9lg3VghhxS5S0a6yldN9J9lPEQ== /@types/babel__core/7.1.12: dependencies: - '@babel/parser': 7.12.17_@babel+types@7.12.17 - '@babel/types': 7.12.17 + '@babel/parser': 7.13.4_@babel+types@7.13.0 + '@babel/types': 7.13.0 '@types/babel__generator': 7.6.2 '@types/babel__template': 7.4.0 '@types/babel__traverse': 7.11.0 @@ -4445,20 +4466,20 @@ packages: integrity: sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ== /@types/babel__generator/7.6.2: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ== /@types/babel__template/7.4.0: dependencies: - '@babel/parser': 7.12.17_@babel+types@7.12.17 - '@babel/types': 7.12.17 + '@babel/parser': 7.13.4_@babel+types@7.13.0 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A== /@types/babel__traverse/7.11.0: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 dev: true resolution: integrity: sha512-kSjgDMZONiIfSH1Nxcr5JIRMwUetDki63FSQfpTCz8ogF3Ulqm8+mr5f78dUYs6vMiB6gBusQqfQmBvHZj/lwg== @@ -4750,10 +4771,10 @@ packages: dev: true resolution: integrity: sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ== - /@typescript-eslint/eslint-plugin/4.15.1: + /@typescript-eslint/eslint-plugin/4.15.2: dependencies: - '@typescript-eslint/experimental-utils': 4.15.1 - '@typescript-eslint/scope-manager': 4.15.1 + '@typescript-eslint/experimental-utils': 4.15.2 + '@typescript-eslint/scope-manager': 4.15.2 debug: 4.3.1 functional-red-black-tree: 1.0.1 lodash: 4.17.21 @@ -4771,13 +4792,13 @@ packages: typescript: optional: true resolution: - integrity: sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw== - /@typescript-eslint/experimental-utils/4.15.1: + integrity: sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q== + /@typescript-eslint/experimental-utils/4.15.2: dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.15.1 - '@typescript-eslint/types': 4.15.1 - '@typescript-eslint/typescript-estree': 4.15.1 + '@typescript-eslint/scope-manager': 4.15.2 + '@typescript-eslint/types': 4.15.2 + '@typescript-eslint/typescript-estree': 4.15.2 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: false @@ -4786,12 +4807,12 @@ packages: peerDependencies: eslint: '*' resolution: - integrity: sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ== - /@typescript-eslint/parser/4.15.1: + integrity: sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ== + /@typescript-eslint/parser/4.15.2: dependencies: - '@typescript-eslint/scope-manager': 4.15.1 - '@typescript-eslint/types': 4.15.1 - '@typescript-eslint/typescript-estree': 4.15.1 + '@typescript-eslint/scope-manager': 4.15.2 + '@typescript-eslint/types': 4.15.2 + '@typescript-eslint/typescript-estree': 4.15.2 debug: 4.3.1 dev: false engines: @@ -4803,26 +4824,26 @@ packages: typescript: optional: true resolution: - integrity: sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA== - /@typescript-eslint/scope-manager/4.15.1: + integrity: sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q== + /@typescript-eslint/scope-manager/4.15.2: dependencies: - '@typescript-eslint/types': 4.15.1 - '@typescript-eslint/visitor-keys': 4.15.1 + '@typescript-eslint/types': 4.15.2 + '@typescript-eslint/visitor-keys': 4.15.2 dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA== - /@typescript-eslint/types/4.15.1: + integrity: sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ== + /@typescript-eslint/types/4.15.2: dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw== - /@typescript-eslint/typescript-estree/4.15.1: + integrity: sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ== + /@typescript-eslint/typescript-estree/4.15.2: dependencies: - '@typescript-eslint/types': 4.15.1 - '@typescript-eslint/visitor-keys': 4.15.1 + '@typescript-eslint/types': 4.15.2 + '@typescript-eslint/visitor-keys': 4.15.2 debug: 4.3.1 globby: 11.0.2 is-glob: 4.0.1 @@ -4837,16 +4858,16 @@ packages: typescript: optional: true resolution: - integrity: sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw== - /@typescript-eslint/visitor-keys/4.15.1: + integrity: sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw== + /@typescript-eslint/visitor-keys/4.15.2: dependencies: - '@typescript-eslint/types': 4.15.1 + '@typescript-eslint/types': 4.15.2 eslint-visitor-keys: 2.0.0 dev: false engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww== + integrity: sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg== /@verdaccio/commons-api/9.7.1: dependencies: http-errors: 1.8.0 @@ -5661,7 +5682,7 @@ packages: dev: true resolution: integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= - /array-includes/3.1.2: + /array-includes/3.1.3: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 @@ -5672,7 +5693,7 @@ packages: engines: node: '>= 0.4' resolution: - integrity: sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== + integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== /array-union/1.0.2: dependencies: array-uniq: 1.0.3 @@ -5772,14 +5793,14 @@ packages: /aws4/1.11.0: resolution: integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - /babel-jest/26.6.3_@babel+core@7.12.17: + /babel-jest/26.6.3_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 + '@babel/core': 7.13.1 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/babel__core': 7.1.12 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.12.17 + babel-preset-jest: 26.6.2_@babel+core@7.13.1 chalk: 4.1.0 graceful-fs: 4.2.4 slash: 3.0.0 @@ -5792,7 +5813,7 @@ packages: integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== /babel-plugin-istanbul/6.0.0: dependencies: - '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-plugin-utils': 7.13.0 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 4.0.3 @@ -5805,7 +5826,7 @@ packages: /babel-plugin-jest-hoist/26.6.2: dependencies: '@babel/template': 7.12.13 - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 '@types/babel__core': 7.1.12 '@types/babel__traverse': 7.11.0 dev: true @@ -5821,31 +5842,31 @@ packages: dev: true resolution: integrity: sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.12.17: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.17 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.12.17 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.12.17 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.17 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.17 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.17 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.17 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.17 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.17 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.17 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.17 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.12.17 + '@babel/core': 7.13.1 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.1 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.13.1 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.1 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.1 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.1 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.1 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.1 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.1 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.1 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.1 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.1 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.1 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - /babel-preset-jest/26.6.2_@babel+core@7.12.17: + /babel-preset-jest/26.6.2_@babel+core@7.13.1: dependencies: - '@babel/core': 7.12.17 + '@babel/core': 7.13.1 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.12.17 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.13.1 dev: true engines: node: '>= 10.14.2' @@ -6012,6 +6033,19 @@ packages: dev: false resolution: integrity: sha1-uzX4pRn2AOD6a4SFJByXnQFB+y0= + /browserslist/4.16.3: + dependencies: + caniuse-lite: 1.0.30001191 + colorette: 1.2.1 + electron-to-chromium: 1.3.673 + escalade: 3.1.1 + node-releases: 1.1.71 + dev: true + engines: + node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 + hasBin: true + resolution: + integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== /bs-logger/0.2.6: dependencies: fast-json-stable-stringify: 2.1.0 @@ -6102,7 +6136,7 @@ packages: test-exclude: 6.0.0 v8-to-istanbul: 7.1.0 yargs: 16.2.0 - yargs-parser: 20.2.5 + yargs-parser: 20.2.6 dev: true engines: node: '>=10.12.0' @@ -6211,6 +6245,10 @@ packages: node: '>=10.13' resolution: integrity: sha512-+xkVeHLG9kQY/HRzu8uMSkr8Im1i9XoWGihxmB/VTJqHGCsGTFF3ebH+sBcI1urqnN8fqTjRgtag65m8x46DPg== + /caniuse-lite/1.0.30001191: + dev: true + resolution: + integrity: sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw== /capture-exit/2.0.0: dependencies: rsvp: 4.8.5 @@ -6288,6 +6326,9 @@ packages: /ci-info/2.0.0: resolution: integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== + /ci-info/3.1.1: + resolution: + integrity: sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ== /cjs-module-lexer/0.6.0: dev: true resolution: @@ -6461,6 +6502,10 @@ packages: /color-name/1.1.4: resolution: integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + /colorette/1.2.1: + dev: true + resolution: + integrity: sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== /colors/0.6.2: dev: true engines: @@ -6839,19 +6884,19 @@ packages: dev: true resolution: integrity: sha512-EXSru4QwEWKwM7wwsJbhrZC+mHEJrhQFoXlohHs80CAU8Qhlv9gaw1sjzNiC3Hr3oUx5skDmEiAlz+tnKWV0RA== - /csv-parse/4.15.1: + /csv-parse/4.15.3: dev: true resolution: - integrity: sha512-TXIvRtNp0fqMJbk3yPR35bQIDzMH4khDwduElzE7Fl1wgnl25mnWYLSLqd/wS5GsDoX1rWtysivEYMNsz5jKwQ== - /csv-stringify/5.6.1: + integrity: sha512-jlTqDvLdHnYMSr08ynNfk4IAUSJgJjTKy2U5CQBSu4cN9vQOJonLVZP4Qo4gKKrIgIQ5dr07UwOJdi+lRqT12w== + /csv-stringify/5.6.2: dev: true resolution: - integrity: sha512-JlQlNZMiuRGSFbLXFNGoBtsORXlkqf4Dfq8Ee0Jo4RVJj3YAUzevagUx24mDrQJLDF7aYz6Ne8kqA8WWBaYt2A== + integrity: sha512-n3rIVbX6ylm1YsX2NEug9IaPV8xRnT+9/NNZbrA/bcHgOSSeqtWla6XnI/xmyu57wIw+ASCAoX1oM6EZtqJV0A== /csv/5.3.2: dependencies: csv-generate: 3.3.0 - csv-parse: 4.15.1 - csv-stringify: 5.6.1 + csv-parse: 4.15.3 + csv-stringify: 5.6.2 stream-transform: 2.0.4 dev: true engines: @@ -7069,11 +7114,11 @@ packages: node: '>=10' resolution: integrity: sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ== - /delay/4.4.1: + /delay/5.0.0: engines: - node: '>=6' + node: '>=10' resolution: - integrity: sha512-aL3AhqtfhOlT/3ai6sWXeqwnw63ATNpnUiN4HL7x9q+My5QtHlO3OIkasmug9LKzpheLdmUKGRKnYXYAS7FQkQ== + integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw== /delayed-stream/1.0.0: engines: node: '>=0.4.0' @@ -7115,7 +7160,7 @@ packages: integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== /didyoumean2/4.1.0: dependencies: - '@babel/runtime': 7.12.18 + '@babel/runtime': 7.13.7 leven: 3.1.0 lodash.deburr: 4.1.0 dev: false @@ -7268,6 +7313,10 @@ packages: dev: true resolution: integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + /electron-to-chromium/1.3.673: + dev: true + resolution: + integrity: sha512-ms+QR2ckfrrpEAjXweLx6kNCbpAl66DcW//3BZD4BV5KhUgr0RZRce1ON/9J3QyA3JO28nzgb5Xv8DnPr05ILg== /emittery/0.7.2: dev: true engines: @@ -7362,8 +7411,8 @@ packages: 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 + string.prototype.trimend: 1.0.4 + string.prototype.trimstart: 1.0.4 engines: node: '>= 0.4' resolution: @@ -7387,12 +7436,12 @@ packages: dev: false resolution: integrity: sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= - /esbuild/0.8.49: + /esbuild/0.8.51: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-itiFVYv5UZz4NooO7/Y0bRGVDGz/M/cxKbl6zyNI5pnKaz1mZjvZXAFhhDVz6rGCmcdTKj5oag6rh8DaaSSmfQ== + integrity: sha512-MVIom8fgL1+B6iGqWtrG7QJ1gqd64BycxounlsX1kR/IcIITaSlTo7gghKpg4a+bnxkpo0dwcikuvk4MVSA9ww== /escalade/3.1.1: dev: true engines: @@ -7441,10 +7490,10 @@ packages: source-map: 0.6.1 resolution: integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== - /eslint-config-standard-with-typescript/19.0.1_c778170d265e10942cd56a81dd90fe0a: + /eslint-config-standard-with-typescript/19.0.1_bf4037407e3976ed1019d7966a7ddb7a: dependencies: - '@typescript-eslint/eslint-plugin': 4.15.1 - '@typescript-eslint/parser': 4.15.1 + '@typescript-eslint/eslint-plugin': 4.15.2 + '@typescript-eslint/parser': 4.15.2 eslint-config-standard: 14.1.1_783d82be56f3d23aa30c2a5bdd353f2f eslint-plugin-import: 2.22.1 eslint-plugin-node: 11.1.0 @@ -7505,7 +7554,7 @@ packages: integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ== /eslint-plugin-import/2.22.1: dependencies: - array-includes: 3.1.2 + array-includes: 3.1.3 array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 @@ -7514,7 +7563,7 @@ packages: eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 - object.values: 1.1.2 + object.values: 1.1.3 read-pkg-up: 2.0.0 resolve: 1.20.0 tsconfig-paths: 3.9.0 @@ -7931,11 +7980,11 @@ packages: /fast-safe-stringify/1.1.13: resolution: integrity: sha1-oB6c2cnkkXFcmKdaQtXwu9EH/3Y= - /fastq/1.10.1: + /fastq/1.11.0: dependencies: reusify: 1.0.4 resolution: - integrity: sha512-AWuv6Ery3pM+dY7LYS8YIaCiQvUaos9OB1RyNgaOWnaX+Tik7Onvcsf8x8c+YtDeT0maYLniBip2hox5KtEXXA== + integrity: sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g== /fb-watchman/2.0.1: dependencies: bser: 2.1.1 @@ -8597,7 +8646,7 @@ packages: /graph-sequencer/2.0.0: dependencies: array-flatten: 2.1.2 - array-includes: 3.1.2 + array-includes: 3.1.3 dev: false resolution: integrity: sha1-v7gJuK9YT29Sh83OUHow1K6m7nA= @@ -9075,6 +9124,12 @@ packages: hasBin: true resolution: integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== + /is-ci/3.0.0: + dependencies: + ci-info: 3.1.1 + hasBin: true + resolution: + integrity: sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ== /is-core-module/2.2.0: dependencies: has: 1.0.3 @@ -9434,7 +9489,7 @@ packages: integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== /istanbul-lib-instrument/4.0.3: dependencies: - '@babel/core': 7.12.17 + '@babel/core': 7.13.1 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.0.0 semver: 6.3.0 @@ -9498,10 +9553,10 @@ packages: integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== /jest-config/26.6.3_ts-node@9.1.1: dependencies: - '@babel/core': 7.12.17 + '@babel/core': 7.13.1 '@jest/test-sequencer': 26.6.3_ts-node@9.1.1 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.12.17 + babel-jest: 26.6.3_@babel+core@7.13.1 chalk: 4.1.0 deepmerge: 4.2.2 glob: 7.1.6 @@ -9615,7 +9670,7 @@ packages: integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== /jest-jasmine2/26.6.3_ts-node@9.1.1: dependencies: - '@babel/traverse': 7.12.17 + '@babel/traverse': 7.13.0 '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 @@ -9806,7 +9861,7 @@ packages: integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== /jest-snapshot/26.6.2: dependencies: - '@babel/types': 7.12.17 + '@babel/types': 7.13.0 '@jest/types': 26.6.2 '@types/babel__traverse': 7.11.0 '@types/prettier': 2.2.1 @@ -10758,7 +10813,7 @@ packages: redent: 3.0.0 trim-newlines: 3.0.0 type-fest: 0.18.1 - yargs-parser: 20.2.5 + yargs-parser: 20.2.6 dev: true engines: node: '>=10' @@ -11158,6 +11213,10 @@ packages: optional: true resolution: integrity: sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA== + /node-releases/1.1.71: + dev: true + resolution: + integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== /nopt/1.0.10: dependencies: abbrev: 1.1.1 @@ -11249,7 +11308,7 @@ packages: pidtree: 0.3.1 read-pkg: 3.0.0 shell-quote: 1.7.2 - string.prototype.padend: 3.1.1 + string.prototype.padend: 3.1.2 dev: true engines: node: '>= 4' @@ -11351,7 +11410,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - /object.values/1.1.2: + /object.values/1.1.3: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 @@ -11361,7 +11420,7 @@ packages: engines: node: '>= 0.4' resolution: - integrity: sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag== + integrity: sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== /on-finished/2.3.0: dependencies: ee-first: 1.1.1 @@ -11992,11 +12051,11 @@ packages: node: '>=4' resolution: integrity: sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk= - /pretty-bytes/5.5.0: + /pretty-bytes/5.6.0: engines: node: '>=6' resolution: - integrity: sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA== + integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== /pretty-format/26.6.2: dependencies: '@jest/types': 26.6.2 @@ -12310,7 +12369,7 @@ packages: node: '>=10.13' resolution: integrity: sha512-ANh+NIzAVY1J9BUH2rQ0IQpQWV8ixHhgwzJCsMh3wJUBED9piCr3COrVp9+V455HHLp66vj5tH+SHmpJ+aqUFA== - /read-package-json/3.0.0: + /read-package-json/3.0.1: dependencies: glob: 7.1.6 json-parse-even-better-errors: 2.3.1 @@ -12320,7 +12379,7 @@ packages: engines: node: '>=10' resolution: - integrity: sha512-4TnJZ5fnDs+/3deg1AuMExL4R1SFNRLQeOhV9c8oDKm3eoG6u8xU0r0mNNRJHi3K6B+jXmT7JOhwhAklWw9SSQ== + integrity: sha512-aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng== /read-pkg-up/1.0.1: dependencies: find-up: 1.1.2 @@ -12818,7 +12877,7 @@ packages: /rimraf-then/1.0.1: dependencies: any-promise: 1.3.0 - rimraf: 2.4.5 + rimraf: 2.7.1 dev: true resolution: integrity: sha1-vURYp561YbdUiq7ArDdT70Kf5ws= @@ -12972,6 +13031,11 @@ packages: hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + /semver/7.0.0: + dev: true + hasBin: true + resolution: + integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== /semver/7.3.2: dev: true engines: @@ -13488,7 +13552,7 @@ packages: node: '>=8' resolution: integrity: sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== - /string.prototype.padend/3.1.1: + /string.prototype.padend/3.1.2: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 @@ -13497,19 +13561,19 @@ packages: engines: node: '>= 0.4' resolution: - integrity: sha512-eCzTASPnoCr5Ht+Vn1YXgm8SB015hHKgEIMu9Nr9bQmLhRBxKRfmzSj/IQsxDFc8JInJDDFA0qXwK+xxI7wDkg== - /string.prototype.trimend/1.0.3: + integrity: sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ== + /string.prototype.trimend/1.0.4: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 resolution: - integrity: sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== - /string.prototype.trimstart/1.0.3: + integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== + /string.prototype.trimstart/1.0.4: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 resolution: - integrity: sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== + integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== /string_decoder/1.1.1: dependencies: safe-buffer: 5.1.2 @@ -13997,7 +14061,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM= - /ts-jest/26.5.1_jest@26.6.3+typescript@4.1.5: + /ts-jest/26.5.2_jest@26.6.3+typescript@4.1.5: dependencies: '@types/jest': 26.0.20 bs-logger: 0.2.6 @@ -14011,7 +14075,7 @@ packages: mkdirp: 1.0.4 semver: 7.3.4 typescript: 4.1.5 - yargs-parser: 20.2.5 + yargs-parser: 20.2.6 dev: true engines: node: '>= 10' @@ -14020,7 +14084,7 @@ packages: jest: '>=26 <27' typescript: '>=3.8 <5.0' resolution: - integrity: sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg== + integrity: sha512-bwyJ2zJieSugf7RB+o8fgkMeoMVMM2KPDE0UklRLuACxjwJsOrZNo6chrcScmK33YavPSwhARffy8dZx5LJdUQ== /ts-node/9.1.1_typescript@4.1.5: dependencies: arg: 4.1.3 @@ -14886,12 +14950,12 @@ packages: node: '>=6' resolution: integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - /yargs-parser/20.2.5: + /yargs-parser/20.2.6: dev: true engines: node: '>=10' resolution: - integrity: sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg== + integrity: sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA== /yargs/15.4.1: dependencies: cliui: 6.0.0 @@ -14918,7 +14982,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.0 y18n: 5.0.5 - yargs-parser: 20.2.5 + yargs-parser: 20.2.6 dev: true engines: node: '>=10'