From cda5d177b57c73af7fc52b7de5814738d0949a38 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Mon, 6 Dec 2021 17:24:26 +0000 Subject: [PATCH 1/7] chore: update Nx to v13 --- .gitignore | 1 + nx.json | 3 +- package.json | 31 +- packages/api/tsconfig.lib.json | 2 +- packages/api/tsconfig.spec.json | 12 +- packages/cli/tsconfig.lib.json | 2 +- packages/cli/tsconfig.spec.json | 12 +- packages/common/tsconfig.lib.json | 2 +- packages/common/tsconfig.spec.json | 12 +- packages/mobile/tsconfig.lib.json | 2 +- packages/mobile/tsconfig.spec.json | 12 +- packages/stack/tsconfig.lib.json | 2 +- packages/stack/tsconfig.spec.json | 12 +- packages/web/tsconfig.lib.json | 2 +- packages/web/tsconfig.spec.json | 12 +- pnpm-lock.yaml | 7416 +++++++--------------------- 16 files changed, 1911 insertions(+), 5624 deletions(-) diff --git a/.gitignore b/.gitignore index ee5c9d83..84c8d4f0 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ !.vscode/extensions.json # misc +/.angular/cache /.sass-cache /connect.lock /coverage diff --git a/nx.json b/nx.json index a24e8f38..9a9607b3 100644 --- a/nx.json +++ b/nx.json @@ -15,7 +15,8 @@ "runner": "@nrwl/nx-cloud", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], - "accessToken": "MWYxY2VmZmUtMGQxOS00NGU3LWFhOTctMTE3ZWIxM2Y1MDExfHJlYWQtd3JpdGU=" + "accessToken": "MWYxY2VmZmUtMGQxOS00NGU3LWFhOTctMTE3ZWIxM2Y1MDExfHJlYWQtd3JpdGU=", + "parallel": 3 } } }, diff --git a/package.json b/package.json index 941ef321..be1d0d97 100644 --- a/package.json +++ b/package.json @@ -29,23 +29,24 @@ }, "private": true, "dependencies": { - "@schematics/angular": "^12.2.11", - "nxpm": "^1.18.0", + "@angular/core": "^13.0.0", + "@schematics/angular": "^12.2.13", "tslib": "^2.0.0" }, "devDependencies": { - "@nrwl/angular": "13.0.1", - "@nrwl/cli": "13.0.1", - "@nrwl/devkit": "13.0.1", - "@nrwl/eslint-plugin-nx": "13.0.1", - "@nrwl/jest": "13.0.1", - "@nrwl/linter": "13.0.1", - "@nrwl/nest": "13.0.1", - "@nrwl/node": "13.0.1", - "@nrwl/nx-cloud": "12.5.0", - "@nrwl/nx-plugin": "13.0.1", - "@nrwl/tao": "13.0.1", - "@nrwl/workspace": "13.0.1", + "@angular/cli": "^13.0.4", + "@nrwl/angular": "13.2.3", + "@nrwl/cli": "13.2.3", + "@nrwl/devkit": "13.2.3", + "@nrwl/eslint-plugin-nx": "13.2.3", + "@nrwl/jest": "13.2.3", + "@nrwl/linter": "13.2.3", + "@nrwl/nest": "13.2.3", + "@nrwl/node": "13.2.3", + "@nrwl/nx-cloud": "12.5.4", + "@nrwl/nx-plugin": "13.2.3", + "@nrwl/tao": "13.2.3", + "@nrwl/workspace": "13.2.3", "@nxtend/capacitor": "^12.0.0-beta.1", "@nxtend/ionic-angular": "^12.0.0-beta.1", "@types/jest": "27.0.2", @@ -64,7 +65,7 @@ "ts-jest": "27.0.5", "ts-node": "~9.1.1", "tslib": "^2.0.0", - "typescript": "4.3.5", + "typescript": "4.4.4", "yaml": "^1.10.2", "yargs": "^17.2.1" } diff --git a/packages/api/tsconfig.lib.json b/packages/api/tsconfig.lib.json index 037d796f..6efdbeec 100644 --- a/packages/api/tsconfig.lib.json +++ b/packages/api/tsconfig.lib.json @@ -6,6 +6,6 @@ "declaration": true, "types": ["node"] }, - "exclude": ["**/*.spec.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] } diff --git a/packages/api/tsconfig.spec.json b/packages/api/tsconfig.spec.json index 515f3c22..68296441 100644 --- a/packages/api/tsconfig.spec.json +++ b/packages/api/tsconfig.spec.json @@ -5,5 +5,15 @@ "module": "commonjs", "types": ["jest", "node"] }, - "include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"] + "include": [ + "**/*.spec.ts", + "**/*.test.ts", + "**/*.spec.tsx", + "**/*.test.tsx", + "**/*.spec.js", + "**/*.test.js", + "**/*.spec.jsx", + "**/*.test.jsx", + "**/*.d.ts" + ] } diff --git a/packages/cli/tsconfig.lib.json b/packages/cli/tsconfig.lib.json index 037d796f..6efdbeec 100644 --- a/packages/cli/tsconfig.lib.json +++ b/packages/cli/tsconfig.lib.json @@ -6,6 +6,6 @@ "declaration": true, "types": ["node"] }, - "exclude": ["**/*.spec.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] } diff --git a/packages/cli/tsconfig.spec.json b/packages/cli/tsconfig.spec.json index 515f3c22..68296441 100644 --- a/packages/cli/tsconfig.spec.json +++ b/packages/cli/tsconfig.spec.json @@ -5,5 +5,15 @@ "module": "commonjs", "types": ["jest", "node"] }, - "include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"] + "include": [ + "**/*.spec.ts", + "**/*.test.ts", + "**/*.spec.tsx", + "**/*.test.tsx", + "**/*.spec.js", + "**/*.test.js", + "**/*.spec.jsx", + "**/*.test.jsx", + "**/*.d.ts" + ] } diff --git a/packages/common/tsconfig.lib.json b/packages/common/tsconfig.lib.json index 037d796f..6efdbeec 100644 --- a/packages/common/tsconfig.lib.json +++ b/packages/common/tsconfig.lib.json @@ -6,6 +6,6 @@ "declaration": true, "types": ["node"] }, - "exclude": ["**/*.spec.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] } diff --git a/packages/common/tsconfig.spec.json b/packages/common/tsconfig.spec.json index 515f3c22..68296441 100644 --- a/packages/common/tsconfig.spec.json +++ b/packages/common/tsconfig.spec.json @@ -5,5 +5,15 @@ "module": "commonjs", "types": ["jest", "node"] }, - "include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"] + "include": [ + "**/*.spec.ts", + "**/*.test.ts", + "**/*.spec.tsx", + "**/*.test.tsx", + "**/*.spec.js", + "**/*.test.js", + "**/*.spec.jsx", + "**/*.test.jsx", + "**/*.d.ts" + ] } diff --git a/packages/mobile/tsconfig.lib.json b/packages/mobile/tsconfig.lib.json index 037d796f..6efdbeec 100644 --- a/packages/mobile/tsconfig.lib.json +++ b/packages/mobile/tsconfig.lib.json @@ -6,6 +6,6 @@ "declaration": true, "types": ["node"] }, - "exclude": ["**/*.spec.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] } diff --git a/packages/mobile/tsconfig.spec.json b/packages/mobile/tsconfig.spec.json index 515f3c22..68296441 100644 --- a/packages/mobile/tsconfig.spec.json +++ b/packages/mobile/tsconfig.spec.json @@ -5,5 +5,15 @@ "module": "commonjs", "types": ["jest", "node"] }, - "include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"] + "include": [ + "**/*.spec.ts", + "**/*.test.ts", + "**/*.spec.tsx", + "**/*.test.tsx", + "**/*.spec.js", + "**/*.test.js", + "**/*.spec.jsx", + "**/*.test.jsx", + "**/*.d.ts" + ] } diff --git a/packages/stack/tsconfig.lib.json b/packages/stack/tsconfig.lib.json index 037d796f..6efdbeec 100644 --- a/packages/stack/tsconfig.lib.json +++ b/packages/stack/tsconfig.lib.json @@ -6,6 +6,6 @@ "declaration": true, "types": ["node"] }, - "exclude": ["**/*.spec.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] } diff --git a/packages/stack/tsconfig.spec.json b/packages/stack/tsconfig.spec.json index 515f3c22..68296441 100644 --- a/packages/stack/tsconfig.spec.json +++ b/packages/stack/tsconfig.spec.json @@ -5,5 +5,15 @@ "module": "commonjs", "types": ["jest", "node"] }, - "include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"] + "include": [ + "**/*.spec.ts", + "**/*.test.ts", + "**/*.spec.tsx", + "**/*.test.tsx", + "**/*.spec.js", + "**/*.test.js", + "**/*.spec.jsx", + "**/*.test.jsx", + "**/*.d.ts" + ] } diff --git a/packages/web/tsconfig.lib.json b/packages/web/tsconfig.lib.json index 037d796f..6efdbeec 100644 --- a/packages/web/tsconfig.lib.json +++ b/packages/web/tsconfig.lib.json @@ -6,6 +6,6 @@ "declaration": true, "types": ["node"] }, - "exclude": ["**/*.spec.ts"], + "exclude": ["**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] } diff --git a/packages/web/tsconfig.spec.json b/packages/web/tsconfig.spec.json index 515f3c22..68296441 100644 --- a/packages/web/tsconfig.spec.json +++ b/packages/web/tsconfig.spec.json @@ -5,5 +5,15 @@ "module": "commonjs", "types": ["jest", "node"] }, - "include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js", "**/*.spec.jsx", "**/*.d.ts"] + "include": [ + "**/*.spec.ts", + "**/*.test.ts", + "**/*.spec.tsx", + "**/*.test.tsx", + "**/*.spec.js", + "**/*.test.js", + "**/*.spec.jsx", + "**/*.test.jsx", + "**/*.d.ts" + ] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8c1d5b2..a9625226 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,21 +1,23 @@ lockfileVersion: 5.3 specifiers: - '@nrwl/angular': 13.0.1 - '@nrwl/cli': 13.0.1 - '@nrwl/devkit': 13.0.1 - '@nrwl/eslint-plugin-nx': 13.0.1 - '@nrwl/jest': 13.0.1 - '@nrwl/linter': 13.0.1 - '@nrwl/nest': 13.0.1 - '@nrwl/node': 13.0.1 - '@nrwl/nx-cloud': 12.5.0 - '@nrwl/nx-plugin': 13.0.1 - '@nrwl/tao': 13.0.1 - '@nrwl/workspace': 13.0.1 + '@angular/cli': ^13.0.4 + '@angular/core': ^13.0.0 + '@nrwl/angular': 13.2.3 + '@nrwl/cli': 13.2.3 + '@nrwl/devkit': 13.2.3 + '@nrwl/eslint-plugin-nx': 13.2.3 + '@nrwl/jest': 13.2.3 + '@nrwl/linter': 13.2.3 + '@nrwl/nest': 13.2.3 + '@nrwl/node': 13.2.3 + '@nrwl/nx-cloud': 12.5.4 + '@nrwl/nx-plugin': 13.2.3 + '@nrwl/tao': 13.2.3 + '@nrwl/workspace': 13.2.3 '@nxtend/capacitor': ^12.0.0-beta.1 '@nxtend/ionic-angular': ^12.0.0-beta.1 - '@schematics/angular': ^12.2.11 + '@schematics/angular': ^12.2.13 '@types/jest': 27.0.2 '@types/node': 14.14.33 '@typescript-eslint/eslint-plugin': 4.31.2 @@ -28,79 +30,69 @@ specifiers: husky: ^7.0.1 jest: 27.2.3 lint-staged: ^11.0.1 - nxpm: ^1.18.0 prettier: ^2.3.1 ts-jest: 27.0.5 ts-node: ~9.1.1 tslib: ^2.0.0 - typescript: 4.3.5 + typescript: 4.4.4 yaml: ^1.10.2 yargs: ^17.2.1 dependencies: - '@schematics/angular': 12.2.11 - nxpm: 1.18.0_typescript@4.3.5 + '@angular/core': 13.0.3 + '@schematics/angular': 12.2.13 tslib: 2.3.1 devDependencies: - '@nrwl/angular': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/cli': 13.0.1 - '@nrwl/devkit': 13.0.1 - '@nrwl/eslint-plugin-nx': 13.0.1_49c2c561dfdbd5e2a67e050771fdf16e - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/nest': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/node': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/nx-cloud': 12.5.0 - '@nrwl/nx-plugin': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/tao': 13.0.1 - '@nrwl/workspace': 13.0.1_prettier@2.4.1+ts-node@9.1.1 - '@nxtend/capacitor': 12.0.0-beta.1_prettier@2.4.1+ts-node@9.1.1 - '@nxtend/ionic-angular': 12.0.0-beta.1_a038e99b0e3a1f72e8769f933c178043 + '@angular/cli': 13.0.4 + '@nrwl/angular': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/cli': 13.2.3 + '@nrwl/devkit': 13.2.3 + '@nrwl/eslint-plugin-nx': 13.2.3_40e4c5626722a3eff54f5b6e1bc71914 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/nest': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/node': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/nx-cloud': 12.5.4 + '@nrwl/nx-plugin': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/tao': 13.2.3 + '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.2.3 + '@nxtend/ionic-angular': 12.1.0_fe145e33711e8dbb09f753ec4259f960 '@types/jest': 27.0.2 '@types/node': 14.14.33 - '@typescript-eslint/eslint-plugin': 4.31.2_6946eb0249059a7613730d6dec5d13ce - '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.3.5 + '@typescript-eslint/eslint-plugin': 4.31.2_d439e56f58678febce1e76176681b03b + '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.4.4 chalk: 4.1.2 dotenv: 10.0.0 eslint: 7.22.0 eslint-config-prettier: 8.1.0_eslint@7.22.0 fs-extra: 10.0.0 - husky: 7.0.2 + husky: 7.0.4 jest: 27.2.3_ts-node@9.1.1 - lint-staged: 11.2.3 - prettier: 2.4.1 - ts-jest: 27.0.5_d68acada37e9d278614dbb5f35cf5127 - ts-node: 9.1.1_typescript@4.3.5 - typescript: 4.3.5 + lint-staged: 11.2.6 + prettier: 2.5.1 + ts-jest: 27.0.5_d33d2ed89a37a5c63ac6738dc749e64b + ts-node: 9.1.1_typescript@4.4.4 + typescript: 4.4.4 yaml: 1.10.2 - yargs: 17.2.1 + yargs: 17.3.0 packages: - /@angular-devkit/architect/0.901.15: + /@angular-devkit/architect/0.1300.4: resolution: - { integrity: sha512-t4yT34jQ3wA3NFZxph/PquITv8tFrkaexUusbNp4UN10+k+04lPF3aPnJJhM1VKjjfChznMMhLnqLjA+9o0Rmw== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } + { integrity: sha512-COW2W6rI9D69QEXGc/MyTbJY9gT+u8yMTpONpIjopd+KoSK/q2wGr0RleUf7XSCunZCs0SRI7z3Pw1EAdQCP7Q== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 9.1.15 - rxjs: 6.5.4 - dev: false - - /@angular-devkit/core/11.2.4: - resolution: - { integrity: sha512-98mGDV4XtKWiQ/2D6yzvOHrnJovXchaAN9AjscAHd2an8Fkiq72d9m2wREpk+2J40NWTDB6J5iesTh3qbi8+CA== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } - dependencies: - ajv: 6.12.6 - fast-json-stable-stringify: 2.1.0 - magic-string: 0.25.7 - rxjs: 6.6.3 - source-map: 0.7.3 + '@angular-devkit/core': 13.0.4 + rxjs: 6.6.7 + transitivePeerDependencies: + - chokidar dev: true - /@angular-devkit/core/12.2.11: + /@angular-devkit/core/12.2.13: resolution: - { integrity: sha512-JgOKDr6zQu/uVZ5le5shgCeIoq3zQvybZGwxjkdWZdoO8rc5oggoiB2PZrPStolhIjFkQ2/mUvhtqnn7D+w8UA== } + { integrity: sha512-9csMF0p+lTvlWnutxxTZ/+pDRMIbXk/TV4MGLbcqUPPfeG3dCRwErns73xLuMTwp9qO/KCLkFqNaM6cGOoqsDA== } engines: { node: ^12.14.1 || >=14.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: ajv: 8.6.2 @@ -109,149 +101,161 @@ packages: magic-string: 0.25.7 rxjs: 6.6.7 source-map: 0.7.3 + dev: false - /@angular-devkit/core/9.1.15: + /@angular-devkit/core/13.0.2: resolution: - { integrity: sha512-zyUDaFQvnqsptoXhodbH4u+voXIldfDx+d0M2OMLj0tbfD4zp2fy7UOeTvu+lq2/LLNAObkG4JSK5DM9v1s08w== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } + { integrity: sha512-I4co4GH+iu0tns+UXfMtjJISO+cLpaUuiEH6kf0wF5cqjaIeluA9UjIRnxuNbdTW8iE2xVj/UWhQfHe/Ncp76w== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } + peerDependencies: + chokidar: ^3.5.2 + peerDependenciesMeta: + chokidar: + optional: true dependencies: - ajv: 6.12.3 + ajv: 8.6.3 + ajv-formats: 2.1.1 fast-json-stable-stringify: 2.1.0 magic-string: 0.25.7 - rxjs: 6.5.4 + rxjs: 6.6.7 source-map: 0.7.3 - dev: false + dev: true - /@angular-devkit/schematics/11.2.4: + /@angular-devkit/core/13.0.4: resolution: - { integrity: sha512-M9Ike1TYawOIHzenlZS1ufQbsS+Z11/doj5w/UrU0q2OEKc6U375t5qVGgKo3PLHHS8osb9aW9xYwBfVlKrryQ== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } + { integrity: sha512-AzgLvERLC6qzY5aZWUpkz5nx+pZChrq3DSt6azMPALwzzoABrwiO6XqzRnj17mXtANXLH2oe9FuHr9jzgFbF1g== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } + peerDependencies: + chokidar: ^3.5.2 + peerDependenciesMeta: + chokidar: + optional: true dependencies: - '@angular-devkit/core': 11.2.4 - ora: 5.3.0 - rxjs: 6.6.3 + ajv: 8.6.3 + ajv-formats: 2.1.1 + fast-json-stable-stringify: 2.1.0 + magic-string: 0.25.7 + rxjs: 6.6.7 + source-map: 0.7.3 dev: true - /@angular-devkit/schematics/12.2.11: + /@angular-devkit/schematics/12.2.13: resolution: - { integrity: sha512-7ucnRGGRGsWqXhvFuK7oAgXMkWO58jmA9CQzXTWCNT5EFCUeyBj2eNNndI4NlWE/LgeKYn7UhUNREzdBrcDiKw== } + { integrity: sha512-LQTv72R5Ma1uowMEeii2wIoDWI4bYQyZvunqPy9jRveBTjli2yVwwcOziGCVyttwlYs46bSdxThgeEvVIako2w== } engines: { node: ^12.14.1 || >=14.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 12.2.11 + '@angular-devkit/core': 12.2.13 ora: 5.4.1 rxjs: 6.6.7 + dev: false - /@angular-devkit/schematics/9.1.15: + /@angular-devkit/schematics/13.0.2: resolution: - { integrity: sha512-phE8jNUeOiX1Co+4sLCHi1rMoOrqEmIRKOI4Saorn2d2S7b21k9lf4Z/GFwQ7djsfoxKkMP8zhd/M4hkVMxeNw== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } + { integrity: sha512-qrTe1teQptgP8gmVy6QX0T4dNfnNipEv+cM2cr7JXOmkPpwF+6oBDrTRIJ55t6rziqrXHJ3rxjKm1aHAxFrIEQ== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 9.1.15 - ora: 4.0.3 - rxjs: 6.5.4 - dev: false + '@angular-devkit/core': 13.0.2 + jsonc-parser: 3.0.0 + magic-string: 0.25.7 + ora: 5.4.1 + rxjs: 6.6.7 + transitivePeerDependencies: + - chokidar + dev: true - /@angular/cli/9.1.15: + /@angular-devkit/schematics/13.0.4: resolution: - { integrity: sha512-jwwhXTH8ujKmx4/jsaFkSBvqyyMTUNeMHaMDKaChDtwRnNc0UGDEqMAVnVnXaXiIn1tnzzdHjW4BY35CjnvpCg== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } - hasBin: true - requiresBuild: true + { integrity: sha512-3LsmpfAEOxwPyachrktCHtGUYBzQCCzD0++CUjhK8W99v8/IAplkm4dgovFb1RiRkUm44l+HIS7387AbvEIf5A== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/architect': 0.901.15 - '@angular-devkit/core': 9.1.15 - '@angular-devkit/schematics': 9.1.15 - '@schematics/angular': 9.1.15 - '@schematics/update': 0.901.15 - '@yarnpkg/lockfile': 1.1.0 - ansi-colors: 4.1.1 - debug: 4.1.1 - ini: 1.3.6 - inquirer: 7.1.0 - npm-package-arg: 8.0.1 - npm-pick-manifest: 6.0.0 - open: 7.0.3 - pacote: 9.5.12 - read-package-tree: 5.3.1 - rimraf: 3.0.2 - semver: 7.1.3 - symbol-observable: 1.2.0 - universal-analytics: 0.4.20 - uuid: 7.0.2 - dev: false + '@angular-devkit/core': 13.0.4 + jsonc-parser: 3.0.0 + magic-string: 0.25.7 + ora: 5.4.1 + rxjs: 6.6.7 + transitivePeerDependencies: + - chokidar + dev: true - /@angular/compiler-cli/9.1.13_f4b66f054865bdc18069b849afafdb21: + /@angular/cli/13.0.4: resolution: - { integrity: sha512-40jbfMr1FinOqUyG3k4Moiytjs/Z8zKBgP3S5Qfn80EBJItRdFXwNtvaOi/onaag4+Mv+vigShwsgCewLbt/kA== } - engines: { node: '>=10.0' } + { integrity: sha512-0QMJXFNn57LVg7ZwZFPO90g6aZHDnoe5yCB7fo3nskOhDw1AW/rnbbaNVMVX/SvP30hOOTLsfVJ1Y3I6eKDgRA== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } hasBin: true - peerDependencies: - '@angular/compiler': 9.1.13 - tslib: ^1.10.0 - typescript: '>=3.6 <3.9' + requiresBuild: true dependencies: - '@angular/compiler': 9.1.13_tslib@1.14.1 - canonical-path: 1.0.0 - chokidar: 3.5.2 - convert-source-map: 1.8.0 - dependency-graph: 0.7.2 - fs-extra: 4.0.2 - magic-string: 0.25.7 - minimist: 1.2.5 - reflect-metadata: 0.1.13 - semver: 6.3.0 - source-map: 0.6.1 - sourcemap-codec: 1.4.8 - tslib: 1.14.1 - typescript: 4.3.5 - yargs: 16.2.0 - dev: false + '@angular-devkit/architect': 0.1300.4 + '@angular-devkit/core': 13.0.4 + '@angular-devkit/schematics': 13.0.4 + '@schematics/angular': 13.0.4 + '@yarnpkg/lockfile': 1.1.0 + ansi-colors: 4.1.1 + debug: 4.3.2 + ini: 2.0.0 + inquirer: 8.2.0 + jsonc-parser: 3.0.0 + npm-package-arg: 8.1.5 + npm-pick-manifest: 6.1.1 + open: 8.4.0 + ora: 5.4.1 + pacote: 12.0.2 + resolve: 1.20.0 + semver: 7.3.5 + symbol-observable: 4.0.0 + uuid: 8.3.2 + transitivePeerDependencies: + - chokidar + - supports-color + dev: true - /@angular/compiler/9.1.13_tslib@1.14.1: + /@angular/core/13.0.3: resolution: - { integrity: sha512-9MLB1Xx7odKuxDoybVwiOB1ZEUZpL8FurYm4RVuW39ntsUt0IMC9Hb8UagZLTAWhaWSHydkD/KBQVVobGqd0lA== } + { integrity: sha512-w8FngZBPrLw9kHftYy824C/wSBtLKCWvGU04qI6V9BCpxedf7cyOIhOzaL+4Pz/rwgvo+0Qn2uM1ssZ2+JUdvQ== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0 } peerDependencies: - tslib: ^1.10.0 + rxjs: ^6.5.3 || ^7.4.0 + zone.js: ~0.11.4 dependencies: - tslib: 1.14.1 + tslib: 2.3.1 dev: false /@babel/code-frame/7.12.11: resolution: { integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== } dependencies: - '@babel/highlight': 7.14.5 + '@babel/highlight': 7.16.0 dev: true - /@babel/code-frame/7.15.8: + /@babel/code-frame/7.16.0: resolution: - { integrity: sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== } + { integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA== } engines: { node: '>=6.9.0' } dependencies: - '@babel/highlight': 7.14.5 + '@babel/highlight': 7.16.0 + dev: true - /@babel/compat-data/7.15.0: + /@babel/compat-data/7.16.4: resolution: - { integrity: sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== } + { integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== } engines: { node: '>=6.9.0' } dev: true - /@babel/core/7.15.8: + /@babel/core/7.16.0: resolution: - { integrity: sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== } + { integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ== } engines: { node: '>=6.9.0' } dependencies: - '@babel/code-frame': 7.15.8 - '@babel/generator': 7.15.8 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 - '@babel/helper-module-transforms': 7.15.8 - '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.8 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 + '@babel/code-frame': 7.16.0 + '@babel/generator': 7.16.0 + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 + '@babel/helper-module-transforms': 7.16.0 + '@babel/helpers': 7.16.3 + '@babel/parser': 7.16.4 + '@babel/template': 7.16.0 + '@babel/traverse': 7.16.3 + '@babel/types': 7.16.0 convert-source-map: 1.8.0 - debug: 4.3.2 + debug: 4.3.3 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -260,175 +264,95 @@ packages: - supports-color dev: true - /@babel/generator/7.15.8: + /@babel/generator/7.16.0: resolution: - { integrity: sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== } + { integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true - /@babel/helper-annotate-as-pure/7.15.4: - resolution: - { integrity: sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/types': 7.15.6 - dev: true - optional: true - - /@babel/helper-builder-binary-assignment-operator-visitor/7.15.4: - resolution: - { integrity: sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/helper-explode-assignable-expression': 7.15.4 - '@babel/types': 7.15.6 - dev: true - optional: true - - /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8: + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: resolution: - { integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ== } + { integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA== } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.8 + '@babel/compat-data': 7.16.4 + '@babel/core': 7.16.0 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.17.4 - semver: 6.3.0 - dev: true - - /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-member-expression-to-functions': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/helper-replace-supers': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-annotate-as-pure': 7.15.4 - regexpu-core: 4.8.0 - dev: true - optional: true - - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== } - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/traverse': 7.15.4 - debug: 4.1.1 - lodash.debounce: 4.0.8 - resolve: 1.20.0 + browserslist: 4.18.1 semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/helper-explode-assignable-expression/7.15.4: - resolution: - { integrity: sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/types': 7.15.6 dev: true - optional: true - /@babel/helper-function-name/7.15.4: + /@babel/helper-function-name/7.16.0: resolution: - { integrity: sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw== } + { integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog== } engines: { node: '>=6.9.0' } dependencies: - '@babel/helper-get-function-arity': 7.15.4 - '@babel/template': 7.15.4 - '@babel/types': 7.15.6 + '@babel/helper-get-function-arity': 7.16.0 + '@babel/template': 7.16.0 + '@babel/types': 7.16.0 dev: true - /@babel/helper-get-function-arity/7.15.4: + /@babel/helper-get-function-arity/7.16.0: resolution: - { integrity: sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA== } + { integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true - /@babel/helper-hoist-variables/7.15.4: + /@babel/helper-hoist-variables/7.16.0: resolution: - { integrity: sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA== } + { integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true - /@babel/helper-member-expression-to-functions/7.15.4: + /@babel/helper-member-expression-to-functions/7.16.0: resolution: - { integrity: sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA== } + { integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true - /@babel/helper-module-imports/7.15.4: + /@babel/helper-module-imports/7.16.0: resolution: - { integrity: sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA== } + { integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true - /@babel/helper-module-transforms/7.15.8: + /@babel/helper-module-transforms/7.16.0: resolution: - { integrity: sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== } + { integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA== } engines: { node: '>=6.9.0' } dependencies: - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-replace-supers': 7.15.4 - '@babel/helper-simple-access': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 + '@babel/helper-module-imports': 7.16.0 + '@babel/helper-replace-supers': 7.16.0 + '@babel/helper-simple-access': 7.16.0 + '@babel/helper-split-export-declaration': 7.16.0 '@babel/helper-validator-identifier': 7.15.7 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 + '@babel/template': 7.16.0 + '@babel/traverse': 7.16.3 + '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-optimise-call-expression/7.15.4: + /@babel/helper-optimise-call-expression/7.16.0: resolution: - { integrity: sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw== } + { integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true /@babel/helper-plugin-utils/7.14.5: @@ -437,61 +361,40 @@ packages: engines: { node: '>=6.9.0' } dev: true - /@babel/helper-remap-async-to-generator/7.15.4: - resolution: - { integrity: sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-wrap-function': 7.15.4 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/helper-replace-supers/7.15.4: + /@babel/helper-replace-supers/7.16.0: resolution: - { integrity: sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw== } + { integrity: sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA== } engines: { node: '>=6.9.0' } dependencies: - '@babel/helper-member-expression-to-functions': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 + '@babel/helper-member-expression-to-functions': 7.16.0 + '@babel/helper-optimise-call-expression': 7.16.0 + '@babel/traverse': 7.16.3 + '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.15.4: + /@babel/helper-simple-access/7.16.0: resolution: - { integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg== } + { integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true - /@babel/helper-skip-transparent-expression-wrappers/7.15.4: + /@babel/helper-split-export-declaration/7.16.0: resolution: - { integrity: sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A== } + { integrity: sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.15.6 - dev: true - optional: true - - /@babel/helper-split-export-declaration/7.15.4: - resolution: - { integrity: sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true /@babel/helper-validator-identifier/7.15.7: resolution: { integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== } engines: { node: '>=6.9.0' } + dev: true /@babel/helper-validator-option/7.14.5: resolution: @@ -499,1100 +402,265 @@ packages: engines: { node: '>=6.9.0' } dev: true - /@babel/helper-wrap-function/7.15.4: - resolution: - { integrity: sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/helper-function-name': 7.15.4 - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/helpers/7.15.4: + /@babel/helpers/7.16.3: resolution: - { integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ== } + { integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w== } engines: { node: '>=6.9.0' } dependencies: - '@babel/template': 7.15.4 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 + '@babel/template': 7.16.0 + '@babel/traverse': 7.16.3 + '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.14.5: + /@babel/highlight/7.16.0: resolution: - { integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== } + { integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g== } engines: { node: '>=6.9.0' } dependencies: '@babel/helper-validator-identifier': 7.15.7 chalk: 2.4.2 js-tokens: 4.0.0 + dev: true - /@babel/parser/7.15.8: + /@babel/parser/7.16.4: resolution: - { integrity: sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== } + { integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng== } engines: { node: '>=6.0.0' } hasBin: true dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.8: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0: resolution: - { integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog== } - engines: { node: '>=6.9.0' } + { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== } peerDependencies: - '@babel/core': ^7.13.0 + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-async-generator-functions/7.15.8_@babel+core@7.15.8: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: resolution: - { integrity: sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== } - engines: { node: '>=6.9.0' } + { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.15.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 - transitivePeerDependencies: - - supports-color dev: true - optional: true - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: resolution: - { integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg== } - engines: { node: '>=6.9.0' } + { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color dev: true - optional: true - /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.8: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0: resolution: - { integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA== } - engines: { node: '>=6.9.0' } + { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== } peerDependencies: - '@babel/core': ^7.12.0 + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.8 - transitivePeerDependencies: - - supports-color dev: true - optional: true - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: resolution: - { integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g== } - engines: { node: '>=6.9.0' } + { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0: resolution: - { integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA== } - engines: { node: '>=6.9.0' } + { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: resolution: - { integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ== } - engines: { node: '>=6.9.0' } + { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: resolution: - { integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw== } - engines: { node: '>=6.9.0' } + { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: resolution: - { integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg== } - engines: { node: '>=6.9.0' } + { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: resolution: - { integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg== } - engines: { node: '>=6.9.0' } + { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.8: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: resolution: - { integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg== } - engines: { node: '>=6.9.0' } + { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.8 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.0: resolution: - { integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ== } + { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.8: + /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: resolution: - { integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ== } + { integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ== } engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 dev: true - optional: true - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.8: + /@babel/template/7.16.0: resolution: - { integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g== } + { integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A== } engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color + '@babel/code-frame': 7.16.0 + '@babel/parser': 7.16.4 + '@babel/types': 7.16.0 dev: true - optional: true - /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.8: + /@babel/traverse/7.16.3: resolution: - { integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA== } + { integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== } engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.8 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.8 + '@babel/code-frame': 7.16.0 + '@babel/generator': 7.16.0 + '@babel/helper-function-name': 7.16.0 + '@babel/helper-hoist-variables': 7.16.0 + '@babel/helper-split-export-declaration': 7.16.0 + '@babel/parser': 7.16.4 + '@babel/types': 7.16.0 + debug: 4.3.3 + globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - optional: true - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.8: + /@babel/types/7.16.0: resolution: - { integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q== } - engines: { node: '>=4' } - peerDependencies: - '@babel/core': ^7.0.0-0 + { integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg== } + engines: { node: '>=6.9.0' } dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-validator-identifier': 7.15.7 + to-fast-properties: 2.0.0 dev: true - optional: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8: + /@bcoe/v8-coverage/0.2.3: resolution: - { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 + { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== } dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.15.8: + /@cypress/webpack-preprocessor/5.10.0: resolution: - { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== } + { integrity: sha512-KzcDBjos3rIw58imyvATYTNi9CB+Co0SFUhexmuH2c+Wk1ksSM3g4XmxUUIaJJvDwmIK4tcoBMYd9Lzle8bR7A== } peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.0.1 + '@babel/preset-env': ^7.0.0 + babel-loader: ^8.0.2 + webpack: ^4 || ^5 dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 + bluebird: 3.7.2 + debug: 4.3.2 + lodash: 4.17.21 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.8: + /@eslint/eslintrc/0.4.3: resolution: - { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== } - peerDependencies: - '@babel/core': ^7.0.0-0 + { integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== } + engines: { node: ^10.12.0 || >=12.0.0 } dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 + ajv: 6.12.6 + debug: 4.3.3 + espree: 7.3.1 + globals: 13.12.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + js-yaml: 3.14.1 + minimatch: 3.0.4 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.8: + /@gar/promisify/1.1.2: resolution: - { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 + { integrity: sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== } dev: true - optional: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8: + /@humanwhocodes/config-array/0.5.0: resolution: - { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== } - peerDependencies: - '@babel/core': ^7.0.0-0 + { integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== } + engines: { node: '>=10.10.0' } dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-module-imports': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-optimise-call-expression': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.8: - resolution: - { integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-module-transforms': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-module-transforms': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-simple-access': 7.15.4 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-module-transforms': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-identifier': 7.15.7 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-module-transforms': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.8: - resolution: - { integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 - dev: true - optional: true - - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.15.4 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - regenerator-transform: 0.14.5 - dev: true - optional: true - - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-spread/7.15.8_@babel+core@7.15.8: - resolution: - { integrity: sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - dev: true - optional: true - - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw== } - engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - dev: true - optional: true - - /@babel/preset-env/7.15.8_@babel+core@7.15.8: - resolution: - { integrity: sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== } - engines: { node: '>=6.9.0' } - requiresBuild: true - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.8 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-proposal-async-generator-functions': 7.15.8_@babel+core@7.15.8 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.8 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.8 - '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.8 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.8 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-spread': 7.15.8_@babel+core@7.15.8 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.8 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.8 - '@babel/types': 7.15.6 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.8 - babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.8 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.8 - core-js-compat: 3.18.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /@babel/preset-modules/0.1.4_@babel+core@7.15.8: - resolution: - { integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.8 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.8 - '@babel/types': 7.15.6 - esutils: 2.0.3 - dev: true - optional: true - - /@babel/runtime/7.15.4: - resolution: - { integrity: sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw== } - engines: { node: '>=6.9.0' } - dependencies: - regenerator-runtime: 0.13.9 - dev: true - optional: true - - /@babel/template/7.15.4: - resolution: - { integrity: sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/code-frame': 7.15.8 - '@babel/parser': 7.15.8 - '@babel/types': 7.15.6 - dev: true - - /@babel/traverse/7.15.4: - resolution: - { integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/code-frame': 7.15.8 - '@babel/generator': 7.15.8 - '@babel/helper-function-name': 7.15.4 - '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-split-export-declaration': 7.15.4 - '@babel/parser': 7.15.8 - '@babel/types': 7.15.6 - debug: 4.3.2 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/types/7.15.6: - resolution: - { integrity: sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== } - engines: { node: '>=6.9.0' } - dependencies: - '@babel/helper-validator-identifier': 7.15.7 - to-fast-properties: 2.0.0 - dev: true - - /@bcoe/v8-coverage/0.2.3: - resolution: - { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== } - dev: true - - /@cypress/webpack-preprocessor/4.1.5: - resolution: - { integrity: sha512-B4miSaS3VCMVSlfuvbWCjytTywdnquRsF1tQ3quC7TGUzEXnQZ4+o8WUKibjMozrOomALkUdMxqOJ1ib5oFkKw== } - peerDependencies: - webpack: ^4.18.1 - dependencies: - bluebird: 3.7.1 - debug: 4.1.1 - optionalDependencies: - '@babel/core': 7.15.8 - '@babel/preset-env': 7.15.8_@babel+core@7.15.8 - babel-loader: 8.2.3_@babel+core@7.15.8 - transitivePeerDependencies: - - supports-color - dev: true - - /@cypress/webpack-preprocessor/5.9.1: - resolution: - { integrity: sha512-cg1ikftIo7NdlRA8ocNSxWjHJlh1JlTkN9ZfXUuKWWcJgrEdYLjXk0UzY6gYbLLaFka4oIhN6SvL5Y/7iELvgg== } - peerDependencies: - '@babel/core': ^7.0.1 - '@babel/preset-env': ^7.0.0 - babel-loader: ^8.0.2 - webpack: ^4 || ^5 - dependencies: - bluebird: 3.7.2 - debug: 4.3.2 - lodash: 4.17.21 - transitivePeerDependencies: - - supports-color - dev: true - - /@eslint/eslintrc/0.4.3: - resolution: - { integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== } - engines: { node: ^10.12.0 || >=12.0.0 } - dependencies: - ajv: 6.12.6 - debug: 4.3.2 - espree: 7.3.1 - globals: 13.11.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - js-yaml: 3.14.1 - minimatch: 3.0.4 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /@humanwhocodes/config-array/0.5.0: - resolution: - { integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== } - engines: { node: '>=10.10.0' } - dependencies: - '@humanwhocodes/object-schema': 1.2.0 - debug: 4.3.2 + '@humanwhocodes/object-schema': 1.2.1 + debug: 4.3.3 minimatch: 3.0.4 transitivePeerDependencies: - supports-color dev: true - /@humanwhocodes/object-schema/1.2.0: + /@humanwhocodes/object-schema/1.2.1: resolution: - { integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w== } + { integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== } dev: true - /@iarna/toml/2.2.5: - resolution: - { integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg== } - dev: false - /@istanbuljs/load-nyc-config/1.1.0: resolution: { integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== } @@ -1611,22 +679,22 @@ packages: engines: { node: '>=8' } dev: true - /@jest/console/27.3.1: + /@jest/console/27.4.2: resolution: - { integrity: sha512-RkFNWmv0iui+qsOr/29q9dyfKTTT5DCuP31kUwg7rmOKPT/ozLeGLKJKVIiOfbiKyleUZKIrHwhmiZWVe8IMdw== } + { integrity: sha512-xknHThRsPB/To1FUbi6pCe43y58qFC03zfb6R7fDb/FfC7k2R3i1l+izRBJf8DI46KhYGRaF14Eo9A3qbBoixg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 - jest-message-util: 27.3.1 - jest-util: 27.3.1 + jest-message-util: 27.4.2 + jest-util: 27.4.2 slash: 3.0.0 dev: true - /@jest/core/27.3.1_ts-node@9.1.1: + /@jest/core/27.4.3_ts-node@9.1.1: resolution: - { integrity: sha512-DMNE90RR5QKx0EA+wqe3/TNEwiRpOkhshKNxtLxd4rt3IZpCt+RSL+FoJsGeblRZmqdK4upHA/mKKGPPRAifhg== } + { integrity: sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1634,30 +702,30 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.3.1 - '@jest/reporters': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/reporters': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 - jest-changed-files: 27.3.0 - jest-config: 27.3.1_ts-node@9.1.1 - jest-haste-map: 27.3.1 - jest-message-util: 27.3.1 - jest-regex-util: 27.0.6 - jest-resolve: 27.3.1 - jest-resolve-dependencies: 27.3.1 - jest-runner: 27.3.1 - jest-runtime: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 - jest-watcher: 27.3.1 + jest-changed-files: 27.4.2 + jest-config: 27.4.3_ts-node@9.1.1 + jest-haste-map: 27.4.2 + jest-message-util: 27.4.2 + jest-regex-util: 27.4.0 + jest-resolve: 27.4.2 + jest-resolve-dependencies: 27.4.2 + jest-runner: 27.4.3 + jest-runtime: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + jest-validate: 27.4.2 + jest-watcher: 27.4.2 micromatch: 4.0.4 rimraf: 3.0.2 slash: 3.0.0 @@ -1670,38 +738,38 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.3.1: + /@jest/environment/27.4.2: resolution: - { integrity: sha512-BCKCj4mOVLme6Tanoyc9k0ultp3pnmuyHw73UHRPeeZxirsU/7E3HC4le/VDb/SMzE1JcPnto+XBKFOcoiJzVw== } + { integrity: sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/fake-timers': 27.3.1 - '@jest/types': 27.2.5 + '@jest/fake-timers': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 - jest-mock: 27.3.0 + jest-mock: 27.4.2 dev: true - /@jest/fake-timers/27.3.1: + /@jest/fake-timers/27.4.2: resolution: - { integrity: sha512-M3ZFgwwlqJtWZ+QkBG5NmC23A9w+A6ZxNsO5nJxJsKYt4yguBd3i8TpjQz5NfCX91nEve1KqD9RA2Q+Q1uWqoA== } + { integrity: sha512-f/Xpzn5YQk5adtqBgvw1V6bF8Nx3hY0OIRRpCvWcfPl0EAjdqWPdhH3t/3XpiWZqtjIEHDyMKP9ajpva1l4Zmg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 - '@sinonjs/fake-timers': 8.0.1 + '@jest/types': 27.4.2 + '@sinonjs/fake-timers': 8.1.0 '@types/node': 14.14.33 - jest-message-util: 27.3.1 - jest-mock: 27.3.0 - jest-util: 27.3.1 + jest-message-util: 27.4.2 + jest-mock: 27.4.2 + jest-util: 27.4.2 dev: true - /@jest/globals/27.3.1: + /@jest/globals/27.4.2: resolution: - { integrity: sha512-Q651FWiWQAIFiN+zS51xqhdZ8g9b88nGCobC87argAxA7nMfNQq0Q0i9zTfQYgLa6qFXk2cGANEqfK051CZ8Pg== } + { integrity: sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/environment': 27.3.1 - '@jest/types': 27.2.5 - expect: 27.3.1 + '@jest/environment': 27.4.2 + '@jest/types': 27.4.2 + expect: 27.4.2 dev: true /@jest/reporters/27.2.2: @@ -1715,10 +783,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.3.1 + '@jest/console': 27.4.2 '@jest/test-result': 27.2.2 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -1728,11 +796,11 @@ packages: istanbul-lib-instrument: 4.0.3 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.0.5 - jest-haste-map: 27.3.1 + istanbul-reports: 3.1.1 + jest-haste-map: 27.4.2 jest-resolve: 27.2.2 jest-util: 27.2.0 - jest-worker: 27.3.1 + jest-worker: 27.4.2 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -1742,9 +810,9 @@ packages: - supports-color dev: true - /@jest/reporters/27.3.1: + /@jest/reporters/27.4.2: resolution: - { integrity: sha512-m2YxPmL9Qn1emFVgZGEiMwDntDxRRQ2D58tiDQlwYTg5GvbFOKseYCcHtn0WsI8CG4vzPglo3nqbOiT8ySBT/w== } + { integrity: sha512-sp4aqmdBJtjKetEakzDPcZggPcVIF6w9QLkYBbaWDV6e/SIsHnF1S4KtIH91eEc2fp7ep6V/e1xvdfEoho1d2w== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1753,10 +821,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 collect-v8-coverage: 1.0.1 @@ -1767,11 +835,11 @@ packages: istanbul-lib-instrument: 4.0.3 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.0.5 - jest-haste-map: 27.3.1 - jest-resolve: 27.3.1 - jest-util: 27.3.1 - jest-worker: 27.3.1 + istanbul-reports: 3.1.1 + jest-haste-map: 27.4.2 + jest-resolve: 27.4.2 + jest-util: 27.4.2 + jest-worker: 27.4.2 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -1781,9 +849,9 @@ packages: - supports-color dev: true - /@jest/source-map/27.0.6: + /@jest/source-map/27.4.0: resolution: - { integrity: sha512-Fek4mi5KQrqmlY07T23JRi0e7Z9bXTOOD86V/uS0EIW4PClvPDqZOyFlLpNJheS6QI0FNX1CgmPjtJ4EA/2M+g== } + { integrity: sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: callsites: 3.1.0 @@ -1796,51 +864,51 @@ packages: { integrity: sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/console': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/types': 27.4.2 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-result/27.3.1: + /@jest/test-result/27.4.2: resolution: - { integrity: sha512-mLn6Thm+w2yl0opM8J/QnPTqrfS4FoXsXF2WIWJb2O/GBSyResL71BRuMYbYRsGt7ELwS5JGcEcGb52BNrumgg== } + { integrity: sha512-kr+bCrra9jfTgxHXHa2UwoQjxvQk3Am6QbpAiJ5x/50LW8llOYrxILkqY0lZRW/hu8FXesnudbql263+EW9iNA== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/console': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/types': 27.4.2 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.3.1: + /@jest/test-sequencer/27.4.2: resolution: - { integrity: sha512-siySLo07IMEdSjA4fqEnxfIX8lB/lWYsBPwNFtkOvsFQvmBrL3yj3k3uFNZv/JDyApTakRpxbKLJ3CT8UGVCrA== } + { integrity: sha512-HmHp5mlh9f9GyNej5yCS1JZIFfUGnP9+jEOH5zoq5EmsuZeYD+dGULqyvGDPtuzzbyAFJ6R4+z4SS0VvnFwwGQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/test-result': 27.3.1 + '@jest/test-result': 27.4.2 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-runtime: 27.3.1 + jest-haste-map: 27.4.2 + jest-runtime: 27.4.2 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.3.1: + /@jest/transform/27.4.2: resolution: - { integrity: sha512-3fSvQ02kuvjOI1C1ssqMVBKJpZf6nwoCiSu00zAKh5nrp3SptNtZy/8s5deayHnqxhjD9CWDJ+yqQwuQ0ZafXQ== } + { integrity: sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@babel/core': 7.15.8 - '@jest/types': 27.2.5 + '@babel/core': 7.16.0 + '@jest/types': 27.4.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-regex-util: 27.0.6 - jest-util: 27.3.1 + jest-haste-map: 27.4.2 + jest-regex-util: 27.4.0 + jest-util: 27.4.2 micromatch: 4.0.4 pirates: 4.0.1 slash: 3.0.0 @@ -1850,9 +918,9 @@ packages: - supports-color dev: true - /@jest/types/27.2.5: + /@jest/types/27.4.2: resolution: - { integrity: sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ== } + { integrity: sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: '@types/istanbul-lib-coverage': 2.0.3 @@ -1862,18 +930,20 @@ packages: chalk: 4.1.2 dev: true - /@nestjs/schematics/7.3.1_typescript@4.3.5: + /@nestjs/schematics/8.0.5_typescript@4.4.4: resolution: - { integrity: sha512-eyBjJstAjecpdzRuBLiqnwomwXIAEV3+kPkpaphOieRUM6nBhjnXCCl3Qf8Dul2QUQK4NOVPd8FFxWtGP5XNlg== } + { integrity: sha512-nK1hWQeLNbdhsiJDX/XJXLqq7nC6/xxC8CN+seFTQmly+H3gG2xaFnl6JPHURumuQaYJX8JEpC8m0+4tz+wvOg== } peerDependencies: - typescript: ^3.4.5 || ^4.0.0 + typescript: ^3.4.5 || ^4.3.5 dependencies: - '@angular-devkit/core': 11.2.4 - '@angular-devkit/schematics': 11.2.4 - fs-extra: 9.1.0 + '@angular-devkit/core': 13.0.2 + '@angular-devkit/schematics': 13.0.2 + fs-extra: 10.0.0 jsonc-parser: 3.0.0 pluralize: 8.0.0 - typescript: 4.3.5 + typescript: 4.4.4 + transitivePeerDependencies: + - chokidar dev: true /@nodelib/fs.scandir/2.1.5: @@ -1883,11 +953,13 @@ packages: dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 + dev: true /@nodelib/fs.stat/2.0.5: resolution: { integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== } engines: { node: '>= 8' } + dev: true /@nodelib/fs.walk/1.2.8: resolution: @@ -1896,453 +968,152 @@ packages: dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - - /@nrwl/angular/12.10.0_a038e99b0e3a1f72e8769f933c178043: - resolution: - { integrity: sha512-7MVaTU132cdVBAdZw2eaa8PMVZweKyMTjEgg6mIoEns9G/WDB8lzugh0Fq+TwakxGOecZX5tZbN12f/fC2/UGQ== } - requiresBuild: true - dependencies: - '@angular-devkit/schematics': 12.2.11 - '@nrwl/cypress': 12.10.0_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/devkit': 12.10.0 - '@nrwl/jest': 12.10.0_ts-node@9.1.1 - '@nrwl/linter': 12.10.0_ts-node@9.1.1 - '@nrwl/storybook': 12.10.0_a038e99b0e3a1f72e8769f933c178043 - '@phenomnomnominal/tsquery': 4.1.1_typescript@4.3.5 - '@schematics/angular': 12.2.11 - ignore: 5.1.8 - jasmine-marbles: 0.8.4 - rxjs-for-await: 0.0.2 - tslib: 2.3.1 - webpack-merge: 5.7.3 - transitivePeerDependencies: - - bufferutil - - canvas - - cypress - - node-notifier - - prettier - - rxjs - - supports-color - - ts-node - - typescript - - utf-8-validate - - webpack dev: true - /@nrwl/angular/13.0.1_a038e99b0e3a1f72e8769f933c178043: + /@npmcli/fs/1.0.0: resolution: - { integrity: sha512-GzpKJbW+p2eQjI/vmjtqk+lzSDBkXWFCcVNVBVQYToT/+YNN9/cMsJn6mRqXYM3LyBUZ2C+uwIK97JIBqzPL9g== } - requiresBuild: true + { integrity: sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ== } dependencies: - '@angular-devkit/schematics': 12.2.11 - '@nrwl/cypress': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/devkit': 13.0.1 - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/storybook': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@phenomnomnominal/tsquery': 4.1.1_typescript@4.3.5 - '@schematics/angular': 12.2.11 - ignore: 5.1.8 - jasmine-marbles: 0.8.4 - rxjs-for-await: 0.0.2 - tslib: 2.3.1 - webpack-merge: 5.7.3 - transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - babel-loader - - bufferutil - - canvas - - cypress - - node-notifier - - prettier - - rxjs - - supports-color - - ts-node - - typescript - - utf-8-validate - - webpack + '@gar/promisify': 1.1.2 + semver: 7.3.5 dev: true - /@nrwl/cli/12.10.0: + /@npmcli/git/2.1.0: resolution: - { integrity: sha512-T8HY7OpY5ygwUZcgt1W2mKYvSsiJ2AMDv7PDGQMCfauYd37FeK8ae93mqdbAXZRJKLrAuaoy51TWOQxwv4vzsA== } - hasBin: true + { integrity: sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw== } dependencies: - '@nrwl/tao': 12.10.0 - chalk: 4.1.0 - v8-compile-cache: 2.3.0 - yargs: 15.4.1 - yargs-parser: 20.0.0 + '@npmcli/promise-spawn': 1.3.2 + lru-cache: 6.0.0 + mkdirp: 1.0.4 + npm-pick-manifest: 6.1.1 + promise-inflight: 1.0.1 + promise-retry: 2.0.1 + semver: 7.3.5 + which: 2.0.2 dev: true - /@nrwl/cli/13.0.1: + /@npmcli/installed-package-contents/1.0.7: resolution: - { integrity: sha512-73fJIwvGhliEPC298zm8DTGa/TuMnDFQApf0tMqRk307SKC0oetszpOVDJGffFtvv6hOeCx67rBVtYDyMXRRvg== } + { integrity: sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw== } + engines: { node: '>= 10' } hasBin: true dependencies: - '@nrwl/tao': 13.0.1 - chalk: 4.1.0 - enquirer: 2.3.6 - v8-compile-cache: 2.3.0 - yargs: 15.4.1 - yargs-parser: 20.0.0 - dev: true - - /@nrwl/cypress/12.10.0_a038e99b0e3a1f72e8769f933c178043: - resolution: - { integrity: sha512-hqiTkhcg3H8ZA4ihWKSj2qwae90WN2/8WTHLIIjn+aNT0D4XtfaE/3RAIwLvkF+VqyUcvjwTIesV+d87Fgo5dA== } - peerDependencies: - cypress: '>= 3 < 9' - dependencies: - '@cypress/webpack-preprocessor': 4.1.5 - '@nrwl/devkit': 12.10.0 - '@nrwl/linter': 12.10.0_ts-node@9.1.1 - '@nrwl/workspace': 12.10.0_prettier@2.4.1+ts-node@9.1.1 - chalk: 4.1.0 - fork-ts-checker-webpack-plugin: 6.2.10 - rxjs: 6.6.7 - ts-loader: 5.4.5_typescript@4.3.5 - tsconfig-paths-webpack-plugin: 3.4.1 - tslib: 2.3.1 - webpack-node-externals: 1.7.2 - yargs-parser: 20.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - node-notifier - - prettier - - supports-color - - ts-node - - typescript - - utf-8-validate - - webpack - dev: true - - /@nrwl/cypress/13.0.1_a038e99b0e3a1f72e8769f933c178043: - resolution: - { integrity: sha512-RUXsf3I5inYbPdhUE4JQ4/KlZTi68aftnbjJT6uSnKQ9vd7V6iuuKWeHsvHLE5yPjRtqse8V2mLXYCuL+9XhfQ== } - peerDependencies: - cypress: '>= 3 < 9' - peerDependenciesMeta: - cypress: - optional: true - dependencies: - '@cypress/webpack-preprocessor': 5.9.1 - '@nrwl/devkit': 13.0.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/workspace': 13.0.1_prettier@2.4.1+ts-node@9.1.1 - chalk: 4.1.0 - enhanced-resolve: 5.8.3 - fork-ts-checker-webpack-plugin: 6.2.10 - rxjs: 6.6.7 - ts-loader: 9.2.6_typescript@4.3.5 - tsconfig-paths: 3.11.0 - tsconfig-paths-webpack-plugin: 3.4.1 - tslib: 2.3.1 - webpack-node-externals: 3.0.0 - yargs-parser: 20.0.0 - transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - babel-loader - - bufferutil - - canvas - - node-notifier - - prettier - - supports-color - - ts-node - - typescript - - utf-8-validate - - webpack - dev: true - - /@nrwl/devkit/12.10.0: - resolution: - { integrity: sha512-we0K5Hn48BXh77SV5GVSPfRJeIHNCVFSn+feLbnKz3G60Tk3wFEEFhDABA8cCfTKDxMESSjZoWBy4ZcVg0EX0g== } - dependencies: - '@nrwl/tao': 12.10.0 - ejs: 3.1.6 - ignore: 5.1.8 - rxjs: 6.6.7 - semver: 7.3.4 - tslib: 2.3.1 - dev: true - - /@nrwl/devkit/13.0.1: - resolution: - { integrity: sha512-fDLo8cu0Kn/iHt4i8aRArFV5Lsw/nYaIAzf3MILWgdh7113ksfgmaJbm7iVpoR6dHSpveqTFGaCrzm/CIVD7Zw== } - dependencies: - '@nrwl/tao': 13.0.1 - ejs: 3.1.6 - ignore: 5.1.8 - rxjs: 6.6.7 - semver: 7.3.4 - tslib: 2.3.1 - dev: true - - /@nrwl/eslint-plugin-nx/13.0.1_49c2c561dfdbd5e2a67e050771fdf16e: - resolution: - { integrity: sha512-7ULvMH9DYqrTja4FfH9LNjxk1nFHEZAHUIt2ZdQ/pwuHGo6B53ehgvMSBNqty7DrGxkvrUSxc/JR8TfN2qSMzA== } - peerDependencies: - '@typescript-eslint/parser': ~4.33.0 - eslint-config-prettier: ^8.1.0 - dependencies: - '@nrwl/devkit': 13.0.1 - '@nrwl/workspace': 13.0.1_prettier@2.4.1+ts-node@9.1.1 - '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.22.0+typescript@4.3.5 - '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.3.5 - confusing-browser-globals: 1.0.10 - eslint-config-prettier: 8.1.0_eslint@7.22.0 - ts-node: 9.1.1_typescript@4.3.5 - tsconfig-paths: 3.11.0 - transitivePeerDependencies: - - bufferutil - - canvas - - eslint - - node-notifier - - prettier - - supports-color - - typescript - - utf-8-validate - dev: true - - /@nrwl/jest/12.10.0_ts-node@9.1.1: - resolution: - { integrity: sha512-Tqrl/d6y+fGWV9j8bCReLhhfnioAA8yPC9Y6EUevxPuuuW0AUwRZp8slhx7mCiWNh9nLCkMO7PcwD+4L39kzjQ== } - dependencies: - '@jest/reporters': 27.2.2 - '@jest/test-result': 27.2.2 - '@nrwl/devkit': 12.10.0 - chalk: 4.1.0 - identity-obj-proxy: 3.0.0 - jest-config: 27.2.2_ts-node@9.1.1 - jest-resolve: 27.2.2 - jest-util: 27.2.0 - rxjs: 6.6.7 - tslib: 2.3.1 - transitivePeerDependencies: - - bufferutil - - canvas - - node-notifier - - supports-color - - ts-node - - utf-8-validate - dev: true - - /@nrwl/jest/13.0.1_ts-node@9.1.1: - resolution: - { integrity: sha512-rM7KkpobqHHexbXTOYEJtuY7MNkJkAaE4VeqOFAbTdI4xj6hfh78l3ZFjdWKJtzwTlYGt4CP2DFKlgmyC6jgXw== } - dependencies: - '@jest/reporters': 27.2.2 - '@jest/test-result': 27.2.2 - '@nrwl/devkit': 13.0.1 - chalk: 4.1.0 - identity-obj-proxy: 3.0.0 - jest-config: 27.2.2_ts-node@9.1.1 - jest-resolve: 27.2.2 - jest-util: 27.2.0 - rxjs: 6.6.7 - tslib: 2.3.1 - transitivePeerDependencies: - - bufferutil - - canvas - - node-notifier - - supports-color - - ts-node - - utf-8-validate - dev: true - - /@nrwl/linter/12.10.0_ts-node@9.1.1: - resolution: - { integrity: sha512-GULnMm3vMh1QEq6QUzZWV+AYB2NlZnov0Pj6tdtqXTjS+mOXkLYP/k8Vfb4ZEPVNSwHyjRZY08A5sbeRnurD2w== } - dependencies: - '@nrwl/devkit': 12.10.0 - '@nrwl/jest': 12.10.0_ts-node@9.1.1 - glob: 7.1.4 - minimatch: 3.0.4 - tmp: 0.2.1 - tslib: 2.3.1 - transitivePeerDependencies: - - bufferutil - - canvas - - node-notifier - - supports-color - - ts-node - - utf-8-validate + npm-bundled: 1.1.2 + npm-normalize-package-bin: 1.0.1 dev: true - /@nrwl/linter/13.0.1_ts-node@9.1.1: + /@npmcli/move-file/1.1.2: resolution: - { integrity: sha512-nqzVPPXPN5mOxhuOoz6LywDq2ld3HvhaRgVtX5eNyIZUm+PVTgBgiZJuRhRskdtQz8HcEA4CAUJDF6eEBUavKg== } + { integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== } + engines: { node: '>=10' } dependencies: - '@nrwl/devkit': 13.0.1 - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - eslint: 7.32.0 - glob: 7.1.4 - minimatch: 3.0.4 - tmp: 0.2.1 - tslib: 2.3.1 - transitivePeerDependencies: - - bufferutil - - canvas - - node-notifier - - supports-color - - ts-node - - utf-8-validate + mkdirp: 1.0.4 + rimraf: 3.0.2 dev: true - /@nrwl/nest/13.0.1_a038e99b0e3a1f72e8769f933c178043: + /@npmcli/node-gyp/1.0.3: resolution: - { integrity: sha512-qSq3wlykWXubKsAaJRNiGRRh5+CytNsrEJwZolBJmCRqzRUY6IehYPVWZHbliAUMnLYLIK/fI4ylTA7QluxBpA== } - dependencies: - '@nestjs/schematics': 7.3.1_typescript@4.3.5 - '@nrwl/devkit': 13.0.1 - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/node': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - transitivePeerDependencies: - - '@swc/core' - - bufferutil - - canvas - - esbuild - - node-notifier - - prettier - - supports-color - - ts-node - - typescript - - uglify-js - - utf-8-validate - - webpack-cli + { integrity: sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA== } dev: true - /@nrwl/node/13.0.1_a038e99b0e3a1f72e8769f933c178043: + /@npmcli/promise-spawn/1.3.2: resolution: - { integrity: sha512-Xfo8/Jrw6O9cF48LXHUbpkDgqQp54KUvou2K6GBm6Aa79S1WP1b70mOr58lSg9aTj5oUVYHumMsWLHgwcN6NTA== } + { integrity: sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg== } dependencies: - '@nrwl/devkit': 13.0.1 - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/workspace': 13.0.1_prettier@2.4.1+ts-node@9.1.1 - chalk: 4.1.0 - copy-webpack-plugin: 9.0.1_webpack@5.59.1 - enhanced-resolve: 5.8.3 - fork-ts-checker-webpack-plugin: 6.2.10 - fs-extra: 9.1.0 - glob: 7.1.4 - license-webpack-plugin: 2.3.15 - rxjs: 6.6.7 - rxjs-for-await: 0.0.2_rxjs@6.6.7 - source-map-support: 0.5.19 - tree-kill: 1.2.2 - ts-loader: 9.2.6_typescript@4.3.5+webpack@5.59.1 - tsconfig-paths: 3.11.0 - tsconfig-paths-webpack-plugin: 3.4.1 - tslib: 2.3.1 - webpack: 5.59.1 - webpack-merge: 5.8.0 - webpack-node-externals: 3.0.0 - transitivePeerDependencies: - - '@swc/core' - - bufferutil - - canvas - - esbuild - - node-notifier - - prettier - - supports-color - - ts-node - - typescript - - uglify-js - - utf-8-validate - - webpack-cli + infer-owner: 1.0.4 dev: true - /@nrwl/nx-cloud/12.5.0: + /@npmcli/run-script/2.0.0: resolution: - { integrity: sha512-3WhuYYNW9L4xFCdCTWBlJUN0CoWMAYpfY1tnLM/ZVgW2Akv9jLgXKbCKV+cO0xqglSy+eMokwwQnB9PxF35aYQ== } - hasBin: true + { integrity: sha512-fSan/Pu11xS/TdaTpTB0MRn9guwGU8dye+x56mEVgBEd/QsybBbYcAL0phPXi8SGWFEChkQd6M9qL4y6VOpFig== } dependencies: - axios: 0.21.4 - chalk: 4.1.0 - node-machine-id: 1.1.12 - rxjs: 6.5.5 - strip-json-comments: 3.1.1 - tar: 6.1.11 + '@npmcli/node-gyp': 1.0.3 + '@npmcli/promise-spawn': 1.3.2 + node-gyp: 8.4.1 + read-package-json-fast: 2.0.3 transitivePeerDependencies: - - debug + - supports-color dev: true - /@nrwl/nx-plugin/13.0.1_a038e99b0e3a1f72e8769f933c178043: + /@nrwl/angular/13.2.3_ded79415e7bcc11faa82ea80648f3278: resolution: - { integrity: sha512-Xad7ZXYs1n4P46C+KFAAndsE+9I3a3lLuwasUxPaaUDMw5dQ6X2RIWfnXel3IcGlsx6NMD9mCnsA6AQYMObEIQ== } + { integrity: sha512-7IFRmyPLgoWjUGOXuUHfN7wx4T5T6sixHRJjPr2SX81ssRaQjOEFMMSON6xZdaGabd9qnR87ZR1eQVuj4c2wLg== } + requiresBuild: true dependencies: - '@nrwl/devkit': 13.0.1 - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/node': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - fs-extra: 9.1.0 - rxjs: 6.6.7 + '@angular-devkit/schematics': 13.0.4 + '@nrwl/cypress': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/devkit': 13.2.3 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/storybook': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@phenomnomnominal/tsquery': 4.1.1_typescript@4.4.4 + '@schematics/angular': 13.0.4 + find-parent-dir: 0.3.1 + ignore: 5.1.9 + jasmine-marbles: 0.8.4 + rxjs-for-await: 0.0.2 tslib: 2.3.1 - yargs: 15.4.1 + webpack-merge: 5.7.3 transitivePeerDependencies: - - '@swc/core' + - '@babel/core' + - '@babel/preset-env' + - babel-loader - bufferutil - canvas - - esbuild + - chokidar + - cypress - node-notifier - prettier + - rxjs - supports-color - ts-node - typescript - - uglify-js - utf-8-validate - - webpack-cli + - webpack dev: true - /@nrwl/storybook/12.10.0_a038e99b0e3a1f72e8769f933c178043: + /@nrwl/cli/13.2.3: resolution: - { integrity: sha512-V8yIXut6Lhr/2dXMcRSDOg75ro1JxZGN6EqjKCR/4Nq1B9YWa0lBzHc0FbQGvfCVEFTnaV57FUlc/xiKU+ddsA== } + { integrity: sha512-4hrOYQ9MqhWOdjQTwuQqHTfPu8lYgdFCE39PVWAcePtoi67mUeba54HkyT6nkTHI1TbO7q8Kf+R73dRhhxDlpA== } + hasBin: true dependencies: - '@nrwl/cypress': 12.10.0_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/devkit': 12.10.0 - '@nrwl/linter': 12.10.0_ts-node@9.1.1 - '@nrwl/workspace': 12.10.0_prettier@2.4.1+ts-node@9.1.1 - core-js: 3.18.3 - semver: 7.3.4 - ts-loader: 5.4.5_typescript@4.3.5 - tsconfig-paths-webpack-plugin: 3.4.1 - transitivePeerDependencies: - - bufferutil - - canvas - - cypress - - node-notifier - - prettier - - supports-color - - ts-node - - typescript - - utf-8-validate - - webpack + '@nrwl/tao': 13.2.3 + chalk: 4.1.0 + enquirer: 2.3.6 + v8-compile-cache: 2.3.0 + yargs: 15.4.1 + yargs-parser: 20.0.0 dev: true - /@nrwl/storybook/13.0.1_a038e99b0e3a1f72e8769f933c178043: + /@nrwl/cypress/13.2.3_ded79415e7bcc11faa82ea80648f3278: resolution: - { integrity: sha512-R9RLCt/Fm1rXbcbXaUAUgLkvG8E9/S88+vmp/vJp6au/UoilapnQGMC02XdYdny46k6H5fysUcEQvRRC7dSC4Q== } + { integrity: sha512-gp6yluBx37CV/ROHDusri2ew6dR+jFMRGZXmL4Jp+TaFc6ewAI+aQDHUI6py6tvNNtZ+8P/x1hPiaPikn8w5vQ== } + peerDependencies: + cypress: '>= 3 < 9' + peerDependenciesMeta: + cypress: + optional: true dependencies: - '@nrwl/cypress': 13.0.1_a038e99b0e3a1f72e8769f933c178043 - '@nrwl/devkit': 13.0.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@nrwl/workspace': 13.0.1_prettier@2.4.1+ts-node@9.1.1 - core-js: 3.18.3 - semver: 7.3.4 - ts-loader: 9.2.6_typescript@4.3.5 + '@cypress/webpack-preprocessor': 5.10.0 + '@nrwl/devkit': 13.2.3 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + chalk: 4.1.0 + enhanced-resolve: 5.8.3 + fork-ts-checker-webpack-plugin: 6.2.10 + rxjs: 6.6.7 + ts-loader: 9.2.6_typescript@4.4.4 + tsconfig-paths: 3.12.0 tsconfig-paths-webpack-plugin: 3.4.1 + tslib: 2.3.1 + webpack-node-externals: 3.0.0 + yargs-parser: 20.0.0 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' - babel-loader - bufferutil - canvas - - cypress - node-notifier - prettier - supports-color @@ -2352,115 +1123,71 @@ packages: - webpack dev: true - /@nrwl/tao/12.10.0: + /@nrwl/devkit/12.10.0: resolution: - { integrity: sha512-YkdgTJJsDQlItVj25vW8zEen7BAra6i41Udd0v3CuxTSEXjJJnBD2KzEOGUxXS0gMg7+ILuw2rl9aOKu43TmVA== } - hasBin: true + { integrity: sha512-we0K5Hn48BXh77SV5GVSPfRJeIHNCVFSn+feLbnKz3G60Tk3wFEEFhDABA8cCfTKDxMESSjZoWBy4ZcVg0EX0g== } dependencies: - chalk: 4.1.0 - enquirer: 2.3.6 - fs-extra: 9.1.0 - jsonc-parser: 3.0.0 - nx: 12.10.0 + '@nrwl/tao': 12.10.0 + ejs: 3.1.6 + ignore: 5.1.9 rxjs: 6.6.7 - rxjs-for-await: 0.0.2_rxjs@6.6.7 semver: 7.3.4 - tmp: 0.2.1 tslib: 2.3.1 - yargs-parser: 20.0.0 dev: true - /@nrwl/tao/13.0.1: + /@nrwl/devkit/13.2.3: resolution: - { integrity: sha512-3dEgMst1MhM+pfztq58CWODXtRW6KUfMnZcqUCYK8wPkwN3H3Ym7Zo7uIvi3r+DlL9rf+6IOm2ikaGBACsGeCg== } - hasBin: true + { integrity: sha512-/cp8hFclOXSAjj9pwb6bOU8yw593HfelcCBi8o8Jhb0Luhn1RzLCOpmHNsOf2hWzSUPEr0BuI0R55ubCEB+k6A== } dependencies: - chalk: 4.1.0 - enquirer: 2.3.6 - fs-extra: 9.1.0 - jsonc-parser: 3.0.0 - nx: 13.0.1 + '@nrwl/tao': 13.2.3 + ejs: 3.1.6 + ignore: 5.1.9 rxjs: 6.6.7 - rxjs-for-await: 0.0.2_rxjs@6.6.7 semver: 7.3.4 - tmp: 0.2.1 tslib: 2.3.1 - yargs-parser: 20.0.0 dev: true - /@nrwl/workspace/12.10.0_prettier@2.4.1+ts-node@9.1.1: + /@nrwl/eslint-plugin-nx/13.2.3_40e4c5626722a3eff54f5b6e1bc71914: resolution: - { integrity: sha512-3efkh/0DEOmQXnA2SlBcEk21QiM0vPaJt73CiYnocm1oy7/ngZDyhxYFxOJkVtsfRvR69Etj2JLonbIWa4Za5w== } + { integrity: sha512-WEb/ZTvc3JCFPKFng8Gsx9UU7NXePWcQSidngmzXd114/NrM8TkHOx4Ps2nEZyYzpOy/Zo8rqAmbtLgruaYvwg== } peerDependencies: - prettier: ^2.3.0 + '@typescript-eslint/parser': ~4.33.0 + eslint-config-prettier: ^8.1.0 dependencies: - '@nrwl/cli': 12.10.0 - '@nrwl/devkit': 12.10.0 - '@nrwl/jest': 12.10.0_ts-node@9.1.1 - '@nrwl/linter': 12.10.0_ts-node@9.1.1 - '@parcel/watcher': 2.0.0-alpha.11 - chalk: 4.1.0 - chokidar: 3.5.2 - cosmiconfig: 4.0.0 - dotenv: 10.0.0 - enquirer: 2.3.6 - flat: 5.0.2 - fs-extra: 9.1.0 - glob: 7.1.4 - ignore: 5.1.8 - minimatch: 3.0.4 - npm-run-all: 4.1.5 - npm-run-path: 4.0.1 - open: 7.4.2 - prettier: 2.4.1 - rxjs: 6.6.7 - semver: 7.3.4 - strip-ansi: 6.0.0 - tmp: 0.2.1 - tslib: 2.3.1 - yargs: 15.4.1 - yargs-parser: 20.0.0 + '@nrwl/devkit': 13.2.3 + '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.22.0+typescript@4.4.4 + '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.4.4 + confusing-browser-globals: 1.0.10 + eslint-config-prettier: 8.1.0_eslint@7.22.0 + ts-node: 9.1.1_typescript@4.4.4 + tsconfig-paths: 3.12.0 transitivePeerDependencies: - bufferutil - canvas + - eslint - node-notifier + - prettier - supports-color - - ts-node + - typescript - utf-8-validate dev: true - /@nrwl/workspace/13.0.1_prettier@2.4.1+ts-node@9.1.1: + /@nrwl/jest/13.2.3_ts-node@9.1.1: resolution: - { integrity: sha512-RACK5XvEdnPsrFBnIpIsUWveaCHZX2ALHKsJBd+tlvN+DBwLKBWC3a5+DTAZ1kWgd0yuAJx/VE1CpRxNeZnxGQ== } - peerDependencies: - prettier: ^2.3.0 + { integrity: sha512-M9/x0uZNSVKkcyNHcA2+Muj23KRo9SDiCsTb7HnkHhtSbhIWMd1knKP45bOr8CjeeiKNPeervx7uiN5516z8JA== } dependencies: - '@nrwl/cli': 13.0.1 - '@nrwl/devkit': 13.0.1 - '@nrwl/jest': 13.0.1_ts-node@9.1.1 - '@nrwl/linter': 13.0.1_ts-node@9.1.1 - '@parcel/watcher': 2.0.0-alpha.11 + '@jest/reporters': 27.2.2 + '@jest/test-result': 27.2.2 + '@nrwl/devkit': 13.2.3 chalk: 4.1.0 - chokidar: 3.5.2 - cosmiconfig: 4.0.0 - dotenv: 10.0.0 - enquirer: 2.3.6 - flat: 5.0.2 - fs-extra: 9.1.0 - glob: 7.1.4 - ignore: 5.1.8 - minimatch: 3.0.4 - npm-run-all: 4.1.5 - npm-run-path: 4.0.1 - open: 7.4.2 - prettier: 2.4.1 + identity-obj-proxy: 3.0.0 + jest-config: 27.2.2_ts-node@9.1.1 + jest-resolve: 27.2.2 + jest-util: 27.2.0 + resolve.exports: 1.1.0 rxjs: 6.6.7 - semver: 7.3.4 - strip-ansi: 6.0.0 - tmp: 0.2.1 tslib: 2.3.1 - yargs: 15.4.1 - yargs-parser: 20.0.0 transitivePeerDependencies: - bufferutil - canvas @@ -2470,284 +1197,263 @@ packages: - utf-8-validate dev: true - /@nxtend/capacitor/12.0.0-beta.1_prettier@2.4.1+ts-node@9.1.1: + /@nrwl/linter/13.2.3_ts-node@9.1.1: resolution: - { integrity: sha512-NOaUlJZSWUiEJh6eJbpM8IHmKhEoAmtI+Aw4+oKEL4JZRIsQRTDzzLnuOYZr+RumeNm5BY9sLkJxQcUnwttOLA== } + { integrity: sha512-kdzPWYzR96XYghJ5yIaYSybDrtcAcSxgcscwP1UWvME19O2W8DHbhIj3AzBgjSG0X6hBEh6k9kpyQ49jNkUMCw== } dependencies: - '@nrwl/devkit': 12.10.0 - '@nrwl/workspace': 12.10.0_prettier@2.4.1+ts-node@9.1.1 + '@nrwl/devkit': 13.2.3 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + eslint: 7.32.0 + glob: 7.1.4 + minimatch: 3.0.4 + tmp: 0.2.1 + tslib: 2.3.1 transitivePeerDependencies: - bufferutil - canvas - node-notifier - - prettier - supports-color - ts-node - utf-8-validate dev: true - /@nxtend/ionic-angular/12.0.0-beta.1_a038e99b0e3a1f72e8769f933c178043: + /@nrwl/nest/13.2.3_ded79415e7bcc11faa82ea80648f3278: resolution: - { integrity: sha512-XWFL65f5kYK5uuIe0qGBS64Fshe46fgYcGMwnnipe8aLCAM6AsXQhabOPmQ5JBjp9SMxbo7fOrTH0dtYy+eO4g== } + { integrity: sha512-oUpVUPnpGW5PwFL3Y7M5pHWJ342kKTpentrQVU7ccDVKrUJ6Rw+zLQTcCdr3sGVAKH+4sbJKARbRGOYvhs0Fmw== } dependencies: - '@nrwl/angular': 12.10.0_a038e99b0e3a1f72e8769f933c178043 - '@nxtend/capacitor': 12.0.0-beta.1_prettier@2.4.1+ts-node@9.1.1 + '@nestjs/schematics': 8.0.5_typescript@4.4.4 + '@nrwl/devkit': 13.2.3 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/node': 13.2.3_ded79415e7bcc11faa82ea80648f3278 transitivePeerDependencies: + - '@swc/core' - bufferutil - canvas - - cypress + - chokidar + - esbuild - node-notifier - prettier - - rxjs - supports-color - ts-node - typescript + - uglify-js - utf-8-validate - - webpack + - webpack-cli dev: true - /@oclif/command/1.8.0: - resolution: - { integrity: sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw== } - engines: { node: '>=8.0.0' } - dependencies: - '@oclif/config': 1.17.0 - '@oclif/errors': 1.3.5 - '@oclif/parser': 3.8.5 - '@oclif/plugin-help': 3.2.3 - debug: 4.3.2 - semver: 7.3.5 - transitivePeerDependencies: - - supports-color - dev: false - - /@oclif/command/1.8.0_supports-color@8.1.1: - resolution: - { integrity: sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw== } - engines: { node: '>=8.0.0' } - dependencies: - '@oclif/config': 1.17.0_supports-color@8.1.1 - '@oclif/errors': 1.3.5 - '@oclif/parser': 3.8.5 - '@oclif/plugin-help': 3.2.3_supports-color@8.1.1 - debug: 4.3.2_supports-color@8.1.1 - semver: 7.3.5 - transitivePeerDependencies: - - supports-color - dev: false - - /@oclif/config/1.17.0: - resolution: - { integrity: sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA== } - engines: { node: '>=8.0.0' } - dependencies: - '@oclif/errors': 1.3.5 - '@oclif/parser': 3.8.5 - debug: 4.3.2 - globby: 11.0.4 - is-wsl: 2.2.0 - tslib: 2.3.1 - transitivePeerDependencies: - - supports-color - dev: false - - /@oclif/config/1.17.0_supports-color@8.1.1: + /@nrwl/node/13.2.3_ded79415e7bcc11faa82ea80648f3278: resolution: - { integrity: sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA== } - engines: { node: '>=8.0.0' } + { integrity: sha512-wBNRsiKbnV0o115Osi4WRpGYgvgcTd6zSNbk5bKGDil0wxXO0mFaLdDNvsAocGE/FjWKlOpeq26QG8w/do7zrQ== } dependencies: - '@oclif/errors': 1.3.5 - '@oclif/parser': 3.8.5 - debug: 4.3.2_supports-color@8.1.1 - globby: 11.0.4 - is-wsl: 2.2.0 + '@nrwl/devkit': 13.2.3 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + chalk: 4.1.0 + copy-webpack-plugin: 9.1.0_webpack@5.65.0 + enhanced-resolve: 5.8.3 + fork-ts-checker-webpack-plugin: 6.2.10 + fs-extra: 9.1.0 + glob: 7.1.4 + license-webpack-plugin: 2.3.15 + rxjs: 6.6.7 + rxjs-for-await: 0.0.2_rxjs@6.6.7 + source-map-support: 0.5.19 + tree-kill: 1.2.2 + ts-loader: 9.2.6_typescript@4.4.4+webpack@5.65.0 + tsconfig-paths: 3.12.0 + tsconfig-paths-webpack-plugin: 3.4.1 tslib: 2.3.1 + webpack: 5.65.0 + webpack-merge: 5.8.0 + webpack-node-externals: 3.0.0 transitivePeerDependencies: + - '@swc/core' + - bufferutil + - canvas + - esbuild + - node-notifier + - prettier - supports-color - dev: false - - /@oclif/errors/1.3.5: - resolution: - { integrity: sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ== } - engines: { node: '>=8.0.0' } - dependencies: - clean-stack: 3.0.1 - fs-extra: 8.1.0 - indent-string: 4.0.0 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - dev: false - - /@oclif/linewrap/1.0.0: - resolution: - { integrity: sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== } - dev: false - - /@oclif/parser/3.8.5: - resolution: - { integrity: sha512-yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg== } - engines: { node: '>=8.0.0' } - dependencies: - '@oclif/errors': 1.3.5 - '@oclif/linewrap': 1.0.0 - chalk: 2.4.2 - tslib: 1.14.1 - dev: false + - ts-node + - typescript + - uglify-js + - utf-8-validate + - webpack-cli + dev: true - /@oclif/plugin-help/3.2.3: + /@nrwl/nx-cloud/12.5.4: resolution: - { integrity: sha512-l2Pd0lbOMq4u/7xsl9hqISFqyR9gWEz/8+05xmrXFr67jXyS6EUCQB+mFBa0wepltrmJu0sAFg9AvA2mLaMMqQ== } - engines: { node: '>=8.0.0' } + { integrity: sha512-FHNTF0S1dMPddDstY6MUjZ30f99wVnZ46Q8r5plASxBPUvPAqPI8TRYzYTcPSAcf7s5NB3lAnLXw0wvN+8+4Ig== } + hasBin: true dependencies: - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 - '@oclif/errors': 1.3.5 - chalk: 4.1.2 - indent-string: 4.0.0 - lodash.template: 4.5.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - widest-line: 3.1.0 - wrap-ansi: 4.0.0 + axios: 0.21.4 + chalk: 4.1.0 + node-machine-id: 1.1.12 + rxjs: 6.5.5 + strip-json-comments: 3.1.1 + tar: 6.1.11 transitivePeerDependencies: - - supports-color - dev: false + - debug + dev: true - /@oclif/plugin-help/3.2.3_supports-color@8.1.1: + /@nrwl/nx-plugin/13.2.3_ded79415e7bcc11faa82ea80648f3278: resolution: - { integrity: sha512-l2Pd0lbOMq4u/7xsl9hqISFqyR9gWEz/8+05xmrXFr67jXyS6EUCQB+mFBa0wepltrmJu0sAFg9AvA2mLaMMqQ== } - engines: { node: '>=8.0.0' } + { integrity: sha512-xYpkcR1ff5Z5L20Da3KyHl9V32Kts8CvVrnNmS/+w9cv4NQ73qzBsS4ko0BkpNoyNgG+l8B3IezoCXJB/nOh1A== } dependencies: - '@oclif/command': 1.8.0_supports-color@8.1.1 - '@oclif/config': 1.17.0_supports-color@8.1.1 - '@oclif/errors': 1.3.5 - chalk: 4.1.2 - indent-string: 4.0.0 - lodash.template: 4.5.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - widest-line: 3.1.0 - wrap-ansi: 4.0.0 + '@nrwl/devkit': 13.2.3 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/node': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + fs-extra: 9.1.0 + rxjs: 6.6.7 + tslib: 2.3.1 + yargs: 15.4.1 transitivePeerDependencies: + - '@swc/core' + - bufferutil + - canvas + - esbuild + - node-notifier + - prettier - supports-color - dev: false - - /@oclif/screen/1.0.4: - resolution: - { integrity: sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw== } - engines: { node: '>=8.0.0' } - dev: false - - /@octokit/auth-token/2.5.0: - resolution: - { integrity: sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g== } - dependencies: - '@octokit/types': 6.34.0 - dev: false + - ts-node + - typescript + - uglify-js + - utf-8-validate + - webpack-cli + dev: true - /@octokit/core/3.5.1: + /@nrwl/storybook/13.2.3_ded79415e7bcc11faa82ea80648f3278: resolution: - { integrity: sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw== } + { integrity: sha512-+stufDpXPoiT5vf2jNOLC2YRfPyebbltrPMQ0n8YxqpzN91XHj9ieYmErJ6t2AgEutcDpvfbZkVEYKqPNNn3hw== } dependencies: - '@octokit/auth-token': 2.5.0 - '@octokit/graphql': 4.8.0 - '@octokit/request': 5.6.2 - '@octokit/request-error': 2.1.0 - '@octokit/types': 6.34.0 - before-after-hook: 2.2.2 - universal-user-agent: 6.0.0 - dev: false + '@nrwl/cypress': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/devkit': 13.2.3 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + core-js: 3.19.3 + semver: 7.3.4 + ts-loader: 9.2.6_typescript@4.4.4 + tsconfig-paths-webpack-plugin: 3.4.1 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - babel-loader + - bufferutil + - canvas + - cypress + - node-notifier + - prettier + - supports-color + - ts-node + - typescript + - utf-8-validate + - webpack + dev: true - /@octokit/endpoint/6.0.12: + /@nrwl/tao/12.10.0: resolution: - { integrity: sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA== } + { integrity: sha512-YkdgTJJsDQlItVj25vW8zEen7BAra6i41Udd0v3CuxTSEXjJJnBD2KzEOGUxXS0gMg7+ILuw2rl9aOKu43TmVA== } + hasBin: true dependencies: - '@octokit/types': 6.34.0 - is-plain-object: 5.0.0 - universal-user-agent: 6.0.0 - dev: false + chalk: 4.1.0 + enquirer: 2.3.6 + fs-extra: 9.1.0 + jsonc-parser: 3.0.0 + nx: 12.10.0 + rxjs: 6.6.7 + rxjs-for-await: 0.0.2_rxjs@6.6.7 + semver: 7.3.4 + tmp: 0.2.1 + tslib: 2.3.1 + yargs-parser: 20.0.0 + dev: true - /@octokit/graphql/4.8.0: + /@nrwl/tao/13.2.3: resolution: - { integrity: sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg== } + { integrity: sha512-vn+GqvFVinqAXzvbHznPBtCg9OCfirh3hF68sZgY2C6jZ3m47XwST3mLTRSDTtSDy9QfUrSZ6p4uAk2Iht0yBQ== } + hasBin: true dependencies: - '@octokit/request': 5.6.2 - '@octokit/types': 6.34.0 - universal-user-agent: 6.0.0 - dev: false - - /@octokit/openapi-types/11.2.0: - resolution: - { integrity: sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA== } - dev: false + chalk: 4.1.0 + enquirer: 2.3.6 + fs-extra: 9.1.0 + jsonc-parser: 3.0.0 + nx: 13.2.3 + rxjs: 6.6.7 + rxjs-for-await: 0.0.2_rxjs@6.6.7 + semver: 7.3.4 + tmp: 0.2.1 + tslib: 2.3.1 + yargs-parser: 20.0.0 + dev: true - /@octokit/plugin-paginate-rest/2.17.0_@octokit+core@3.5.1: + /@nrwl/workspace/13.2.3_prettier@2.5.1+ts-node@9.1.1: resolution: - { integrity: sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw== } + { integrity: sha512-dFB6XXDLP4Nmh/Sw8Euwdt7f0tg1O6JxJNvXV2BfWG1rK3dmhTz4Q+8fgxl7AxsrToVrXDAh16mPyfAzpqH4pw== } peerDependencies: - '@octokit/core': '>=2' + prettier: ^2.3.0 + peerDependenciesMeta: + prettier: + optional: true dependencies: - '@octokit/core': 3.5.1 - '@octokit/types': 6.34.0 - dev: false + '@nrwl/cli': 13.2.3 + '@nrwl/devkit': 13.2.3 + '@nrwl/jest': 13.2.3_ts-node@9.1.1 + '@nrwl/linter': 13.2.3_ts-node@9.1.1 + '@parcel/watcher': 2.0.0-alpha.11 + chalk: 4.1.0 + chokidar: 3.5.2 + cosmiconfig: 4.0.0 + dotenv: 10.0.0 + enquirer: 2.3.6 + flat: 5.0.2 + fs-extra: 9.1.0 + glob: 7.1.4 + ignore: 5.1.9 + minimatch: 3.0.4 + npm-run-all: 4.1.5 + npm-run-path: 4.0.1 + open: 7.4.2 + prettier: 2.5.1 + rxjs: 6.6.7 + semver: 7.3.4 + strip-ansi: 6.0.0 + tmp: 0.2.1 + tslib: 2.3.1 + yargs: 15.4.1 + yargs-parser: 20.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - node-notifier + - supports-color + - ts-node + - utf-8-validate + dev: true - /@octokit/plugin-request-log/1.0.4_@octokit+core@3.5.1: + /@nxtend/capacitor/12.1.0_@nrwl+workspace@13.2.3: resolution: - { integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== } + { integrity: sha512-7MgZkanXeO5lJ3X6XY5b0NE+XD1058057i+EB71lxXA1TSQH/+GC5ahg2Z10uxgkrrpbXKVsPCV0EYxjWd+d4Q== } peerDependencies: - '@octokit/core': '>=3' + '@nrwl/workspace': ^12.0.0 dependencies: - '@octokit/core': 3.5.1 - dev: false + '@nrwl/devkit': 12.10.0 + '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + dev: true - /@octokit/plugin-rest-endpoint-methods/5.5.0_@octokit+core@3.5.1: + /@nxtend/ionic-angular/12.1.0_fe145e33711e8dbb09f753ec4259f960: resolution: - { integrity: sha512-v4dNoHF8cXNx7C67yQx7oarHs5Wg2IiafWvp/ULkNcCOuXgQdBOkJtwidpYqPiRPUw4uHDkI6Tgfje+nXB+Deg== } + { integrity: sha512-+Z7ajjB/NtxRGlGadZhY/reqsgmnG8VGpsz8AbiPHX5At0TXRKtSHiS3IXhJu6n3MFS8zTgitUEeN/haqVboHQ== } peerDependencies: - '@octokit/core': '>=3' - dependencies: - '@octokit/core': 3.5.1 - '@octokit/types': 6.34.0 - deprecation: 2.3.1 - dev: false - - /@octokit/request-error/2.1.0: - resolution: - { integrity: sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg== } - dependencies: - '@octokit/types': 6.34.0 - deprecation: 2.3.1 - once: 1.4.0 - dev: false - - /@octokit/request/5.6.2: - resolution: - { integrity: sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA== } - dependencies: - '@octokit/endpoint': 6.0.12 - '@octokit/request-error': 2.1.0 - '@octokit/types': 6.34.0 - is-plain-object: 5.0.0 - node-fetch: 2.6.5 - universal-user-agent: 6.0.0 - dev: false - - /@octokit/rest/18.7.0: - resolution: - { integrity: sha512-8K8BJFyPFRSfnwu+aSbdjU5w3EtxC33PkDlEi5tyVTYC+t4n7gaqygRg5ajJLCpb/ZzVaXXFJXC9OxQ9TvFRAw== } - dependencies: - '@octokit/core': 3.5.1 - '@octokit/plugin-paginate-rest': 2.17.0_@octokit+core@3.5.1 - '@octokit/plugin-request-log': 1.0.4_@octokit+core@3.5.1 - '@octokit/plugin-rest-endpoint-methods': 5.5.0_@octokit+core@3.5.1 - dev: false - - /@octokit/types/6.34.0: - resolution: - { integrity: sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw== } + '@nrwl/angular': ^12.0.0 + '@nxtend/capacitor': ^12.0.0 dependencies: - '@octokit/openapi-types': 11.2.0 - dev: false + '@nrwl/angular': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/devkit': 12.10.0 + '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.2.3 + dev: true /@parcel/watcher/2.0.0-alpha.11: resolution: @@ -2759,61 +1465,37 @@ packages: node-gyp-build: 4.3.0 dev: true - /@phenomnomnominal/tsquery/4.1.1_typescript@4.3.5: + /@phenomnomnominal/tsquery/4.1.1_typescript@4.4.4: resolution: { integrity: sha512-jjMmK1tnZbm1Jq5a7fBliM4gQwjxMU7TFoRNwIyzwlO+eHPRCFv/Nv+H/Gi1jc3WR7QURG8D5d0Tn12YGrUqBQ== } peerDependencies: typescript: ^3 || ^4 dependencies: esquery: 1.4.0 - typescript: 4.3.5 + typescript: 4.4.4 dev: true - /@schematics/angular/12.2.11: + /@schematics/angular/12.2.13: resolution: - { integrity: sha512-Xou0CSSD88LVxfl7GzqY3TYUG6mM4cN61zE7gTzqshCx3rR0JkbLn0Z+q67KhxYUs9qiPT5MHL0W06nJ0iLzDg== } + { integrity: sha512-TrigQ9TCmAedf1J5PSSSfTC+sScYrITeAUN8a9rlkjZNvff8hHVyQaiZmhqL+egKQL828mhkqpnFUDd4QsPBIw== } engines: { node: ^12.14.1 || >=14.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 12.2.11 - '@angular-devkit/schematics': 12.2.11 + '@angular-devkit/core': 12.2.13 + '@angular-devkit/schematics': 12.2.13 jsonc-parser: 3.0.0 - - /@schematics/angular/9.1.15: - resolution: - { integrity: sha512-ycbwKGurxcV8LRW4xCJtGNEj1h/ALI9RKwkBEirWfZhMeE7391A6aoVGzWrbUxWqqXA2AIQR0W34yXWne+GK3Q== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } - dependencies: - '@angular-devkit/core': 9.1.15 - '@angular-devkit/schematics': 9.1.15 dev: false - /@schematics/update/0.901.15: + /@schematics/angular/13.0.4: resolution: - { integrity: sha512-JOKhK7HkjPqd6pvIb6qIB9agYRJXT223NsYoVzG9GD2tmvipl6gDfR7GeSfuc7wxNQy8DkxvOfxn0lytz5NKLQ== } - engines: { node: '>= 10.13.0', npm: ^6.11.0 || ^7.5.6, yarn: '>= 1.13.0' } + { integrity: sha512-P9F5c8ApLbEyfNO4TZNsTyAdrtOjwIhrM/P+eEC4/x6nklWlEFE6TGMYTNjiK/RRhkbX1tBs8gcdJLYxtEqPSg== } + engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 9.1.15 - '@angular-devkit/schematics': 9.1.15 - '@yarnpkg/lockfile': 1.1.0 - ini: 1.3.6 - npm-package-arg: 8.0.1 - pacote: 9.5.12 - rxjs: 6.5.4 - semver: 7.1.3 - semver-intersect: 1.4.0 - dev: false - - /@sindresorhus/is/0.14.0: - resolution: - { integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== } - engines: { node: '>=6' } - dev: false - - /@sindresorhus/is/4.2.0: - resolution: - { integrity: sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw== } - engines: { node: '>=10' } - dev: false + '@angular-devkit/core': 13.0.4 + '@angular-devkit/schematics': 13.0.4 + jsonc-parser: 3.0.0 + transitivePeerDependencies: + - chokidar + dev: true /@sinonjs/commons/1.8.3: resolution: @@ -2822,29 +1504,13 @@ packages: type-detect: 4.0.8 dev: true - /@sinonjs/fake-timers/8.0.1: + /@sinonjs/fake-timers/8.1.0: resolution: - { integrity: sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew== } + { integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg== } dependencies: '@sinonjs/commons': 1.8.3 dev: true - /@szmarczak/http-timer/1.1.2: - resolution: - { integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA== } - engines: { node: '>=6' } - dependencies: - defer-to-connect: 1.1.3 - dev: false - - /@szmarczak/http-timer/4.0.6: - resolution: - { integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w== } - engines: { node: '>=10' } - dependencies: - defer-to-connect: 2.0.1 - dev: false - /@tootallnate/once/1.1.2: resolution: { integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== } @@ -2855,8 +1521,8 @@ packages: resolution: { integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ== } dependencies: - '@babel/parser': 7.15.8 - '@babel/types': 7.15.6 + '@babel/parser': 7.16.4 + '@babel/types': 7.16.0 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.14.2 @@ -2866,45 +1532,35 @@ packages: resolution: { integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA== } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true /@types/babel__template/7.4.1: resolution: { integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== } dependencies: - '@babel/parser': 7.15.8 - '@babel/types': 7.15.6 + '@babel/parser': 7.16.4 + '@babel/types': 7.16.0 dev: true /@types/babel__traverse/7.14.2: resolution: { integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA== } dependencies: - '@babel/types': 7.15.6 + '@babel/types': 7.16.0 dev: true - /@types/cacheable-request/6.0.2: - resolution: - { integrity: sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA== } - dependencies: - '@types/http-cache-semantics': 4.0.1 - '@types/keyv': 3.1.3 - '@types/node': 14.14.33 - '@types/responselike': 1.0.0 - dev: false - /@types/eslint-scope/3.7.1: resolution: { integrity: sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g== } dependencies: - '@types/eslint': 7.28.1 + '@types/eslint': 8.2.1 '@types/estree': 0.0.50 dev: true - /@types/eslint/7.28.1: + /@types/eslint/8.2.1: resolution: - { integrity: sha512-XhZKznR3i/W5dXqUhgU9fFdJekufbeBd5DALmkuXoeFcjbQcPk+2cL+WLHf6Q81HWAnM2vrslIHpGVyCAviRwg== } + { integrity: sha512-UP9rzNn/XyGwb5RQ2fok+DzcIRIYwc16qTXse5+Smsy8MOIccCChT15KAwnsgQx4PzJkaMq4myFyZ4CL5TjhIQ== } dependencies: '@types/estree': 0.0.50 '@types/json-schema': 7.0.9 @@ -2922,11 +1578,6 @@ packages: '@types/node': 14.14.33 dev: true - /@types/http-cache-semantics/4.0.1: - resolution: - { integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== } - dev: false - /@types/istanbul-lib-coverage/2.0.3: resolution: { integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw== } @@ -2950,8 +1601,8 @@ packages: resolution: { integrity: sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA== } dependencies: - jest-diff: 27.3.1 - pretty-format: 27.3.1 + jest-diff: 27.4.2 + pretty-format: 27.4.2 dev: true /@types/json-schema/7.0.9: @@ -2963,32 +1614,20 @@ packages: resolution: { integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4= } dev: true - /@types/keyv/3.1.3: - resolution: - { integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg== } - dependencies: - '@types/node': 14.14.33 - dev: false - /@types/node/14.14.33: resolution: { integrity: sha512-oJqcTrgPUF29oUP8AsUqbXGJNuPutsetaa9kTQAQce5Lx5dTYWV02ScBiT/k1BX/Z7pKeqedmvp39Wu4zR7N7g== } + dev: true /@types/parse-json/4.0.0: resolution: { integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== } - - /@types/prettier/2.4.1: - resolution: - { integrity: sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw== } dev: true - /@types/responselike/1.0.0: + /@types/prettier/2.4.2: resolution: - { integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA== } - dependencies: - '@types/node': 14.14.33 - dev: false + { integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA== } + dev: true /@types/source-list-map/0.1.2: resolution: @@ -3021,7 +1660,7 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/4.31.2_6946eb0249059a7613730d6dec5d13ce: + /@typescript-eslint/eslint-plugin/4.31.2_d439e56f58678febce1e76176681b03b: resolution: { integrity: sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA== } engines: { node: ^10.12.0 || >=12.0.0 } @@ -3033,21 +1672,21 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.22.0+typescript@4.3.5 - '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.3.5 + '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.22.0+typescript@4.4.4 + '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.4.4 '@typescript-eslint/scope-manager': 4.31.2 - debug: 4.3.2 + debug: 4.3.3 eslint: 7.22.0 functional-red-black-tree: 1.0.1 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.5 - typescript: 4.3.5 + tsutils: 3.21.0_typescript@4.4.4 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.31.2_eslint@7.22.0+typescript@4.3.5: + /@typescript-eslint/experimental-utils/4.31.2_eslint@7.22.0+typescript@4.4.4: resolution: { integrity: sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q== } engines: { node: ^10.12.0 || >=12.0.0 } @@ -3057,7 +1696,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 4.31.2 '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.4 eslint: 7.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.22.0 @@ -3066,7 +1705,7 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils/4.33.0_eslint@7.22.0+typescript@4.3.5: + /@typescript-eslint/experimental-utils/4.33.0_eslint@7.22.0+typescript@4.4.4: resolution: { integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== } engines: { node: ^10.12.0 || >=12.0.0 } @@ -3076,7 +1715,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4 eslint: 7.22.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.22.0 @@ -3085,7 +1724,7 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.31.2_eslint@7.22.0+typescript@4.3.5: + /@typescript-eslint/parser/4.31.2_eslint@7.22.0+typescript@4.4.4: resolution: { integrity: sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw== } engines: { node: ^10.12.0 || >=12.0.0 } @@ -3098,10 +1737,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.31.2 '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.3.5 - debug: 4.3.2 + '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.4 + debug: 4.3.3 eslint: 7.22.0 - typescript: 4.3.5 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true @@ -3136,7 +1775,7 @@ packages: engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } dev: true - /@typescript-eslint/typescript-estree/4.31.2_typescript@4.3.5: + /@typescript-eslint/typescript-estree/4.31.2_typescript@4.4.4: resolution: { integrity: sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA== } engines: { node: ^10.12.0 || >=12.0.0 } @@ -3148,17 +1787,17 @@ packages: dependencies: '@typescript-eslint/types': 4.31.2 '@typescript-eslint/visitor-keys': 4.31.2 - debug: 4.3.2 + debug: 4.3.3 globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.5 - typescript: 4.3.5 + tsutils: 3.21.0_typescript@4.4.4 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.3.5: + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.4: resolution: { integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== } engines: { node: ^10.12.0 || >=12.0.0 } @@ -3170,12 +1809,12 @@ packages: dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.2 + debug: 4.3.3 globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.5 - typescript: 4.3.5 + tsutils: 3.21.0_typescript@4.4.4 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true @@ -3332,22 +1971,18 @@ packages: /@yarnpkg/lockfile/1.1.0: resolution: { integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== } - dev: false - - /JSONStream/1.3.5: - resolution: - { integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== } - hasBin: true - dependencies: - jsonparse: 1.3.1 - through: 2.3.8 - dev: false + dev: true /abab/2.0.5: resolution: { integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== } dev: true + /abbrev/1.1.1: + resolution: + { integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== } + dev: true + /acorn-globals/6.0.0: resolution: { integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== } @@ -3356,13 +1991,13 @@ packages: acorn-walk: 7.2.0 dev: true - /acorn-import-assertions/1.8.0_acorn@8.5.0: + /acorn-import-assertions/1.8.0_acorn@8.6.0: resolution: { integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== } peerDependencies: acorn: ^8 dependencies: - acorn: 8.5.0 + acorn: 8.6.0 dev: true /acorn-jsx/5.3.2_acorn@7.4.1: @@ -3387,46 +2022,34 @@ packages: hasBin: true dev: true - /acorn/8.5.0: + /acorn/8.6.0: resolution: - { integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q== } + { integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw== } engines: { node: '>=0.4.0' } hasBin: true dev: true - /agent-base/4.2.1: - resolution: - { integrity: sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg== } - engines: { node: '>= 4.0.0' } - dependencies: - es6-promisify: 5.0.0 - dev: false - - /agent-base/4.3.0: - resolution: - { integrity: sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg== } - engines: { node: '>= 4.0.0' } - dependencies: - es6-promisify: 5.0.0 - dev: false - /agent-base/6.0.2: resolution: { integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== } engines: { node: '>= 6.0.0' } dependencies: - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true - /agentkeepalive/3.5.2: + /agentkeepalive/4.1.4: resolution: - { integrity: sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ== } - engines: { node: '>= 4.0.0' } + { integrity: sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ== } + engines: { node: '>= 8.0.0' } dependencies: + debug: 4.3.3 + depd: 1.1.2 humanize-ms: 1.2.1 - dev: false + transitivePeerDependencies: + - supports-color + dev: true /aggregate-error/3.1.0: resolution: @@ -3443,8 +2066,19 @@ packages: peerDependenciesMeta: ajv: optional: true + dependencies: + ajv: 8.6.2 + dev: false + + /ajv-formats/2.1.1: + resolution: + { integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== } + peerDependenciesMeta: + ajv: + optional: true dependencies: ajv: 8.6.3 + dev: true /ajv-keywords/3.5.2_ajv@6.12.6: resolution: @@ -3455,16 +2089,6 @@ packages: ajv: 6.12.6 dev: true - /ajv/6.12.3: - resolution: - { integrity: sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA== } - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 - dev: false - /ajv/6.12.6: resolution: { integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== } @@ -3473,6 +2097,7 @@ packages: fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.1 + dev: true /ajv/8.6.2: resolution: @@ -3482,6 +2107,7 @@ packages: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 + dev: false /ajv/8.6.3: resolution: @@ -3491,24 +2117,23 @@ packages: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 + dev: true - /ansi-align/3.0.1: + /ajv/8.8.2: resolution: - { integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== } + { integrity: sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw== } dependencies: - string-width: 4.2.3 - dev: false + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + dev: true /ansi-colors/4.1.1: resolution: { integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== } engines: { node: '>=6' } - - /ansi-escapes/3.2.0: - resolution: - { integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== } - engines: { node: '>=4' } - dev: false + dev: true /ansi-escapes/4.3.2: resolution: @@ -3516,11 +2141,7 @@ packages: engines: { node: '>=8' } dependencies: type-fest: 0.21.3 - - /ansi-regex/3.0.0: - resolution: { integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= } - engines: { node: '>=4' } - dev: false + dev: true /ansi-regex/5.0.1: resolution: @@ -3533,6 +2154,7 @@ packages: engines: { node: '>=4' } dependencies: color-convert: 1.9.3 + dev: true /ansi-styles/4.3.0: resolution: @@ -3547,10 +2169,6 @@ packages: engines: { node: '>=10' } dev: true - /ansicolors/0.3.2: - resolution: { integrity: sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk= } - dev: false - /anymatch/3.1.2: resolution: { integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== } @@ -3558,11 +2176,21 @@ packages: dependencies: normalize-path: 3.0.0 picomatch: 2.3.0 + dev: true - /aproba/1.2.0: + /aproba/2.0.0: resolution: - { integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== } - dev: false + { integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== } + dev: true + + /are-we-there-yet/2.0.0: + resolution: + { integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== } + engines: { node: '>=10' } + dependencies: + delegates: 1.0.0 + readable-stream: 3.6.0 + dev: true /arg/4.1.3: resolution: @@ -3574,52 +2202,12 @@ packages: { integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== } dependencies: sprintf-js: 1.0.3 - - /arr-diff/4.0.0: - resolution: { integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= } - engines: { node: '>=0.10.0' } - dev: true - - /arr-flatten/1.1.0: - resolution: - { integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== } - engines: { node: '>=0.10.0' } - dev: true - - /arr-union/3.1.0: - resolution: { integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= } - engines: { node: '>=0.10.0' } dev: true /array-union/2.1.0: resolution: { integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== } engines: { node: '>=8' } - - /array-unique/0.3.2: - resolution: { integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= } - engines: { node: '>=0.10.0' } - dev: true - - /asap/2.0.6: - resolution: { integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= } - dev: false - - /asn1/0.2.4: - resolution: - { integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== } - dependencies: - safer-buffer: 2.1.2 - dev: false - - /assert-plus/1.0.0: - resolution: { integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= } - engines: { node: '>=0.8' } - dev: false - - /assign-symbols/1.0.0: - resolution: { integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= } - engines: { node: '>=0.10.0' } dev: true /astral-regex/2.0.0: @@ -3628,63 +2216,42 @@ packages: engines: { node: '>=8' } dev: true - /async-retry/1.3.1: - resolution: - { integrity: sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA== } - dependencies: - retry: 0.12.0 - dev: false - /async/0.9.2: resolution: { integrity: sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= } dev: true /asynckit/0.4.0: resolution: { integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= } + dev: true /at-least-node/1.0.0: resolution: { integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== } engines: { node: '>= 4.0.0' } - - /atob/2.1.2: - resolution: - { integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== } - engines: { node: '>= 4.5.0' } - hasBin: true dev: true - /aws-sign2/0.7.0: - resolution: { integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= } - dev: false - - /aws4/1.11.0: - resolution: - { integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== } - dev: false - /axios/0.21.4: resolution: { integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== } dependencies: - follow-redirects: 1.14.4 + follow-redirects: 1.14.5 transitivePeerDependencies: - debug dev: true - /babel-jest/27.3.1_@babel+core@7.15.8: + /babel-jest/27.4.2_@babel+core@7.16.0: resolution: - { integrity: sha512-SjIF8hh/ir0peae2D6S6ZKRhUy7q/DnpH7k/V6fT4Bgs/LXXUztOpX4G2tCgq8mLo5HA9mN6NmlFMeYtKmIsTQ== } + { integrity: sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.15.8 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@babel/core': 7.16.0 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.2.0_@babel+core@7.15.8 + babel-preset-jest: 27.4.0_@babel+core@7.16.0 chalk: 4.1.2 graceful-fs: 4.2.8 slash: 3.0.0 @@ -3692,31 +2259,6 @@ packages: - supports-color dev: true - /babel-loader/8.2.3_@babel+core@7.15.8: - resolution: - { integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw== } - engines: { node: '>= 8.9' } - requiresBuild: true - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.15.8 - find-cache-dir: 3.3.2 - loader-utils: 1.4.0 - make-dir: 3.1.0 - schema-utils: 2.7.1 - dev: true - optional: true - - /babel-plugin-dynamic-import-node/2.3.3: - resolution: - { integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== } - dependencies: - object.assign: 4.1.2 - dev: true - optional: true - /babel-plugin-istanbul/6.1.1: resolution: { integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== } @@ -3725,140 +2267,70 @@ packages: '@babel/helper-plugin-utils': 7.14.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 5.0.4 + istanbul-lib-instrument: 5.1.0 test-exclude: 6.0.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-jest-hoist/27.2.0: + /babel-plugin-jest-hoist/27.4.0: resolution: - { integrity: sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw== } + { integrity: sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@babel/template': 7.15.4 - '@babel/types': 7.15.6 + '@babel/template': 7.16.0 + '@babel/types': 7.16.0 '@types/babel__core': 7.1.16 '@types/babel__traverse': 7.14.2 dev: true - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.8: - resolution: - { integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.8 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.8: - resolution: - { integrity: sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 - core-js-compat: 3.18.3 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.8: - resolution: - { integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== } - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.15.8 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 - transitivePeerDependencies: - - supports-color - dev: true - optional: true - - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.15.8: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.0: resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== } peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.8 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.8 + '@babel/core': 7.16.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.0 dev: true - /babel-preset-jest/27.2.0_@babel+core@7.15.8: + /babel-preset-jest/27.4.0_@babel+core@7.16.0: resolution: - { integrity: sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg== } + { integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.8 - babel-plugin-jest-hoist: 27.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.8 + '@babel/core': 7.16.0 + babel-plugin-jest-hoist: 27.4.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 dev: true /balanced-match/1.0.2: resolution: { integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== } - - /base/0.11.2: - resolution: - { integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== } - engines: { node: '>=0.10.0' } - dependencies: - cache-base: 1.0.1 - class-utils: 0.3.6 - component-emitter: 1.3.0 - define-property: 1.0.0 - isobject: 3.0.1 - mixin-deep: 1.3.2 - pascalcase: 0.1.1 dev: true /base64-js/1.5.1: resolution: { integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== } - /bcrypt-pbkdf/1.0.2: - resolution: { integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= } - dependencies: - tweetnacl: 0.14.5 - dev: false - - /before-after-hook/2.2.2: - resolution: - { integrity: sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ== } - dev: false - - /big.js/5.2.2: - resolution: - { integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== } - dev: true - /binary-extensions/2.2.0: resolution: { integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== } engines: { node: '>=8' } + dev: true /bl/4.1.0: resolution: @@ -3868,29 +2340,10 @@ packages: inherits: 2.0.4 readable-stream: 3.6.0 - /bluebird/3.7.1: - resolution: - { integrity: sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg== } - dev: true - /bluebird/3.7.2: resolution: { integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== } - - /boxen/4.2.0: - resolution: - { integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ== } - engines: { node: '>=8' } - dependencies: - ansi-align: 3.0.1 - camelcase: 5.3.1 - chalk: 3.0.0 - cli-boxes: 2.2.1 - string-width: 4.2.3 - term-size: 2.2.1 - type-fest: 0.8.1 - widest-line: 3.1.0 - dev: false + dev: true /brace-expansion/1.1.11: resolution: @@ -3898,22 +2351,6 @@ packages: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - - /braces/2.3.2: - resolution: - { integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== } - engines: { node: '>=0.10.0' } - dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.4 - snapdragon: 0.8.2 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 dev: true /braces/3.0.2: @@ -3922,22 +2359,23 @@ packages: engines: { node: '>=8' } dependencies: fill-range: 7.0.1 + dev: true /browser-process-hrtime/1.0.0: resolution: { integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== } dev: true - /browserslist/4.17.4: + /browserslist/4.18.1: resolution: - { integrity: sha512-Zg7RpbZpIJRW3am9Lyckue7PLytvVxxhJj1CaJVlCWENsGEAOlnlt8X0ZxGRPp7Bt9o8tIRM5SEXy4BCPMJjLQ== } + { integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ== } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001270 - electron-to-chromium: 1.3.874 + caniuse-lite: 1.0.30001285 + electron-to-chromium: 1.4.11 escalade: 3.1.1 - node-releases: 2.0.0 + node-releases: 2.0.1 picocolors: 1.0.0 dev: true @@ -3959,6 +2397,7 @@ packages: /buffer-from/1.1.2: resolution: { integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== } + dev: true /buffer/5.7.1: resolution: @@ -3969,124 +2408,64 @@ packages: /builtins/1.0.3: resolution: { integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og= } - dev: false + dev: true - /cacache/12.0.4: + /cacache/15.3.0: resolution: - { integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ== } + { integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== } + engines: { node: '>= 10' } dependencies: - bluebird: 3.7.2 - chownr: 1.1.4 - figgy-pudding: 3.5.2 + '@npmcli/fs': 1.0.0 + '@npmcli/move-file': 1.1.2 + chownr: 2.0.0 + fs-minipass: 2.1.0 glob: 7.2.0 - graceful-fs: 4.2.8 infer-owner: 1.0.4 - lru-cache: 5.1.1 - mississippi: 3.0.0 - mkdirp: 0.5.5 - move-concurrently: 1.0.1 + lru-cache: 6.0.0 + minipass: 3.1.5 + minipass-collect: 1.0.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + mkdirp: 1.0.4 + p-map: 4.0.0 promise-inflight: 1.0.1 - rimraf: 2.7.1 - ssri: 6.0.2 + rimraf: 3.0.2 + ssri: 8.0.1 + tar: 6.1.11 unique-filename: 1.1.1 - y18n: 4.0.3 - dev: false - - /cache-base/1.0.1: - resolution: - { integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== } - engines: { node: '>=0.10.0' } - dependencies: - collection-visit: 1.0.0 - component-emitter: 1.3.0 - get-value: 2.0.6 - has-value: 1.0.0 - isobject: 3.0.1 - set-value: 2.0.1 - to-object-path: 0.3.0 - union-value: 1.0.1 - unset-value: 1.0.0 dev: true - /cacheable-lookup/5.0.4: - resolution: - { integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA== } - engines: { node: '>=10.6.0' } - dev: false - - /cacheable-request/6.1.0: - resolution: - { integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg== } - engines: { node: '>=8' } - dependencies: - clone-response: 1.0.2 - get-stream: 5.2.0 - http-cache-semantics: 4.1.0 - keyv: 3.1.0 - lowercase-keys: 2.0.0 - normalize-url: 4.5.1 - responselike: 1.0.2 - dev: false - - /cacheable-request/7.0.2: - resolution: - { integrity: sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew== } - engines: { node: '>=8' } - dependencies: - clone-response: 1.0.2 - get-stream: 5.2.0 - http-cache-semantics: 4.1.0 - keyv: 4.0.3 - lowercase-keys: 2.0.0 - normalize-url: 6.1.0 - responselike: 2.0.0 - dev: false - /call-bind/1.0.2: resolution: { integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== } dependencies: function-bind: 1.1.1 get-intrinsic: 1.1.1 + dev: true /callsites/3.1.0: resolution: { integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== } engines: { node: '>=6' } + dev: true /camelcase/5.3.1: resolution: { integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== } engines: { node: '>=6' } + dev: true - /camelcase/6.2.0: + /camelcase/6.2.1: resolution: - { integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== } + { integrity: sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA== } engines: { node: '>=10' } dev: true - /caniuse-lite/1.0.30001270: + /caniuse-lite/1.0.30001285: resolution: - { integrity: sha512-TcIC7AyNWXhcOmv2KftOl1ShFAaHQYcB/EPL/hEyMrcS7ZX0/DvV1aoy6BzV0+16wTpoAyTMGDNAJfSqS/rz7A== } + { integrity: sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q== } dev: true - /canonical-path/1.0.0: - resolution: - { integrity: sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg== } - dev: false - - /cardinal/2.1.1: - resolution: { integrity: sha1-fMEFXYItISlU0HsIXeolHMe8VQU= } - hasBin: true - dependencies: - ansicolors: 0.3.2 - redeyed: 2.1.1 - dev: false - - /caseless/0.12.0: - resolution: { integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= } - dev: false - /chalk/2.4.2: resolution: { integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== } @@ -4095,15 +2474,7 @@ packages: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 - - /chalk/3.0.0: - resolution: - { integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== } - engines: { node: '>=8' } - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: false + dev: true /chalk/4.1.0: resolution: @@ -4114,15 +2485,6 @@ packages: supports-color: 7.2.0 dev: true - /chalk/4.1.1: - resolution: - { integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== } - engines: { node: '>=10' } - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: false - /chalk/4.1.2: resolution: { integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== } @@ -4131,11 +2493,6 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /changelog-filename-regex/1.1.2: - resolution: - { integrity: sha512-kpOfKlZ9x2UpeC4at6FAXHLKfi/JEUqUqkPCb1JUCa5FnNbJIzOHRM9RfeQ1QDcpj+Gxuc/UoHqASgmEeFDejQ== } - dev: false - /char-regex/1.0.2: resolution: { integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== } @@ -4145,7 +2502,7 @@ packages: /chardet/0.7.0: resolution: { integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== } - dev: false + dev: true /chokidar/3.5.2: resolution: @@ -4161,11 +2518,7 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.2 - - /chownr/1.1.4: - resolution: - { integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== } - dev: false + dev: true /chownr/2.0.0: resolution: @@ -4179,14 +2532,9 @@ packages: engines: { node: '>=6.0' } dev: true - /ci-info/2.0.0: - resolution: - { integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== } - dev: false - - /ci-info/3.2.0: + /ci-info/3.3.0: resolution: - { integrity: sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A== } + { integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== } dev: true /cjs-module-lexer/1.2.2: @@ -4194,37 +2542,12 @@ packages: { integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== } dev: true - /class-utils/0.3.6: - resolution: - { integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== } - engines: { node: '>=0.10.0' } - dependencies: - arr-union: 3.1.0 - define-property: 0.2.5 - isobject: 3.0.1 - static-extend: 0.1.2 - dev: true - /clean-stack/2.2.0: resolution: { integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== } engines: { node: '>=6' } dev: true - /clean-stack/3.0.1: - resolution: - { integrity: sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg== } - engines: { node: '>=10' } - dependencies: - escape-string-regexp: 4.0.0 - dev: false - - /cli-boxes/2.2.1: - resolution: - { integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== } - engines: { node: '>=6' } - dev: false - /cli-cursor/3.1.0: resolution: { integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== } @@ -4232,15 +2555,6 @@ packages: dependencies: restore-cursor: 3.1.0 - /cli-progress/3.9.1: - resolution: - { integrity: sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q== } - engines: { node: '>=4' } - dependencies: - colors: 1.4.0 - string-width: 4.2.3 - dev: false - /cli-spinners/2.6.1: resolution: { integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== } @@ -4255,49 +2569,11 @@ packages: string-width: 4.2.3 dev: true - /cli-ux/5.6.3: - resolution: - { integrity: sha512-/oDU4v8BiDjX2OKcSunGH0iGDiEtj2rZaGyqNuv9IT4CgcSMyVWAMfn0+rEHaOc4n9ka78B0wo1+N1QX89f7mw== } - engines: { node: '>=8.0.0' } - dependencies: - '@oclif/command': 1.8.0_supports-color@8.1.1 - '@oclif/errors': 1.3.5 - '@oclif/linewrap': 1.0.0 - '@oclif/screen': 1.0.4 - ansi-escapes: 4.3.2 - ansi-styles: 4.3.0 - cardinal: 2.1.1 - chalk: 4.1.2 - clean-stack: 3.0.1 - cli-progress: 3.9.1 - extract-stack: 2.0.0 - fs-extra: 8.1.0 - hyperlinker: 1.0.0 - indent-string: 4.0.0 - is-wsl: 2.2.0 - js-yaml: 3.14.1 - lodash: 4.17.21 - natural-orderby: 2.0.3 - object-treeify: 1.1.33 - password-prompt: 1.1.2 - semver: 7.3.5 - string-width: 4.2.3 - strip-ansi: 6.0.1 - supports-color: 8.1.1 - supports-hyperlinks: 2.2.0 - tslib: 2.3.1 - dev: false - - /cli-width/2.2.1: - resolution: - { integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw== } - dev: false - /cli-width/3.0.0: resolution: { integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== } engines: { node: '>= 10' } - dev: false + dev: true /cliui/6.0.0: resolution: @@ -4315,6 +2591,7 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + dev: true /clone-deep/4.0.1: resolution: @@ -4326,12 +2603,6 @@ packages: shallow-clone: 3.0.1 dev: true - /clone-response/1.0.2: - resolution: { integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= } - dependencies: - mimic-response: 1.0.1 - dev: false - /clone/1.0.4: resolution: { integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= } engines: { node: '>=0.8' } @@ -4346,19 +2617,12 @@ packages: { integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== } dev: true - /collection-visit/1.0.0: - resolution: { integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= } - engines: { node: '>=0.10.0' } - dependencies: - map-visit: 1.0.0 - object-visit: 1.0.1 - dev: true - /color-convert/1.9.3: resolution: { integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== } dependencies: color-name: 1.1.3 + dev: true /color-convert/2.0.1: resolution: @@ -4369,21 +2633,27 @@ packages: /color-name/1.1.3: resolution: { integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= } + dev: true /color-name/1.1.4: resolution: { integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== } + /color-support/1.1.3: + resolution: + { integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== } + hasBin: true + dev: true + /colorette/1.4.0: resolution: { integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== } dev: true - /colors/1.4.0: + /colorette/2.0.16: resolution: - { integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== } - engines: { node: '>=0.1.90' } - dev: false + { integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g== } + dev: true /combined-stream/1.0.8: resolution: @@ -4391,86 +2661,42 @@ packages: engines: { node: '>= 0.8' } dependencies: delayed-stream: 1.0.0 + dev: true /commander/2.20.3: resolution: { integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== } dev: true - /commander/8.2.0: + /commander/8.3.0: resolution: - { integrity: sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA== } + { integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== } engines: { node: '>= 12' } dev: true - /commondir/1.0.1: - resolution: { integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= } - dev: true - optional: true - - /component-emitter/1.3.0: - resolution: - { integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== } - dev: true - /concat-map/0.0.1: resolution: { integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= } - - /concat-stream/1.6.2: - resolution: - { integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== } - engines: { '0': node >= 0.8 } - dependencies: - buffer-from: 1.1.2 - inherits: 2.0.4 - readable-stream: 2.3.7 - typedarray: 0.0.6 - dev: false - - /configstore/5.0.1: - resolution: - { integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA== } - engines: { node: '>=8' } - dependencies: - dot-prop: 5.3.0 - graceful-fs: 4.2.8 - make-dir: 3.1.0 - unique-string: 2.0.0 - write-file-atomic: 3.0.3 - xdg-basedir: 4.0.0 - dev: false + dev: true /confusing-browser-globals/1.0.10: resolution: { integrity: sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA== } dev: true + /console-control-strings/1.1.0: + resolution: { integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= } + dev: true + /convert-source-map/1.8.0: resolution: { integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== } dependencies: safe-buffer: 5.1.2 - - /copy-concurrently/1.0.5: - resolution: - { integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== } - dependencies: - aproba: 1.2.0 - fs-write-stream-atomic: 1.0.10 - iferr: 0.1.5 - mkdirp: 0.5.5 - rimraf: 2.7.1 - run-queue: 1.0.3 - dev: false - - /copy-descriptor/0.1.1: - resolution: { integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= } - engines: { node: '>=0.10.0' } dev: true - /copy-webpack-plugin/9.0.1_webpack@5.59.1: + /copy-webpack-plugin/9.1.0_webpack@5.65.0: resolution: - { integrity: sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw== } + { integrity: sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA== } engines: { node: '>= 12.13.0' } peerDependencies: webpack: ^5.1.0 @@ -4479,35 +2705,17 @@ packages: glob-parent: 6.0.2 globby: 11.0.4 normalize-path: 3.0.0 - p-limit: 3.1.0 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - webpack: 5.59.1 - dev: true - - /core-js-compat/3.18.3: - resolution: - { integrity: sha512-4zP6/y0a2RTHN5bRGT7PTq9lVt3WzvffTNjqnTKsXhkAYNDTkdCLOIfAdOLcQ/7TDdyRj3c+NeHe1NmF1eDScw== } - dependencies: - browserslist: 4.17.4 - semver: 7.0.0 + webpack: 5.65.0 dev: true - optional: true - /core-js/3.18.3: + /core-js/3.19.3: resolution: - { integrity: sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw== } + { integrity: sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g== } requiresBuild: true dev: true - /core-util-is/1.0.2: - resolution: { integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= } - dev: false - - /core-util-is/1.0.3: - resolution: - { integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== } - /cosmiconfig/4.0.0: resolution: { integrity: sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ== } @@ -4531,18 +2739,6 @@ packages: yaml: 1.10.2 dev: true - /cosmiconfig/7.0.0: - resolution: - { integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== } - engines: { node: '>=10' } - dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: false - /cosmiconfig/7.0.1: resolution: { integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== } @@ -4570,6 +2766,7 @@ packages: semver: 5.7.1 shebang-command: 1.2.0 which: 1.3.1 + dev: true /cross-spawn/7.0.3: resolution: @@ -4579,12 +2776,7 @@ packages: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 - - /crypto-random-string/2.0.0: - resolution: - { integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== } - engines: { node: '>=8' } - dev: false + dev: true /cssom/0.3.8: resolution: @@ -4604,17 +2796,6 @@ packages: cssom: 0.3.8 dev: true - /cyclist/1.0.1: - resolution: { integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= } - dev: false - - /dashdash/1.14.1: - resolution: { integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= } - engines: { node: '>=0.10' } - dependencies: - assert-plus: 1.0.0 - dev: false - /data-urls/2.0.0: resolution: { integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== } @@ -4625,34 +2806,6 @@ packages: whatwg-url: 8.7.0 dev: true - /debug/2.6.9: - resolution: - { integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== } - dependencies: - ms: 2.0.0 - dev: true - - /debug/3.1.0: - resolution: - { integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== } - dependencies: - ms: 2.0.0 - dev: false - - /debug/3.2.7: - resolution: - { integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== } - dependencies: - ms: 2.1.3 - dev: false - - /debug/4.1.1: - resolution: - { integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== } - deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) - dependencies: - ms: 2.1.3 - /debug/4.3.2: resolution: { integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== } @@ -4664,10 +2817,11 @@ packages: optional: true dependencies: ms: 2.1.2 + dev: true - /debug/4.3.2_supports-color@7.2.0: + /debug/4.3.3: resolution: - { integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== } + { integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== } engines: { node: '>=6.0' } peerDependencies: supports-color: '*' @@ -4676,12 +2830,11 @@ packages: optional: true dependencies: ms: 2.1.2 - supports-color: 7.2.0 - dev: false + dev: true - /debug/4.3.2_supports-color@8.1.1: + /debug/4.3.3_supports-color@8.1.1: resolution: - { integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== } + { integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== } engines: { node: '>=6.0' } peerDependencies: supports-color: '*' @@ -4691,10 +2844,7 @@ packages: dependencies: ms: 2.1.2 supports-color: 8.1.1 - - /debuglog/1.0.1: - resolution: { integrity: sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= } - dev: false + dev: true /decamelize/1.2.0: resolution: { integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= } @@ -4706,35 +2856,10 @@ packages: { integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ== } dev: true - /decode-uri-component/0.2.0: - resolution: { integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= } - engines: { node: '>=0.10' } - - /decompress-response/3.3.0: - resolution: { integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= } - engines: { node: '>=4' } - dependencies: - mimic-response: 1.0.1 - dev: false - - /decompress-response/6.0.0: - resolution: - { integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== } - engines: { node: '>=10' } - dependencies: - mimic-response: 3.1.0 - dev: false - /dedent/0.7.0: resolution: { integrity: sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= } dev: true - /deep-extend/0.6.0: - resolution: - { integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== } - engines: { node: '>=4.0.0' } - dev: false - /deep-is/0.1.4: resolution: { integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== } @@ -4751,16 +2876,11 @@ packages: dependencies: clone: 1.0.4 - /defer-to-connect/1.1.3: - resolution: - { integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ== } - dev: false - - /defer-to-connect/2.0.1: + /define-lazy-prop/2.0.0: resolution: - { integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== } - engines: { node: '>=10' } - dev: false + { integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== } + engines: { node: '>=8' } + dev: true /define-properties/1.1.3: resolution: @@ -4768,52 +2888,21 @@ packages: engines: { node: '>= 0.4' } dependencies: object-keys: 1.1.1 - - /define-property/0.2.5: - resolution: { integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= } - engines: { node: '>=0.10.0' } - dependencies: - is-descriptor: 0.1.6 - dev: true - - /define-property/1.0.0: - resolution: { integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY= } - engines: { node: '>=0.10.0' } - dependencies: - is-descriptor: 1.0.2 - - /define-property/2.0.2: - resolution: - { integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== } - engines: { node: '>=0.10.0' } - dependencies: - is-descriptor: 1.0.2 - isobject: 3.0.1 dev: true /delayed-stream/1.0.0: resolution: { integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= } engines: { node: '>=0.4.0' } + dev: true - /dependency-graph/0.7.2: - resolution: - { integrity: sha512-KqtH4/EZdtdfWX0p6MGP9jljvxSY6msy/pRUD4jgNwVpv3v1QmNLlsB3LDSSUg79BRVSn7jI1QPRtArGABovAQ== } - engines: { node: '>= 0.6.0' } - dev: false - - /deprecated-obj/2.0.0: - resolution: - { integrity: sha512-CkdywZC2rJ8RGh+y3MM1fw1EJ4oO/oNExGbRFv0AQoMS+faTd3nO7slYjkj/6t8OnIMUE+wxh6G97YHhK1ytrw== } - engines: { node: '>=10' } - dependencies: - flat: 5.0.2 - lodash: 4.17.21 - dev: false + /delegates/1.0.0: + resolution: { integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= } + dev: true - /deprecation/2.3.1: - resolution: - { integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== } - dev: false + /depd/1.1.2: + resolution: { integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= } + engines: { node: '>= 0.6' } + dev: true /detect-newline/3.1.0: resolution: @@ -4821,26 +2910,9 @@ packages: engines: { node: '>=8' } dev: true - /detect-repo-changelog/1.0.1: - resolution: { integrity: sha1-whCMu/CWTae8B0ZFtq0dO4CmvW0= } - engines: { node: '>=4.0.0' } - dependencies: - changelog-filename-regex: 1.1.2 - is-regular-file: 1.1.1 - lodash.find: 4.6.0 - pify: 2.3.0 - dev: false - - /dezalgo/1.0.3: - resolution: { integrity: sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY= } - dependencies: - asap: 2.0.6 - wrappy: 1.0.2 - dev: false - - /diff-sequences/27.0.6: + /diff-sequences/27.4.0: resolution: - { integrity: sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ== } + { integrity: sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dev: true @@ -4856,6 +2928,7 @@ packages: engines: { node: '>=8' } dependencies: path-type: 4.0.0 + dev: true /doctrine/3.0.0: resolution: @@ -4873,41 +2946,12 @@ packages: webidl-conversions: 5.0.0 dev: true - /dot-prop/5.3.0: - resolution: - { integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== } - engines: { node: '>=8' } - dependencies: - is-obj: 2.0.0 - dev: false - /dotenv/10.0.0: resolution: { integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== } engines: { node: '>=10' } dev: true - /duplexer3/0.1.4: - resolution: { integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= } - dev: false - - /duplexify/3.7.1: - resolution: - { integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g== } - dependencies: - end-of-stream: 1.4.4 - inherits: 2.0.4 - readable-stream: 2.3.7 - stream-shift: 1.0.1 - dev: false - - /ecc-jsbn/0.1.2: - resolution: { integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= } - dependencies: - jsbn: 0.1.1 - safer-buffer: 2.1.2 - dev: false - /ejs/3.1.6: resolution: { integrity: sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw== } @@ -4917,9 +2961,9 @@ packages: jake: 10.8.2 dev: true - /electron-to-chromium/1.3.874: + /electron-to-chromium/1.4.11: resolution: - { integrity: sha512-OxEyMXzLi6Y9UMPgyjP6XSuIsgD1xgK2FWnek/toV3G0Zr89bKSuNaX8YRM5hWtSaNEiL/TqubOvwtDTU3pwZA== } + { integrity: sha512-2OhsaYgsWGhWjx2et8kaUcdktPbBGjKM2X0BReUCKcSCPttEY+hz2zie820JLbttU8jwL92+JJysWwkut3wZgA== } dev: true /emittery/0.8.1: @@ -4931,36 +2975,16 @@ packages: /emoji-regex/8.0.0: resolution: { integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== } - - /emojis-list/3.0.0: - resolution: - { integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== } - engines: { node: '>= 4' } dev: true /encoding/0.1.13: resolution: { integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== } + requiresBuild: true dependencies: iconv-lite: 0.6.3 - dev: false - - /end-of-stream/1.4.4: - resolution: - { integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== } - dependencies: - once: 1.4.0 - dev: false - - /enhanced-resolve/4.5.0: - resolution: - { integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg== } - engines: { node: '>=6.9.0' } - dependencies: - graceful-fs: 4.2.8 - memory-fs: 0.5.0 - tapable: 1.1.3 dev: true + optional: true /enhanced-resolve/5.8.3: resolution: @@ -4979,16 +3003,15 @@ packages: ansi-colors: 4.1.1 dev: true - /err-code/1.1.2: - resolution: { integrity: sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= } - dev: false + /env-paths/2.2.1: + resolution: + { integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== } + engines: { node: '>=6' } + dev: true - /errno/0.1.8: + /err-code/2.0.3: resolution: - { integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== } - hasBin: true - dependencies: - prr: 1.0.1 + { integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== } dev: true /error-ex/1.3.2: @@ -4996,6 +3019,7 @@ packages: { integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== } dependencies: is-arrayish: 0.2.1 + dev: true /es-abstract/1.19.1: resolution: @@ -5016,12 +3040,13 @@ packages: is-shared-array-buffer: 1.0.1 is-string: 1.0.7 is-weakref: 1.0.1 - object-inspect: 1.11.0 + object-inspect: 1.11.1 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 string.prototype.trimstart: 1.0.4 unbox-primitive: 1.0.1 + dev: true /es-module-lexer/0.9.3: resolution: @@ -5036,32 +3061,18 @@ packages: is-callable: 1.2.4 is-date-object: 1.0.5 is-symbol: 1.0.4 - - /es6-promise/4.2.8: - resolution: - { integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== } - dev: false - - /es6-promisify/5.0.0: - resolution: { integrity: sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= } - dependencies: - es6-promise: 4.2.8 - dev: false + dev: true /escalade/3.1.1: resolution: { integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== } engines: { node: '>=6' } - - /escape-goat/2.1.1: - resolution: - { integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q== } - engines: { node: '>=8' } - dev: false + dev: true /escape-string-regexp/1.0.5: resolution: { integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= } engines: { node: '>=0.8.0' } + dev: true /escape-string-regexp/2.0.0: resolution: @@ -5073,6 +3084,7 @@ packages: resolution: { integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== } engines: { node: '>=10' } + dev: true /escodegen/2.0.0: resolution: @@ -5081,7 +3093,7 @@ packages: hasBin: true dependencies: esprima: 4.0.1 - estraverse: 5.2.0 + estraverse: 5.3.0 esutils: 2.0.3 optionator: 0.8.3 optionalDependencies: @@ -5149,7 +3161,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.2 + debug: 4.3.3 doctrine: 3.0.0 enquirer: 2.3.6 eslint-scope: 5.1.1 @@ -5161,7 +3173,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.11.0 + globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -5178,7 +3190,7 @@ packages: semver: 7.3.5 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 - table: 6.7.2 + table: 6.7.5 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: @@ -5197,7 +3209,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.2 + debug: 4.3.3 doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 @@ -5211,7 +3223,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.11.0 + globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -5228,7 +3240,7 @@ packages: semver: 7.3.5 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 - table: 6.7.2 + table: 6.7.5 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: @@ -5250,13 +3262,14 @@ packages: { integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== } engines: { node: '>=4' } hasBin: true + dev: true /esquery/1.4.0: resolution: { integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== } engines: { node: '>=0.10' } dependencies: - estraverse: 5.2.0 + estraverse: 5.3.0 dev: true /esrecurse/4.3.0: @@ -5264,7 +3277,7 @@ packages: { integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== } engines: { node: '>=4.0' } dependencies: - estraverse: 5.2.0 + estraverse: 5.3.0 dev: true /estraverse/4.3.0: @@ -5273,9 +3286,9 @@ packages: engines: { node: '>=4.0' } dev: true - /estraverse/5.2.0: + /estraverse/5.3.0: resolution: - { integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== } + { integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== } engines: { node: '>=4.0' } dev: true @@ -5291,22 +3304,6 @@ packages: engines: { node: '>=0.8.x' } dev: true - /execa/4.0.3: - resolution: - { integrity: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== } - engines: { node: '>=10' } - dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.1 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - signal-exit: 3.0.5 - strip-final-newline: 2.0.0 - dev: false - /execa/5.1.1: resolution: { integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== } @@ -5319,7 +3316,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.5 + signal-exit: 3.0.6 strip-final-newline: 2.0.0 dev: true @@ -5328,52 +3325,19 @@ packages: engines: { node: '>= 0.8.0' } dev: true - /expand-brackets/2.1.4: - resolution: { integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI= } - engines: { node: '>=0.10.0' } - dependencies: - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - posix-character-classes: 0.1.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - dev: true - - /expect/27.3.1: + /expect/27.4.2: resolution: - { integrity: sha512-MrNXV2sL9iDRebWPGOGFdPQRl2eDQNu/uhxIMShjjx74T6kC6jFIkmQ6OqXDtevjGUkyB2IT56RzDBqXf/QPCg== } + { integrity: sha512-BjAXIDC6ZOW+WBFNg96J22D27Nq5ohn+oGcuP2rtOtcjuxNoV9McpQ60PcQWhdFOSBIQdR72e+4HdnbZTFSTyg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 ansi-styles: 5.2.0 - jest-get-type: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-regex-util: 27.0.6 - dev: true - - /extend-shallow/2.0.1: - resolution: { integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= } - engines: { node: '>=0.10.0' } - dependencies: - is-extendable: 0.1.1 - dev: true - - /extend-shallow/3.0.2: - resolution: { integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= } - engines: { node: '>=0.10.0' } - dependencies: - assign-symbols: 1.0.0 - is-extendable: 1.0.1 + jest-get-type: 27.4.0 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-regex-util: 27.4.0 dev: true - /extend/3.0.2: - resolution: - { integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== } - dev: false - /external-editor/3.1.0: resolution: { integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== } @@ -5382,34 +3346,8 @@ packages: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 - dev: false - - /extglob/2.0.4: - resolution: - { integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== } - engines: { node: '>=0.10.0' } - dependencies: - array-unique: 0.3.2 - define-property: 1.0.0 - expand-brackets: 2.1.4 - extend-shallow: 2.0.1 - fragment-cache: 0.2.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 dev: true - /extract-stack/2.0.0: - resolution: - { integrity: sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ== } - engines: { node: '>=8' } - dev: false - - /extsprintf/1.3.0: - resolution: { integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= } - engines: { '0': node >=0.6.0 } - dev: false - /fast-deep-equal/3.1.3: resolution: { integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== } @@ -5424,6 +3362,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.4 + dev: true /fast-json-stable-stringify/2.1.0: resolution: @@ -5438,6 +3377,7 @@ packages: { integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== } dependencies: reusify: 1.0.4 + dev: true /fb-watchman/2.0.1: resolution: @@ -5446,18 +3386,13 @@ packages: bser: 2.1.1 dev: true - /figgy-pudding/3.5.2: - resolution: - { integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw== } - dev: false - /figures/3.2.0: resolution: { integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== } engines: { node: '>=8' } dependencies: escape-string-regexp: 1.0.5 - dev: false + dev: true /file-entry-cache/6.0.1: resolution: @@ -5474,38 +3409,18 @@ packages: minimatch: 3.0.4 dev: true - /fill-range/4.0.0: - resolution: { integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= } - engines: { node: '>=0.10.0' } - dependencies: - extend-shallow: 2.0.1 - is-number: 3.0.0 - repeat-string: 1.6.1 - to-regex-range: 2.1.1 - dev: true - /fill-range/7.0.1: resolution: { integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== } engines: { node: '>=8' } dependencies: to-regex-range: 5.0.1 + dev: true - /filter-obj/1.1.0: - resolution: { integrity: sha1-mzERErxsYSehbgFsbF1/GeCAXFs= } - engines: { node: '>=0.10.0' } - dev: false - - /find-cache-dir/3.3.2: + /find-parent-dir/0.3.1: resolution: - { integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== } - engines: { node: '>=8' } - dependencies: - commondir: 1.0.1 - make-dir: 3.1.0 - pkg-dir: 4.2.0 + { integrity: sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A== } dev: true - optional: true /find-up/4.1.0: resolution: @@ -5516,21 +3431,12 @@ packages: path-exists: 4.0.0 dev: true - /find-up/5.0.0: - resolution: - { integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== } - engines: { node: '>=10' } - dependencies: - locate-path: 6.0.0 - path-exists: 4.0.0 - dev: false - /flat-cache/3.0.4: resolution: { integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== } engines: { node: ^10.12.0 || >=12.0.0 } dependencies: - flatted: 3.2.2 + flatted: 3.2.4 rimraf: 3.0.2 dev: true @@ -5538,23 +3444,16 @@ packages: resolution: { integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== } hasBin: true - - /flatted/3.2.2: - resolution: - { integrity: sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== } dev: true - /flush-write-stream/1.1.1: + /flatted/3.2.4: resolution: - { integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w== } - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false + { integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw== } + dev: true - /follow-redirects/1.14.4: + /follow-redirects/1.14.5: resolution: - { integrity: sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== } + { integrity: sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA== } engines: { node: '>=4.0' } peerDependencies: debug: '*' @@ -5563,21 +3462,12 @@ packages: optional: true dev: true - /for-in/1.0.2: - resolution: { integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= } - engines: { node: '>=0.10.0' } - dev: true - - /forever-agent/0.6.1: - resolution: { integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= } - dev: false - /fork-ts-checker-webpack-plugin/6.2.10: resolution: { integrity: sha512-HveFCHWSH2WlYU1tU3PkrupvW8lNFMTfH3Jk0TfC2mtktE9ibHGcifhCsCFvj+kqlDfNIlwmNLiNqR9jnSA7OQ== } engines: { node: '>=10', yarn: '>=1.0.0' } dependencies: - '@babel/code-frame': 7.15.8 + '@babel/code-frame': 7.16.0 '@types/json-schema': 7.0.9 chalk: 4.1.2 chokidar: 3.5.2 @@ -5585,33 +3475,13 @@ packages: deepmerge: 4.2.2 fs-extra: 9.1.0 glob: 7.2.0 - memfs: 3.3.0 + memfs: 3.4.0 minimatch: 3.0.4 schema-utils: 2.7.0 semver: 7.3.5 tapable: 1.1.3 dev: true - /form-data/2.3.3: - resolution: - { integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== } - engines: { node: '>= 0.12' } - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.33 - dev: false - - /form-data/3.0.0: - resolution: - { integrity: sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg== } - engines: { node: '>= 6' } - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.31 - dev: false - /form-data/3.0.1: resolution: { integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== } @@ -5619,23 +3489,9 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.33 - dev: true - - /fragment-cache/0.2.1: - resolution: { integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= } - engines: { node: '>=0.10.0' } - dependencies: - map-cache: 0.2.2 + mime-types: 2.1.34 dev: true - /from2/2.3.0: - resolution: { integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= } - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false - /fs-extra/10.0.0: resolution: { integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ== } @@ -5646,24 +3502,6 @@ packages: universalify: 2.0.0 dev: true - /fs-extra/4.0.2: - resolution: { integrity: sha1-+RcExT0bRh+JNFKwwwfZmXZHq2s= } - dependencies: - graceful-fs: 4.2.8 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - - /fs-extra/8.1.0: - resolution: - { integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== } - engines: { node: '>=6 <7 || >=8' } - dependencies: - graceful-fs: 4.2.8 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - /fs-extra/9.1.0: resolution: { integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== } @@ -5673,13 +3511,7 @@ packages: graceful-fs: 4.2.8 jsonfile: 6.1.0 universalify: 2.0.0 - - /fs-minipass/1.2.7: - resolution: - { integrity: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA== } - dependencies: - minipass: 2.9.0 - dev: false + dev: true /fs-minipass/2.1.0: resolution: @@ -5694,17 +3526,9 @@ packages: { integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== } dev: true - /fs-write-stream-atomic/1.0.10: - resolution: { integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= } - dependencies: - graceful-fs: 4.2.8 - iferr: 0.1.5 - imurmurhash: 0.1.4 - readable-stream: 2.3.7 - dev: false - /fs.realpath/1.0.0: resolution: { integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= } + dev: true /fsevents/2.3.2: resolution: @@ -5712,20 +3536,33 @@ packages: engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] requiresBuild: true + dev: true optional: true /function-bind/1.1.1: resolution: { integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== } + dev: true /functional-red-black-tree/1.0.1: resolution: { integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= } dev: true - /genfun/5.0.0: + /gauge/4.0.0: resolution: - { integrity: sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== } - dev: false + { integrity: sha512-F8sU45yQpjQjxKkm1UOAhf0U/O0aFt//Fl7hsrNVto+patMHjs7dPI9mFOGUKbhrgKm0S3EjW3scMFuQmWSROw== } + engines: { node: ^12.13.0 || ^14.15.0 || >=16 } + dependencies: + ansi-regex: 5.0.1 + aproba: 2.0.0 + color-support: 1.1.3 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + signal-exit: 3.0.6 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wide-align: 1.1.5 + dev: true /gensync/1.0.0-beta.2: resolution: @@ -5737,6 +3574,7 @@ packages: resolution: { integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== } engines: { node: 6.* || 8.* || >= 10.* } + dev: true /get-intrinsic/1.1.1: resolution: @@ -5745,6 +3583,7 @@ packages: function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.2 + dev: true /get-own-enumerable-property-symbols/3.0.2: resolution: @@ -5757,22 +3596,6 @@ packages: engines: { node: '>=8.0.0' } dev: true - /get-stream/4.1.0: - resolution: - { integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== } - engines: { node: '>=6' } - dependencies: - pump: 3.0.0 - dev: false - - /get-stream/5.2.0: - resolution: - { integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== } - engines: { node: '>=8' } - dependencies: - pump: 3.0.0 - dev: false - /get-stream/6.0.1: resolution: { integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== } @@ -5786,39 +3609,15 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - - /get-value/2.0.6: - resolution: { integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= } - engines: { node: '>=0.10.0' } dev: true - /getpass/0.1.7: - resolution: { integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= } - dependencies: - assert-plus: 1.0.0 - dev: false - - /git-up/4.0.5: - resolution: - { integrity: sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA== } - dependencies: - is-ssh: 1.3.3 - parse-url: 6.0.0 - dev: false - - /git-url-parse/11.5.0: - resolution: - { integrity: sha512-TZYSMDeM37r71Lqg1mbnMlOqlHd7BSij9qN7XwTkRqSAYFMihGLGhfHwgqQob3GUhEneKnV4nskN9rbQw2KGxA== } - dependencies: - git-up: 4.0.5 - dev: false - /glob-parent/5.1.2: resolution: { integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== } engines: { node: '>= 6' } dependencies: is-glob: 4.0.3 + dev: true /glob-parent/6.0.2: resolution: @@ -5843,6 +3642,7 @@ packages: minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 + dev: true /glob/7.2.0: resolution: @@ -5854,14 +3654,7 @@ packages: minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 - - /global-dirs/2.1.0: - resolution: - { integrity: sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ== } - engines: { node: '>=8' } - dependencies: - ini: 1.3.7 - dev: false + dev: true /globals/11.12.0: resolution: @@ -5869,27 +3662,14 @@ packages: engines: { node: '>=4' } dev: true - /globals/13.11.0: + /globals/13.12.0: resolution: - { integrity: sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g== } + { integrity: sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg== } engines: { node: '>=8' } dependencies: type-fest: 0.20.2 dev: true - /globby/11.0.1: - resolution: - { integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== } - engines: { node: '>=10' } - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.2.7 - ignore: 5.1.8 - merge2: 1.4.1 - slash: 3.0.0 - dev: false - /globby/11.0.4: resolution: { integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== } @@ -5898,64 +3678,15 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.7 - ignore: 5.1.8 + ignore: 5.1.9 merge2: 1.4.1 slash: 3.0.0 - - /got/11.8.2: - resolution: - { integrity: sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ== } - engines: { node: '>=10.19.0' } - dependencies: - '@sindresorhus/is': 4.2.0 - '@szmarczak/http-timer': 4.0.6 - '@types/cacheable-request': 6.0.2 - '@types/responselike': 1.0.0 - cacheable-lookup: 5.0.4 - cacheable-request: 7.0.2 - decompress-response: 6.0.0 - http2-wrapper: 1.0.3 - lowercase-keys: 2.0.0 - p-cancelable: 2.1.1 - responselike: 2.0.0 - dev: false - - /got/9.6.0: - resolution: - { integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q== } - engines: { node: '>=8.6' } - dependencies: - '@sindresorhus/is': 0.14.0 - '@szmarczak/http-timer': 1.1.2 - cacheable-request: 6.1.0 - decompress-response: 3.3.0 - duplexer3: 0.1.4 - get-stream: 4.1.0 - lowercase-keys: 1.0.1 - mimic-response: 1.0.1 - p-cancelable: 1.1.0 - to-readable-stream: 1.0.0 - url-parse-lax: 3.0.0 - dev: false + dev: true /graceful-fs/4.2.8: resolution: { integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg== } - - /har-schema/2.0.0: - resolution: { integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= } - engines: { node: '>=4' } - dev: false - - /har-validator/5.1.5: - resolution: - { integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== } - engines: { node: '>=6' } - deprecated: this library is no longer supported - dependencies: - ajv: 6.12.6 - har-schema: 2.0.0 - dev: false + dev: true /harmony-reflect/1.6.2: resolution: @@ -5965,10 +3696,12 @@ packages: /has-bigints/1.0.1: resolution: { integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== } + dev: true /has-flag/3.0.0: resolution: { integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= } engines: { node: '>=4' } + dev: true /has-flag/4.0.0: resolution: @@ -5979,6 +3712,7 @@ packages: resolution: { integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== } engines: { node: '>= 0.4' } + dev: true /has-tostringtag/1.0.0: resolution: @@ -5986,62 +3720,32 @@ packages: engines: { node: '>= 0.4' } dependencies: has-symbols: 1.0.2 - - /has-value/0.3.1: - resolution: { integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= } - engines: { node: '>=0.10.0' } - dependencies: - get-value: 2.0.6 - has-values: 0.1.4 - isobject: 2.1.0 - dev: true - - /has-value/1.0.0: - resolution: { integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= } - engines: { node: '>=0.10.0' } - dependencies: - get-value: 2.0.6 - has-values: 1.0.0 - isobject: 3.0.1 - dev: true - - /has-values/0.1.4: - resolution: { integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E= } - engines: { node: '>=0.10.0' } dev: true - /has-values/1.0.0: - resolution: { integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= } - engines: { node: '>=0.10.0' } - dependencies: - is-number: 3.0.0 - kind-of: 4.0.0 + /has-unicode/2.0.1: + resolution: { integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= } dev: true - /has-yarn/2.1.0: - resolution: - { integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw== } - engines: { node: '>=8' } - dev: false - /has/1.0.3: resolution: { integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== } engines: { node: '>= 0.4.0' } dependencies: function-bind: 1.1.1 + dev: true /hosted-git-info/2.8.9: resolution: { integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== } + dev: true - /hosted-git-info/3.0.8: + /hosted-git-info/4.0.2: resolution: - { integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw== } + { integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== } engines: { node: '>=10' } dependencies: lru-cache: 6.0.0 - dev: false + dev: true /html-encoding-sniffer/2.0.1: resolution: @@ -6056,24 +3760,10 @@ packages: { integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== } dev: true - /http-cache-semantics/3.8.1: - resolution: - { integrity: sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== } - dev: false - /http-cache-semantics/4.1.0: resolution: { integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== } - dev: false - - /http-proxy-agent/2.1.0: - resolution: - { integrity: sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg== } - engines: { node: '>= 4.5.0' } - dependencies: - agent-base: 4.3.0 - debug: 3.1.0 - dev: false + dev: true /http-proxy-agent/4.0.1: resolution: @@ -6082,55 +3772,22 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true - /http-signature/1.2.0: - resolution: { integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= } - engines: { node: '>=0.8', npm: '>=1.3.7' } - dependencies: - assert-plus: 1.0.0 - jsprim: 1.4.1 - sshpk: 1.16.1 - dev: false - - /http2-wrapper/1.0.3: - resolution: - { integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg== } - engines: { node: '>=10.19.0' } - dependencies: - quick-lru: 5.1.1 - resolve-alpn: 1.2.1 - dev: false - - /https-proxy-agent/2.2.4: - resolution: - { integrity: sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg== } - engines: { node: '>= 4.5.0' } - dependencies: - agent-base: 4.3.0 - debug: 3.2.7 - dev: false - /https-proxy-agent/5.0.0: resolution: { integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== } engines: { node: '>= 6' } dependencies: agent-base: 6.0.2 - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true - /human-signals/1.1.1: - resolution: - { integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== } - engines: { node: '>=8.12.0' } - dev: false - /human-signals/2.1.0: resolution: { integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== } @@ -6140,28 +3797,23 @@ packages: /humanize-ms/1.2.1: resolution: { integrity: sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= } dependencies: - ms: 2.1.3 - dev: false + ms: 2.1.2 + dev: true - /husky/7.0.2: + /husky/7.0.4: resolution: - { integrity: sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg== } + { integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== } engines: { node: '>=12' } hasBin: true dev: true - /hyperlinker/1.0.0: - resolution: - { integrity: sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ== } - engines: { node: '>=4' } - dev: false - /iconv-lite/0.4.24: resolution: { integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== } engines: { node: '>=0.10.0' } dependencies: safer-buffer: 2.1.2 + dev: true /iconv-lite/0.6.3: resolution: @@ -6169,7 +3821,8 @@ packages: engines: { node: '>=0.10.0' } dependencies: safer-buffer: 2.1.2 - dev: false + dev: true + optional: true /identity-obj-proxy/3.0.0: resolution: { integrity: sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ= } @@ -6182,16 +3835,13 @@ packages: resolution: { integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== } - /iferr/0.1.5: - resolution: { integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE= } - dev: false - - /ignore-walk/3.0.4: + /ignore-walk/4.0.1: resolution: - { integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== } + { integrity: sha512-rzDQLaW4jQbh2YrOFlJdCtX8qgJTehFRYiUB2r1osqTeDzV/3+Jh8fz1oAPzUThf3iku8Ds4IDqawI5d8mUiQw== } + engines: { node: '>=10' } dependencies: minimatch: 3.0.4 - dev: false + dev: true /ignore/4.0.6: resolution: @@ -6199,18 +3849,11 @@ packages: engines: { node: '>= 4' } dev: true - /ignore/5.1.8: + /ignore/5.1.9: resolution: - { integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== } + { integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== } engines: { node: '>= 4' } - - /import-cwd/3.0.0: - resolution: - { integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg== } - engines: { node: '>=8' } - dependencies: - import-from: 3.0.0 - dev: false + dev: true /import-fresh/3.3.0: resolution: @@ -6219,19 +3862,7 @@ packages: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - - /import-from/3.0.0: - resolution: - { integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ== } - engines: { node: '>=8' } - dependencies: - resolve-from: 5.0.0 - dev: false - - /import-lazy/2.1.0: - resolution: { integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= } - engines: { node: '>=4' } - dev: false + dev: true /import-local/3.0.3: resolution: @@ -6246,65 +3877,39 @@ packages: /imurmurhash/0.1.4: resolution: { integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o= } engines: { node: '>=0.8.19' } + dev: true /indent-string/4.0.0: resolution: { integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== } engines: { node: '>=8' } + dev: true /infer-owner/1.0.4: resolution: { integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== } - dev: false + dev: true /inflight/1.0.6: resolution: { integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= } dependencies: once: 1.4.0 wrappy: 1.0.2 + dev: true /inherits/2.0.4: resolution: { integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== } - /ini/1.3.6: - resolution: - { integrity: sha512-IZUoxEjNjubzrmvzZU4lKP7OnYmX72XRl3sqkfJhBKweKi5rnGi5+IUdlj/H1M+Ip5JQ1WzaDMOBRY90Ajc5jg== } - dev: false - - /ini/1.3.7: - resolution: - { integrity: sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ== } - dev: false - - /ini/1.3.8: + /ini/2.0.0: resolution: - { integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== } - dev: false - - /inquirer/7.1.0: - resolution: - { integrity: sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== } - engines: { node: '>=6.0.0' } - dependencies: - ansi-escapes: 4.3.2 - chalk: 3.0.0 - cli-cursor: 3.1.0 - cli-width: 2.2.1 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - dev: false + { integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== } + engines: { node: '>=10' } + dev: true - /inquirer/7.3.3: + /inquirer/8.2.0: resolution: - { integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== } + { integrity: sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ== } engines: { node: '>=8.0.0' } dependencies: ansi-escapes: 4.3.2 @@ -6315,12 +3920,13 @@ packages: figures: 3.2.0 lodash: 4.17.21 mute-stream: 0.0.8 + ora: 5.4.1 run-async: 2.4.1 - rxjs: 6.6.7 + rxjs: 7.4.0 string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 - dev: false + dev: true /internal-slot/1.0.3: resolution: @@ -6330,39 +3936,22 @@ packages: get-intrinsic: 1.1.1 has: 1.0.3 side-channel: 1.0.4 - - /interpret/1.4.0: - resolution: - { integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== } - engines: { node: '>= 0.10' } - dev: false + dev: true /ip/1.1.5: resolution: { integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= } - dev: false - - /is-accessor-descriptor/0.1.6: - resolution: { integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 3.2.2 dev: true - /is-accessor-descriptor/1.0.0: - resolution: - { integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 6.0.3 - /is-arrayish/0.2.1: resolution: { integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= } + dev: true /is-bigint/1.0.4: resolution: { integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== } dependencies: has-bigints: 1.0.1 + dev: true /is-binary-path/2.1.0: resolution: @@ -6370,6 +3959,7 @@ packages: engines: { node: '>=8' } dependencies: binary-extensions: 2.2.0 + dev: true /is-boolean-object/1.1.2: resolution: @@ -6378,30 +3968,20 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - - /is-buffer/1.1.6: - resolution: - { integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== } + dev: true /is-callable/1.2.4: resolution: { integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== } engines: { node: '>= 0.4' } + dev: true - /is-ci/2.0.0: - resolution: - { integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== } - hasBin: true - dependencies: - ci-info: 2.0.0 - dev: false - - /is-ci/3.0.0: + /is-ci/3.0.1: resolution: - { integrity: sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ== } + { integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== } hasBin: true dependencies: - ci-info: 3.2.0 + ci-info: 3.3.0 dev: true /is-core-module/2.8.0: @@ -6409,47 +3989,16 @@ packages: { integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw== } dependencies: has: 1.0.3 - - /is-data-descriptor/0.1.4: - resolution: { integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 3.2.2 dev: true - /is-data-descriptor/1.0.0: - resolution: - { integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 6.0.3 - /is-date-object/1.0.5: resolution: { integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== } engines: { node: '>= 0.4' } dependencies: has-tostringtag: 1.0.0 - - /is-descriptor/0.1.6: - resolution: - { integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== } - engines: { node: '>=0.10.0' } - dependencies: - is-accessor-descriptor: 0.1.6 - is-data-descriptor: 0.1.4 - kind-of: 5.1.0 dev: true - /is-descriptor/1.0.2: - resolution: - { integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== } - engines: { node: '>=0.10.0' } - dependencies: - is-accessor-descriptor: 1.0.0 - is-data-descriptor: 1.0.0 - kind-of: 6.0.3 - /is-directory/0.3.1: resolution: { integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= } engines: { node: '>=0.10.0' } @@ -6460,33 +4009,18 @@ packages: { integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== } engines: { node: '>=8' } hasBin: true - - /is-extendable/0.1.1: - resolution: { integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= } - engines: { node: '>=0.10.0' } - dev: true - - /is-extendable/1.0.1: - resolution: - { integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== } - engines: { node: '>=0.10.0' } - dependencies: - is-plain-object: 2.0.4 dev: true /is-extglob/2.1.1: resolution: { integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= } engines: { node: '>=0.10.0' } - - /is-fullwidth-code-point/2.0.0: - resolution: { integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= } - engines: { node: '>=4' } - dev: false + dev: true /is-fullwidth-code-point/3.0.0: resolution: { integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== } engines: { node: '>=8' } + dev: true /is-generator-fn/2.1.0: resolution: @@ -6500,31 +4034,22 @@ packages: engines: { node: '>=0.10.0' } dependencies: is-extglob: 2.1.1 - - /is-installed-globally/0.3.2: - resolution: - { integrity: sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g== } - engines: { node: '>=8' } - dependencies: - global-dirs: 2.1.0 - is-path-inside: 3.0.3 - dev: false + dev: true /is-interactive/1.0.0: resolution: { integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== } engines: { node: '>=8' } + /is-lambda/1.0.1: + resolution: { integrity: sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= } + dev: true + /is-negative-zero/2.0.1: resolution: { integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== } engines: { node: '>= 0.4' } - - /is-npm/4.0.0: - resolution: - { integrity: sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig== } - engines: { node: '>=8' } - dev: false + dev: true /is-number-object/1.0.6: resolution: @@ -6532,35 +4057,19 @@ packages: engines: { node: '>= 0.4' } dependencies: has-tostringtag: 1.0.0 - - /is-number/3.0.0: - resolution: { integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 3.2.2 + dev: true /is-number/7.0.0: resolution: { integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== } engines: { node: '>=0.12.0' } + dev: true /is-obj/1.0.1: resolution: { integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8= } engines: { node: '>=0.10.0' } dev: true - /is-obj/2.0.0: - resolution: - { integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== } - engines: { node: '>=8' } - dev: false - - /is-path-inside/3.0.3: - resolution: - { integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== } - engines: { node: '>=8' } - dev: false - /is-plain-object/2.0.4: resolution: { integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== } @@ -6569,12 +4078,6 @@ packages: isobject: 3.0.1 dev: true - /is-plain-object/5.0.0: - resolution: - { integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== } - engines: { node: '>=0.10.0' } - dev: false - /is-potential-custom-element-name/1.0.1: resolution: { integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== } @@ -6587,32 +4090,23 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-regexp/1.0.0: resolution: { integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk= } engines: { node: '>=0.10.0' } dev: true - /is-regular-file/1.1.1: - resolution: - { integrity: sha512-+1U3MZrVwC4HM6VUKk3L5fiHtNd2d9kayzEJhmQ+B+uIBPE/p8Fy8QVdkx0HIr3o9J5TOKJY40eI5GfTfBqbdA== } - dev: false - /is-shared-array-buffer/1.0.1: resolution: { integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== } - - /is-ssh/1.3.3: - resolution: - { integrity: sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ== } - dependencies: - protocols: 1.4.8 - dev: false + dev: true /is-stream/2.0.1: resolution: { integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== } engines: { node: '>=8' } + dev: true /is-string/1.0.7: resolution: @@ -6620,6 +4114,7 @@ packages: engines: { node: '>= 0.4' } dependencies: has-tostringtag: 1.0.0 + dev: true /is-symbol/1.0.4: resolution: @@ -6627,9 +4122,11 @@ packages: engines: { node: '>= 0.4' } dependencies: has-symbols: 1.0.2 + dev: true /is-typedarray/1.0.0: resolution: { integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= } + dev: true /is-unicode-supported/0.1.0: resolution: @@ -6641,11 +4138,6 @@ packages: { integrity: sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ== } dependencies: call-bind: 1.0.2 - - /is-windows/1.0.2: - resolution: - { integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== } - engines: { node: '>=0.10.0' } dev: true /is-wsl/2.2.0: @@ -6654,23 +4146,10 @@ packages: engines: { node: '>=8' } dependencies: is-docker: 2.2.1 - - /is-yarn-global/0.3.0: - resolution: - { integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw== } - dev: false - - /isarray/1.0.0: - resolution: { integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= } + dev: true /isexe/2.0.0: resolution: { integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= } - - /isobject/2.1.0: - resolution: { integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= } - engines: { node: '>=0.10.0' } - dependencies: - isarray: 1.0.0 dev: true /isobject/3.0.1: @@ -6678,10 +4157,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - /isstream/0.1.2: - resolution: { integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= } - dev: false - /istanbul-lib-coverage/3.2.0: resolution: { integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== } @@ -6693,7 +4168,7 @@ packages: { integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== } engines: { node: '>=8' } dependencies: - '@babel/core': 7.15.8 + '@babel/core': 7.16.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -6701,13 +4176,13 @@ packages: - supports-color dev: true - /istanbul-lib-instrument/5.0.4: + /istanbul-lib-instrument/5.1.0: resolution: - { integrity: sha512-W6jJF9rLGEISGoCyXRqa/JCGQGmmxPO10TMu7izaUTynxvBvTjqzAIIGCK9USBmIbQAaSWD6XJPrM9Pv5INknw== } + { integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q== } engines: { node: '>=8' } dependencies: - '@babel/core': 7.15.8 - '@babel/parser': 7.15.8 + '@babel/core': 7.16.0 + '@babel/parser': 7.16.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -6730,16 +4205,16 @@ packages: { integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== } engines: { node: '>=10' } dependencies: - debug: 4.3.2 + debug: 4.3.3 istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color dev: true - /istanbul-reports/3.0.5: + /istanbul-reports/3.1.1: resolution: - { integrity: sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ== } + { integrity: sha512-q1kvhAXWSsXfMjCdNHNPKZZv94OlspKnoGv+R9RGbnqOOQ0VbNfLFgQDVgi7hHenKsndGq3/o0OBdzDXthWcNw== } engines: { node: '>=8' } dependencies: html-escaper: 2.0.2 @@ -6766,37 +4241,37 @@ packages: lodash: 4.17.21 dev: true - /jest-changed-files/27.3.0: + /jest-changed-files/27.4.2: resolution: - { integrity: sha512-9DJs9garMHv4RhylUMZgbdCJ3+jHSkpL9aaVKp13xtXAD80qLTLrqcDZL1PHA9dYA0bCI86Nv2BhkLpLhrBcPg== } + { integrity: sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 execa: 5.1.1 throat: 6.0.1 dev: true - /jest-circus/27.3.1: + /jest-circus/27.4.2: resolution: - { integrity: sha512-v1dsM9II6gvXokgqq6Yh2jHCpfg7ZqV4jWY66u7npz24JnhP3NHxI0sKT7+ZMQ7IrOWHYAaeEllOySbDbWsiXw== } + { integrity: sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/environment': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 + '@jest/environment': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.3.1 + expect: 27.4.2 is-generator-fn: 2.1.0 - jest-each: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-runtime: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - pretty-format: 27.3.1 + jest-each: 27.4.2 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-runtime: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + pretty-format: 27.4.2 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -6804,9 +4279,9 @@ packages: - supports-color dev: true - /jest-cli/27.3.1_ts-node@9.1.1: + /jest-cli/27.4.3_ts-node@9.1.1: resolution: - { integrity: sha512-WHnCqpfK+6EvT62me6WVs8NhtbjAS4/6vZJnk7/2+oOr50cwAzG4Wxt6RXX0hu6m1169ZGMlhYYUNeKBXCph/Q== } + { integrity: sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } hasBin: true peerDependencies: @@ -6815,16 +4290,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.3.1_ts-node@9.1.1 - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 + '@jest/core': 27.4.3_ts-node@9.1.1 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.8 import-local: 3.0.3 - jest-config: 27.3.1_ts-node@9.1.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-config: 27.4.3_ts-node@9.1.1 + jest-util: 27.4.2 + jest-validate: 27.4.2 prompts: 2.4.2 yargs: 16.2.0 transitivePeerDependencies: @@ -6845,28 +4320,28 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.15.8 - '@jest/test-sequencer': 27.3.1 - '@jest/types': 27.2.5 - babel-jest: 27.3.1_@babel+core@7.15.8 + '@babel/core': 7.16.0 + '@jest/test-sequencer': 27.4.2 + '@jest/types': 27.4.2 + babel-jest: 27.4.2_@babel+core@7.16.0 chalk: 4.1.2 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 - is-ci: 3.0.0 - jest-circus: 27.3.1 - jest-environment-jsdom: 27.3.1 - jest-environment-node: 27.3.1 - jest-get-type: 27.3.1 - jest-jasmine2: 27.3.1 - jest-regex-util: 27.0.6 + is-ci: 3.0.1 + jest-circus: 27.4.2 + jest-environment-jsdom: 27.4.3 + jest-environment-node: 27.4.2 + jest-get-type: 27.4.0 + jest-jasmine2: 27.4.2 + jest-regex-util: 27.4.0 jest-resolve: 27.2.2 - jest-runner: 27.3.1 + jest-runner: 27.4.3 jest-util: 27.2.0 - jest-validate: 27.3.1 + jest-validate: 27.4.2 micromatch: 4.0.4 - pretty-format: 27.3.1 - ts-node: 9.1.1_typescript@4.3.5 + pretty-format: 27.4.2 + ts-node: 9.1.1_typescript@4.4.4 transitivePeerDependencies: - bufferutil - canvas @@ -6874,9 +4349,9 @@ packages: - utf-8-validate dev: true - /jest-config/27.3.1_ts-node@9.1.1: + /jest-config/27.4.3_ts-node@9.1.1: resolution: - { integrity: sha512-KY8xOIbIACZ/vdYCKSopL44I0xboxC751IX+DXL2+Wx6DKNycyEfV3rryC3BPm5Uq/BBqDoMrKuqLEUNJmMKKg== } + { integrity: sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: ts-node: '>=9.0.0' @@ -6884,28 +4359,29 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.15.8 - '@jest/test-sequencer': 27.3.1 - '@jest/types': 27.2.5 - babel-jest: 27.3.1_@babel+core@7.15.8 + '@babel/core': 7.16.0 + '@jest/test-sequencer': 27.4.2 + '@jest/types': 27.4.2 + babel-jest: 27.4.2_@babel+core@7.16.0 chalk: 4.1.2 - ci-info: 3.2.0 + ci-info: 3.3.0 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-circus: 27.3.1 - jest-environment-jsdom: 27.3.1 - jest-environment-node: 27.3.1 - jest-get-type: 27.3.1 - jest-jasmine2: 27.3.1 - jest-regex-util: 27.0.6 - jest-resolve: 27.3.1 - jest-runner: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-circus: 27.4.2 + jest-environment-jsdom: 27.4.3 + jest-environment-node: 27.4.2 + jest-get-type: 27.4.0 + jest-jasmine2: 27.4.2 + jest-regex-util: 27.4.0 + jest-resolve: 27.4.2 + jest-runner: 27.4.3 + jest-util: 27.4.2 + jest-validate: 27.4.2 micromatch: 4.0.4 - pretty-format: 27.3.1 - ts-node: 9.1.1_typescript@4.3.5 + pretty-format: 27.4.2 + slash: 3.0.0 + ts-node: 9.1.1_typescript@4.4.4 transitivePeerDependencies: - bufferutil - canvas @@ -6913,48 +4389,48 @@ packages: - utf-8-validate dev: true - /jest-diff/27.3.1: + /jest-diff/27.4.2: resolution: - { integrity: sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ== } + { integrity: sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: chalk: 4.1.2 - diff-sequences: 27.0.6 - jest-get-type: 27.3.1 - pretty-format: 27.3.1 + diff-sequences: 27.4.0 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: true - /jest-docblock/27.0.6: + /jest-docblock/27.4.0: resolution: - { integrity: sha512-Fid6dPcjwepTFraz0YxIMCi7dejjJ/KL9FBjPYhBp4Sv1Y9PdhImlKZqYU555BlN4TQKaTc+F2Av1z+anVyGkA== } + { integrity: sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: detect-newline: 3.1.0 dev: true - /jest-each/27.3.1: + /jest-each/27.4.2: resolution: - { integrity: sha512-E4SwfzKJWYcvOYCjOxhZcxwL+AY0uFMvdCOwvzgutJiaiodFjkxQQDxHm8FQBeTqDnSmKsQWn7ldMRzTn2zJaQ== } + { integrity: sha512-53V2MNyW28CTruB3lXaHNk6PkiIFuzdOC9gR3C6j8YE/ACfrPnz+slB0s17AgU1TtxNzLuHyvNlLJ+8QYw9nBg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 chalk: 4.1.2 - jest-get-type: 27.3.1 - jest-util: 27.3.1 - pretty-format: 27.3.1 + jest-get-type: 27.4.0 + jest-util: 27.4.2 + pretty-format: 27.4.2 dev: true - /jest-environment-jsdom/27.3.1: + /jest-environment-jsdom/27.4.3: resolution: - { integrity: sha512-3MOy8qMzIkQlfb3W1TfrD7uZHj+xx8Olix5vMENkj5djPmRqndMaXtpnaZkxmxM+Qc3lo+yVzJjzuXbCcZjAlg== } + { integrity: sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/environment': 27.3.1 - '@jest/fake-timers': 27.3.1 - '@jest/types': 27.2.5 + '@jest/environment': 27.4.2 + '@jest/fake-timers': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 - jest-mock: 27.3.0 - jest-util: 27.3.1 + jest-mock: 27.4.2 + jest-util: 27.4.2 jsdom: 16.7.0 transitivePeerDependencies: - bufferutil @@ -6963,115 +4439,115 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.3.1: + /jest-environment-node/27.4.2: resolution: - { integrity: sha512-T89F/FgkE8waqrTSA7/ydMkcc52uYPgZZ6q8OaZgyiZkJb5QNNCF6oPZjH9IfPFfcc9uBWh1574N0kY0pSvTXw== } + { integrity: sha512-nzTZ5nJ+FabuZPH2YVci7SZIHpvtNRHPt8+vipLkCnAgXGjVzHm7XJWdnNqXbAkExIgiKeVEkVMNZOZE/LeiIg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/environment': 27.3.1 - '@jest/fake-timers': 27.3.1 - '@jest/types': 27.2.5 + '@jest/environment': 27.4.2 + '@jest/fake-timers': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 - jest-mock: 27.3.0 - jest-util: 27.3.1 + jest-mock: 27.4.2 + jest-util: 27.4.2 dev: true - /jest-get-type/27.3.1: + /jest-get-type/27.4.0: resolution: - { integrity: sha512-+Ilqi8hgHSAdhlQ3s12CAVNd8H96ZkQBfYoXmArzZnOfAtVAJEiPDBirjByEblvG/4LPJmkL+nBqPO3A1YJAEg== } + { integrity: sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dev: true - /jest-haste-map/27.3.1: + /jest-haste-map/27.4.2: resolution: - { integrity: sha512-lYfNZIzwPccDJZIyk9Iz5iQMM/MH56NIIcGj7AFU1YyA4ewWFBl8z+YPJuSCRML/ee2cCt2y3W4K3VXPT6Nhzg== } + { integrity: sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/graceful-fs': 4.1.5 '@types/node': 14.14.33 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 - jest-regex-util: 27.0.6 - jest-serializer: 27.0.6 - jest-util: 27.3.1 - jest-worker: 27.3.1 + jest-regex-util: 27.4.0 + jest-serializer: 27.4.0 + jest-util: 27.4.2 + jest-worker: 27.4.2 micromatch: 4.0.4 - walker: 1.0.7 + walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.3.1: + /jest-jasmine2/27.4.2: resolution: - { integrity: sha512-WK11ZUetDQaC09w4/j7o4FZDUIp+4iYWH/Lik34Pv7ukL+DuXFGdnmmi7dT58J2ZYKFB5r13GyE0z3NPeyJmsg== } + { integrity: sha512-VO/fyAJSH9u0THjbteFiL8qc93ufU+yW+bdieDc8tzTCWwlWzO53UHS5nFK1qmE8izb5Smkn+XHlVt6/l06MKQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@babel/traverse': 7.15.4 - '@jest/environment': 27.3.1 - '@jest/source-map': 27.0.6 - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 + '@babel/traverse': 7.16.3 + '@jest/environment': 27.4.2 + '@jest/source-map': 27.4.0 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 co: 4.6.0 - expect: 27.3.1 + expect: 27.4.2 is-generator-fn: 2.1.0 - jest-each: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-runtime: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - pretty-format: 27.3.1 + jest-each: 27.4.2 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-runtime: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + pretty-format: 27.4.2 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.3.1: + /jest-leak-detector/27.4.2: resolution: - { integrity: sha512-78QstU9tXbaHzwlRlKmTpjP9k4Pvre5l0r8Spo4SbFFVy/4Abg9I6ZjHwjg2QyKEAMg020XcjP+UgLZIY50yEg== } + { integrity: sha512-ml0KvFYZllzPBJWDei3mDzUhyp/M4ubKebX++fPaudpe8OsxUE+m+P6ciVLboQsrzOCWDjE20/eXew9QMx/VGw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - jest-get-type: 27.3.1 - pretty-format: 27.3.1 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: true - /jest-matcher-utils/27.3.1: + /jest-matcher-utils/27.4.2: resolution: - { integrity: sha512-hX8N7zXS4k+8bC1Aj0OWpGb7D3gIXxYvPNK1inP5xvE4ztbz3rc4AkI6jGVaerepBnfWB17FL5lWFJT3s7qo8w== } + { integrity: sha512-jyP28er3RRtMv+fmYC/PKG8wvAmfGcSNproVTW2Y0P/OY7/hWUOmsPfxN1jOhM+0u2xU984u2yEagGivz9OBGQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: chalk: 4.1.2 - jest-diff: 27.3.1 - jest-get-type: 27.3.1 - pretty-format: 27.3.1 + jest-diff: 27.4.2 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: true - /jest-message-util/27.3.1: + /jest-message-util/27.4.2: resolution: - { integrity: sha512-bh3JEmxsTZ/9rTm0jQrPElbY2+y48Rw2t47uMfByNyUVR+OfPh4anuyKsGqsNkXk/TI4JbLRZx+7p7Hdt6q1yg== } + { integrity: sha512-OMRqRNd9E0DkBLZpFtZkAGYOXl6ZpoMtQJWTAREJKDOFa0M6ptB7L67tp+cszMBkvSgKOhNtQp2Vbcz3ZZKo/w== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@babel/code-frame': 7.15.8 - '@jest/types': 27.2.5 + '@babel/code-frame': 7.16.0 + '@jest/types': 27.4.2 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.8 micromatch: 4.0.4 - pretty-format: 27.3.1 + pretty-format: 27.4.2 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/27.3.0: + /jest-mock/27.4.2: resolution: - { integrity: sha512-ziZiLk0elZOQjD08bLkegBzv5hCABu/c8Ytx45nJKkysQwGaonvmTxwjLqEA4qGdasq9o2I8/HtdGMNnVsMTGw== } + { integrity: sha512-PDDPuyhoukk20JrQKeofK12hqtSka7mWH0QQuxSNgrdiPsrnYYLS6wbzu/HDlxZRzji5ylLRULeuI/vmZZDrYA== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/node': 14.14.33 dev: true @@ -7088,7 +4564,7 @@ packages: jest-resolve: 27.2.2 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.3.1: + /jest-pnp-resolver/1.2.2_jest-resolve@27.4.2: resolution: { integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== } engines: { node: '>=6' } @@ -7098,23 +4574,23 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.3.1 + jest-resolve: 27.4.2 dev: true - /jest-regex-util/27.0.6: + /jest-regex-util/27.4.0: resolution: - { integrity: sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ== } + { integrity: sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dev: true - /jest-resolve-dependencies/27.3.1: + /jest-resolve-dependencies/27.4.2: resolution: - { integrity: sha512-X7iLzY8pCiYOnvYo2YrK3P9oSE8/3N2f4pUZMJ8IUcZnT81vlSonya1KTO9ZfKGuC+svE6FHK/XOb8SsoRUV1A== } + { integrity: sha512-hb++cTpqvOWfU49MCP/JQkxmnrhKoAVqXWFjgYXswRSVGk8Q6bDTSvhbCeYXDtXaymY0y7WrrSIlKogClcKJuw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 - jest-regex-util: 27.0.6 - jest-snapshot: 27.3.1 + '@jest/types': 27.4.2 + jest-regex-util: 27.4.0 + jest-snapshot: 27.4.2 transitivePeerDependencies: - supports-color dev: true @@ -7124,61 +4600,61 @@ packages: { integrity: sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 chalk: 4.1.2 escalade: 3.1.1 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 + jest-haste-map: 27.4.2 jest-pnp-resolver: 1.2.2_jest-resolve@27.2.2 jest-util: 27.2.0 - jest-validate: 27.3.1 + jest-validate: 27.4.2 resolve: 1.20.0 slash: 3.0.0 dev: true - /jest-resolve/27.3.1: + /jest-resolve/27.4.2: resolution: - { integrity: sha512-Dfzt25CFSPo3Y3GCbxynRBZzxq9AdyNN+x/v2IqYx6KVT5Z6me2Z/PsSGFSv3cOSUZqJ9pHxilao/I/m9FouLw== } + { integrity: sha512-d/zqPjxCzMqHlOdRTg8cTpO9jY+1/T74KazT8Ws/LwmwxV5sRMWOkiLjmzUCDj/5IqA5XHNK4Hkmlq9Kdpb9Sg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 chalk: 4.1.2 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-pnp-resolver: 1.2.2_jest-resolve@27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-haste-map: 27.4.2 + jest-pnp-resolver: 1.2.2_jest-resolve@27.4.2 + jest-util: 27.4.2 + jest-validate: 27.4.2 resolve: 1.20.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/27.3.1: + /jest-runner/27.4.3: resolution: - { integrity: sha512-r4W6kBn6sPr3TBwQNmqE94mPlYVn7fLBseeJfo4E2uCTmAyDFm2O5DYAQAFP7Q3YfiA/bMwg8TVsciP7k0xOww== } + { integrity: sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/console': 27.3.1 - '@jest/environment': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/environment': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 - jest-docblock: 27.0.6 - jest-environment-jsdom: 27.3.1 - jest-environment-node: 27.3.1 - jest-haste-map: 27.3.1 - jest-leak-detector: 27.3.1 - jest-message-util: 27.3.1 - jest-resolve: 27.3.1 - jest-runtime: 27.3.1 - jest-util: 27.3.1 - jest-worker: 27.3.1 - source-map-support: 0.5.20 + jest-docblock: 27.4.0 + jest-environment-jsdom: 27.4.3 + jest-environment-node: 27.4.2 + jest-haste-map: 27.4.2 + jest-leak-detector: 27.4.2 + jest-message-util: 27.4.2 + jest-resolve: 27.4.2 + jest-runtime: 27.4.2 + jest-util: 27.4.2 + jest-worker: 27.4.2 + source-map-support: 0.5.21 throat: 6.0.1 transitivePeerDependencies: - bufferutil @@ -7187,18 +4663,18 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.3.1: + /jest-runtime/27.4.2: resolution: - { integrity: sha512-qtO6VxPbS8umqhEDpjA4pqTkKQ1Hy4ZSi9mDVeE9Za7LKBo2LdW2jmT+Iod3XFaJqINikZQsn2wEi0j9wPRbLg== } + { integrity: sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/console': 27.3.1 - '@jest/environment': 27.3.1 - '@jest/globals': 27.3.1 - '@jest/source-map': 27.0.6 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/environment': 27.4.2 + '@jest/globals': 27.4.2 + '@jest/source-map': 27.4.0 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/yargs': 16.0.4 chalk: 4.1.2 cjs-module-lexer: 1.2.2 @@ -7207,14 +4683,14 @@ packages: exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-message-util: 27.3.1 - jest-mock: 27.3.0 - jest-regex-util: 27.0.6 - jest-resolve: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-haste-map: 27.4.2 + jest-message-util: 27.4.2 + jest-mock: 27.4.2 + jest-regex-util: 27.4.0 + jest-resolve: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + jest-validate: 27.4.2 slash: 3.0.0 strip-bom: 4.0.0 yargs: 16.2.0 @@ -7222,43 +4698,43 @@ packages: - supports-color dev: true - /jest-serializer/27.0.6: + /jest-serializer/27.4.0: resolution: - { integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA== } + { integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: '@types/node': 14.14.33 graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.3.1: + /jest-snapshot/27.4.2: resolution: - { integrity: sha512-APZyBvSgQgOT0XumwfFu7X3G5elj6TGhCBLbBdn3R1IzYustPGPE38F51dBWMQ8hRXa9je0vAdeVDtqHLvB6lg== } + { integrity: sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@babel/core': 7.15.8 - '@babel/generator': 7.15.8 - '@babel/parser': 7.15.8 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.8 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@babel/core': 7.16.0 + '@babel/generator': 7.16.0 + '@babel/parser': 7.16.4 + '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 + '@babel/traverse': 7.16.3 + '@babel/types': 7.16.0 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/babel__traverse': 7.14.2 - '@types/prettier': 2.4.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.8 + '@types/prettier': 2.4.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 chalk: 4.1.2 - expect: 27.3.1 + expect: 27.4.2 graceful-fs: 4.2.8 - jest-diff: 27.3.1 - jest-get-type: 27.3.1 - jest-haste-map: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-resolve: 27.3.1 - jest-util: 27.3.1 + jest-diff: 27.4.2 + jest-get-type: 27.4.0 + jest-haste-map: 27.4.2 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-resolve: 27.4.2 + jest-util: 27.4.2 natural-compare: 1.4.0 - pretty-format: 27.3.1 + pretty-format: 27.4.2 semver: 7.3.5 transitivePeerDependencies: - supports-color @@ -7269,57 +4745,57 @@ packages: { integrity: sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 graceful-fs: 4.2.8 - is-ci: 3.0.0 + is-ci: 3.0.1 picomatch: 2.3.0 dev: true - /jest-util/27.3.1: + /jest-util/27.4.2: resolution: - { integrity: sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw== } + { integrity: sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/node': 14.14.33 chalk: 4.1.2 - ci-info: 3.2.0 + ci-info: 3.3.0 graceful-fs: 4.2.8 picomatch: 2.3.0 dev: true - /jest-validate/27.3.1: + /jest-validate/27.4.2: resolution: - { integrity: sha512-3H0XCHDFLA9uDII67Bwi1Vy7AqwA5HqEEjyy934lgVhtJ3eisw6ShOF1MDmRPspyikef5MyExvIm0/TuLzZ86Q== } + { integrity: sha512-hWYsSUej+Fs8ZhOm5vhWzwSLmVaPAxRy+Mr+z5MzeaHm9AxUpXdoVMEW4R86y5gOobVfBsMFLk4Rb+QkiEpx1A== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 - camelcase: 6.2.0 + '@jest/types': 27.4.2 + camelcase: 6.2.1 chalk: 4.1.2 - jest-get-type: 27.3.1 + jest-get-type: 27.4.0 leven: 3.1.0 - pretty-format: 27.3.1 + pretty-format: 27.4.2 dev: true - /jest-watcher/27.3.1: + /jest-watcher/27.4.2: resolution: - { integrity: sha512-9/xbV6chABsGHWh9yPaAGYVVKurWoP3ZMCv6h+O1v9/+pkOroigs6WzZ0e9gLP/njokUwM7yQhr01LKJVMkaZA== } + { integrity: sha512-NJvMVyyBeXfDezhWzUOCOYZrUmkSCiatpjpm+nFUid74OZEHk6aMLrZAukIiFDwdbqp6mTM6Ui1w4oc+8EobQg== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 '@types/node': 14.14.33 ansi-escapes: 4.3.2 chalk: 4.1.2 - jest-util: 27.3.1 + jest-util: 27.4.2 string-length: 4.0.2 dev: true - /jest-worker/27.3.1: + /jest-worker/27.4.2: resolution: - { integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g== } + { integrity: sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag== } engines: { node: '>= 10.13.0' } dependencies: '@types/node': 14.14.33 @@ -7338,9 +4814,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.3.1_ts-node@9.1.1 + '@jest/core': 27.4.3_ts-node@9.1.1 import-local: 3.0.3 - jest-cli: 27.3.1_ts-node@9.1.1 + jest-cli: 27.4.3_ts-node@9.1.1 transitivePeerDependencies: - bufferutil - canvas @@ -7352,6 +4828,7 @@ packages: /js-tokens/4.0.0: resolution: { integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== } + dev: true /js-yaml/3.14.1: resolution: @@ -7360,10 +4837,7 @@ packages: dependencies: argparse: 1.0.10 esprima: 4.0.1 - - /jsbn/0.1.1: - resolution: { integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= } - dev: false + dev: true /jsdom/16.7.0: resolution: @@ -7376,7 +4850,7 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.5.0 + acorn: 8.6.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -7400,7 +4874,7 @@ packages: whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - ws: 7.5.5 + ws: 7.5.6 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -7408,12 +4882,6 @@ packages: - utf-8-validate dev: true - /jsesc/0.5.0: - resolution: { integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= } - hasBin: true - dev: true - optional: true - /jsesc/2.5.2: resolution: { integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== } @@ -7421,43 +4889,29 @@ packages: hasBin: true dev: true - /json-buffer/3.0.0: - resolution: { integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= } - dev: false - - /json-buffer/3.0.1: - resolution: - { integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== } - dev: false - /json-parse-better-errors/1.0.2: resolution: { integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== } + dev: true /json-parse-even-better-errors/2.3.1: resolution: { integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== } + dev: true /json-schema-traverse/0.4.1: resolution: { integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== } + dev: true /json-schema-traverse/1.0.0: resolution: { integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== } - /json-schema/0.2.3: - resolution: { integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= } - dev: false - /json-stable-stringify-without-jsonify/1.0.1: resolution: { integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= } dev: true - /json-stringify-safe/5.0.1: - resolution: { integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= } - dev: false - /json5/1.0.1: resolution: { integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== } @@ -7473,17 +4927,12 @@ packages: hasBin: true dependencies: minimist: 1.2.5 + dev: true /jsonc-parser/3.0.0: resolution: { integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== } - /jsonfile/4.0.0: - resolution: { integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= } - optionalDependencies: - graceful-fs: 4.2.8 - dev: false - /jsonfile/6.1.0: resolution: { integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== } @@ -7491,59 +4940,18 @@ packages: universalify: 2.0.0 optionalDependencies: graceful-fs: 4.2.8 + dev: true /jsonparse/1.3.1: resolution: { integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= } engines: { '0': node >= 0.2.0 } - dev: false - - /jsprim/1.4.1: - resolution: { integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= } - engines: { '0': node >=0.6.0 } - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.2.3 - verror: 1.10.0 - dev: false - - /keyv/3.1.0: - resolution: - { integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA== } - dependencies: - json-buffer: 3.0.0 - dev: false - - /keyv/4.0.3: - resolution: - { integrity: sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA== } - dependencies: - json-buffer: 3.0.1 - dev: false - - /kind-of/3.2.2: - resolution: { integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= } - engines: { node: '>=0.10.0' } - dependencies: - is-buffer: 1.1.6 - - /kind-of/4.0.0: - resolution: { integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc= } - engines: { node: '>=0.10.0' } - dependencies: - is-buffer: 1.1.6 - dev: true - - /kind-of/5.1.0: - resolution: - { integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== } - engines: { node: '>=0.10.0' } dev: true /kind-of/6.0.3: resolution: { integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== } engines: { node: '>=0.10.0' } + dev: true /kleur/3.0.3: resolution: @@ -7551,14 +4959,6 @@ packages: engines: { node: '>=6' } dev: true - /latest-version/5.1.0: - resolution: - { integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA== } - engines: { node: '>=8' } - dependencies: - package-json: 6.5.0 - dev: false - /leven/3.1.0: resolution: { integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== } @@ -7590,22 +4990,24 @@ packages: webpack-sources: 1.4.3 dev: true - /lines-and-columns/1.1.6: - resolution: { integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= } + /lines-and-columns/1.2.4: + resolution: + { integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== } + dev: true - /lint-staged/11.2.3: + /lint-staged/11.2.6: resolution: - { integrity: sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw== } + { integrity: sha512-Vti55pUnpvPE0J9936lKl0ngVeTdSZpEdTNhASbkaWX7J5R9OEifo1INBGQuGW4zmy6OG+TcWPJ3m5yuy5Q8Tg== } hasBin: true dependencies: cli-truncate: 2.1.0 colorette: 1.4.0 - commander: 8.2.0 + commander: 8.3.0 cosmiconfig: 7.0.1 - debug: 4.3.2_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 enquirer: 2.3.6 execa: 5.1.1 - listr2: 3.12.2_enquirer@2.3.6 + listr2: 3.13.5_enquirer@2.3.6 micromatch: 4.0.4 normalize-path: 3.0.0 please-upgrade-node: 3.2.0 @@ -7614,19 +5016,23 @@ packages: supports-color: 8.1.1 dev: true - /listr2/3.12.2_enquirer@2.3.6: + /listr2/3.13.5_enquirer@2.3.6: resolution: - { integrity: sha512-64xC2CJ/As/xgVI3wbhlPWVPx0wfTqbUAkpb7bjDi0thSWMqrf07UFhrfsGoo8YSXmF049Rp9C0cjLC8rZxK9A== } + { integrity: sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA== } engines: { node: '>=10.0.0' } peerDependencies: enquirer: '>= 2.3.0 < 3' + peerDependenciesMeta: + enquirer: + optional: true dependencies: cli-truncate: 2.1.0 - colorette: 1.4.0 + colorette: 2.0.16 enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 - rxjs: 6.6.7 + rfdc: 1.3.0 + rxjs: 7.4.0 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -7647,16 +5053,6 @@ packages: engines: { node: '>=6.11.5' } dev: true - /loader-utils/1.4.0: - resolution: - { integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== } - engines: { node: '>=4.0.0' } - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 1.0.1 - dev: true - /locate-path/5.0.0: resolution: { integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== } @@ -7665,51 +5061,11 @@ packages: p-locate: 4.1.0 dev: true - /locate-path/6.0.0: - resolution: - { integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== } - engines: { node: '>=10' } - dependencies: - p-locate: 5.0.0 - dev: false - - /lodash._reinterpolate/3.0.0: - resolution: { integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0= } - dev: false - - /lodash.clonedeep/4.5.0: - resolution: { integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= } - dev: true - - /lodash.debounce/4.0.8: - resolution: { integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168= } - dev: true - optional: true - - /lodash.find/4.6.0: - resolution: { integrity: sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E= } - dev: false - /lodash.merge/4.6.2: resolution: { integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== } dev: true - /lodash.template/4.5.0: - resolution: - { integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== } - dependencies: - lodash._reinterpolate: 3.0.0 - lodash.templatesettings: 4.2.0 - dev: false - - /lodash.templatesettings/4.2.0: - resolution: - { integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ== } - dependencies: - lodash._reinterpolate: 3.0.0 - dev: false - /lodash.truncate/4.4.2: resolution: { integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= } dev: true @@ -7717,14 +5073,7 @@ packages: /lodash/4.17.21: resolution: { integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== } - - /log-symbols/3.0.0: - resolution: - { integrity: sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== } - engines: { node: '>=8' } - dependencies: - chalk: 2.4.2 - dev: false + dev: true /log-symbols/4.1.0: resolution: @@ -7745,37 +5094,13 @@ packages: wrap-ansi: 6.2.0 dev: true - /lowercase-keys/1.0.1: - resolution: - { integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== } - engines: { node: '>=0.10.0' } - dev: false - - /lowercase-keys/2.0.0: - resolution: - { integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== } - engines: { node: '>=8' } - dev: false - - /lru-cache/5.1.1: - resolution: - { integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== } - dependencies: - yallist: 3.1.1 - dev: false - /lru-cache/6.0.0: resolution: { integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== } engines: { node: '>=10' } dependencies: yallist: 4.0.0 - - /macos-release/2.5.0: - resolution: - { integrity: sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g== } - engines: { node: '>=6' } - dev: false + dev: true /magic-string/0.25.7: resolution: @@ -7789,64 +5114,53 @@ packages: engines: { node: '>=8' } dependencies: semver: 6.3.0 + dev: true /make-error/1.3.6: resolution: { integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== } dev: true - /make-fetch-happen/5.0.2: + /make-fetch-happen/9.1.0: resolution: - { integrity: sha512-07JHC0r1ykIoruKO8ifMXu+xEU8qOXDFETylktdug6vJDACnP+HKevOu3PXyNPzFyTSlz8vrBYlBO1JZRe8Cag== } - dependencies: - agentkeepalive: 3.5.2 - cacache: 12.0.4 - http-cache-semantics: 3.8.1 - http-proxy-agent: 2.1.0 - https-proxy-agent: 2.2.4 - lru-cache: 5.1.1 - mississippi: 3.0.0 - node-fetch-npm: 2.0.4 - promise-retry: 1.1.1 - socks-proxy-agent: 4.0.2 - ssri: 6.0.2 - dev: false - - /makeerror/1.0.11: - resolution: { integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw= } + { integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== } + engines: { node: '>= 10' } dependencies: - tmpl: 1.0.5 - dev: true - - /map-cache/0.2.2: - resolution: { integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= } - engines: { node: '>=0.10.0' } + agentkeepalive: 4.1.4 + cacache: 15.3.0 + http-cache-semantics: 4.1.0 + http-proxy-agent: 4.0.1 + https-proxy-agent: 5.0.0 + is-lambda: 1.0.1 + lru-cache: 6.0.0 + minipass: 3.1.5 + minipass-collect: 1.0.2 + minipass-fetch: 1.4.1 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.2 + promise-retry: 2.0.1 + socks-proxy-agent: 6.1.1 + ssri: 8.0.1 + transitivePeerDependencies: + - supports-color dev: true - /map-visit/1.0.0: - resolution: { integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= } - engines: { node: '>=0.10.0' } + /makeerror/1.0.12: + resolution: + { integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== } dependencies: - object-visit: 1.0.1 + tmpl: 1.0.5 dev: true - /memfs/3.3.0: + /memfs/3.4.0: resolution: - { integrity: sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg== } + { integrity: sha512-o/RfP0J1d03YwsAxyHxAYs2kyJp55AFkMazlFAZFR2I2IXkxiUTXRabJ6RmNNCQ83LAD2jy52Khj0m3OffpNdA== } engines: { node: '>= 4.0.0' } dependencies: fs-monkey: 1.0.3 dev: true - /memory-fs/0.5.0: - resolution: - { integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA== } - engines: { node: '>=4.3.0 <5.0.0 || >=5.10' } - dependencies: - errno: 0.1.8 - readable-stream: 2.3.7 - dev: true - /memorystream/0.3.1: resolution: { integrity: sha1-htcJCzDORV1j+64S3aUaR93K+bI= } engines: { node: '>= 0.10.0' } @@ -7855,30 +5169,12 @@ packages: /merge-stream/2.0.0: resolution: { integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== } + dev: true /merge2/1.4.1: resolution: { integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== } engines: { node: '>= 8' } - - /micromatch/3.1.10: - resolution: - { integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== } - engines: { node: '>=0.10.0' } - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 6.0.3 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 dev: true /micromatch/4.0.4: @@ -7888,125 +5184,107 @@ packages: dependencies: braces: 3.0.2 picomatch: 2.3.0 + dev: true - /mime-db/1.48.0: - resolution: - { integrity: sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ== } - engines: { node: '>= 0.6' } - dev: false - - /mime-db/1.50.0: - resolution: - { integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A== } - engines: { node: '>= 0.6' } - - /mime-types/2.1.31: + /mime-db/1.51.0: resolution: - { integrity: sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg== } + { integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g== } engines: { node: '>= 0.6' } - dependencies: - mime-db: 1.48.0 - dev: false + dev: true - /mime-types/2.1.33: + /mime-types/2.1.34: resolution: - { integrity: sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g== } + { integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A== } engines: { node: '>= 0.6' } dependencies: - mime-db: 1.50.0 + mime-db: 1.51.0 + dev: true /mimic-fn/2.1.0: resolution: { integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== } engines: { node: '>=6' } - /mimic-response/1.0.1: - resolution: - { integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== } - engines: { node: '>=4' } - dev: false - - /mimic-response/3.1.0: - resolution: - { integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== } - engines: { node: '>=10' } - dev: false - /minimatch/3.0.4: resolution: { integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== } dependencies: brace-expansion: 1.1.11 + dev: true /minimist/1.2.5: resolution: { integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== } + dev: true - /minipass/2.9.0: + /minipass-collect/1.0.2: resolution: - { integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg== } + { integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== } + engines: { node: '>= 8' } dependencies: - safe-buffer: 5.2.1 - yallist: 3.1.1 - dev: false + minipass: 3.1.5 + dev: true - /minipass/3.1.5: + /minipass-fetch/1.4.1: resolution: - { integrity: sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw== } + { integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== } engines: { node: '>=8' } dependencies: - yallist: 4.0.0 + minipass: 3.1.5 + minipass-sized: 1.0.3 + minizlib: 2.1.2 + optionalDependencies: + encoding: 0.1.13 dev: true - /minizlib/1.3.3: + /minipass-flush/1.0.5: resolution: - { integrity: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q== } + { integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== } + engines: { node: '>= 8' } dependencies: - minipass: 2.9.0 - dev: false + minipass: 3.1.5 + dev: true - /minizlib/2.1.2: + /minipass-json-stream/1.0.1: resolution: - { integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== } - engines: { node: '>= 8' } + { integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg== } dependencies: + jsonparse: 1.3.1 minipass: 3.1.5 - yallist: 4.0.0 dev: true - /mississippi/3.0.0: + /minipass-pipeline/1.2.4: resolution: - { integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA== } - engines: { node: '>=4.0.0' } + { integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== } + engines: { node: '>=8' } dependencies: - concat-stream: 1.6.2 - duplexify: 3.7.1 - end-of-stream: 1.4.4 - flush-write-stream: 1.1.1 - from2: 2.3.0 - parallel-transform: 1.2.0 - pump: 3.0.0 - pumpify: 1.5.1 - stream-each: 1.2.3 - through2: 2.0.5 - dev: false + minipass: 3.1.5 + dev: true - /mixin-deep/1.3.2: + /minipass-sized/1.0.3: resolution: - { integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== } - engines: { node: '>=0.10.0' } + { integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== } + engines: { node: '>=8' } dependencies: - for-in: 1.0.2 - is-extendable: 1.0.1 + minipass: 3.1.5 dev: true - /mkdirp/0.5.5: + /minipass/3.1.5: resolution: - { integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== } - hasBin: true + { integrity: sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw== } + engines: { node: '>=8' } dependencies: - minimist: 1.2.5 - dev: false + yallist: 4.0.0 + dev: true + + /minizlib/2.1.2: + resolution: + { integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== } + engines: { node: '>= 8' } + dependencies: + minipass: 3.1.5 + yallist: 4.0.0 + dev: true /mkdirp/1.0.4: resolution: @@ -8015,59 +5293,25 @@ packages: hasBin: true dev: true - /move-concurrently/1.0.1: - resolution: { integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= } - dependencies: - aproba: 1.2.0 - copy-concurrently: 1.0.5 - fs-write-stream-atomic: 1.0.10 - mkdirp: 0.5.5 - rimraf: 2.7.1 - run-queue: 1.0.3 - dev: false - - /ms/2.0.0: - resolution: { integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= } - /ms/2.1.2: resolution: { integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== } - - /ms/2.1.3: - resolution: - { integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== } + dev: true /mute-stream/0.0.8: resolution: { integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== } - dev: false - - /nanomatch/1.2.13: - resolution: - { integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== } - engines: { node: '>=0.10.0' } - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - fragment-cache: 0.2.1 - is-windows: 1.0.2 - kind-of: 6.0.3 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 dev: true /natural-compare/1.4.0: resolution: { integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= } dev: true - /natural-orderby/2.0.3: + /negotiator/0.6.2: resolution: - { integrity: sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q== } - dev: false + { integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw== } + engines: { node: '>= 0.6' } + dev: true /neo-async/2.6.2: resolution: @@ -8077,36 +5321,39 @@ packages: /nice-try/1.0.5: resolution: { integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== } + dev: true /node-addon-api/3.2.1: resolution: { integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A== } dev: true - /node-fetch-npm/2.0.4: - resolution: - { integrity: sha512-iOuIQDWDyjhv9qSDrj9aq/klt6F9z1p2otB3AV7v3zBDcL/x+OfGsvGQZZCcMZbUf4Ujw1xGNQkjvGnVT22cKg== } - engines: { node: '>=4' } - dependencies: - encoding: 0.1.13 - json-parse-better-errors: 1.0.2 - safe-buffer: 5.2.1 - dev: false - - /node-fetch/2.6.5: - resolution: - { integrity: sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ== } - engines: { node: 4.x || >=6.0.0 } - dependencies: - whatwg-url: 5.0.0 - dev: false - /node-gyp-build/4.3.0: resolution: { integrity: sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q== } hasBin: true dev: true + /node-gyp/8.4.1: + resolution: + { integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== } + engines: { node: '>= 10.12.0' } + hasBin: true + dependencies: + env-paths: 2.2.1 + glob: 7.2.0 + graceful-fs: 4.2.8 + make-fetch-happen: 9.1.0 + nopt: 5.0.0 + npmlog: 6.0.0 + rimraf: 3.0.2 + semver: 7.3.5 + tar: 6.1.11 + which: 2.0.2 + transitivePeerDependencies: + - supports-color + dev: true + /node-int64/0.4.0: resolution: { integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= } dev: true @@ -8121,9 +5368,18 @@ packages: engines: { node: '>=0.10.0' } dev: true - /node-releases/2.0.0: + /node-releases/2.0.1: + resolution: + { integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA== } + dev: true + + /nopt/5.0.0: resolution: - { integrity: sha512-aA87l0flFYMzCHpTM3DERFSYxc6lv/BltdbRTOMZuxZ0cwZCD3mejE5n9vLhSJCN++/eOqr77G1IO5uXxlQYWA== } + { integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== } + engines: { node: '>=6' } + hasBin: true + dependencies: + abbrev: 1.1.1 dev: true /normalize-package-data/2.5.0: @@ -8134,103 +5390,80 @@ packages: resolve: 1.20.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 + dev: true /normalize-path/3.0.0: resolution: { integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== } engines: { node: '>=0.10.0' } - - /normalize-url/4.5.1: - resolution: - { integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== } - engines: { node: '>=8' } - dev: false - - /normalize-url/6.1.0: - resolution: - { integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== } - engines: { node: '>=10' } - dev: false + dev: true /npm-bundled/1.1.2: resolution: { integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== } dependencies: npm-normalize-package-bin: 1.0.1 - dev: false + dev: true /npm-install-checks/4.0.0: resolution: { integrity: sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w== } engines: { node: '>=10' } dependencies: - semver: 7.1.3 - dev: false + semver: 7.3.5 + dev: true /npm-normalize-package-bin/1.0.1: resolution: { integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== } - dev: false - - /npm-package-arg/6.1.1: - resolution: - { integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg== } - dependencies: - hosted-git-info: 2.8.9 - osenv: 0.1.5 - semver: 5.7.1 - validate-npm-package-name: 3.0.0 - dev: false + dev: true - /npm-package-arg/8.0.1: + /npm-package-arg/8.1.5: resolution: - { integrity: sha512-/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ== } + { integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q== } engines: { node: '>=10' } dependencies: - hosted-git-info: 3.0.8 - semver: 7.1.3 + hosted-git-info: 4.0.2 + semver: 7.3.5 validate-npm-package-name: 3.0.0 - dev: false + dev: true - /npm-packlist/1.4.8: + /npm-packlist/3.0.0: resolution: - { integrity: sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A== } + { integrity: sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ== } + engines: { node: '>=10' } + hasBin: true dependencies: - ignore-walk: 3.0.4 + glob: 7.2.0 + ignore-walk: 4.0.1 npm-bundled: 1.1.2 npm-normalize-package-bin: 1.0.1 - dev: false - - /npm-pick-manifest/3.0.2: - resolution: - { integrity: sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw== } - dependencies: - figgy-pudding: 3.5.2 - npm-package-arg: 6.1.1 - semver: 5.7.1 - dev: false + dev: true - /npm-pick-manifest/6.0.0: + /npm-pick-manifest/6.1.1: resolution: - { integrity: sha512-PdJpXMvjqt4nftNEDpCgjBUF8yI3Q3MyuAmVB9nemnnCg32F4BPL/JFBfdj8DubgHCYUFQhtLWmBPvdsFtjWMg== } + { integrity: sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA== } dependencies: npm-install-checks: 4.0.0 - npm-package-arg: 8.0.1 - semver: 7.1.3 - dev: false + npm-normalize-package-bin: 1.0.1 + npm-package-arg: 8.1.5 + semver: 7.3.5 + dev: true - /npm-registry-fetch/4.0.7: + /npm-registry-fetch/11.0.0: resolution: - { integrity: sha512-cny9v0+Mq6Tjz+e0erFAB+RYJ/AVGzkjnISiobqP8OWj9c9FLoZZu8/SPSKJWE17F1tk4018wfjV+ZbIbqC7fQ== } + { integrity: sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA== } + engines: { node: '>=10' } dependencies: - bluebird: 3.7.2 - figgy-pudding: 3.5.2 - JSONStream: 1.3.5 - lru-cache: 5.1.1 - make-fetch-happen: 5.0.2 - npm-package-arg: 6.1.1 - safe-buffer: 5.2.1 - dev: false + make-fetch-happen: 9.1.0 + minipass: 3.1.5 + minipass-fetch: 1.4.1 + minipass-json-stream: 1.0.1 + minizlib: 2.1.2 + npm-package-arg: 8.1.5 + transitivePeerDependencies: + - supports-color + dev: true /npm-run-all/4.1.5: resolution: @@ -8245,7 +5478,7 @@ packages: minimatch: 3.0.4 pidtree: 0.3.1 read-pkg: 3.0.0 - shell-quote: 1.7.2 + shell-quote: 1.7.3 string.prototype.padend: 3.1.3 dev: true @@ -8255,6 +5488,18 @@ packages: engines: { node: '>=8' } dependencies: path-key: 3.1.1 + dev: true + + /npmlog/6.0.0: + resolution: + { integrity: sha512-03ppFRGlsyUaQFbGC2C8QWJN/C/K7PsfyD9aQdhVKAQIH4sQBc8WASqFBP7O+Ut4d2oo5LoeoboB3cGdBZSp6Q== } + engines: { node: ^12.13.0 || ^14.15.0 || >=16 } + dependencies: + are-we-there-yet: 2.0.0 + console-control-strings: 1.1.0 + gauge: 4.0.0 + set-blocking: 2.0.0 + dev: true /nwsapi/2.2.0: resolution: @@ -8266,79 +5511,26 @@ packages: { integrity: sha512-LpCfZCWsVEtmD2SI1j2KRaw1uIyn4DJ3eRzsjnDYitbq38aORpkvYO+L0zVMZRNDSYSRGTsuj0nHCS3OOxK/Cg== } hasBin: true dependencies: - '@nrwl/cli': 13.0.1 + '@nrwl/cli': 13.2.3 dev: true - /nx/13.0.1: + /nx/13.2.3: resolution: - { integrity: sha512-SVke3+POQJdNePyalqQlxV59eR1HNlQZ/5+g4W2U8nU97siSY+EITGAuGBAcSaNKwUluKSFQscro1NRhQ0keXg== } + { integrity: sha512-aNRbPjArROZazOKAiUhG5uZAZmL1uXdsGoA3p5mDt5fCLSj/CX1V/myuRx+Js0qsAV78W6dSf2z6TiQeIgieXg== } hasBin: true dependencies: - '@nrwl/cli': 13.0.1 + '@nrwl/cli': 13.2.3 dev: true - /nxpm/1.18.0_typescript@4.3.5: - resolution: - { integrity: sha512-i3d9vgf09/INl+Znih2PNNYgK7HClmWDPsWST7rvobTsnFs7916moDMeg5XZV/TQHxNR5z6QSA7wuuibQEdVSQ== } - engines: { node: '>=8.0.0' } - hasBin: true - dependencies: - '@angular-devkit/core': 9.1.15 - '@angular-devkit/schematics': 9.1.15 - '@angular/cli': 9.1.15 - '@angular/compiler': 9.1.13_tslib@1.14.1 - '@angular/compiler-cli': 9.1.13_f4b66f054865bdc18069b849afafdb21 - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 - '@oclif/plugin-help': 3.2.3 - chalk: 4.1.2 - cli-ux: 5.6.3 - fs-extra: 9.1.0 - inquirer: 7.3.3 - json5: 2.2.0 - lodash: 4.17.21 - node-fetch: 2.6.5 - release-it: 13.7.2 - tslib: 1.14.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: false - - /oauth-sign/0.9.0: + /object-inspect/1.11.1: resolution: - { integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== } - dev: false - - /object-copy/0.1.0: - resolution: { integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw= } - engines: { node: '>=0.10.0' } - dependencies: - copy-descriptor: 0.1.1 - define-property: 0.2.5 - kind-of: 3.2.2 + { integrity: sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA== } dev: true - /object-inspect/1.11.0: - resolution: - { integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg== } - /object-keys/1.1.1: resolution: { integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== } engines: { node: '>= 0.4' } - - /object-treeify/1.1.33: - resolution: - { integrity: sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A== } - engines: { node: '>= 10' } - dev: false - - /object-visit/1.0.1: - resolution: { integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= } - engines: { node: '>=0.10.0' } - dependencies: - isobject: 3.0.1 dev: true /object.assign/4.1.2: @@ -8350,28 +5542,13 @@ packages: define-properties: 1.1.3 has-symbols: 1.0.2 object-keys: 1.1.1 - - /object.getownpropertydescriptors/2.1.3: - resolution: - { integrity: sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== } - engines: { node: '>= 0.8' } - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.19.1 - dev: false - - /object.pick/1.3.0: - resolution: { integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= } - engines: { node: '>=0.10.0' } - dependencies: - isobject: 3.0.1 dev: true /once/1.4.0: resolution: { integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= } dependencies: wrappy: 1.0.2 + dev: true /onetime/5.1.2: resolution: @@ -8380,20 +5557,21 @@ packages: dependencies: mimic-fn: 2.1.0 - /open/7.0.3: + /open/7.4.2: resolution: - { integrity: sha512-sP2ru2v0P290WFfv49Ap8MF6PkzGNnGlAwHweB4WR4mr5d2d0woiCluUeJ218w7/+PmoBy9JmYgD5A4mLcWOFA== } + { integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== } engines: { node: '>=8' } dependencies: is-docker: 2.2.1 is-wsl: 2.2.0 - dev: false + dev: true - /open/7.4.2: + /open/8.4.0: resolution: - { integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== } - engines: { node: '>=8' } + { integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== } + engines: { node: '>=12' } dependencies: + define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 dev: true @@ -8424,36 +5602,6 @@ packages: word-wrap: 1.2.3 dev: true - /ora/4.0.3: - resolution: - { integrity: sha512-fnDebVFyz309A73cqCipVL1fBZewq4vwgSHfxh43vVy31mbyoQ8sCH3Oeaog/owYOs/lLlGVPCISQonTneg6Pg== } - engines: { node: '>=8' } - dependencies: - chalk: 3.0.0 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - is-interactive: 1.0.0 - log-symbols: 3.0.0 - mute-stream: 0.0.8 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: false - - /ora/5.3.0: - resolution: - { integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== } - engines: { node: '>=10' } - dependencies: - bl: 4.1.0 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - is-interactive: 1.0.0 - log-symbols: 4.1.0 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: true - /ora/5.4.1: resolution: { integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== } @@ -8464,49 +5612,15 @@ packages: cli-cursor: 3.1.0 cli-spinners: 2.6.1 is-interactive: 1.0.0 - is-unicode-supported: 0.1.0 - log-symbols: 4.1.0 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - - /os-homedir/1.0.2: - resolution: { integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M= } - engines: { node: '>=0.10.0' } - dev: false - - /os-name/4.0.0: - resolution: - { integrity: sha512-caABzDdJMbtykt7GmSogEat3faTKQhmZf0BS5l/pZGmP0vPWQjXWqOhbLyK+b6j2/DQPmEvYdzLXJXXLJNVDNg== } - engines: { node: '>=10' } - dependencies: - macos-release: 2.5.0 - windows-release: 4.0.0 - dev: false + is-unicode-supported: 0.1.0 + log-symbols: 4.1.0 + strip-ansi: 6.0.1 + wcwidth: 1.0.1 /os-tmpdir/1.0.2: resolution: { integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= } engines: { node: '>=0.10.0' } - dev: false - - /osenv/0.1.5: - resolution: - { integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== } - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: false - - /p-cancelable/1.1.0: - resolution: - { integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw== } - engines: { node: '>=6' } - dev: false - - /p-cancelable/2.1.1: - resolution: - { integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg== } - engines: { node: '>=8' } - dev: false + dev: true /p-limit/2.3.0: resolution: @@ -8516,13 +5630,6 @@ packages: p-try: 2.2.0 dev: true - /p-limit/3.1.0: - resolution: - { integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== } - engines: { node: '>=10' } - dependencies: - yocto-queue: 0.1.0 - /p-locate/4.1.0: resolution: { integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== } @@ -8531,14 +5638,6 @@ packages: p-limit: 2.3.0 dev: true - /p-locate/5.0.0: - resolution: - { integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== } - engines: { node: '>=10' } - dependencies: - p-limit: 3.1.0 - dev: false - /p-map/4.0.0: resolution: { integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== } @@ -8553,61 +5652,34 @@ packages: engines: { node: '>=6' } dev: true - /package-json/6.5.0: - resolution: - { integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ== } - engines: { node: '>=8' } - dependencies: - got: 9.6.0 - registry-auth-token: 4.2.1 - registry-url: 5.1.0 - semver: 6.3.0 - dev: false - - /pacote/9.5.12: + /pacote/12.0.2: resolution: - { integrity: sha512-BUIj/4kKbwWg4RtnBncXPJd15piFSVNpTzY0rysSr3VnMowTYgkGKcaHrbReepAkjTr8lH2CVWRi58Spg2CicQ== } + { integrity: sha512-Ar3mhjcxhMzk+OVZ8pbnXdb0l8+pimvlsqBGRNkble2NVgyqOGE3yrCGi/lAYq7E7NRDMz89R1Wx5HIMCGgeYg== } + engines: { node: ^12.13.0 || ^14.15.0 || >=16 } + hasBin: true dependencies: - bluebird: 3.7.2 - cacache: 12.0.4 - chownr: 1.1.4 - figgy-pudding: 3.5.2 - get-stream: 4.1.0 - glob: 7.2.0 + '@npmcli/git': 2.1.0 + '@npmcli/installed-package-contents': 1.0.7 + '@npmcli/promise-spawn': 1.3.2 + '@npmcli/run-script': 2.0.0 + cacache: 15.3.0 + chownr: 2.0.0 + fs-minipass: 2.1.0 infer-owner: 1.0.4 - lru-cache: 5.1.1 - make-fetch-happen: 5.0.2 - minimatch: 3.0.4 - minipass: 2.9.0 - mississippi: 3.0.0 - mkdirp: 0.5.5 - normalize-package-data: 2.5.0 - npm-normalize-package-bin: 1.0.1 - npm-package-arg: 6.1.1 - npm-packlist: 1.4.8 - npm-pick-manifest: 3.0.2 - npm-registry-fetch: 4.0.7 - osenv: 0.1.5 - promise-inflight: 1.0.1 - promise-retry: 1.1.1 - protoduck: 5.0.1 - rimraf: 2.7.1 - safe-buffer: 5.2.1 - semver: 5.7.1 - ssri: 6.0.2 - tar: 4.4.19 - unique-filename: 1.1.1 - which: 1.3.1 - dev: false - - /parallel-transform/1.2.0: - resolution: - { integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg== } - dependencies: - cyclist: 1.0.1 - inherits: 2.0.4 - readable-stream: 2.3.7 - dev: false + minipass: 3.1.5 + mkdirp: 1.0.4 + npm-package-arg: 8.1.5 + npm-packlist: 3.0.0 + npm-pick-manifest: 6.1.1 + npm-registry-fetch: 11.0.0 + promise-retry: 2.0.1 + read-package-json-fast: 2.0.3 + rimraf: 3.0.2 + ssri: 8.0.1 + tar: 6.1.11 + transitivePeerDependencies: + - supports-color + dev: true /parent-module/1.0.1: resolution: @@ -8615,6 +5687,7 @@ packages: engines: { node: '>=6' } dependencies: callsites: 3.1.0 + dev: true /parse-json/4.0.0: resolution: { integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= } @@ -8629,70 +5702,43 @@ packages: { integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== } engines: { node: '>=8' } dependencies: - '@babel/code-frame': 7.15.8 + '@babel/code-frame': 7.16.0 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 - - /parse-path/4.0.3: - resolution: - { integrity: sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA== } - dependencies: - is-ssh: 1.3.3 - protocols: 1.4.8 - qs: 6.10.1 - query-string: 6.14.1 - dev: false - - /parse-url/6.0.0: - resolution: - { integrity: sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw== } - dependencies: - is-ssh: 1.3.3 - normalize-url: 6.1.0 - parse-path: 4.0.3 - protocols: 1.4.8 - dev: false + lines-and-columns: 1.2.4 + dev: true /parse5/6.0.1: resolution: { integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== } dev: true - /pascalcase/0.1.1: - resolution: { integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= } - engines: { node: '>=0.10.0' } - dev: true - - /password-prompt/1.1.2: - resolution: - { integrity: sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA== } - dependencies: - ansi-escapes: 3.2.0 - cross-spawn: 6.0.5 - dev: false - /path-exists/4.0.0: resolution: { integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== } engines: { node: '>=8' } + dev: true /path-is-absolute/1.0.1: resolution: { integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= } engines: { node: '>=0.10.0' } + dev: true /path-key/2.0.1: resolution: { integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= } engines: { node: '>=4' } + dev: true /path-key/3.1.1: resolution: { integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== } engines: { node: '>=8' } + dev: true /path-parse/1.0.7: resolution: { integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== } + dev: true /path-type/3.0.0: resolution: @@ -8706,10 +5752,7 @@ packages: resolution: { integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== } engines: { node: '>=8' } - - /performance-now/2.1.0: - resolution: { integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= } - dev: false + dev: true /picocolors/1.0.0: resolution: @@ -8720,6 +5763,7 @@ packages: resolution: { integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== } engines: { node: '>=8.6' } + dev: true /pidtree/0.3.1: resolution: @@ -8728,11 +5772,6 @@ packages: hasBin: true dev: true - /pify/2.3.0: - resolution: { integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= } - engines: { node: '>=0.10.0' } - dev: false - /pify/3.0.0: resolution: { integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= } engines: { node: '>=4' } @@ -8767,11 +5806,6 @@ packages: engines: { node: '>=4' } dev: true - /posix-character-classes/0.1.1: - resolution: { integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= } - engines: { node: '>=0.10.0' } - dev: true - /prelude-ls/1.1.2: resolution: { integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= } engines: { node: '>= 0.8.0' } @@ -8783,33 +5817,24 @@ packages: engines: { node: '>= 0.8.0' } dev: true - /prepend-http/2.0.0: - resolution: { integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= } - engines: { node: '>=4' } - dev: false - - /prettier/2.4.1: + /prettier/2.5.1: resolution: - { integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA== } + { integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== } engines: { node: '>=10.13.0' } hasBin: true dev: true - /pretty-format/27.3.1: + /pretty-format/27.4.2: resolution: - { integrity: sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA== } + { integrity: sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 17.0.2 dev: true - /process-nextick-args/2.0.1: - resolution: - { integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== } - /progress/2.0.3: resolution: { integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== } @@ -8818,395 +5843,98 @@ packages: /promise-inflight/1.0.1: resolution: { integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM= } - dev: false - - /promise-retry/1.1.1: - resolution: { integrity: sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0= } - engines: { node: '>=0.12' } - dependencies: - err-code: 1.1.2 - retry: 0.10.1 - dev: false - - /prompts/2.4.2: - resolution: - { integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== } - engines: { node: '>= 6' } - dependencies: - kleur: 3.0.3 - sisteransi: 1.0.5 - dev: true - - /protocols/1.4.8: - resolution: - { integrity: sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg== } - dev: false - - /protoduck/5.0.1: - resolution: - { integrity: sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg== } - dependencies: - genfun: 5.0.0 - dev: false - - /prr/1.0.1: - resolution: { integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY= } dev: true - /psl/1.8.0: - resolution: - { integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== } - - /pump/2.0.1: - resolution: - { integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== } - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - - /pump/3.0.0: + /promise-retry/2.0.1: resolution: - { integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== } - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: false - - /pumpify/1.5.1: - resolution: - { integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== } - dependencies: - duplexify: 3.7.1 - inherits: 2.0.4 - pump: 2.0.1 - dev: false - - /punycode/2.1.1: - resolution: - { integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== } - engines: { node: '>=6' } - - /pupa/2.1.1: - resolution: - { integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A== } - engines: { node: '>=8' } - dependencies: - escape-goat: 2.1.1 - dev: false - - /qs/6.10.1: - resolution: - { integrity: sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== } - engines: { node: '>=0.6' } - dependencies: - side-channel: 1.0.4 - dev: false - - /qs/6.5.2: - resolution: - { integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== } - engines: { node: '>=0.6' } - dev: false - - /query-string/6.14.1: - resolution: - { integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw== } - engines: { node: '>=6' } - dependencies: - decode-uri-component: 0.2.0 - filter-obj: 1.1.0 - split-on-first: 1.1.0 - strict-uri-encode: 2.0.0 - dev: false - - /queue-microtask/1.2.3: - resolution: - { integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== } - - /quick-lru/5.1.1: - resolution: - { integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== } + { integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== } engines: { node: '>=10' } - dev: false - - /randombytes/2.1.0: - resolution: - { integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== } - dependencies: - safe-buffer: 5.2.1 - dev: true - - /rc/1.2.8: - resolution: - { integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== } - hasBin: true - dependencies: - deep-extend: 0.6.0 - ini: 1.3.8 - minimist: 1.2.5 - strip-json-comments: 2.0.1 - dev: false - - /react-is/17.0.2: - resolution: - { integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== } - dev: true - - /read-package-json/2.1.2: - resolution: - { integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA== } - dependencies: - glob: 7.2.0 - json-parse-even-better-errors: 2.3.1 - normalize-package-data: 2.5.0 - npm-normalize-package-bin: 1.0.1 - dev: false - - /read-package-tree/5.3.1: - resolution: - { integrity: sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw== } - dependencies: - read-package-json: 2.1.2 - readdir-scoped-modules: 1.1.0 - util-promisify: 2.1.0 - dev: false - - /read-pkg/3.0.0: - resolution: { integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= } - engines: { node: '>=4' } - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: true - - /readable-stream/2.3.7: - resolution: - { integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== } - dependencies: - core-util-is: 1.0.3 - inherits: 2.0.4 - isarray: 1.0.0 - process-nextick-args: 2.0.1 - safe-buffer: 5.1.2 - string_decoder: 1.1.1 - util-deprecate: 1.0.2 - - /readable-stream/3.6.0: - resolution: - { integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== } - engines: { node: '>= 6' } - dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 - - /readdir-scoped-modules/1.1.0: - resolution: - { integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw== } - dependencies: - debuglog: 1.0.1 - dezalgo: 1.0.3 - graceful-fs: 4.2.8 - once: 1.4.0 - dev: false - - /readdirp/3.6.0: - resolution: - { integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== } - engines: { node: '>=8.10.0' } - dependencies: - picomatch: 2.3.0 - - /rechoir/0.6.2: - resolution: { integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q= } - engines: { node: '>= 0.10' } - dependencies: - resolve: 1.20.0 - dev: false - - /redeyed/2.1.1: - resolution: { integrity: sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs= } - dependencies: - esprima: 4.0.1 - dev: false - - /reflect-metadata/0.1.13: - resolution: - { integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg== } - dev: false - - /regenerate-unicode-properties/9.0.0: - resolution: - { integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA== } - engines: { node: '>=4' } dependencies: - regenerate: 1.4.2 - dev: true - optional: true - - /regenerate/1.4.2: - resolution: - { integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== } - dev: true - optional: true - - /regenerator-runtime/0.13.9: - resolution: - { integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== } + err-code: 2.0.3 + retry: 0.12.0 dev: true - optional: true - /regenerator-transform/0.14.5: + /prompts/2.4.2: resolution: - { integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== } + { integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== } + engines: { node: '>= 6' } dependencies: - '@babel/runtime': 7.15.4 + kleur: 3.0.3 + sisteransi: 1.0.5 dev: true - optional: true - /regex-not/1.0.2: + /psl/1.8.0: resolution: - { integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== } - engines: { node: '>=0.10.0' } - dependencies: - extend-shallow: 3.0.2 - safe-regex: 1.1.0 + { integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== } dev: true - /regexpp/3.2.0: + /punycode/2.1.1: resolution: - { integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== } - engines: { node: '>=8' } - dev: true + { integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== } + engines: { node: '>=6' } - /regexpu-core/4.8.0: + /queue-microtask/1.2.3: resolution: - { integrity: sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg== } - engines: { node: '>=4' } - dependencies: - regenerate: 1.4.2 - regenerate-unicode-properties: 9.0.0 - regjsgen: 0.5.2 - regjsparser: 0.7.0 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.0.0 + { integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== } dev: true - optional: true - /registry-auth-token/4.2.1: + /randombytes/2.1.0: resolution: - { integrity: sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw== } - engines: { node: '>=6.0.0' } + { integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== } dependencies: - rc: 1.2.8 - dev: false + safe-buffer: 5.2.1 + dev: true - /registry-url/5.1.0: + /react-is/17.0.2: resolution: - { integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw== } - engines: { node: '>=8' } - dependencies: - rc: 1.2.8 - dev: false + { integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== } + dev: true - /regjsgen/0.5.2: + /read-package-json-fast/2.0.3: resolution: - { integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== } + { integrity: sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ== } + engines: { node: '>=10' } + dependencies: + json-parse-even-better-errors: 2.3.1 + npm-normalize-package-bin: 1.0.1 dev: true - optional: true - /regjsparser/0.7.0: - resolution: - { integrity: sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ== } - hasBin: true + /read-pkg/3.0.0: + resolution: { integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= } + engines: { node: '>=4' } dependencies: - jsesc: 0.5.0 + load-json-file: 4.0.0 + normalize-package-data: 2.5.0 + path-type: 3.0.0 dev: true - optional: true - /release-it/13.7.2: + /readable-stream/3.6.0: resolution: - { integrity: sha512-Ni9RfjMOZymGHqxSdeCc35Q5/2F96TAzRP9Jk88Kub/Ge8UvlU2dSRFx0B0v36k4YRHY0XGdrnttyudK8r+OfA== } - engines: { node: '>=10' } - hasBin: true + { integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== } + engines: { node: '>= 6' } dependencies: - '@iarna/toml': 2.2.5 - '@octokit/rest': 18.7.0 - async-retry: 1.3.1 - chalk: 4.1.1 - cosmiconfig: 7.0.0 - debug: 4.3.2_supports-color@7.2.0 - deprecated-obj: 2.0.0 - detect-repo-changelog: 1.0.1 - execa: 4.0.3 - find-up: 5.0.0 - form-data: 3.0.0 - git-url-parse: 11.5.0 - globby: 11.0.1 - got: 11.8.2 - import-cwd: 3.0.0 - inquirer: 7.3.3 - is-ci: 2.0.0 - lodash: 4.17.21 - mime-types: 2.1.31 - ora: 5.4.1 - os-name: 4.0.0 - parse-json: 5.2.0 - semver: 7.3.5 - shelljs: 0.8.4 - supports-color: 7.2.0 - update-notifier: 4.1.1 - url-join: 4.0.1 - uuid: 8.3.2 - window-size: 1.1.1 - yaml: 1.10.2 - yargs-parser: 19.0.4 - dev: false + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 - /repeat-element/1.1.4: + /readdirp/3.6.0: resolution: - { integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== } - engines: { node: '>=0.10.0' } - dev: true - - /repeat-string/1.6.1: - resolution: { integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc= } - engines: { node: '>=0.10' } + { integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== } + engines: { node: '>=8.10.0' } + dependencies: + picomatch: 2.3.0 dev: true - /request/2.88.2: + /regexpp/3.2.0: resolution: - { integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== } - engines: { node: '>= 6' } - deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 - 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.33 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.2 - safe-buffer: 5.2.1 - tough-cookie: 2.5.0 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - dev: false + { integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== } + engines: { node: '>=8' } + dev: true /require-directory/2.1.1: resolution: { integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= } engines: { node: '>=0.10.0' } + dev: true /require-from-string/2.0.2: resolution: @@ -9218,11 +5946,6 @@ packages: { integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== } dev: true - /resolve-alpn/1.2.1: - resolution: - { integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g== } - dev: false - /resolve-cwd/3.0.0: resolution: { integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== } @@ -9235,15 +5958,12 @@ packages: resolution: { integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== } engines: { node: '>=4' } + dev: true /resolve-from/5.0.0: resolution: { integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== } engines: { node: '>=8' } - - /resolve-url/0.2.1: - resolution: { integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= } - deprecated: https://github.com/lydell/resolve-url#deprecated dev: true /resolve.exports/1.1.0: @@ -9258,19 +5978,7 @@ packages: dependencies: is-core-module: 2.8.0 path-parse: 1.0.7 - - /responselike/1.0.2: - resolution: { integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= } - dependencies: - lowercase-keys: 1.0.1 - dev: false - - /responselike/2.0.0: - resolution: - { integrity: sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw== } - dependencies: - lowercase-keys: 2.0.0 - dev: false + dev: true /restore-cursor/3.1.0: resolution: @@ -9278,35 +5986,23 @@ packages: engines: { node: '>=8' } dependencies: onetime: 5.1.2 - signal-exit: 3.0.5 - - /ret/0.1.15: - resolution: - { integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== } - engines: { node: '>=0.12' } - dev: true - - /retry/0.10.1: - resolution: { integrity: sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= } - dev: false + signal-exit: 3.0.6 /retry/0.12.0: resolution: { integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= } engines: { node: '>= 4' } - dev: false + dev: true /reusify/1.0.4: resolution: { integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== } engines: { iojs: '>=1.0.0', node: '>=0.10.0' } + dev: true - /rimraf/2.7.1: + /rfdc/1.3.0: resolution: - { integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== } - hasBin: true - dependencies: - glob: 7.2.0 - dev: false + { integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== } + dev: true /rimraf/3.0.2: resolution: @@ -9314,24 +6010,20 @@ packages: hasBin: true dependencies: glob: 7.1.4 + dev: true /run-async/2.4.1: resolution: { integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== } engines: { node: '>=0.12.0' } - dev: false + dev: true /run-parallel/1.2.0: resolution: { integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== } dependencies: queue-microtask: 1.2.3 - - /run-queue/1.0.3: - resolution: { integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= } - dependencies: - aproba: 1.2.0 - dev: false + dev: true /rxjs-for-await/0.0.2: resolution: @@ -9349,14 +6041,6 @@ packages: rxjs: 6.6.7 dev: true - /rxjs/6.5.4: - resolution: - { integrity: sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q== } - engines: { npm: '>=2.0.0' } - dependencies: - tslib: 1.14.1 - dev: false - /rxjs/6.5.5: resolution: { integrity: sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ== } @@ -9365,38 +6049,33 @@ packages: tslib: 1.14.1 dev: true - /rxjs/6.6.3: + /rxjs/6.6.7: resolution: - { integrity: sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== } + { integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== } engines: { npm: '>=2.0.0' } dependencies: tslib: 1.14.1 - dev: true - /rxjs/6.6.7: + /rxjs/7.4.0: resolution: - { integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== } - engines: { npm: '>=2.0.0' } + { integrity: sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w== } dependencies: - tslib: 1.14.1 + tslib: 2.1.0 + dev: true /safe-buffer/5.1.2: resolution: { integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== } + dev: true /safe-buffer/5.2.1: resolution: { integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== } - /safe-regex/1.1.0: - resolution: { integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4= } - dependencies: - ret: 0.1.15 - dev: true - /safer-buffer/2.1.2: resolution: { integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== } + dev: true /saxes/5.0.1: resolution: @@ -9416,17 +6095,6 @@ packages: ajv-keywords: 3.5.2_ajv@6.12.6 dev: true - /schema-utils/2.7.1: - resolution: - { integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg== } - engines: { node: '>= 8.9.0' } - dependencies: - '@types/json-schema': 7.0.9 - ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 - dev: true - optional: true - /schema-utils/3.1.1: resolution: { integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== } @@ -9441,44 +6109,17 @@ packages: resolution: { integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w= } dev: true - /semver-diff/3.1.1: - resolution: - { integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg== } - engines: { node: '>=8' } - dependencies: - semver: 6.3.0 - dev: false - - /semver-intersect/1.4.0: - resolution: - { integrity: sha512-d8fvGg5ycKAq0+I6nfWeCx6ffaWJCsBYU0H2Rq56+/zFePYfT8mXkB3tWBSjR5BerkHNZ5eTPIk1/LBYas35xQ== } - dependencies: - semver: 5.7.1 - dev: false - /semver/5.7.1: resolution: { integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== } hasBin: true + dev: true /semver/6.3.0: resolution: { integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== } hasBin: true - - /semver/7.0.0: - resolution: - { integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== } - hasBin: true dev: true - optional: true - - /semver/7.1.3: - resolution: - { integrity: sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA== } - engines: { node: '>=10' } - hasBin: true - dev: false /semver/7.3.4: resolution: @@ -9496,6 +6137,7 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true /serialize-javascript/6.0.0: resolution: @@ -9508,17 +6150,6 @@ packages: resolution: { integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= } dev: true - /set-value/2.0.1: - resolution: - { integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== } - engines: { node: '>=0.10.0' } - dependencies: - extend-shallow: 2.0.1 - is-extendable: 0.1.1 - is-plain-object: 2.0.4 - split-string: 3.1.0 - dev: true - /shallow-clone/3.0.1: resolution: { integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== } @@ -9532,6 +6163,7 @@ packages: engines: { node: '>=0.10.0' } dependencies: shebang-regex: 1.0.0 + dev: true /shebang-command/2.0.0: resolution: @@ -9539,31 +6171,23 @@ packages: engines: { node: '>=8' } dependencies: shebang-regex: 3.0.0 + dev: true /shebang-regex/1.0.0: resolution: { integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= } engines: { node: '>=0.10.0' } + dev: true /shebang-regex/3.0.0: resolution: { integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== } engines: { node: '>=8' } - - /shell-quote/1.7.2: - resolution: - { integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg== } dev: true - /shelljs/0.8.4: + /shell-quote/1.7.3: resolution: - { integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ== } - engines: { node: '>=4' } - hasBin: true - dependencies: - glob: 7.2.0 - interpret: 1.4.0 - rechoir: 0.6.2 - dev: false + { integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== } + dev: true /side-channel/1.0.4: resolution: @@ -9571,11 +6195,12 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.11.0 + object-inspect: 1.11.1 + dev: true - /signal-exit/3.0.5: + /signal-exit/3.0.6: resolution: - { integrity: sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ== } + { integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ== } /sisteransi/1.0.5: resolution: @@ -9586,6 +6211,7 @@ packages: resolution: { integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== } engines: { node: '>=8' } + dev: true /slice-ansi/3.0.0: resolution: @@ -9611,75 +6237,34 @@ packages: resolution: { integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== } engines: { node: '>= 6.0.0', npm: '>= 3.0.0' } - dev: false - - /snapdragon-node/2.1.1: - resolution: - { integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== } - engines: { node: '>=0.10.0' } - dependencies: - define-property: 1.0.0 - isobject: 3.0.1 - snapdragon-util: 3.0.1 - dev: true - - /snapdragon-util/3.0.1: - resolution: - { integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 3.2.2 dev: true - /snapdragon/0.8.2: + /socks-proxy-agent/6.1.1: resolution: - { integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== } - engines: { node: '>=0.10.0' } + { integrity: sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew== } + engines: { node: '>= 10' } dependencies: - base: 0.11.2 - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - map-cache: 0.2.2 - source-map: 0.5.7 - source-map-resolve: 0.5.3 - use: 3.1.1 + agent-base: 6.0.2 + debug: 4.3.3 + socks: 2.6.1 + transitivePeerDependencies: + - supports-color dev: true - /socks-proxy-agent/4.0.2: - resolution: - { integrity: sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg== } - engines: { node: '>= 6' } - dependencies: - agent-base: 4.2.1 - socks: 2.3.3 - dev: false - - /socks/2.3.3: + /socks/2.6.1: resolution: - { integrity: sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA== } - engines: { node: '>= 6.0.0', npm: '>= 3.0.0' } + { integrity: sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA== } + engines: { node: '>= 10.13.0', npm: '>= 3.0.0' } dependencies: ip: 1.1.5 smart-buffer: 4.2.0 - dev: false + dev: true /source-list-map/2.0.1: resolution: { integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== } dev: true - /source-map-resolve/0.5.3: - resolution: - { integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== } - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - resolve-url: 0.2.1 - source-map-url: 0.4.1 - urix: 0.1.0 - dev: true - /source-map-support/0.5.19: resolution: { integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== } @@ -9688,19 +6273,14 @@ packages: source-map: 0.6.1 dev: true - /source-map-support/0.5.20: + /source-map-support/0.5.21: resolution: - { integrity: sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw== } + { integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== } dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: true - /source-map-url/0.4.1: - resolution: - { integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== } - dev: true - /source-map/0.5.7: resolution: { integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= } engines: { node: '>=0.10.0' } @@ -9710,6 +6290,7 @@ packages: resolution: { integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== } engines: { node: '>=0.10.0' } + dev: true /source-map/0.7.3: resolution: @@ -9725,97 +6306,46 @@ packages: { integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== } dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.10 + spdx-license-ids: 3.0.11 + dev: true /spdx-exceptions/2.3.0: resolution: { integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== } + dev: true /spdx-expression-parse/3.0.1: resolution: { integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== } dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.10 - - /spdx-license-ids/3.0.10: - resolution: - { integrity: sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA== } - - /split-on-first/1.1.0: - resolution: - { integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw== } - engines: { node: '>=6' } - dev: false + spdx-license-ids: 3.0.11 + dev: true - /split-string/3.1.0: + /spdx-license-ids/3.0.11: resolution: - { integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== } - engines: { node: '>=0.10.0' } - dependencies: - extend-shallow: 3.0.2 + { integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== } dev: true /sprintf-js/1.0.3: resolution: { integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= } - - /sshpk/1.16.1: - resolution: - { integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== } - engines: { node: '>=0.10.0' } - hasBin: true - dependencies: - asn1: 0.2.4 - assert-plus: 1.0.0 - bcrypt-pbkdf: 1.0.2 - dashdash: 1.14.1 - ecc-jsbn: 0.1.2 - getpass: 0.1.7 - jsbn: 0.1.1 - safer-buffer: 2.1.2 - tweetnacl: 0.14.5 - dev: false - - /ssri/6.0.2: - resolution: - { integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q== } - dependencies: - figgy-pudding: 3.5.2 - dev: false - - /stack-utils/2.0.5: - resolution: - { integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== } - engines: { node: '>=10' } - dependencies: - escape-string-regexp: 2.0.0 - dev: true - - /static-extend/0.1.2: - resolution: { integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= } - engines: { node: '>=0.10.0' } - dependencies: - define-property: 0.2.5 - object-copy: 0.1.0 dev: true - /stream-each/1.2.3: + /ssri/8.0.1: resolution: - { integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== } + { integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== } + engines: { node: '>= 8' } dependencies: - end-of-stream: 1.4.4 - stream-shift: 1.0.1 - dev: false + minipass: 3.1.5 + dev: true - /stream-shift/1.0.1: + /stack-utils/2.0.5: resolution: - { integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== } - dev: false - - /strict-uri-encode/2.0.0: - resolution: { integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY= } - engines: { node: '>=4' } - dev: false + { integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== } + engines: { node: '>=10' } + dependencies: + escape-string-regexp: 2.0.0 + dev: true /string-argv/0.3.1: resolution: @@ -9832,15 +6362,6 @@ packages: strip-ansi: 6.0.1 dev: true - /string-width/2.1.1: - resolution: - { integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== } - engines: { node: '>=4' } - dependencies: - is-fullwidth-code-point: 2.0.0 - strip-ansi: 4.0.0 - dev: false - /string-width/4.2.3: resolution: { integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== } @@ -9849,6 +6370,7 @@ packages: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 + dev: true /string.prototype.padend/3.1.3: resolution: @@ -9866,6 +6388,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 + dev: true /string.prototype.trimstart/1.0.4: resolution: @@ -9873,12 +6396,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - - /string_decoder/1.1.1: - resolution: - { integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== } - dependencies: - safe-buffer: 5.1.2 + dev: true /string_decoder/1.3.0: resolution: @@ -9896,13 +6414,6 @@ packages: is-regexp: 1.0.0 dev: true - /strip-ansi/4.0.0: - resolution: { integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8= } - engines: { node: '>=4' } - dependencies: - ansi-regex: 3.0.0 - dev: false - /strip-ansi/6.0.0: resolution: { integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== } @@ -9933,11 +6444,7 @@ packages: resolution: { integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== } engines: { node: '>=6' } - - /strip-json-comments/2.0.1: - resolution: { integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= } - engines: { node: '>=0.10.0' } - dev: false + dev: true /strip-json-comments/3.1.1: resolution: @@ -9951,6 +6458,7 @@ packages: engines: { node: '>=4' } dependencies: has-flag: 3.0.0 + dev: true /supports-color/7.2.0: resolution: @@ -9965,6 +6473,7 @@ packages: engines: { node: '>=10' } dependencies: has-flag: 4.0.0 + dev: true /supports-hyperlinks/2.2.0: resolution: @@ -9973,25 +6482,25 @@ packages: dependencies: has-flag: 4.0.0 supports-color: 7.2.0 + dev: true - /symbol-observable/1.2.0: + /symbol-observable/4.0.0: resolution: - { integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== } - engines: { node: '>=0.10.0' } - dev: false + { integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ== } + engines: { node: '>=0.10' } + dev: true /symbol-tree/3.2.4: resolution: { integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== } dev: true - /table/6.7.2: + /table/6.7.5: resolution: - { integrity: sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g== } + { integrity: sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw== } engines: { node: '>=10.0.0' } dependencies: - ajv: 8.6.3 - lodash.clonedeep: 4.5.0 + ajv: 8.8.2 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 @@ -10010,20 +6519,6 @@ packages: engines: { node: '>=6' } dev: true - /tar/4.4.19: - resolution: - { integrity: sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA== } - engines: { node: '>=4.5' } - dependencies: - chownr: 1.1.4 - fs-minipass: 1.2.7 - minipass: 2.9.0 - minizlib: 1.3.3 - mkdirp: 0.5.5 - safe-buffer: 5.2.1 - yallist: 3.1.1 - dev: false - /tar/6.1.11: resolution: { integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== } @@ -10037,12 +6532,6 @@ packages: yallist: 4.0.0 dev: true - /term-size/2.2.1: - resolution: - { integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== } - engines: { node: '>=8' } - dev: false - /terminal-link/2.1.1: resolution: { integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== } @@ -10052,9 +6541,9 @@ packages: supports-hyperlinks: 2.2.0 dev: true - /terser-webpack-plugin/5.2.4_webpack@5.59.1: + /terser-webpack-plugin/5.2.5_acorn@8.6.0+webpack@5.65.0: resolution: - { integrity: sha512-E2CkNMN+1cho04YpdANyRrn8CyN4yMy+WdFKZIySFZrGXZxJwJP6PMNGGc/Mcr6qygQHUUqRxnAPmi0M9f00XA== } + { integrity: sha512-3luOVHku5l0QBeYS8r4CdHYWEGMmIj3H1U64jgkdZzECcSOJAyJ9TjuqcQZvw1Y+4AOBN9SeYJPJmFn2cM4/2g== } engines: { node: '>= 10.13.0' } peerDependencies: '@swc/core': '*' @@ -10069,24 +6558,31 @@ packages: uglify-js: optional: true dependencies: - jest-worker: 27.3.1 - p-limit: 3.1.0 + jest-worker: 27.4.2 schema-utils: 3.1.1 serialize-javascript: 6.0.0 source-map: 0.6.1 - terser: 5.9.0 - webpack: 5.59.1 + terser: 5.10.0_acorn@8.6.0 + webpack: 5.65.0 + transitivePeerDependencies: + - acorn dev: true - /terser/5.9.0: + /terser/5.10.0_acorn@8.6.0: resolution: - { integrity: sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ== } + { integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA== } engines: { node: '>=10' } hasBin: true + peerDependencies: + acorn: ^8.5.0 + peerDependenciesMeta: + acorn: + optional: true dependencies: + acorn: 8.6.0 commander: 2.20.3 source-map: 0.7.3 - source-map-support: 0.5.20 + source-map-support: 0.5.21 dev: true /test-exclude/6.0.0: @@ -10110,14 +6606,7 @@ packages: /through/2.3.8: resolution: { integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= } - - /through2/2.0.5: - resolution: - { integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== } - dependencies: - readable-stream: 2.3.7 - xtend: 4.0.2 - dev: false + dev: true /tmp/0.0.33: resolution: @@ -10125,7 +6614,7 @@ packages: engines: { node: '>=0.6.0' } dependencies: os-tmpdir: 1.0.2 - dev: false + dev: true /tmp/0.2.1: resolution: @@ -10145,54 +6634,14 @@ packages: engines: { node: '>=4' } dev: true - /to-object-path/0.3.0: - resolution: { integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= } - engines: { node: '>=0.10.0' } - dependencies: - kind-of: 3.2.2 - dev: true - - /to-readable-stream/1.0.0: - resolution: - { integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q== } - engines: { node: '>=6' } - dev: false - - /to-regex-range/2.1.1: - resolution: { integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= } - engines: { node: '>=0.10.0' } - dependencies: - is-number: 3.0.0 - repeat-string: 1.6.1 - dev: true - /to-regex-range/5.0.1: resolution: { integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== } engines: { node: '>=8.0' } dependencies: is-number: 7.0.0 - - /to-regex/3.0.2: - resolution: - { integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== } - engines: { node: '>=0.10.0' } - dependencies: - define-property: 2.0.2 - extend-shallow: 3.0.2 - regex-not: 1.0.2 - safe-regex: 1.1.0 dev: true - /tough-cookie/2.5.0: - resolution: - { integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== } - engines: { node: '>=0.8' } - dependencies: - psl: 1.8.0 - punycode: 2.1.1 - dev: false - /tough-cookie/4.0.0: resolution: { integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== } @@ -10203,10 +6652,6 @@ packages: universalify: 0.1.2 dev: true - /tr46/0.0.3: - resolution: { integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= } - dev: false - /tr46/2.1.0: resolution: { integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw== } @@ -10221,7 +6666,7 @@ packages: hasBin: true dev: true - /ts-jest/27.0.5_d68acada37e9d278614dbb5f35cf5127: + /ts-jest/27.0.5_d33d2ed89a37a5c63ac6738dc749e64b: resolution: { integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } @@ -10244,31 +6689,16 @@ packages: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.2.3_ts-node@9.1.1 - jest-util: 27.3.1 + jest-util: 27.4.2 json5: 2.2.0 lodash: 4.17.21 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.3.5 + typescript: 4.4.4 yargs-parser: 20.2.9 dev: true - /ts-loader/5.4.5_typescript@4.3.5: - resolution: - { integrity: sha512-XYsjfnRQCBum9AMRZpk2rTYSVpdZBpZK+kDh0TeT3kxmQNBDVIeUjdPjY5RZry4eIAb8XHc4gYSUiUWPYvzSRw== } - engines: { node: '>=6.11.5' } - peerDependencies: - typescript: '*' - dependencies: - chalk: 2.4.2 - enhanced-resolve: 4.5.0 - loader-utils: 1.4.0 - micromatch: 3.1.10 - semver: 5.7.1 - typescript: 4.3.5 - dev: true - - /ts-loader/9.2.6_typescript@4.3.5: + /ts-loader/9.2.6_typescript@4.4.4: resolution: { integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw== } engines: { node: '>=12.0.0' } @@ -10280,10 +6710,10 @@ packages: enhanced-resolve: 5.8.3 micromatch: 4.0.4 semver: 7.3.5 - typescript: 4.3.5 + typescript: 4.4.4 dev: true - /ts-loader/9.2.6_typescript@4.3.5+webpack@5.59.1: + /ts-loader/9.2.6_typescript@4.4.4+webpack@5.65.0: resolution: { integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw== } engines: { node: '>=12.0.0' } @@ -10295,11 +6725,11 @@ packages: enhanced-resolve: 5.8.3 micromatch: 4.0.4 semver: 7.3.5 - typescript: 4.3.5 - webpack: 5.59.1 + typescript: 4.4.4 + webpack: 5.65.0 dev: true - /ts-node/9.1.1_typescript@4.3.5: + /ts-node/9.1.1_typescript@4.4.4: resolution: { integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== } engines: { node: '>=10.0.0' } @@ -10311,8 +6741,8 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - source-map-support: 0.5.20 - typescript: 4.3.5 + source-map-support: 0.5.21 + typescript: 4.4.4 yn: 3.1.1 dev: true @@ -10322,12 +6752,12 @@ packages: dependencies: chalk: 4.1.2 enhanced-resolve: 5.8.3 - tsconfig-paths: 3.11.0 + tsconfig-paths: 3.12.0 dev: true - /tsconfig-paths/3.11.0: + /tsconfig-paths/3.12.0: resolution: - { integrity: sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA== } + { integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg== } dependencies: '@types/json5': 0.0.29 json5: 1.0.1 @@ -10339,11 +6769,16 @@ packages: resolution: { integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== } + /tslib/2.1.0: + resolution: + { integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== } + dev: true + /tslib/2.3.1: resolution: { integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== } - /tsutils/3.21.0_typescript@4.3.5: + /tsutils/3.21.0_typescript@4.4.4: resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== } engines: { node: '>= 6' } @@ -10351,19 +6786,9 @@ packages: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.3.5 + typescript: 4.4.4 dev: true - /tunnel-agent/0.6.0: - resolution: { integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= } - dependencies: - safe-buffer: 5.2.1 - dev: false - - /tweetnacl/0.14.5: - resolution: { integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= } - dev: false - /type-check/0.3.2: resolution: { integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= } engines: { node: '>= 0.8.0' } @@ -10395,26 +6820,18 @@ packages: resolution: { integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== } engines: { node: '>=10' } - - /type-fest/0.8.1: - resolution: - { integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== } - engines: { node: '>=8' } - dev: false + dev: true /typedarray-to-buffer/3.1.5: resolution: { integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== } dependencies: is-typedarray: 1.0.0 + dev: true - /typedarray/0.0.6: - resolution: { integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= } - dev: false - - /typescript/4.3.5: + /typescript/4.4.4: resolution: - { integrity: sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== } + { integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== } engines: { node: '>=4.2.0' } hasBin: true dev: true @@ -10427,47 +6844,6 @@ packages: has-bigints: 1.0.1 has-symbols: 1.0.2 which-boxed-primitive: 1.0.2 - - /unicode-canonical-property-names-ecmascript/2.0.0: - resolution: - { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== } - engines: { node: '>=4' } - dev: true - optional: true - - /unicode-match-property-ecmascript/2.0.0: - resolution: - { integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== } - engines: { node: '>=4' } - dependencies: - unicode-canonical-property-names-ecmascript: 2.0.0 - unicode-property-aliases-ecmascript: 2.0.0 - dev: true - optional: true - - /unicode-match-property-value-ecmascript/2.0.0: - resolution: - { integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== } - engines: { node: '>=4' } - dev: true - optional: true - - /unicode-property-aliases-ecmascript/2.0.0: - resolution: - { integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== } - engines: { node: '>=4' } - dev: true - optional: true - - /union-value/1.0.1: - resolution: - { integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== } - engines: { node: '>=0.10.0' } - dependencies: - arr-union: 3.1.0 - get-value: 2.0.6 - is-extendable: 0.1.1 - set-value: 2.0.1 dev: true /unique-filename/1.1.1: @@ -10475,131 +6851,41 @@ packages: { integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== } dependencies: unique-slug: 2.0.2 - dev: false + dev: true /unique-slug/2.0.2: resolution: { integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== } dependencies: imurmurhash: 0.1.4 - dev: false - - /unique-string/2.0.0: - resolution: - { integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== } - engines: { node: '>=8' } - dependencies: - crypto-random-string: 2.0.0 - dev: false - - /universal-analytics/0.4.20: - resolution: - { integrity: sha512-gE91dtMvNkjO+kWsPstHRtSwHXz0l2axqptGYp5ceg4MsuurloM0PU3pdOfpb5zBXUvyjT4PwhWK2m39uczZuw== } - dependencies: - debug: 3.2.7 - request: 2.88.2 - uuid: 3.4.0 - dev: false - - /universal-user-agent/6.0.0: - resolution: - { integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== } - dev: false + dev: true /universalify/0.1.2: resolution: { integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== } engines: { node: '>= 4.0.0' } + dev: true /universalify/2.0.0: resolution: { integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== } engines: { node: '>= 10.0.0' } - - /unset-value/1.0.0: - resolution: { integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= } - engines: { node: '>=0.10.0' } - dependencies: - has-value: 0.3.1 - isobject: 3.0.1 dev: true - /update-notifier/4.1.1: - resolution: - { integrity: sha512-9y+Kds0+LoLG6yN802wVXoIfxYEwh3FlZwzMwpCZp62S2i1/Jzeqb9Eeeju3NSHccGGasfGlK5/vEHbAifYRDg== } - engines: { node: '>=8' } - dependencies: - boxen: 4.2.0 - chalk: 3.0.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-yarn-global: 0.3.0 - latest-version: 5.1.0 - pupa: 2.1.1 - semver-diff: 3.1.1 - xdg-basedir: 4.0.0 - dev: false - /uri-js/4.4.1: resolution: { integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== } dependencies: punycode: 2.1.1 - /urix/0.1.0: - resolution: { integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= } - deprecated: Please see https://github.com/lydell/urix#deprecated - dev: true - - /url-join/4.0.1: - resolution: - { integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA== } - dev: false - - /url-parse-lax/3.0.0: - resolution: { integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= } - engines: { node: '>=4' } - dependencies: - prepend-http: 2.0.0 - dev: false - - /use/3.1.1: - resolution: - { integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== } - engines: { node: '>=0.10.0' } - dev: true - /util-deprecate/1.0.2: resolution: { integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= } - /util-promisify/2.1.0: - resolution: { integrity: sha1-PCI2R2xNMsX/PEcAKt18E7moKlM= } - dependencies: - object.getownpropertydescriptors: 2.1.3 - dev: false - - /uuid/3.4.0: - resolution: - { integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== } - deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. - hasBin: true - dev: false - - /uuid/7.0.2: - resolution: - { integrity: sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw== } - hasBin: true - dev: false - /uuid/8.3.2: resolution: { integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== } hasBin: true - dev: false + dev: true /v8-compile-cache/2.3.0: resolution: @@ -10622,21 +6908,13 @@ packages: dependencies: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 + dev: true /validate-npm-package-name/3.0.0: resolution: { integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34= } dependencies: builtins: 1.0.3 - dev: false - - /verror/1.10.0: - resolution: { integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= } - engines: { '0': node >=0.6.0 } - dependencies: - assert-plus: 1.0.0 - core-util-is: 1.0.2 - extsprintf: 1.3.0 - dev: false + dev: true /w3c-hr-time/1.0.2: resolution: @@ -10653,15 +6931,16 @@ packages: xml-name-validator: 3.0.0 dev: true - /walker/1.0.7: - resolution: { integrity: sha1-L3+bj9ENZ3JisYqITijRlhjgKPs= } + /walker/1.0.8: + resolution: + { integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== } dependencies: - makeerror: 1.0.11 + makeerror: 1.0.12 dev: true - /watchpack/2.2.0: + /watchpack/2.3.1: resolution: - { integrity: sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA== } + { integrity: sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== } engines: { node: '>=10.13.0' } dependencies: glob-to-regexp: 0.4.1 @@ -10673,10 +6952,6 @@ packages: dependencies: defaults: 1.0.3 - /webidl-conversions/3.0.1: - resolution: { integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= } - dev: false - /webidl-conversions/5.0.0: resolution: { integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== } @@ -10707,11 +6982,6 @@ packages: wildcard: 2.0.0 dev: true - /webpack-node-externals/1.7.2: - resolution: - { integrity: sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg== } - dev: true - /webpack-node-externals/3.0.0: resolution: { integrity: sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ== } @@ -10726,15 +6996,15 @@ packages: source-map: 0.6.1 dev: true - /webpack-sources/3.2.1: + /webpack-sources/3.2.2: resolution: - { integrity: sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA== } + { integrity: sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw== } engines: { node: '>=10.13.0' } dev: true - /webpack/5.59.1: + /webpack/5.65.0: resolution: - { integrity: sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ== } + { integrity: sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw== } engines: { node: '>=10.13.0' } hasBin: true peerDependencies: @@ -10748,9 +7018,9 @@ packages: '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.5.0 - acorn-import-assertions: 1.8.0_acorn@8.5.0 - browserslist: 4.17.4 + acorn: 8.6.0 + acorn-import-assertions: 1.8.0_acorn@8.6.0 + browserslist: 4.18.1 chrome-trace-event: 1.0.3 enhanced-resolve: 5.8.3 es-module-lexer: 0.9.3 @@ -10760,13 +7030,13 @@ packages: graceful-fs: 4.2.8 json-parse-better-errors: 1.0.2 loader-runner: 4.2.0 - mime-types: 2.1.33 + mime-types: 2.1.34 neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.2.4_webpack@5.59.1 - watchpack: 2.2.0 - webpack-sources: 3.2.1 + terser-webpack-plugin: 5.2.5_acorn@8.6.0+webpack@5.65.0 + watchpack: 2.3.1 + webpack-sources: 3.2.2 transitivePeerDependencies: - '@swc/core' - esbuild @@ -10785,13 +7055,6 @@ packages: { integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== } dev: true - /whatwg-url/5.0.0: - resolution: { integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0= } - dependencies: - tr46: 0.0.3 - webidl-conversions: 3.0.1 - dev: false - /whatwg-url/8.7.0: resolution: { integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg== } @@ -10811,6 +7074,7 @@ packages: is-number-object: 1.0.6 is-string: 1.0.7 is-symbol: 1.0.4 + dev: true /which-module/2.0.0: resolution: { integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= } @@ -10822,6 +7086,7 @@ packages: hasBin: true dependencies: isexe: 2.0.0 + dev: true /which/2.0.2: resolution: @@ -10830,54 +7095,26 @@ packages: hasBin: true dependencies: isexe: 2.0.0 + dev: true - /widest-line/3.1.0: + /wide-align/1.1.5: resolution: - { integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== } - engines: { node: '>=8' } + { integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== } dependencies: string-width: 4.2.3 - dev: false + dev: true /wildcard/2.0.0: resolution: { integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw== } dev: true - /window-size/1.1.1: - resolution: - { integrity: sha512-5D/9vujkmVQ7pSmc0SCBmHXbkv6eaHwXEx65MywhmUMsI8sGqJ972APq1lotfcwMKPFLuCFfL8xGHLIp7jaBmA== } - engines: { node: '>= 0.10.0' } - hasBin: true - dependencies: - define-property: 1.0.0 - is-number: 3.0.0 - dev: false - - /windows-release/4.0.0: - resolution: - { integrity: sha512-OxmV4wzDKB1x7AZaZgXMVsdJ1qER1ed83ZrTYd5Bwq2HfJVg3DJS8nqlAG4sMoJ7mu8cuRmLEYyU13BKwctRAg== } - engines: { node: '>=10' } - dependencies: - execa: 4.0.3 - dev: false - /word-wrap/1.2.3: resolution: { integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== } engines: { node: '>=0.10.0' } dev: true - /wrap-ansi/4.0.0: - resolution: - { integrity: sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg== } - engines: { node: '>=6' } - dependencies: - ansi-styles: 3.2.1 - string-width: 2.1.1 - strip-ansi: 4.0.0 - dev: false - /wrap-ansi/6.2.0: resolution: { integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== } @@ -10896,9 +7133,11 @@ packages: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 + dev: true /wrappy/1.0.2: resolution: { integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= } + dev: true /write-file-atomic/3.0.3: resolution: @@ -10906,12 +7145,13 @@ packages: dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 - signal-exit: 3.0.5 + signal-exit: 3.0.6 typedarray-to-buffer: 3.1.5 + dev: true - /ws/7.5.5: + /ws/7.5.6: resolution: - { integrity: sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w== } + { integrity: sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA== } engines: { node: '>=8.3.0' } peerDependencies: bufferutil: ^4.0.1 @@ -10923,12 +7163,6 @@ packages: optional: true dev: true - /xdg-basedir/4.0.0: - resolution: - { integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== } - engines: { node: '>=8' } - dev: false - /xml-name-validator/3.0.0: resolution: { integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== } @@ -10939,34 +7173,27 @@ packages: { integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== } dev: true - /xtend/4.0.2: - resolution: - { integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== } - engines: { node: '>=0.4' } - dev: false - /y18n/4.0.3: resolution: { integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== } + dev: true /y18n/5.0.8: resolution: { integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== } engines: { node: '>=10' } - - /yallist/3.1.1: - resolution: - { integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== } - dev: false + dev: true /yallist/4.0.0: resolution: { integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== } + dev: true /yaml/1.10.2: resolution: { integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== } engines: { node: '>= 6' } + dev: true /yargs-parser/18.1.3: resolution: @@ -10977,12 +7204,6 @@ packages: decamelize: 1.2.0 dev: true - /yargs-parser/19.0.4: - resolution: - { integrity: sha512-eXeQm7yXRjPFFyf1voPkZgXQZJjYfjgQUmGPbD2TLtZeIYzvacgWX7sQ5a1HsRgVP+pfKAkRZDNtTGev4h9vhw== } - engines: { node: '>=10' } - dev: false - /yargs-parser/20.0.0: resolution: { integrity: sha512-8eblPHTL7ZWRkyjIZJjnGf+TijiKJSwA24svzLRVvtgoi/RZiKa9fFQTrlx0OKLnyHSdt/enrdadji6WFfESVA== } @@ -10993,6 +7214,13 @@ packages: resolution: { integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== } engines: { node: '>=10' } + dev: true + + /yargs-parser/21.0.0: + resolution: + { integrity: sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA== } + engines: { node: '>=12' } + dev: true /yargs/15.4.1: resolution: @@ -11024,10 +7252,11 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 20.2.9 + dev: true - /yargs/17.2.1: + /yargs/17.3.0: resolution: - { integrity: sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q== } + { integrity: sha512-GQl1pWyDoGptFPJx9b9L6kmR33TGusZvXIZUT+BOz9f7X2L94oeAskFYLEg/FkhV06zZPBYLvLZRWeYId29lew== } engines: { node: '>=12' } dependencies: cliui: 7.0.4 @@ -11036,7 +7265,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 20.2.9 + yargs-parser: 21.0.0 dev: true /yn/3.1.1: @@ -11044,8 +7273,3 @@ packages: { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== } engines: { node: '>=6' } dev: true - - /yocto-queue/0.1.0: - resolution: - { integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== } - engines: { node: '>=10' } From a3a4f49f8574168e79dff916be95e536d47c7436 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Tue, 28 Dec 2021 00:51:48 -0500 Subject: [PATCH 2/7] chore: update Nx to v13 --- package.json | 37 +-- pnpm-lock.yaml | 694 ++++++++++++++++++++----------------------------- 2 files changed, 308 insertions(+), 423 deletions(-) diff --git a/package.json b/package.json index be1d0d97..63e0d67a 100644 --- a/package.json +++ b/package.json @@ -29,33 +29,33 @@ }, "private": true, "dependencies": { - "@angular/core": "^13.0.0", + "@angular/core": "13.1.1", "@schematics/angular": "^12.2.13", "tslib": "^2.0.0" }, "devDependencies": { - "@angular/cli": "^13.0.4", - "@nrwl/angular": "13.2.3", - "@nrwl/cli": "13.2.3", - "@nrwl/devkit": "13.2.3", - "@nrwl/eslint-plugin-nx": "13.2.3", - "@nrwl/jest": "13.2.3", - "@nrwl/linter": "13.2.3", - "@nrwl/nest": "13.2.3", - "@nrwl/node": "13.2.3", - "@nrwl/nx-cloud": "12.5.4", - "@nrwl/nx-plugin": "13.2.3", - "@nrwl/tao": "13.2.3", - "@nrwl/workspace": "13.2.3", + "@angular/cli": "13.1.2", + "@nrwl/angular": "13.4.1", + "@nrwl/cli": "13.4.1", + "@nrwl/devkit": "13.4.1", + "@nrwl/eslint-plugin-nx": "13.4.1", + "@nrwl/jest": "13.4.1", + "@nrwl/linter": "13.4.1", + "@nrwl/nest": "13.4.1", + "@nrwl/node": "13.4.1", + "@nrwl/nx-cloud": "13.0.1", + "@nrwl/nx-plugin": "13.4.1", + "@nrwl/tao": "13.4.1", + "@nrwl/workspace": "13.4.1", "@nxtend/capacitor": "^12.0.0-beta.1", "@nxtend/ionic-angular": "^12.0.0-beta.1", "@types/jest": "27.0.2", "@types/node": "14.14.33", - "@typescript-eslint/eslint-plugin": "4.31.2", - "@typescript-eslint/parser": "4.31.2", + "@typescript-eslint/eslint-plugin": "5.3.1", + "@typescript-eslint/parser": "5.3.1", "chalk": "^4.1.2", "dotenv": "10.0.0", - "eslint": "7.22.0", + "eslint": "8.2.0", "eslint-config-prettier": "8.1.0", "fs-extra": "^10.0.0", "husky": "^7.0.1", @@ -65,8 +65,9 @@ "ts-jest": "27.0.5", "ts-node": "~9.1.1", "tslib": "^2.0.0", - "typescript": "4.4.4", + "typescript": "4.5.4", "yaml": "^1.10.2", "yargs": "^17.2.1" } } + diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9625226..05650d83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,30 +1,30 @@ lockfileVersion: 5.3 specifiers: - '@angular/cli': ^13.0.4 - '@angular/core': ^13.0.0 - '@nrwl/angular': 13.2.3 - '@nrwl/cli': 13.2.3 - '@nrwl/devkit': 13.2.3 - '@nrwl/eslint-plugin-nx': 13.2.3 - '@nrwl/jest': 13.2.3 - '@nrwl/linter': 13.2.3 - '@nrwl/nest': 13.2.3 - '@nrwl/node': 13.2.3 - '@nrwl/nx-cloud': 12.5.4 - '@nrwl/nx-plugin': 13.2.3 - '@nrwl/tao': 13.2.3 - '@nrwl/workspace': 13.2.3 + '@angular/cli': 13.1.2 + '@angular/core': 13.1.1 + '@nrwl/angular': 13.4.1 + '@nrwl/cli': 13.4.1 + '@nrwl/devkit': 13.4.1 + '@nrwl/eslint-plugin-nx': 13.4.1 + '@nrwl/jest': 13.4.1 + '@nrwl/linter': 13.4.1 + '@nrwl/nest': 13.4.1 + '@nrwl/node': 13.4.1 + '@nrwl/nx-cloud': 13.0.1 + '@nrwl/nx-plugin': 13.4.1 + '@nrwl/tao': 13.4.1 + '@nrwl/workspace': 13.4.1 '@nxtend/capacitor': ^12.0.0-beta.1 '@nxtend/ionic-angular': ^12.0.0-beta.1 '@schematics/angular': ^12.2.13 '@types/jest': 27.0.2 '@types/node': 14.14.33 - '@typescript-eslint/eslint-plugin': 4.31.2 - '@typescript-eslint/parser': 4.31.2 + '@typescript-eslint/eslint-plugin': 5.3.1 + '@typescript-eslint/parser': 5.3.1 chalk: ^4.1.2 dotenv: 10.0.0 - eslint: 7.22.0 + eslint: 8.2.0 eslint-config-prettier: 8.1.0 fs-extra: ^10.0.0 husky: ^7.0.1 @@ -34,57 +34,57 @@ specifiers: ts-jest: 27.0.5 ts-node: ~9.1.1 tslib: ^2.0.0 - typescript: 4.4.4 + typescript: 4.5.4 yaml: ^1.10.2 yargs: ^17.2.1 dependencies: - '@angular/core': 13.0.3 + '@angular/core': 13.1.1 '@schematics/angular': 12.2.13 tslib: 2.3.1 devDependencies: - '@angular/cli': 13.0.4 - '@nrwl/angular': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@nrwl/cli': 13.2.3 - '@nrwl/devkit': 13.2.3 - '@nrwl/eslint-plugin-nx': 13.2.3_40e4c5626722a3eff54f5b6e1bc71914 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/nest': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@nrwl/node': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@nrwl/nx-cloud': 12.5.4 - '@nrwl/nx-plugin': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@nrwl/tao': 13.2.3 - '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 - '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.2.3 - '@nxtend/ionic-angular': 12.1.0_fe145e33711e8dbb09f753ec4259f960 + '@angular/cli': 13.1.2 + '@nrwl/angular': 13.4.1_prettier@2.5.1+typescript@4.5.4 + '@nrwl/cli': 13.4.1 + '@nrwl/devkit': 13.4.1 + '@nrwl/eslint-plugin-nx': 13.4.1_1b08064b2f35b0ac1c075e50a0267c4d + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/nest': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/node': 13.4.1_prettier@2.5.1+typescript@4.5.4 + '@nrwl/nx-cloud': 13.0.1 + '@nrwl/nx-plugin': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/tao': 13.4.1 + '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.4.1 + '@nxtend/ionic-angular': 12.1.0_bb54473f9ba0236015899a4dd19c8f92 '@types/jest': 27.0.2 '@types/node': 14.14.33 - '@typescript-eslint/eslint-plugin': 4.31.2_d439e56f58678febce1e76176681b03b - '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.4.4 + '@typescript-eslint/eslint-plugin': 5.3.1_e104d37e8d608f934cbf4af692673235 + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.4 chalk: 4.1.2 dotenv: 10.0.0 - eslint: 7.22.0 - eslint-config-prettier: 8.1.0_eslint@7.22.0 + eslint: 8.2.0 + eslint-config-prettier: 8.1.0_eslint@8.2.0 fs-extra: 10.0.0 husky: 7.0.4 jest: 27.2.3_ts-node@9.1.1 lint-staged: 11.2.6 prettier: 2.5.1 - ts-jest: 27.0.5_d33d2ed89a37a5c63ac6738dc749e64b - ts-node: 9.1.1_typescript@4.4.4 - typescript: 4.4.4 + ts-jest: 27.0.5_54902cfc20c0a62612a2d272b79c30f2 + ts-node: 9.1.1_typescript@4.5.4 + typescript: 4.5.4 yaml: 1.10.2 yargs: 17.3.0 packages: - /@angular-devkit/architect/0.1300.4: + /@angular-devkit/architect/0.1301.2: resolution: - { integrity: sha512-COW2W6rI9D69QEXGc/MyTbJY9gT+u8yMTpONpIjopd+KoSK/q2wGr0RleUf7XSCunZCs0SRI7z3Pw1EAdQCP7Q== } + { integrity: sha512-v8e6OF80Ezo5MTHtFcq1AZJH+Wq+hN9pMZ1iLGkODIfKIW9zx6aPhx0JY0b7sZkfNVL8ay8JA8f339eBMnOE9A== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 13.0.4 + '@angular-devkit/core': 13.1.2 rxjs: 6.6.7 transitivePeerDependencies: - chokidar @@ -121,9 +121,9 @@ packages: source-map: 0.7.3 dev: true - /@angular-devkit/core/13.0.4: + /@angular-devkit/core/13.1.2: resolution: - { integrity: sha512-AzgLvERLC6qzY5aZWUpkz5nx+pZChrq3DSt6azMPALwzzoABrwiO6XqzRnj17mXtANXLH2oe9FuHr9jzgFbF1g== } + { integrity: sha512-uXVesIRiCL/Nv+RSV8JM4j8IoZiGCGnqV2FOJ1hvH7DPxIjhjPMdG/B54xMydZpeASW3ofuxeORyAXxFIBm8Zg== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } peerDependencies: chokidar: ^3.5.2 @@ -131,7 +131,7 @@ packages: chokidar: optional: true dependencies: - ajv: 8.6.3 + ajv: 8.8.2 ajv-formats: 2.1.1 fast-json-stable-stringify: 2.1.0 magic-string: 0.25.7 @@ -163,12 +163,12 @@ packages: - chokidar dev: true - /@angular-devkit/schematics/13.0.4: + /@angular-devkit/schematics/13.1.2: resolution: - { integrity: sha512-3LsmpfAEOxwPyachrktCHtGUYBzQCCzD0++CUjhK8W99v8/IAplkm4dgovFb1RiRkUm44l+HIS7387AbvEIf5A== } + { integrity: sha512-ayYbHGU8QpMGx8ZyhKOBupz+Zfv/2H1pNQErahYV3qg7hA9hfjTGmNmDQ4iw0fiT04NajjUxuomlKsCsg7oXDw== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 13.0.4 + '@angular-devkit/core': 13.1.2 jsonc-parser: 3.0.0 magic-string: 0.25.7 ora: 5.4.1 @@ -177,20 +177,20 @@ packages: - chokidar dev: true - /@angular/cli/13.0.4: + /@angular/cli/13.1.2: resolution: - { integrity: sha512-0QMJXFNn57LVg7ZwZFPO90g6aZHDnoe5yCB7fo3nskOhDw1AW/rnbbaNVMVX/SvP30hOOTLsfVJ1Y3I6eKDgRA== } + { integrity: sha512-jEsQWzHgODFpppWGb49jfqlN8YYhphsKY3MPHlrjmd05qWgKItUGSgA46hSoDqjaJKVUN9koUnJBFCc9utERYA== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } hasBin: true requiresBuild: true dependencies: - '@angular-devkit/architect': 0.1300.4 - '@angular-devkit/core': 13.0.4 - '@angular-devkit/schematics': 13.0.4 - '@schematics/angular': 13.0.4 + '@angular-devkit/architect': 0.1301.2 + '@angular-devkit/core': 13.1.2 + '@angular-devkit/schematics': 13.1.2 + '@schematics/angular': 13.1.2 '@yarnpkg/lockfile': 1.1.0 ansi-colors: 4.1.1 - debug: 4.3.2 + debug: 4.3.3 ini: 2.0.0 inquirer: 8.2.0 jsonc-parser: 3.0.0 @@ -208,9 +208,9 @@ packages: - supports-color dev: true - /@angular/core/13.0.3: + /@angular/core/13.1.1: resolution: - { integrity: sha512-w8FngZBPrLw9kHftYy824C/wSBtLKCWvGU04qI6V9BCpxedf7cyOIhOzaL+4Pz/rwgvo+0Qn2uM1ssZ2+JUdvQ== } + { integrity: sha512-oLGKgzUbHqte/q7EokOJWUiXAtBjwuZM6c9Or2a7WDJNeImQilxk5qy91RPSbP8FhOBysebqAayrfiCYexlShg== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0 } peerDependencies: rxjs: ^6.5.3 || ^7.4.0 @@ -219,13 +219,6 @@ packages: tslib: 2.3.1 dev: false - /@babel/code-frame/7.12.11: - resolution: - { integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== } - dependencies: - '@babel/highlight': 7.16.0 - dev: true - /@babel/code-frame/7.16.0: resolution: { integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA== } @@ -621,18 +614,18 @@ packages: - supports-color dev: true - /@eslint/eslintrc/0.4.3: + /@eslint/eslintrc/1.0.5: resolution: - { integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: ajv: 6.12.6 debug: 4.3.3 - espree: 7.3.1 + espree: 9.2.0 globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 - js-yaml: 3.14.1 + js-yaml: 4.1.0 minimatch: 3.0.4 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -644,9 +637,9 @@ packages: { integrity: sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== } dev: true - /@humanwhocodes/config-array/0.5.0: + /@humanwhocodes/config-array/0.6.0: resolution: - { integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== } + { integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A== } engines: { node: '>=10.10.0' } dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -784,7 +777,7 @@ packages: dependencies: '@bcoe/v8-coverage': 0.2.3 '@jest/console': 27.4.2 - '@jest/test-result': 27.2.2 + '@jest/test-result': 27.4.2 '@jest/transform': 27.4.2 '@jest/types': 27.4.2 chalk: 4.1.2 @@ -798,8 +791,8 @@ packages: istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.1 jest-haste-map: 27.4.2 - jest-resolve: 27.2.2 - jest-util: 27.2.0 + jest-resolve: 27.4.2 + jest-util: 27.4.2 jest-worker: 27.4.2 slash: 3.0.0 source-map: 0.6.1 @@ -930,7 +923,7 @@ packages: chalk: 4.1.2 dev: true - /@nestjs/schematics/8.0.5_typescript@4.4.4: + /@nestjs/schematics/8.0.5_typescript@4.5.4: resolution: { integrity: sha512-nK1hWQeLNbdhsiJDX/XJXLqq7nC6/xxC8CN+seFTQmly+H3gG2xaFnl6JPHURumuQaYJX8JEpC8m0+4tz+wvOg== } peerDependencies: @@ -941,7 +934,7 @@ packages: fs-extra: 10.0.0 jsonc-parser: 3.0.0 pluralize: 8.0.0 - typescript: 4.4.4 + typescript: 4.5.4 transitivePeerDependencies: - chokidar dev: true @@ -1035,23 +1028,26 @@ packages: - supports-color dev: true - /@nrwl/angular/13.2.3_ded79415e7bcc11faa82ea80648f3278: + /@nrwl/angular/13.4.1_prettier@2.5.1+typescript@4.5.4: resolution: - { integrity: sha512-7IFRmyPLgoWjUGOXuUHfN7wx4T5T6sixHRJjPr2SX81ssRaQjOEFMMSON6xZdaGabd9qnR87ZR1eQVuj4c2wLg== } + { integrity: sha512-EUuL2nydXia10SHc6hrThViL0dH2ea5qmfDv/W5EfGYG0Ng3UMM9cHogyuVlcoCmEBqK42Hwvb7t3JeWJ6+V+g== } requiresBuild: true dependencies: - '@angular-devkit/schematics': 13.0.4 - '@nrwl/cypress': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@nrwl/devkit': 13.2.3 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/storybook': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@phenomnomnominal/tsquery': 4.1.1_typescript@4.4.4 - '@schematics/angular': 13.0.4 + '@angular-devkit/schematics': 13.1.2 + '@nrwl/cypress': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/devkit': 13.4.1 + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/storybook': 13.4.1_f4724441d51958646230fbbccce44345 + '@phenomnomnominal/tsquery': 4.1.1_typescript@4.5.4 + '@schematics/angular': 13.1.2 find-parent-dir: 0.3.1 ignore: 5.1.9 jasmine-marbles: 0.8.4 rxjs-for-await: 0.0.2 + semver: 7.3.4 + ts-node: 9.1.1_typescript@4.5.4 + tsconfig-paths: 3.12.0 tslib: 2.3.1 webpack-merge: 5.7.3 transitivePeerDependencies: @@ -1066,18 +1062,17 @@ packages: - prettier - rxjs - supports-color - - ts-node - typescript - utf-8-validate - webpack dev: true - /@nrwl/cli/13.2.3: + /@nrwl/cli/13.4.1: resolution: - { integrity: sha512-4hrOYQ9MqhWOdjQTwuQqHTfPu8lYgdFCE39PVWAcePtoi67mUeba54HkyT6nkTHI1TbO7q8Kf+R73dRhhxDlpA== } + { integrity: sha512-U0ik9wrumTxg+l0f17xajOLgKPQH2hFFPiDlegOupef7mR3JBxrEzadkTXjRH7wXSOWBdzYyVYsfx+6UwS9Ilw== } hasBin: true dependencies: - '@nrwl/tao': 13.2.3 + '@nrwl/tao': 13.4.1 chalk: 4.1.0 enquirer: 2.3.6 v8-compile-cache: 2.3.0 @@ -1085,24 +1080,24 @@ packages: yargs-parser: 20.0.0 dev: true - /@nrwl/cypress/13.2.3_ded79415e7bcc11faa82ea80648f3278: + /@nrwl/cypress/13.4.1_f4724441d51958646230fbbccce44345: resolution: - { integrity: sha512-gp6yluBx37CV/ROHDusri2ew6dR+jFMRGZXmL4Jp+TaFc6ewAI+aQDHUI6py6tvNNtZ+8P/x1hPiaPikn8w5vQ== } + { integrity: sha512-+H4oSmtYhH/zyEGVYVEc6kw96hhdjIfajfGW1Hkver+yqtsXLuD8gfxC+LT8gK1VWcR+seMOS5DzdHzToVKuOA== } peerDependencies: - cypress: '>= 3 < 9' + cypress: '>= 3 < 10' peerDependenciesMeta: cypress: optional: true dependencies: '@cypress/webpack-preprocessor': 5.10.0 - '@nrwl/devkit': 13.2.3 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + '@nrwl/devkit': 13.4.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 chalk: 4.1.0 enhanced-resolve: 5.8.3 fork-ts-checker-webpack-plugin: 6.2.10 rxjs: 6.6.7 - ts-loader: 9.2.6_typescript@4.4.4 + ts-loader: 9.2.6_typescript@4.5.4 tsconfig-paths: 3.12.0 tsconfig-paths-webpack-plugin: 3.4.1 tslib: 2.3.1 @@ -1135,11 +1130,11 @@ packages: tslib: 2.3.1 dev: true - /@nrwl/devkit/13.2.3: + /@nrwl/devkit/13.4.1: resolution: - { integrity: sha512-/cp8hFclOXSAjj9pwb6bOU8yw593HfelcCBi8o8Jhb0Luhn1RzLCOpmHNsOf2hWzSUPEr0BuI0R55ubCEB+k6A== } + { integrity: sha512-dk/moNFriAFnAFro9EQILJWkYQsgkRI1rIou2uCkbrhUHeFZ1nZECjBNdBj/hocz76O24xH7+A8HneacXlKZHg== } dependencies: - '@nrwl/tao': 13.2.3 + '@nrwl/tao': 13.4.1 ejs: 3.1.6 ignore: 5.1.9 rxjs: 6.6.7 @@ -1147,20 +1142,20 @@ packages: tslib: 2.3.1 dev: true - /@nrwl/eslint-plugin-nx/13.2.3_40e4c5626722a3eff54f5b6e1bc71914: + /@nrwl/eslint-plugin-nx/13.4.1_1b08064b2f35b0ac1c075e50a0267c4d: resolution: - { integrity: sha512-WEb/ZTvc3JCFPKFng8Gsx9UU7NXePWcQSidngmzXd114/NrM8TkHOx4Ps2nEZyYzpOy/Zo8rqAmbtLgruaYvwg== } + { integrity: sha512-oId9nHYd52JT3soTXtrqt7OtXk/AY3Jph2ZnPaFesFbv/0Oe6twGL+7WmG/5RQIauJ9pj6owfUqM+fGznZVHVw== } peerDependencies: - '@typescript-eslint/parser': ~4.33.0 + '@typescript-eslint/parser': ~5.3.0 eslint-config-prettier: ^8.1.0 dependencies: - '@nrwl/devkit': 13.2.3 - '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 - '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.22.0+typescript@4.4.4 - '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.4.4 + '@nrwl/devkit': 13.4.1 + '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.5.4 + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.4 confusing-browser-globals: 1.0.10 - eslint-config-prettier: 8.1.0_eslint@7.22.0 - ts-node: 9.1.1_typescript@4.4.4 + eslint-config-prettier: 8.1.0_eslint@8.2.0 + ts-node: 9.1.1_typescript@4.5.4 tsconfig-paths: 3.12.0 transitivePeerDependencies: - bufferutil @@ -1173,13 +1168,13 @@ packages: - utf-8-validate dev: true - /@nrwl/jest/13.2.3_ts-node@9.1.1: + /@nrwl/jest/13.4.1_ts-node@9.1.1: resolution: - { integrity: sha512-M9/x0uZNSVKkcyNHcA2+Muj23KRo9SDiCsTb7HnkHhtSbhIWMd1knKP45bOr8CjeeiKNPeervx7uiN5516z8JA== } + { integrity: sha512-wV5RNDhM7FYvE1+xbla6wVP5VSonPA4os8GLJYF+fKwAYf8lcUwFx2SIlRvFEqZF/wyQzZYR1D6filGaXGlU5w== } dependencies: '@jest/reporters': 27.2.2 '@jest/test-result': 27.2.2 - '@nrwl/devkit': 13.2.3 + '@nrwl/devkit': 13.4.1 chalk: 4.1.0 identity-obj-proxy: 3.0.0 jest-config: 27.2.2_ts-node@9.1.1 @@ -1197,13 +1192,14 @@ packages: - utf-8-validate dev: true - /@nrwl/linter/13.2.3_ts-node@9.1.1: + /@nrwl/linter/13.4.1_ts-node@9.1.1+typescript@4.5.4: resolution: - { integrity: sha512-kdzPWYzR96XYghJ5yIaYSybDrtcAcSxgcscwP1UWvME19O2W8DHbhIj3AzBgjSG0X6hBEh6k9kpyQ49jNkUMCw== } + { integrity: sha512-Ufn/TtHpAuvSbS7vRDCcHN+etMEKoAnoLNOifhvA6Iw4k2B8pw3mxPuZHLUKG3j/+l+O+YIZdPxhzsr0z2O/Rw== } dependencies: - '@nrwl/devkit': 13.2.3 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - eslint: 7.32.0 + '@nrwl/devkit': 13.4.1 + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@phenomnomnominal/tsquery': 4.1.1_typescript@4.5.4 + eslint: 8.2.0 glob: 7.1.4 minimatch: 3.0.4 tmp: 0.2.1 @@ -1214,18 +1210,19 @@ packages: - node-notifier - supports-color - ts-node + - typescript - utf-8-validate dev: true - /@nrwl/nest/13.2.3_ded79415e7bcc11faa82ea80648f3278: + /@nrwl/nest/13.4.1_f4724441d51958646230fbbccce44345: resolution: - { integrity: sha512-oUpVUPnpGW5PwFL3Y7M5pHWJ342kKTpentrQVU7ccDVKrUJ6Rw+zLQTcCdr3sGVAKH+4sbJKARbRGOYvhs0Fmw== } + { integrity: sha512-KcsXLtOz34nKWT2d05rbPmNqRaFWFzUruEh3ustqb0D5DHZ0xj8XCdvUmaetK0Gv6xYeAK7v4KVUlQJllc/wgA== } dependencies: - '@nestjs/schematics': 8.0.5_typescript@4.4.4 - '@nrwl/devkit': 13.2.3 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/node': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nestjs/schematics': 8.0.5_typescript@4.5.4 + '@nrwl/devkit': 13.4.1 + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/node': 13.4.1_prettier@2.5.1+typescript@4.5.4 transitivePeerDependencies: - '@swc/core' - bufferutil @@ -1242,14 +1239,14 @@ packages: - webpack-cli dev: true - /@nrwl/node/13.2.3_ded79415e7bcc11faa82ea80648f3278: + /@nrwl/node/13.4.1_prettier@2.5.1+typescript@4.5.4: resolution: - { integrity: sha512-wBNRsiKbnV0o115Osi4WRpGYgvgcTd6zSNbk5bKGDil0wxXO0mFaLdDNvsAocGE/FjWKlOpeq26QG8w/do7zrQ== } + { integrity: sha512-W5zEQ22aZ/wTgkaloHP2aAX17FokxoUcSltZpldQ0Bw6tzr0NWZFCtWSjn78AFJisvBGnML6jBh9elda2qbC9w== } dependencies: - '@nrwl/devkit': 13.2.3 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + '@nrwl/devkit': 13.4.1 + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 chalk: 4.1.0 copy-webpack-plugin: 9.1.0_webpack@5.65.0 enhanced-resolve: 5.8.3 @@ -1261,7 +1258,8 @@ packages: rxjs-for-await: 0.0.2_rxjs@6.6.7 source-map-support: 0.5.19 tree-kill: 1.2.2 - ts-loader: 9.2.6_typescript@4.4.4+webpack@5.65.0 + ts-loader: 9.2.6_typescript@4.5.4+webpack@5.65.0 + ts-node: 9.1.1_typescript@4.5.4 tsconfig-paths: 3.12.0 tsconfig-paths-webpack-plugin: 3.4.1 tslib: 2.3.1 @@ -1276,16 +1274,15 @@ packages: - node-notifier - prettier - supports-color - - ts-node - typescript - uglify-js - utf-8-validate - webpack-cli dev: true - /@nrwl/nx-cloud/12.5.4: + /@nrwl/nx-cloud/13.0.1: resolution: - { integrity: sha512-FHNTF0S1dMPddDstY6MUjZ30f99wVnZ46Q8r5plASxBPUvPAqPI8TRYzYTcPSAcf7s5NB3lAnLXw0wvN+8+4Ig== } + { integrity: sha512-xjsGTOoYR8SXdca6qRLrxLa3mySLXFOR9+sVA6+ODVXKYZsKJOoxAJNAQO46Pvi4YtKn2woxFJDFFB/lTFWpqQ== } hasBin: true dependencies: axios: 0.21.4 @@ -1298,14 +1295,14 @@ packages: - debug dev: true - /@nrwl/nx-plugin/13.2.3_ded79415e7bcc11faa82ea80648f3278: + /@nrwl/nx-plugin/13.4.1_f4724441d51958646230fbbccce44345: resolution: - { integrity: sha512-xYpkcR1ff5Z5L20Da3KyHl9V32Kts8CvVrnNmS/+w9cv4NQ73qzBsS4ko0BkpNoyNgG+l8B3IezoCXJB/nOh1A== } + { integrity: sha512-ETuYophDHpkiVEv4UJPSrskiuHWccw4SHNLz57QgbF8M9aALAefXqMrSBZFdkErVKl8jnFuA8JShLB3LsmhlyQ== } dependencies: - '@nrwl/devkit': 13.2.3 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/node': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/devkit': 13.4.1 + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/node': 13.4.1_prettier@2.5.1+typescript@4.5.4 fs-extra: 9.1.0 rxjs: 6.6.7 tslib: 2.3.1 @@ -1325,17 +1322,17 @@ packages: - webpack-cli dev: true - /@nrwl/storybook/13.2.3_ded79415e7bcc11faa82ea80648f3278: + /@nrwl/storybook/13.4.1_f4724441d51958646230fbbccce44345: resolution: - { integrity: sha512-+stufDpXPoiT5vf2jNOLC2YRfPyebbltrPMQ0n8YxqpzN91XHj9ieYmErJ6t2AgEutcDpvfbZkVEYKqPNNn3hw== } + { integrity: sha512-EhsIZnWJIhZikI17+AL2YHdsXZzXNs+GVmbPCig6gV3EjfQyc9lfx455ydiy/VYJ8QbAX6+XEixPtXigX30wUg== } dependencies: - '@nrwl/cypress': 13.2.3_ded79415e7bcc11faa82ea80648f3278 - '@nrwl/devkit': 13.2.3 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + '@nrwl/cypress': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/devkit': 13.4.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 core-js: 3.19.3 semver: 7.3.4 - ts-loader: 9.2.6_typescript@4.4.4 + ts-loader: 9.2.6_typescript@4.5.4 tsconfig-paths-webpack-plugin: 3.4.1 transitivePeerDependencies: - '@babel/core' @@ -1371,16 +1368,18 @@ packages: yargs-parser: 20.0.0 dev: true - /@nrwl/tao/13.2.3: + /@nrwl/tao/13.4.1: resolution: - { integrity: sha512-vn+GqvFVinqAXzvbHznPBtCg9OCfirh3hF68sZgY2C6jZ3m47XwST3mLTRSDTtSDy9QfUrSZ6p4uAk2Iht0yBQ== } + { integrity: sha512-bgVzHlKfY7TK0ZLlM9+yQxfw8+NGsfl1+612advLYI46NRYAOpY3yOPBWX+69M+W3SwdjKQDyTi57hHbgx1XBA== } hasBin: true dependencies: chalk: 4.1.0 enquirer: 2.3.6 + fast-glob: 3.2.7 fs-extra: 9.1.0 + ignore: 5.1.9 jsonc-parser: 3.0.0 - nx: 13.2.3 + nx: 13.4.1 rxjs: 6.6.7 rxjs-for-await: 0.0.2_rxjs@6.6.7 semver: 7.3.4 @@ -1389,20 +1388,20 @@ packages: yargs-parser: 20.0.0 dev: true - /@nrwl/workspace/13.2.3_prettier@2.5.1+ts-node@9.1.1: + /@nrwl/workspace/13.4.1_f4724441d51958646230fbbccce44345: resolution: - { integrity: sha512-dFB6XXDLP4Nmh/Sw8Euwdt7f0tg1O6JxJNvXV2BfWG1rK3dmhTz4Q+8fgxl7AxsrToVrXDAh16mPyfAzpqH4pw== } + { integrity: sha512-u+/1jQL7fsISJePZlTkBxp27N+aL9BWIbITAaH+Jxazyjrpwy11ImcXbJIpMeYY8P1cpXM7XMw0sn8vz7LIuZQ== } peerDependencies: prettier: ^2.3.0 peerDependenciesMeta: prettier: optional: true dependencies: - '@nrwl/cli': 13.2.3 - '@nrwl/devkit': 13.2.3 - '@nrwl/jest': 13.2.3_ts-node@9.1.1 - '@nrwl/linter': 13.2.3_ts-node@9.1.1 - '@parcel/watcher': 2.0.0-alpha.11 + '@nrwl/cli': 13.4.1 + '@nrwl/devkit': 13.4.1 + '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@parcel/watcher': 2.0.4 chalk: 4.1.0 chokidar: 3.5.2 cosmiconfig: 4.0.0 @@ -1430,34 +1429,35 @@ packages: - node-notifier - supports-color - ts-node + - typescript - utf-8-validate dev: true - /@nxtend/capacitor/12.1.0_@nrwl+workspace@13.2.3: + /@nxtend/capacitor/12.1.0_@nrwl+workspace@13.4.1: resolution: { integrity: sha512-7MgZkanXeO5lJ3X6XY5b0NE+XD1058057i+EB71lxXA1TSQH/+GC5ahg2Z10uxgkrrpbXKVsPCV0EYxjWd+d4Q== } peerDependencies: '@nrwl/workspace': ^12.0.0 dependencies: '@nrwl/devkit': 12.10.0 - '@nrwl/workspace': 13.2.3_prettier@2.5.1+ts-node@9.1.1 + '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 dev: true - /@nxtend/ionic-angular/12.1.0_fe145e33711e8dbb09f753ec4259f960: + /@nxtend/ionic-angular/12.1.0_bb54473f9ba0236015899a4dd19c8f92: resolution: { integrity: sha512-+Z7ajjB/NtxRGlGadZhY/reqsgmnG8VGpsz8AbiPHX5At0TXRKtSHiS3IXhJu6n3MFS8zTgitUEeN/haqVboHQ== } peerDependencies: '@nrwl/angular': ^12.0.0 '@nxtend/capacitor': ^12.0.0 dependencies: - '@nrwl/angular': 13.2.3_ded79415e7bcc11faa82ea80648f3278 + '@nrwl/angular': 13.4.1_prettier@2.5.1+typescript@4.5.4 '@nrwl/devkit': 12.10.0 - '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.2.3 + '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.4.1 dev: true - /@parcel/watcher/2.0.0-alpha.11: + /@parcel/watcher/2.0.4: resolution: - { integrity: sha512-zMIAsFLcnB82kkk0kSOZ/zgyihb8sty0zVrsz+3ruoYXkchymWsCDsxiX4v+X2s8Jppk3JE8vlnD4DKs3QTOEQ== } + { integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg== } engines: { node: '>= 10.0.0' } requiresBuild: true dependencies: @@ -1465,14 +1465,14 @@ packages: node-gyp-build: 4.3.0 dev: true - /@phenomnomnominal/tsquery/4.1.1_typescript@4.4.4: + /@phenomnomnominal/tsquery/4.1.1_typescript@4.5.4: resolution: { integrity: sha512-jjMmK1tnZbm1Jq5a7fBliM4gQwjxMU7TFoRNwIyzwlO+eHPRCFv/Nv+H/Gi1jc3WR7QURG8D5d0Tn12YGrUqBQ== } peerDependencies: typescript: ^3 || ^4 dependencies: esquery: 1.4.0 - typescript: 4.4.4 + typescript: 4.5.4 dev: true /@schematics/angular/12.2.13: @@ -1485,13 +1485,13 @@ packages: jsonc-parser: 3.0.0 dev: false - /@schematics/angular/13.0.4: + /@schematics/angular/13.1.2: resolution: - { integrity: sha512-P9F5c8ApLbEyfNO4TZNsTyAdrtOjwIhrM/P+eEC4/x6nklWlEFE6TGMYTNjiK/RRhkbX1tBs8gcdJLYxtEqPSg== } + { integrity: sha512-OMbuOsnzUFjIGeo99NYwIPwjX6udJAiT5Sj5K7QZZYj66HuAqNBMV57J8GPA56edx5mOHZZApWMjXLlOxRXbJA== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0' } dependencies: - '@angular-devkit/core': 13.0.4 - '@angular-devkit/schematics': 13.0.4 + '@angular-devkit/core': 13.1.2 + '@angular-devkit/schematics': 13.1.2 jsonc-parser: 3.0.0 transitivePeerDependencies: - chokidar @@ -1660,181 +1660,117 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/4.31.2_d439e56f58678febce1e76176681b03b: + /@typescript-eslint/eslint-plugin/5.3.1_e104d37e8d608f934cbf4af692673235: resolution: - { integrity: sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.22.0+typescript@4.4.4 - '@typescript-eslint/parser': 4.31.2_eslint@7.22.0+typescript@4.4.4 - '@typescript-eslint/scope-manager': 4.31.2 + '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.5.4 + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.3.1 debug: 4.3.3 - eslint: 7.22.0 + eslint: 8.2.0 functional-red-black-tree: 1.0.1 + ignore: 5.1.9 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.31.2_eslint@7.22.0+typescript@4.4.4: + /@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.5.4: resolution: - { integrity: sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.31.2 - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.4 - eslint: 7.22.0 + '@typescript-eslint/scope-manager': 5.3.1 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.5.4 + eslint: 8.2.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.22.0 + eslint-utils: 3.0.0_eslint@8.2.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/experimental-utils/4.33.0_eslint@7.22.0+typescript@4.4.4: + /@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.5.4: resolution: - { integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - eslint: '*' - dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.33.0 - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4 - eslint: 7.22.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.22.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/parser/4.31.2_eslint@7.22.0+typescript@4.4.4: - resolution: - { integrity: sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw== } - engines: { node: ^10.12.0 || >=12.0.0 } - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.31.2 - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.4 + '@typescript-eslint/scope-manager': 5.3.1 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.5.4 debug: 4.3.3 - eslint: 7.22.0 - typescript: 4.4.4 + eslint: 8.2.0 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/4.31.2: - resolution: - { integrity: sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } - dependencies: - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/visitor-keys': 4.31.2 - dev: true - - /@typescript-eslint/scope-manager/4.33.0: + /@typescript-eslint/scope-manager/5.3.1: resolution: - { integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + { integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/visitor-keys': 5.3.1 dev: true - /@typescript-eslint/types/4.31.2: + /@typescript-eslint/types/5.3.1: resolution: - { integrity: sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + { integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/types/4.33.0: + /@typescript-eslint/typescript-estree/5.3.1_typescript@4.5.4: resolution: - { integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } - dev: true - - /@typescript-eslint/typescript-estree/4.31.2_typescript@4.4.4: - resolution: - { integrity: sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/visitor-keys': 4.31.2 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/visitor-keys': 5.3.1 debug: 4.3.3 globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.4: + /@typescript-eslint/visitor-keys/5.3.1: resolution: - { integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== } - engines: { node: ^10.12.0 || >=12.0.0 } - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + { integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.3 - globby: 11.0.4 - is-glob: 4.0.3 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/visitor-keys/4.31.2: - resolution: - { integrity: sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } - dependencies: - '@typescript-eslint/types': 4.31.2 - eslint-visitor-keys: 2.1.0 - dev: true - - /@typescript-eslint/visitor-keys/4.33.0: - resolution: - { integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== } - engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } - dependencies: - '@typescript-eslint/types': 4.33.0 - eslint-visitor-keys: 2.1.0 + '@typescript-eslint/types': 5.3.1 + eslint-visitor-keys: 3.1.0 dev: true /@webassemblyjs/ast/1.11.1: @@ -2000,13 +1936,13 @@ packages: acorn: 8.6.0 dev: true - /acorn-jsx/5.3.2_acorn@7.4.1: + /acorn-jsx/5.3.2_acorn@8.6.0: resolution: { integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== } peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 7.4.1 + acorn: 8.6.0 dev: true /acorn-walk/7.2.0: @@ -2067,7 +2003,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.6.2 + ajv: 8.8.2 dev: false /ajv-formats/2.1.1: @@ -2077,7 +2013,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.6.3 + ajv: 8.8.2 dev: true /ajv-keywords/3.5.2_ajv@6.12.6: @@ -2127,7 +2063,6 @@ packages: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 - dev: true /ansi-colors/4.1.1: resolution: @@ -2204,6 +2139,11 @@ packages: sprintf-js: 1.0.3 dev: true + /argparse/2.0.1: + resolution: + { integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== } + dev: true + /array-union/2.1.0: resolution: { integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== } @@ -3100,14 +3040,14 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.1.0_eslint@7.22.0: + /eslint-config-prettier/8.1.0_eslint@8.2.0: resolution: { integrity: sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== } hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 7.22.0 + eslint: 8.2.0 dev: true /eslint-scope/5.1.1: @@ -3119,93 +3059,46 @@ packages: estraverse: 4.3.0 dev: true - /eslint-utils/2.1.0: + /eslint-scope/6.0.0: resolution: - { integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== } - engines: { node: '>=6' } + { integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - eslint-visitor-keys: 1.3.0 + esrecurse: 4.3.0 + estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@7.22.0: + /eslint-utils/3.0.0_eslint@8.2.0: resolution: { integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== } engines: { node: ^10.0.0 || ^12.0.0 || >= 14.0.0 } peerDependencies: eslint: '>=5' dependencies: - eslint: 7.22.0 + eslint: 8.2.0 eslint-visitor-keys: 2.1.0 dev: true - /eslint-visitor-keys/1.3.0: - resolution: - { integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== } - engines: { node: '>=4' } - dev: true - /eslint-visitor-keys/2.1.0: resolution: { integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== } engines: { node: '>=10' } dev: true - /eslint/7.22.0: + /eslint-visitor-keys/3.1.0: resolution: - { integrity: sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg== } - engines: { node: ^10.12.0 || >=12.0.0 } - hasBin: true - dependencies: - '@babel/code-frame': 7.12.11 - '@eslint/eslintrc': 0.4.3 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.3 - doctrine: 3.0.0 - enquirer: 2.3.6 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - eslint-visitor-keys: 2.1.0 - espree: 7.3.1 - esquery: 1.4.0 - esutils: 2.0.3 - file-entry-cache: 6.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 5.1.2 - globals: 13.12.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-yaml: 3.14.1 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash: 4.17.21 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 - progress: 2.0.3 - regexpp: 3.2.0 - semver: 7.3.5 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - table: 6.7.5 - text-table: 0.2.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color + { integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint/7.32.0: + /eslint/8.2.0: resolution: - { integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - '@babel/code-frame': 7.12.11 - '@eslint/eslintrc': 0.4.3 - '@humanwhocodes/config-array': 0.5.0 + '@eslint/eslintrc': 1.0.5 + '@humanwhocodes/config-array': 0.6.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -3213,22 +3106,22 @@ packages: doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - eslint-visitor-keys: 2.1.0 - espree: 7.3.1 + eslint-scope: 6.0.0 + eslint-utils: 3.0.0_eslint@8.2.0 + eslint-visitor-keys: 3.1.0 + espree: 9.2.0 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 - glob-parent: 5.1.2 + glob-parent: 6.0.2 globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 - js-yaml: 3.14.1 + js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 @@ -3240,21 +3133,20 @@ packages: semver: 7.3.5 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 - table: 6.7.5 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: - supports-color dev: true - /espree/7.3.1: + /espree/9.2.0: resolution: - { integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== } - engines: { node: ^10.12.0 || >=12.0.0 } + { integrity: sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - acorn: 7.4.1 - acorn-jsx: 5.3.2_acorn@7.4.1 - eslint-visitor-keys: 1.3.0 + acorn: 8.6.0 + acorn-jsx: 5.3.2_acorn@8.6.0 + eslint-visitor-keys: 3.1.0 dev: true /esprima/4.0.1: @@ -4335,13 +4227,13 @@ packages: jest-get-type: 27.4.0 jest-jasmine2: 27.4.2 jest-regex-util: 27.4.0 - jest-resolve: 27.2.2 + jest-resolve: 27.4.2 jest-runner: 27.4.3 - jest-util: 27.2.0 + jest-util: 27.4.2 jest-validate: 27.4.2 micromatch: 4.0.4 pretty-format: 27.4.2 - ts-node: 9.1.1_typescript@4.4.4 + ts-node: 9.1.1_typescript@4.5.4 transitivePeerDependencies: - bufferutil - canvas @@ -4381,7 +4273,7 @@ packages: micromatch: 4.0.4 pretty-format: 27.4.2 slash: 3.0.0 - ts-node: 9.1.1_typescript@4.4.4 + ts-node: 9.1.1_typescript@4.5.4 transitivePeerDependencies: - bufferutil - canvas @@ -4606,7 +4498,7 @@ packages: graceful-fs: 4.2.8 jest-haste-map: 27.4.2 jest-pnp-resolver: 1.2.2_jest-resolve@27.2.2 - jest-util: 27.2.0 + jest-util: 27.4.2 jest-validate: 27.4.2 resolve: 1.20.0 slash: 3.0.0 @@ -4839,6 +4731,14 @@ packages: esprima: 4.0.1 dev: true + /js-yaml/4.1.0: + resolution: + { integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== } + hasBin: true + dependencies: + argparse: 2.0.1 + dev: true + /jsdom/16.7.0: resolution: { integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw== } @@ -5066,10 +4966,6 @@ packages: { integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== } dev: true - /lodash.truncate/4.4.2: - resolution: { integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= } - dev: true - /lodash/4.17.21: resolution: { integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== } @@ -5511,15 +5407,15 @@ packages: { integrity: sha512-LpCfZCWsVEtmD2SI1j2KRaw1uIyn4DJ3eRzsjnDYitbq38aORpkvYO+L0zVMZRNDSYSRGTsuj0nHCS3OOxK/Cg== } hasBin: true dependencies: - '@nrwl/cli': 13.2.3 + '@nrwl/cli': 13.4.1 dev: true - /nx/13.2.3: + /nx/13.4.1: resolution: - { integrity: sha512-aNRbPjArROZazOKAiUhG5uZAZmL1uXdsGoA3p5mDt5fCLSj/CX1V/myuRx+Js0qsAV78W6dSf2z6TiQeIgieXg== } + { integrity: sha512-x/fbcY/mg6rHhVho2oWDKPk+ZTHCuNvaBSe959BY7OkPiGaP5yydfXfP+tuRdxrEGIL0ZD+UzsjH/1ITdnZP3w== } hasBin: true dependencies: - '@nrwl/cli': 13.2.3 + '@nrwl/cli': 13.4.1 dev: true /object-inspect/1.11.1: @@ -6009,7 +5905,7 @@ packages: { integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== } hasBin: true dependencies: - glob: 7.1.4 + glob: 7.2.0 dev: true /run-async/2.4.1: @@ -6495,18 +6391,6 @@ packages: { integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== } dev: true - /table/6.7.5: - resolution: - { integrity: sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw== } - engines: { node: '>=10.0.0' } - dependencies: - ajv: 8.8.2 - lodash.truncate: 4.4.2 - slice-ansi: 4.0.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - dev: true - /tapable/1.1.3: resolution: { integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== } @@ -6666,7 +6550,7 @@ packages: hasBin: true dev: true - /ts-jest/27.0.5_d33d2ed89a37a5c63ac6738dc749e64b: + /ts-jest/27.0.5_54902cfc20c0a62612a2d272b79c30f2: resolution: { integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } @@ -6694,11 +6578,11 @@ packages: lodash: 4.17.21 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.4.4 + typescript: 4.5.4 yargs-parser: 20.2.9 dev: true - /ts-loader/9.2.6_typescript@4.4.4: + /ts-loader/9.2.6_typescript@4.5.4: resolution: { integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw== } engines: { node: '>=12.0.0' } @@ -6710,10 +6594,10 @@ packages: enhanced-resolve: 5.8.3 micromatch: 4.0.4 semver: 7.3.5 - typescript: 4.4.4 + typescript: 4.5.4 dev: true - /ts-loader/9.2.6_typescript@4.4.4+webpack@5.65.0: + /ts-loader/9.2.6_typescript@4.5.4+webpack@5.65.0: resolution: { integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw== } engines: { node: '>=12.0.0' } @@ -6725,11 +6609,11 @@ packages: enhanced-resolve: 5.8.3 micromatch: 4.0.4 semver: 7.3.5 - typescript: 4.4.4 + typescript: 4.5.4 webpack: 5.65.0 dev: true - /ts-node/9.1.1_typescript@4.4.4: + /ts-node/9.1.1_typescript@4.5.4: resolution: { integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== } engines: { node: '>=10.0.0' } @@ -6742,7 +6626,7 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.4.4 + typescript: 4.5.4 yn: 3.1.1 dev: true @@ -6778,7 +6662,7 @@ packages: resolution: { integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== } - /tsutils/3.21.0_typescript@4.4.4: + /tsutils/3.21.0_typescript@4.5.4: resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== } engines: { node: '>= 6' } @@ -6786,7 +6670,7 @@ packages: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.4.4 + typescript: 4.5.4 dev: true /type-check/0.3.2: @@ -6829,9 +6713,9 @@ packages: is-typedarray: 1.0.0 dev: true - /typescript/4.4.4: + /typescript/4.5.4: resolution: - { integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== } + { integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== } engines: { node: '>=4.2.0' } hasBin: true dev: true From 79100a6a521970a54f2228d5f7ea07870f907621 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Tue, 28 Dec 2021 00:58:25 -0500 Subject: [PATCH 3/7] chore: update GitHub Workflow to pnpm --- .github/workflows/build-test.yml | 16 +++++++++------- .husky/pre-commit | 2 +- .../src/helpers/normalize-schema.helper.ts | 8 ++++---- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 755a3711..7ff71318 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -34,15 +34,17 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.0.1 - with: - version: 6.18.0 - name: Setup node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: yarn install --frozen-lockfile - - run: yarn build - - run: yarn format:check --base=remotes/origin/main + - name: Install dependencies + uses: pnpm/action-setup@v2.0.1 + with: + version: 6.24.3 + run_install: | + - args: [--frozen-lockfile, --strict-peer-dependencies] + - run: pnpm run build + - run: pnpm run format:check -- --base=remotes/origin/main # - run: yarn affected:test --base=remotes/origin/main - - run: yarn affected:e2e --base=remotes/origin/main + - run: pnpm run affected:e2e -- --base=remotes/origin/main diff --git a/.husky/pre-commit b/.husky/pre-commit index d2ae35e8..fab6428a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn lint-staged +pnpm lint-staged diff --git a/packages/common/src/helpers/normalize-schema.helper.ts b/packages/common/src/helpers/normalize-schema.helper.ts index f3d5fd67..2041c906 100644 --- a/packages/common/src/helpers/normalize-schema.helper.ts +++ b/packages/common/src/helpers/normalize-schema.helper.ts @@ -1,13 +1,13 @@ -import { ProjectType, readJson, Tree } from '@nrwl/devkit' +import { names, ProjectType, readJson, Tree } from '@nrwl/devkit' import { AppTypeApi, AppTypeMobile, AppTypeWeb, BaseSchema, NormalizedSchema } from '../interfaces' -import { projectRootDir, toFileName } from '@nrwl/workspace' +import { projectRootDir } from '@nrwl/workspace' export function normalizeOptions( host: Tree, options: T, projectType?: ProjectType, ): NormalizedSchema { - const name = toFileName(options?.name || '') + const name = names(options?.name || '').fileName const nxJson = readJson(host, 'nx.json') const appNameApi = options.apiName || 'api' @@ -39,7 +39,7 @@ export function normalizeOptions( return baseResult } - const projectDirectory = options.directory ? `${toFileName(options.directory)}/${name}` : name + const projectDirectory = options.directory ? `${names(options.directory).fileName}/${name}` : name const projectName = projectDirectory?.replace(new RegExp('/', 'g'), '-') const projectRoot = `${projectRootDir(projectType as any)}/${projectDirectory}` const parsedTags: string[] = options.tags ? options.tags?.split(',').map((s) => s.trim()) : [] From 24bbc0e91f76d6c55748fb0949a145a56989483a Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Tue, 28 Dec 2021 01:48:15 -0500 Subject: [PATCH 4/7] fix: add debugging info to testing --- .lintstagedrc | 2 +- .prettierignore | 1 + e2e/stack-e2e/lib/testing.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.lintstagedrc b/.lintstagedrc index 01527470..79b7c31d 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1,5 +1,5 @@ { "*.{js,json,yaml,yml,css,scss,md,ts,html,graphql}": [ - "yarn format" + "pnpm run format" ] } diff --git a/.prettierignore b/.prettierignore index a3276136..537dd2f3 100644 --- a/.prettierignore +++ b/.prettierignore @@ -4,3 +4,4 @@ coverage tmp /libs/sdk/src/generated/g libs/themes/src/vendor .github/*.md +.pnpm-store diff --git a/e2e/stack-e2e/lib/testing.ts b/e2e/stack-e2e/lib/testing.ts index d6da69d3..cdcdf8c4 100644 --- a/e2e/stack-e2e/lib/testing.ts +++ b/e2e/stack-e2e/lib/testing.ts @@ -57,7 +57,7 @@ export function patchDistProjects(paths: ProjectDistPath[]): void { for (const pkg of paths) { const absDistPath = `file:/${getAbsPath(pkg.path)}` if (packageDeps[pkg.package] && packageDeps[pkg.package] !== absDistPath) { - // console.log(` In ${path.package} => Update ${pkg.package} => ${absDistPath}`) + console.log(` In ${path.package} => Update ${pkg.package} => ${absDistPath}`) packageDeps[pkg.package] = absDistPath } } From 0007cc8ca5faa008d3fe9bdd935eac8195ec1908 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Wed, 19 Jan 2022 13:09:48 -0500 Subject: [PATCH 5/7] chore: update Nx to latest v13 --- package.json | 33 +- pnpm-lock.yaml | 2105 ++++++++++++++++++++++++++++++++++-------------- 2 files changed, 1524 insertions(+), 614 deletions(-) diff --git a/package.json b/package.json index 63e0d67a..42a3375f 100644 --- a/package.json +++ b/package.json @@ -35,24 +35,27 @@ }, "devDependencies": { "@angular/cli": "13.1.2", - "@nrwl/angular": "13.4.1", - "@nrwl/cli": "13.4.1", - "@nrwl/devkit": "13.4.1", - "@nrwl/eslint-plugin-nx": "13.4.1", - "@nrwl/jest": "13.4.1", - "@nrwl/linter": "13.4.1", - "@nrwl/nest": "13.4.1", - "@nrwl/node": "13.4.1", - "@nrwl/nx-cloud": "13.0.1", - "@nrwl/nx-plugin": "13.4.1", - "@nrwl/tao": "13.4.1", - "@nrwl/workspace": "13.4.1", + "@babel/core": "^7.0.1", + "@babel/preset-env": "^7.0.0", + "@nrwl/angular": "13.4.6", + "@nrwl/cli": "13.4.6", + "@nrwl/devkit": "13.4.6", + "@nrwl/eslint-plugin-nx": "13.4.6", + "@nrwl/jest": "13.4.6", + "@nrwl/linter": "13.4.6", + "@nrwl/nest": "13.4.6", + "@nrwl/node": "13.4.6", + "@nrwl/nx-cloud": "13.0.3", + "@nrwl/nx-plugin": "13.4.6", + "@nrwl/tao": "13.4.6", + "@nrwl/workspace": "13.4.6", "@nxtend/capacitor": "^12.0.0-beta.1", "@nxtend/ionic-angular": "^12.0.0-beta.1", "@types/jest": "27.0.2", "@types/node": "14.14.33", "@typescript-eslint/eslint-plugin": "5.3.1", "@typescript-eslint/parser": "5.3.1", + "babel-loader": "^8.0.2", "chalk": "^4.1.2", "dotenv": "10.0.0", "eslint": "8.2.0", @@ -62,12 +65,14 @@ "jest": "27.2.3", "lint-staged": "^11.0.1", "prettier": "^2.3.1", + "rxjs": "^6.5.3", "ts-jest": "27.0.5", "ts-node": "~9.1.1", "tslib": "^2.0.0", "typescript": "4.5.4", + "webpack": "^5.0.0", "yaml": "^1.10.2", - "yargs": "^17.2.1" + "yargs": "^17.2.1", + "zone.js": "~0.11.4" } } - diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05650d83..25ab3567 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,18 +3,20 @@ lockfileVersion: 5.3 specifiers: '@angular/cli': 13.1.2 '@angular/core': 13.1.1 - '@nrwl/angular': 13.4.1 - '@nrwl/cli': 13.4.1 - '@nrwl/devkit': 13.4.1 - '@nrwl/eslint-plugin-nx': 13.4.1 - '@nrwl/jest': 13.4.1 - '@nrwl/linter': 13.4.1 - '@nrwl/nest': 13.4.1 - '@nrwl/node': 13.4.1 - '@nrwl/nx-cloud': 13.0.1 - '@nrwl/nx-plugin': 13.4.1 - '@nrwl/tao': 13.4.1 - '@nrwl/workspace': 13.4.1 + '@babel/core': ^7.0.1 + '@babel/preset-env': ^7.0.0 + '@nrwl/angular': 13.4.6 + '@nrwl/cli': 13.4.6 + '@nrwl/devkit': 13.4.6 + '@nrwl/eslint-plugin-nx': 13.4.6 + '@nrwl/jest': 13.4.6 + '@nrwl/linter': 13.4.6 + '@nrwl/nest': 13.4.6 + '@nrwl/node': 13.4.6 + '@nrwl/nx-cloud': 13.0.3 + '@nrwl/nx-plugin': 13.4.6 + '@nrwl/tao': 13.4.6 + '@nrwl/workspace': 13.4.6 '@nxtend/capacitor': ^12.0.0-beta.1 '@nxtend/ionic-angular': ^12.0.0-beta.1 '@schematics/angular': ^12.2.13 @@ -22,6 +24,7 @@ specifiers: '@types/node': 14.14.33 '@typescript-eslint/eslint-plugin': 5.3.1 '@typescript-eslint/parser': 5.3.1 + babel-loader: ^8.0.2 chalk: ^4.1.2 dotenv: 10.0.0 eslint: 8.2.0 @@ -31,38 +34,44 @@ specifiers: jest: 27.2.3 lint-staged: ^11.0.1 prettier: ^2.3.1 + rxjs: ^6.5.3 ts-jest: 27.0.5 ts-node: ~9.1.1 tslib: ^2.0.0 typescript: 4.5.4 + webpack: ^5.0.0 yaml: ^1.10.2 yargs: ^17.2.1 + zone.js: ~0.11.4 dependencies: - '@angular/core': 13.1.1 + '@angular/core': 13.1.1_rxjs@6.6.7+zone.js@0.11.4 '@schematics/angular': 12.2.13 tslib: 2.3.1 devDependencies: '@angular/cli': 13.1.2 - '@nrwl/angular': 13.4.1_prettier@2.5.1+typescript@4.5.4 - '@nrwl/cli': 13.4.1 - '@nrwl/devkit': 13.4.1 - '@nrwl/eslint-plugin-nx': 13.4.1_1b08064b2f35b0ac1c075e50a0267c4d - '@nrwl/jest': 13.4.1_ts-node@9.1.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/nest': 13.4.1_f4724441d51958646230fbbccce44345 - '@nrwl/node': 13.4.1_prettier@2.5.1+typescript@4.5.4 - '@nrwl/nx-cloud': 13.0.1 - '@nrwl/nx-plugin': 13.4.1_f4724441d51958646230fbbccce44345 - '@nrwl/tao': 13.4.1 - '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 - '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.4.1 - '@nxtend/ionic-angular': 12.1.0_bb54473f9ba0236015899a4dd19c8f92 + '@babel/core': 7.16.0 + '@babel/preset-env': 7.16.8_@babel+core@7.16.0 + '@nrwl/angular': 13.4.6_78ef5ca4c870aa65a2265c9fa5a4edc2 + '@nrwl/cli': 13.4.6 + '@nrwl/devkit': 13.4.6 + '@nrwl/eslint-plugin-nx': 13.4.6_1b08064b2f35b0ac1c075e50a0267c4d + '@nrwl/jest': 13.4.6_ts-node@9.1.1 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/nest': 13.4.6_b33347bf68de3590245d498e4d609cfb + '@nrwl/node': 13.4.6_de6c90790f64bf4642a98cf92915809d + '@nrwl/nx-cloud': 13.0.3 + '@nrwl/nx-plugin': 13.4.6_b33347bf68de3590245d498e4d609cfb + '@nrwl/tao': 13.4.6 + '@nrwl/workspace': 13.4.6_b33347bf68de3590245d498e4d609cfb + '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.4.6 + '@nxtend/ionic-angular': 12.1.0_79029495758b25ecdef0ce5953b1a887 '@types/jest': 27.0.2 '@types/node': 14.14.33 '@typescript-eslint/eslint-plugin': 5.3.1_e104d37e8d608f934cbf4af692673235 '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.4 + babel-loader: 8.2.3_8dd2b11efd9b7265f9b7da54f0e73ab1 chalk: 4.1.2 dotenv: 10.0.0 eslint: 8.2.0 @@ -72,11 +81,14 @@ devDependencies: jest: 27.2.3_ts-node@9.1.1 lint-staged: 11.2.6 prettier: 2.5.1 - ts-jest: 27.0.5_54902cfc20c0a62612a2d272b79c30f2 + rxjs: 6.6.7 + ts-jest: 27.0.5_8cd3dbceedab449937931509bd3d40de ts-node: 9.1.1_typescript@4.5.4 typescript: 4.5.4 + webpack: 5.65.0 yaml: 1.10.2 yargs: 17.3.0 + zone.js: 0.11.4 packages: /@angular-devkit/architect/0.1301.2: @@ -208,7 +220,7 @@ packages: - supports-color dev: true - /@angular/core/13.1.1: + /@angular/core/13.1.1_rxjs@6.6.7+zone.js@0.11.4: resolution: { integrity: sha512-oLGKgzUbHqte/q7EokOJWUiXAtBjwuZM6c9Or2a7WDJNeImQilxk5qy91RPSbP8FhOBysebqAayrfiCYexlShg== } engines: { node: ^12.20.0 || ^14.15.0 || >=16.10.0 } @@ -216,7 +228,9 @@ packages: rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.11.4 dependencies: + rxjs: 6.6.7 tslib: 2.3.1 + zone.js: 0.11.4 dev: false /@babel/code-frame/7.16.0: @@ -227,12 +241,26 @@ packages: '@babel/highlight': 7.16.0 dev: true + /@babel/code-frame/7.16.7: + resolution: + { integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/highlight': 7.16.7 + dev: true + /@babel/compat-data/7.16.4: resolution: { integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== } engines: { node: '>=6.9.0' } dev: true + /@babel/compat-data/7.16.8: + resolution: + { integrity: sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q== } + engines: { node: '>=6.9.0' } + dev: true + /@babel/core/7.16.0: resolution: { integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ== } @@ -267,6 +295,33 @@ packages: source-map: 0.5.7 dev: true + /@babel/generator/7.16.8: + resolution: + { integrity: sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + jsesc: 2.5.2 + source-map: 0.5.7 + dev: true + + /@babel/helper-annotate-as-pure/7.16.7: + resolution: + { integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + + /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7: + resolution: + { integrity: sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-explode-assignable-expression': 7.16.7 + '@babel/types': 7.16.8 + dev: true + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: resolution: { integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA== } @@ -281,6 +336,86 @@ packages: semver: 6.3.0 dev: true + /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.16.8 + '@babel/core': 7.16.0 + '@babel/helper-validator-option': 7.16.7 + browserslist: 4.18.1 + semver: 6.3.0 + dev: true + + /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.16.7 + '@babel/helper-member-expression-to-functions': 7.16.7 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-annotate-as-pure': 7.16.7 + regexpu-core: 4.8.0 + dev: true + + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.16.0: + resolution: + { integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== } + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.0 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/traverse': 7.16.8 + debug: 4.3.3 + lodash.debounce: 4.0.8 + resolve: 1.20.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-environment-visitor/7.16.7: + resolution: + { integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + + /@babel/helper-explode-assignable-expression/7.16.7: + resolution: + { integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-function-name/7.16.0: resolution: { integrity: sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog== } @@ -291,12 +426,30 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-function-name/7.16.7: + resolution: + { integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-get-function-arity': 7.16.7 + '@babel/template': 7.16.7 + '@babel/types': 7.16.8 + dev: true + /@babel/helper-get-function-arity/7.16.0: resolution: { integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ== } engines: { node: '>=6.9.0' } dependencies: - '@babel/types': 7.16.0 + '@babel/types': 7.16.8 + dev: true + + /@babel/helper-get-function-arity/7.16.7: + resolution: + { integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 dev: true /@babel/helper-hoist-variables/7.16.0: @@ -307,6 +460,14 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-hoist-variables/7.16.7: + resolution: + { integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-member-expression-to-functions/7.16.0: resolution: { integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ== } @@ -315,6 +476,14 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-member-expression-to-functions/7.16.7: + resolution: + { integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-module-imports/7.16.0: resolution: { integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg== } @@ -323,6 +492,14 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-module-imports/7.16.7: + resolution: + { integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-module-transforms/7.16.0: resolution: { integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA== } @@ -340,6 +517,23 @@ packages: - supports-color dev: true + /@babel/helper-module-transforms/7.16.7: + resolution: + { integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-simple-access': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + '@babel/helper-validator-identifier': 7.16.7 + '@babel/template': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-optimise-call-expression/7.16.0: resolution: { integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw== } @@ -348,12 +542,38 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-optimise-call-expression/7.16.7: + resolution: + { integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-plugin-utils/7.14.5: resolution: { integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== } engines: { node: '>=6.9.0' } dev: true + /@babel/helper-plugin-utils/7.16.7: + resolution: + { integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== } + engines: { node: '>=6.9.0' } + dev: true + + /@babel/helper-remap-async-to-generator/7.16.8: + resolution: + { integrity: sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-wrap-function': 7.16.8 + '@babel/types': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-replace-supers/7.16.0: resolution: { integrity: sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA== } @@ -367,6 +587,20 @@ packages: - supports-color dev: true + /@babel/helper-replace-supers/7.16.7: + resolution: + { integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-member-expression-to-functions': 7.16.7 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-simple-access/7.16.0: resolution: { integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw== } @@ -375,6 +609,22 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-simple-access/7.16.7: + resolution: + { integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + + /@babel/helper-skip-transparent-expression-wrappers/7.16.0: + resolution: + { integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-split-export-declaration/7.16.0: resolution: { integrity: sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw== } @@ -383,18 +633,51 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/helper-split-export-declaration/7.16.7: + resolution: + { integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/types': 7.16.8 + dev: true + /@babel/helper-validator-identifier/7.15.7: resolution: { integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== } engines: { node: '>=6.9.0' } dev: true + /@babel/helper-validator-identifier/7.16.7: + resolution: + { integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== } + engines: { node: '>=6.9.0' } + dev: true + /@babel/helper-validator-option/7.14.5: resolution: { integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== } engines: { node: '>=6.9.0' } dev: true + /@babel/helper-validator-option/7.16.7: + resolution: + { integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== } + engines: { node: '>=6.9.0' } + dev: true + + /@babel/helper-wrap-function/7.16.8: + resolution: + { integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-function-name': 7.16.7 + '@babel/template': 7.16.7 + '@babel/traverse': 7.16.8 + '@babel/types': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helpers/7.16.3: resolution: { integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w== } @@ -417,6 +700,16 @@ packages: js-tokens: 4.0.0 dev: true + /@babel/highlight/7.16.7: + resolution: + { integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-validator-identifier': 7.16.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + /@babel/parser/7.16.4: resolution: { integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng== } @@ -424,136 +717,907 @@ packages: hasBin: true dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0: + /@babel/parser/7.16.8: resolution: - { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== } + { integrity: sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== } + engines: { node: '>=6.0.0' } + hasBin: true + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.16.0: + resolution: + { integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== } + { integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.16.8 + '@babel/core': 7.16.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0 + dev: true + + /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg== } + engines: { node: '>=4' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0: + resolution: + { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: + resolution: + { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.0: + resolution: + { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0: + resolution: + { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0: + resolution: + { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: + resolution: + { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: + resolution: + { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.0: + resolution: + { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.0: + resolution: + { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: + resolution: + { integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.14.5 + dev: true + + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.16.0: + resolution: + { integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-remap-async-to-generator': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.16.7 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.0 + '@babel/helper-function-name': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-module-transforms': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.0: + resolution: + { integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-module-transforms': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-simple-access': 7.16.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-hoist-variables': 7.16.7 + '@babel/helper-module-transforms': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-validator-identifier': 7.16.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-module-transforms': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.16.0: + resolution: + { integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.0 + dev: true + + /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== } + engines: { node: '>=6.9.0' } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.16.0: + resolution: + { integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + regenerator-transform: 0.14.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== } + { integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0: + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== } + { integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== } + { integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0: + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== } + { integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== } + { integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== } + { integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== } + { integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.16.0: resolution: - { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== } + { integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: + /@babel/preset-env/7.16.8_@babel+core@7.16.0: resolution: - { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== } + { integrity: sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg== } + engines: { node: '>=6.9.0' } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/compat-data': 7.16.8 '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.0 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.16.0 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.0 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.16.0 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.0 + '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.16.0 + '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.16.0 + '@babel/preset-modules': 0.1.5_@babel+core@7.16.0 + '@babel/types': 7.16.8 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.16.0 + babel-plugin-polyfill-corejs3: 0.5.1_@babel+core@7.16.0 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.16.0 + core-js-compat: 3.20.3 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.0: + /@babel/preset-modules/0.1.5_@babel+core@7.16.0: resolution: - { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== } - engines: { node: '>=6.9.0' } + { integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== } peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.0 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.0 + '@babel/types': 7.16.8 + esutils: 2.0.3 dev: true - /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: + /@babel/runtime/7.16.7: resolution: - { integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ== } + { integrity: sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ== } engines: { node: '>=6.9.0' } - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.0 - '@babel/helper-plugin-utils': 7.14.5 + regenerator-runtime: 0.13.9 dev: true /@babel/template/7.16.0: @@ -566,6 +1630,16 @@ packages: '@babel/types': 7.16.0 dev: true + /@babel/template/7.16.7: + resolution: + { integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/code-frame': 7.16.7 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 + dev: true + /@babel/traverse/7.16.3: resolution: { integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== } @@ -584,6 +1658,25 @@ packages: - supports-color dev: true + /@babel/traverse/7.16.8: + resolution: + { integrity: sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.16.8 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.16.7 + '@babel/helper-hoist-variables': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 + debug: 4.3.3 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/types/7.16.0: resolution: { integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg== } @@ -593,12 +1686,21 @@ packages: to-fast-properties: 2.0.0 dev: true + /@babel/types/7.16.8: + resolution: + { integrity: sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg== } + engines: { node: '>=6.9.0' } + dependencies: + '@babel/helper-validator-identifier': 7.16.7 + to-fast-properties: 2.0.0 + dev: true + /@bcoe/v8-coverage/0.2.3: resolution: { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== } dev: true - /@cypress/webpack-preprocessor/5.10.0: + /@cypress/webpack-preprocessor/5.10.0_1426d53e0dcd18042abaf7a645d9d4f2: resolution: { integrity: sha512-KzcDBjos3rIw58imyvATYTNi9CB+Co0SFUhexmuH2c+Wk1ksSM3g4XmxUUIaJJvDwmIK4tcoBMYd9Lzle8bR7A== } peerDependencies: @@ -607,9 +1709,13 @@ packages: babel-loader: ^8.0.2 webpack: ^4 || ^5 dependencies: + '@babel/core': 7.16.0 + '@babel/preset-env': 7.16.8_@babel+core@7.16.0 + babel-loader: 8.2.3_8dd2b11efd9b7265f9b7da54f0e73ab1 bluebird: 3.7.2 debug: 4.3.2 lodash: 4.17.21 + webpack: 5.65.0 transitivePeerDependencies: - supports-color dev: true @@ -1028,23 +2134,22 @@ packages: - supports-color dev: true - /@nrwl/angular/13.4.1_prettier@2.5.1+typescript@4.5.4: + /@nrwl/angular/13.4.6_78ef5ca4c870aa65a2265c9fa5a4edc2: resolution: - { integrity: sha512-EUuL2nydXia10SHc6hrThViL0dH2ea5qmfDv/W5EfGYG0Ng3UMM9cHogyuVlcoCmEBqK42Hwvb7t3JeWJ6+V+g== } + { integrity: sha512-TJfGHah5e6xcfBzF9AKOtmAALJ7FQuD6+7+Ad0QIOmn2DGdE4c7NflJNDi9xQteObVPeEx6p4hUJMpGxjkYcEg== } requiresBuild: true dependencies: '@angular-devkit/schematics': 13.1.2 - '@nrwl/cypress': 13.4.1_f4724441d51958646230fbbccce44345 - '@nrwl/devkit': 13.4.1 - '@nrwl/jest': 13.4.1_ts-node@9.1.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/storybook': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/cypress': 13.4.6_5a214c2308223d047663d56544496a41 + '@nrwl/devkit': 13.4.6 + '@nrwl/jest': 13.4.6_ts-node@9.1.1 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/storybook': 13.4.6_5a214c2308223d047663d56544496a41 '@phenomnomnominal/tsquery': 4.1.1_typescript@4.5.4 '@schematics/angular': 13.1.2 - find-parent-dir: 0.3.1 ignore: 5.1.9 - jasmine-marbles: 0.8.4 - rxjs-for-await: 0.0.2 + jasmine-marbles: 0.8.4_rxjs@6.6.7 + rxjs-for-await: 0.0.2_rxjs@6.6.7 semver: 7.3.4 ts-node: 9.1.1_typescript@4.5.4 tsconfig-paths: 3.12.0 @@ -1058,6 +2163,7 @@ packages: - canvas - chokidar - cypress + - eslint - node-notifier - prettier - rxjs @@ -1067,48 +2173,47 @@ packages: - webpack dev: true - /@nrwl/cli/13.4.1: + /@nrwl/cli/13.4.6: resolution: - { integrity: sha512-U0ik9wrumTxg+l0f17xajOLgKPQH2hFFPiDlegOupef7mR3JBxrEzadkTXjRH7wXSOWBdzYyVYsfx+6UwS9Ilw== } + { integrity: sha512-GNEFnrTV6EntckK92MTqqi7oLKuDEfQAtacUKBwZogd6p5Jqo/476psZ5+G84i8TpMR4O4aw+WyX5UhUZTboeA== } hasBin: true dependencies: - '@nrwl/tao': 13.4.1 + '@nrwl/tao': 13.4.6 chalk: 4.1.0 enquirer: 2.3.6 v8-compile-cache: 2.3.0 - yargs: 15.4.1 yargs-parser: 20.0.0 dev: true - /@nrwl/cypress/13.4.1_f4724441d51958646230fbbccce44345: + /@nrwl/cypress/13.4.6_5a214c2308223d047663d56544496a41: resolution: - { integrity: sha512-+H4oSmtYhH/zyEGVYVEc6kw96hhdjIfajfGW1Hkver+yqtsXLuD8gfxC+LT8gK1VWcR+seMOS5DzdHzToVKuOA== } + { integrity: sha512-ISfabH/N5Fy/8isNnPmk5rfW1YY9UulGwYvl9oypSHji9EBQ20ZBEe1CnaexsAVnppVrIJfCdNevwnvzgX61wA== } peerDependencies: cypress: '>= 3 < 10' peerDependenciesMeta: cypress: optional: true dependencies: - '@cypress/webpack-preprocessor': 5.10.0 - '@nrwl/devkit': 13.4.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@cypress/webpack-preprocessor': 5.10.0_1426d53e0dcd18042abaf7a645d9d4f2 + '@nrwl/devkit': 13.4.6 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/workspace': 13.4.6_b33347bf68de3590245d498e4d609cfb chalk: 4.1.0 enhanced-resolve: 5.8.3 fork-ts-checker-webpack-plugin: 6.2.10 rxjs: 6.6.7 - ts-loader: 9.2.6_typescript@4.5.4 + ts-loader: 9.2.6_typescript@4.5.4+webpack@5.65.0 tsconfig-paths: 3.12.0 tsconfig-paths-webpack-plugin: 3.4.1 tslib: 2.3.1 webpack-node-externals: 3.0.0 - yargs-parser: 20.0.0 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' - babel-loader - bufferutil - canvas + - eslint - node-notifier - prettier - supports-color @@ -1130,11 +2235,11 @@ packages: tslib: 2.3.1 dev: true - /@nrwl/devkit/13.4.1: + /@nrwl/devkit/13.4.6: resolution: - { integrity: sha512-dk/moNFriAFnAFro9EQILJWkYQsgkRI1rIou2uCkbrhUHeFZ1nZECjBNdBj/hocz76O24xH7+A8HneacXlKZHg== } + { integrity: sha512-dlUJIZh8iVSTwfeW9aUZyCpALz6U6tLBgLYWstWVk8Gw6Cos074BN+qfrwMXCgLWHytTA4Lo1LEs60btXSrrvQ== } dependencies: - '@nrwl/tao': 13.4.1 + '@nrwl/tao': 13.4.6 ejs: 3.1.6 ignore: 5.1.9 rxjs: 6.6.7 @@ -1142,15 +2247,15 @@ packages: tslib: 2.3.1 dev: true - /@nrwl/eslint-plugin-nx/13.4.1_1b08064b2f35b0ac1c075e50a0267c4d: + /@nrwl/eslint-plugin-nx/13.4.6_1b08064b2f35b0ac1c075e50a0267c4d: resolution: - { integrity: sha512-oId9nHYd52JT3soTXtrqt7OtXk/AY3Jph2ZnPaFesFbv/0Oe6twGL+7WmG/5RQIauJ9pj6owfUqM+fGznZVHVw== } + { integrity: sha512-H2JX8OSQSk7AufhxOqWi/j3vqWwTFDNL408qFXv2tuD5TYe/t2HnPNi8T0ok7rcy2ugw3QcGxPynp6MfIaWVEA== } peerDependencies: '@typescript-eslint/parser': ~5.3.0 eslint-config-prettier: ^8.1.0 dependencies: - '@nrwl/devkit': 13.4.1 - '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/devkit': 13.4.6 + '@nrwl/workspace': 13.4.6_b33347bf68de3590245d498e4d609cfb '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.5.4 '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.5.4 confusing-browser-globals: 1.0.10 @@ -1168,13 +2273,13 @@ packages: - utf-8-validate dev: true - /@nrwl/jest/13.4.1_ts-node@9.1.1: + /@nrwl/jest/13.4.6_ts-node@9.1.1: resolution: - { integrity: sha512-wV5RNDhM7FYvE1+xbla6wVP5VSonPA4os8GLJYF+fKwAYf8lcUwFx2SIlRvFEqZF/wyQzZYR1D6filGaXGlU5w== } + { integrity: sha512-AtD0f7OiEnGP4FByFiBDBw7iWeKfHYgpYdUSUal0or7Fyuz5TpmeJ0FqV6wiHgHedJCCFqBUnTknPHFQ0nuH7w== } dependencies: '@jest/reporters': 27.2.2 '@jest/test-result': 27.2.2 - '@nrwl/devkit': 13.4.1 + '@nrwl/devkit': 13.4.6 chalk: 4.1.0 identity-obj-proxy: 3.0.0 jest-config: 27.2.2_ts-node@9.1.1 @@ -1192,16 +2297,16 @@ packages: - utf-8-validate dev: true - /@nrwl/linter/13.4.1_ts-node@9.1.1+typescript@4.5.4: + /@nrwl/linter/13.4.6_22f93afc3633902909b0325ac9adb4ac: resolution: - { integrity: sha512-Ufn/TtHpAuvSbS7vRDCcHN+etMEKoAnoLNOifhvA6Iw4k2B8pw3mxPuZHLUKG3j/+l+O+YIZdPxhzsr0z2O/Rw== } + { integrity: sha512-FFUrlPtDk8HzI+Qw0MeuNtaSwFv5N/mh3AkyW81G7oO4e2O1X9c8iZM+orrbCGj93SmYsxI72mYM/3ShoVqdEQ== } + peerDependencies: + eslint: ^8.0.0 dependencies: - '@nrwl/devkit': 13.4.1 - '@nrwl/jest': 13.4.1_ts-node@9.1.1 + '@nrwl/devkit': 13.4.6 + '@nrwl/jest': 13.4.6_ts-node@9.1.1 '@phenomnomnominal/tsquery': 4.1.1_typescript@4.5.4 eslint: 8.2.0 - glob: 7.1.4 - minimatch: 3.0.4 tmp: 0.2.1 tslib: 2.3.1 transitivePeerDependencies: @@ -1214,21 +2319,22 @@ packages: - utf-8-validate dev: true - /@nrwl/nest/13.4.1_f4724441d51958646230fbbccce44345: + /@nrwl/nest/13.4.6_b33347bf68de3590245d498e4d609cfb: resolution: - { integrity: sha512-KcsXLtOz34nKWT2d05rbPmNqRaFWFzUruEh3ustqb0D5DHZ0xj8XCdvUmaetK0Gv6xYeAK7v4KVUlQJllc/wgA== } + { integrity: sha512-cRm741NKaj4P46qUD1h1ovXn6TQ2AA6ucg+hV2lCB+2bHtkf1wQAu+ShPbUl+ArXJG4h+99+DP0hrHiBIRm7Lg== } dependencies: '@nestjs/schematics': 8.0.5_typescript@4.5.4 - '@nrwl/devkit': 13.4.1 - '@nrwl/jest': 13.4.1_ts-node@9.1.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/node': 13.4.1_prettier@2.5.1+typescript@4.5.4 + '@nrwl/devkit': 13.4.6 + '@nrwl/jest': 13.4.6_ts-node@9.1.1 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/node': 13.4.6_de6c90790f64bf4642a98cf92915809d transitivePeerDependencies: - '@swc/core' - bufferutil - canvas - chokidar - esbuild + - eslint - node-notifier - prettier - supports-color @@ -1239,14 +2345,14 @@ packages: - webpack-cli dev: true - /@nrwl/node/13.4.1_prettier@2.5.1+typescript@4.5.4: + /@nrwl/node/13.4.6_de6c90790f64bf4642a98cf92915809d: resolution: - { integrity: sha512-W5zEQ22aZ/wTgkaloHP2aAX17FokxoUcSltZpldQ0Bw6tzr0NWZFCtWSjn78AFJisvBGnML6jBh9elda2qbC9w== } + { integrity: sha512-pUMBoqkT16DJ3S5lAHX6ASc00QMXGrZ/B99OX3V4g5dgJJoZW2HvAFCHGdopcHTnOjntcVLcgVZBvY9m4aqtBA== } dependencies: - '@nrwl/devkit': 13.4.1 - '@nrwl/jest': 13.4.1_ts-node@9.1.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/devkit': 13.4.6 + '@nrwl/jest': 13.4.6_ts-node@9.1.1 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/workspace': 13.4.6_b33347bf68de3590245d498e4d609cfb chalk: 4.1.0 copy-webpack-plugin: 9.1.0_webpack@5.65.0 enhanced-resolve: 5.8.3 @@ -1271,6 +2377,7 @@ packages: - bufferutil - canvas - esbuild + - eslint - node-notifier - prettier - supports-color @@ -1280,9 +2387,9 @@ packages: - webpack-cli dev: true - /@nrwl/nx-cloud/13.0.1: + /@nrwl/nx-cloud/13.0.3: resolution: - { integrity: sha512-xjsGTOoYR8SXdca6qRLrxLa3mySLXFOR9+sVA6+ODVXKYZsKJOoxAJNAQO46Pvi4YtKn2woxFJDFFB/lTFWpqQ== } + { integrity: sha512-oE050JeFQjuU4rM9siGmBuH1UEk7Dbxud8uQj82fTCuXO5l3pS45OBe+0oyw+3Wf2ghPHwlptm22HGPqgYm4sA== } hasBin: true dependencies: axios: 0.21.4 @@ -1295,23 +2402,23 @@ packages: - debug dev: true - /@nrwl/nx-plugin/13.4.1_f4724441d51958646230fbbccce44345: + /@nrwl/nx-plugin/13.4.6_b33347bf68de3590245d498e4d609cfb: resolution: - { integrity: sha512-ETuYophDHpkiVEv4UJPSrskiuHWccw4SHNLz57QgbF8M9aALAefXqMrSBZFdkErVKl8jnFuA8JShLB3LsmhlyQ== } + { integrity: sha512-iSaXnB9LLmWap4QHaM1ckpb4cGB8bD/kKPrMzj/tTRyxBM80QuR0/FjaBFj4W01STZDU7CVgOswknbTUnuQqaw== } dependencies: - '@nrwl/devkit': 13.4.1 - '@nrwl/jest': 13.4.1_ts-node@9.1.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/node': 13.4.1_prettier@2.5.1+typescript@4.5.4 + '@nrwl/devkit': 13.4.6 + '@nrwl/jest': 13.4.6_ts-node@9.1.1 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/node': 13.4.6_de6c90790f64bf4642a98cf92915809d fs-extra: 9.1.0 rxjs: 6.6.7 tslib: 2.3.1 - yargs: 15.4.1 transitivePeerDependencies: - '@swc/core' - bufferutil - canvas - esbuild + - eslint - node-notifier - prettier - supports-color @@ -1322,17 +2429,17 @@ packages: - webpack-cli dev: true - /@nrwl/storybook/13.4.1_f4724441d51958646230fbbccce44345: + /@nrwl/storybook/13.4.6_5a214c2308223d047663d56544496a41: resolution: - { integrity: sha512-EhsIZnWJIhZikI17+AL2YHdsXZzXNs+GVmbPCig6gV3EjfQyc9lfx455ydiy/VYJ8QbAX6+XEixPtXigX30wUg== } + { integrity: sha512-lWg4N/9wvILtArlmCwzkBnYtGB3NDirxqeYrSFJmarJ8JmmyNTKi8PPGnMb2V3NLDSdzSp71sIyNnuuCpxyWHw== } dependencies: - '@nrwl/cypress': 13.4.1_f4724441d51958646230fbbccce44345 - '@nrwl/devkit': 13.4.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 - '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/cypress': 13.4.6_5a214c2308223d047663d56544496a41 + '@nrwl/devkit': 13.4.6 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac + '@nrwl/workspace': 13.4.6_b33347bf68de3590245d498e4d609cfb core-js: 3.19.3 semver: 7.3.4 - ts-loader: 9.2.6_typescript@4.5.4 + ts-loader: 9.2.6_typescript@4.5.4+webpack@5.65.0 tsconfig-paths-webpack-plugin: 3.4.1 transitivePeerDependencies: - '@babel/core' @@ -1341,6 +2448,7 @@ packages: - bufferutil - canvas - cypress + - eslint - node-notifier - prettier - supports-color @@ -1368,9 +2476,9 @@ packages: yargs-parser: 20.0.0 dev: true - /@nrwl/tao/13.4.1: + /@nrwl/tao/13.4.6: resolution: - { integrity: sha512-bgVzHlKfY7TK0ZLlM9+yQxfw8+NGsfl1+612advLYI46NRYAOpY3yOPBWX+69M+W3SwdjKQDyTi57hHbgx1XBA== } + { integrity: sha512-qEvgV/s8Q6/kOxvUbUeULLuEfdiTeAtLElK4Iwkx0Yap5oahQG4ZGJVhNY8zKcFV0weE1Vhn49rvAgiLwwh1DA== } hasBin: true dependencies: chalk: 4.1.0 @@ -1379,7 +2487,7 @@ packages: fs-extra: 9.1.0 ignore: 5.1.9 jsonc-parser: 3.0.0 - nx: 13.4.1 + nx: 13.4.6 rxjs: 6.6.7 rxjs-for-await: 0.0.2_rxjs@6.6.7 semver: 7.3.4 @@ -1388,37 +2496,36 @@ packages: yargs-parser: 20.0.0 dev: true - /@nrwl/workspace/13.4.1_f4724441d51958646230fbbccce44345: + /@nrwl/workspace/13.4.6_b33347bf68de3590245d498e4d609cfb: resolution: - { integrity: sha512-u+/1jQL7fsISJePZlTkBxp27N+aL9BWIbITAaH+Jxazyjrpwy11ImcXbJIpMeYY8P1cpXM7XMw0sn8vz7LIuZQ== } + { integrity: sha512-WW2oQ/7kTabg7G13QymArLJvYyfC58ifBpeWniwH682KCG+uCgo33Iz5zSbZukYcRSrPTMNiIOvlvIyrGbU4Uw== } peerDependencies: prettier: ^2.3.0 peerDependenciesMeta: prettier: optional: true dependencies: - '@nrwl/cli': 13.4.1 - '@nrwl/devkit': 13.4.1 - '@nrwl/jest': 13.4.1_ts-node@9.1.1 - '@nrwl/linter': 13.4.1_ts-node@9.1.1+typescript@4.5.4 + '@nrwl/cli': 13.4.6 + '@nrwl/devkit': 13.4.6 + '@nrwl/jest': 13.4.6_ts-node@9.1.1 + '@nrwl/linter': 13.4.6_22f93afc3633902909b0325ac9adb4ac '@parcel/watcher': 2.0.4 chalk: 4.1.0 chokidar: 3.5.2 - cosmiconfig: 4.0.0 + cli-spinners: 2.6.1 dotenv: 10.0.0 enquirer: 2.3.6 + figures: 3.2.0 flat: 5.0.2 fs-extra: 9.1.0 glob: 7.1.4 ignore: 5.1.9 minimatch: 3.0.4 - npm-run-all: 4.1.5 npm-run-path: 4.0.1 open: 7.4.2 prettier: 2.5.1 rxjs: 6.6.7 semver: 7.3.4 - strip-ansi: 6.0.0 tmp: 0.2.1 tslib: 2.3.1 yargs: 15.4.1 @@ -1426,6 +2533,7 @@ packages: transitivePeerDependencies: - bufferutil - canvas + - eslint - node-notifier - supports-color - ts-node @@ -1433,26 +2541,26 @@ packages: - utf-8-validate dev: true - /@nxtend/capacitor/12.1.0_@nrwl+workspace@13.4.1: + /@nxtend/capacitor/12.1.0_@nrwl+workspace@13.4.6: resolution: { integrity: sha512-7MgZkanXeO5lJ3X6XY5b0NE+XD1058057i+EB71lxXA1TSQH/+GC5ahg2Z10uxgkrrpbXKVsPCV0EYxjWd+d4Q== } peerDependencies: '@nrwl/workspace': ^12.0.0 dependencies: '@nrwl/devkit': 12.10.0 - '@nrwl/workspace': 13.4.1_f4724441d51958646230fbbccce44345 + '@nrwl/workspace': 13.4.6_b33347bf68de3590245d498e4d609cfb dev: true - /@nxtend/ionic-angular/12.1.0_bb54473f9ba0236015899a4dd19c8f92: + /@nxtend/ionic-angular/12.1.0_79029495758b25ecdef0ce5953b1a887: resolution: { integrity: sha512-+Z7ajjB/NtxRGlGadZhY/reqsgmnG8VGpsz8AbiPHX5At0TXRKtSHiS3IXhJu6n3MFS8zTgitUEeN/haqVboHQ== } peerDependencies: '@nrwl/angular': ^12.0.0 '@nxtend/capacitor': ^12.0.0 dependencies: - '@nrwl/angular': 13.4.1_prettier@2.5.1+typescript@4.5.4 + '@nrwl/angular': 13.4.6_78ef5ca4c870aa65a2265c9fa5a4edc2 '@nrwl/devkit': 12.10.0 - '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.4.1 + '@nxtend/capacitor': 12.1.0_@nrwl+workspace@13.4.6 dev: true /@parcel/watcher/2.0.4: @@ -1521,8 +2629,8 @@ packages: resolution: { integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ== } dependencies: - '@babel/parser': 7.16.4 - '@babel/types': 7.16.0 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.14.2 @@ -1532,15 +2640,15 @@ packages: resolution: { integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA== } dependencies: - '@babel/types': 7.16.0 + '@babel/types': 7.16.8 dev: true /@types/babel__template/7.4.1: resolution: { integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== } dependencies: - '@babel/parser': 7.16.4 - '@babel/types': 7.16.0 + '@babel/parser': 7.16.8 + '@babel/types': 7.16.8 dev: true /@types/babel__traverse/7.14.2: @@ -2199,6 +3307,29 @@ packages: - supports-color dev: true + /babel-loader/8.2.3_8dd2b11efd9b7265f9b7da54f0e73ab1: + resolution: + { integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw== } + engines: { node: '>= 8.9' } + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.16.0 + find-cache-dir: 3.3.2 + loader-utils: 1.4.0 + make-dir: 3.1.0 + schema-utils: 2.7.0 + webpack: 5.65.0 + dev: true + + /babel-plugin-dynamic-import-node/2.3.3: + resolution: + { integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== } + dependencies: + object.assign: 4.1.2 + dev: true + /babel-plugin-istanbul/6.1.1: resolution: { integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== } @@ -2218,12 +3349,51 @@ packages: { integrity: sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - '@babel/template': 7.16.0 - '@babel/types': 7.16.0 + '@babel/template': 7.16.7 + '@babel/types': 7.16.8 '@types/babel__core': 7.1.16 '@types/babel__traverse': 7.14.2 dev: true + /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.16.0: + resolution: + { integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.16.8 + '@babel/core': 7.16.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3/0.5.1_@babel+core@7.16.0: + resolution: + { integrity: sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.0 + core-js-compat: 3.20.3 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.16.0: + resolution: + { integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== } + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.0 + transitivePeerDependencies: + - supports-color + dev: true + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.0: resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== } @@ -2266,6 +3436,11 @@ packages: resolution: { integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== } + /big.js/5.2.2: + resolution: + { integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== } + dev: true + /binary-extensions/2.2.0: resolution: { integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== } @@ -2319,6 +3494,19 @@ packages: picocolors: 1.0.0 dev: true + /browserslist/4.19.1: + resolution: + { integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A== } + engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } + hasBin: true + dependencies: + caniuse-lite: 1.0.30001300 + electron-to-chromium: 1.4.48 + escalade: 3.1.1 + node-releases: 2.0.1 + picocolors: 1.0.0 + dev: true + /bs-logger/0.2.6: resolution: { integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== } @@ -2406,6 +3594,11 @@ packages: { integrity: sha512-KAOkuUtcQ901MtmvxfKD+ODHH9YVDYnBt+TGYSz2KIfnq22CiArbUxXPN9067gNbgMlnNYRSwho8OPXZPALB9Q== } dev: true + /caniuse-lite/1.0.30001300: + resolution: + { integrity: sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA== } + dev: true + /chalk/2.4.2: resolution: { integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== } @@ -2614,6 +3807,10 @@ packages: engines: { node: '>= 12' } dev: true + /commondir/1.0.1: + resolution: { integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= } + dev: true + /concat-map/0.0.1: resolution: { integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= } dev: true @@ -2650,21 +3847,18 @@ packages: webpack: 5.65.0 dev: true - /core-js/3.19.3: + /core-js-compat/3.20.3: resolution: - { integrity: sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g== } - requiresBuild: true + { integrity: sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw== } + dependencies: + browserslist: 4.19.1 + semver: 7.0.0 dev: true - /cosmiconfig/4.0.0: + /core-js/3.19.3: resolution: - { integrity: sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ== } - engines: { node: '>=4' } - dependencies: - is-directory: 0.3.1 - js-yaml: 3.14.1 - parse-json: 4.0.0 - require-from-string: 2.0.2 + { integrity: sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g== } + requiresBuild: true dev: true /cosmiconfig/6.0.0: @@ -2696,18 +3890,6 @@ packages: { integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== } dev: true - /cross-spawn/6.0.5: - resolution: - { integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== } - engines: { node: '>=4.8' } - dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.1 - shebang-command: 1.2.0 - which: 1.3.1 - dev: true - /cross-spawn/7.0.3: resolution: { integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== } @@ -2906,6 +4088,11 @@ packages: { integrity: sha512-2OhsaYgsWGhWjx2et8kaUcdktPbBGjKM2X0BReUCKcSCPttEY+hz2zie820JLbttU8jwL92+JJysWwkut3wZgA== } dev: true + /electron-to-chromium/1.4.48: + resolution: + { integrity: sha512-RT3SEmpv7XUA+tKXrZGudAWLDpa7f8qmhjcLaM6OD/ERxjQ/zAojT8/Vvo0BSzbArkElFZ1WyZ9FuwAYbkdBNA== } + dev: true + /emittery/0.8.1: resolution: { integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg== } @@ -2917,6 +4104,12 @@ packages: { integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== } dev: true + /emojis-list/3.0.0: + resolution: + { integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== } + engines: { node: '>= 4' } + dev: true + /encoding/0.1.13: resolution: { integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== } @@ -2961,48 +4154,11 @@ packages: is-arrayish: 0.2.1 dev: true - /es-abstract/1.19.1: - resolution: - { integrity: sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== } - engines: { node: '>= 0.4' } - dependencies: - call-bind: 1.0.2 - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - get-intrinsic: 1.1.1 - get-symbol-description: 1.0.0 - has: 1.0.3 - has-symbols: 1.0.2 - internal-slot: 1.0.3 - is-callable: 1.2.4 - is-negative-zero: 2.0.1 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.1 - is-string: 1.0.7 - is-weakref: 1.0.1 - object-inspect: 1.11.1 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.4 - string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.1 - dev: true - /es-module-lexer/0.9.3: resolution: { integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== } dev: true - /es-to-primitive/1.2.1: - resolution: - { integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== } - engines: { node: '>= 0.4' } - dependencies: - is-callable: 1.2.4 - is-date-object: 1.0.5 - is-symbol: 1.0.4 - dev: true - /escalade/3.1.1: resolution: { integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== } @@ -3309,9 +4465,14 @@ packages: to-regex-range: 5.0.1 dev: true - /find-parent-dir/0.3.1: + /find-cache-dir/3.3.2: resolution: - { integrity: sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A== } + { integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== } + engines: { node: '>=8' } + dependencies: + commondir: 1.0.1 + make-dir: 3.1.0 + pkg-dir: 4.2.0 dev: true /find-up/4.1.0: @@ -3494,15 +4655,6 @@ packages: engines: { node: '>=10' } dev: true - /get-symbol-description/1.0.0: - resolution: - { integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== } - engines: { node: '>= 0.4' } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.1.1 - dev: true - /glob-parent/5.1.2: resolution: { integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== } @@ -3585,11 +4737,6 @@ packages: { integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g== } dev: true - /has-bigints/1.0.1: - resolution: - { integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== } - dev: true - /has-flag/3.0.0: resolution: { integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= } engines: { node: '>=4' } @@ -3606,14 +4753,6 @@ packages: engines: { node: '>= 0.4' } dev: true - /has-tostringtag/1.0.0: - resolution: - { integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== } - engines: { node: '>= 0.4' } - dependencies: - has-symbols: 1.0.2 - dev: true - /has-unicode/2.0.1: resolution: { integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= } dev: true @@ -3626,11 +4765,6 @@ packages: function-bind: 1.1.1 dev: true - /hosted-git-info/2.8.9: - resolution: - { integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== } - dev: true - /hosted-git-info/4.0.2: resolution: { integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg== } @@ -3820,16 +4954,6 @@ packages: through: 2.3.8 dev: true - /internal-slot/1.0.3: - resolution: - { integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== } - engines: { node: '>= 0.4' } - dependencies: - get-intrinsic: 1.1.1 - has: 1.0.3 - side-channel: 1.0.4 - dev: true - /ip/1.1.5: resolution: { integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= } dev: true @@ -3838,34 +4962,12 @@ packages: resolution: { integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= } dev: true - /is-bigint/1.0.4: - resolution: - { integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== } - dependencies: - has-bigints: 1.0.1 - dev: true - - /is-binary-path/2.1.0: - resolution: - { integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== } - engines: { node: '>=8' } - dependencies: - binary-extensions: 2.2.0 - dev: true - - /is-boolean-object/1.1.2: - resolution: - { integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== } - engines: { node: '>= 0.4' } - dependencies: - call-bind: 1.0.2 - has-tostringtag: 1.0.0 - dev: true - - /is-callable/1.2.4: + /is-binary-path/2.1.0: resolution: - { integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== } - engines: { node: '>= 0.4' } + { integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== } + engines: { node: '>=8' } + dependencies: + binary-extensions: 2.2.0 dev: true /is-ci/3.0.1: @@ -3883,19 +4985,6 @@ packages: has: 1.0.3 dev: true - /is-date-object/1.0.5: - resolution: - { integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== } - engines: { node: '>= 0.4' } - dependencies: - has-tostringtag: 1.0.0 - dev: true - - /is-directory/0.3.1: - resolution: { integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= } - engines: { node: '>=0.10.0' } - dev: true - /is-docker/2.2.1: resolution: { integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== } @@ -3937,20 +5026,6 @@ packages: resolution: { integrity: sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= } dev: true - /is-negative-zero/2.0.1: - resolution: - { integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== } - engines: { node: '>= 0.4' } - dev: true - - /is-number-object/1.0.6: - resolution: - { integrity: sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g== } - engines: { node: '>= 0.4' } - dependencies: - has-tostringtag: 1.0.0 - dev: true - /is-number/7.0.0: resolution: { integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== } @@ -3975,47 +5050,17 @@ packages: { integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== } dev: true - /is-regex/1.1.4: - resolution: - { integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== } - engines: { node: '>= 0.4' } - dependencies: - call-bind: 1.0.2 - has-tostringtag: 1.0.0 - dev: true - /is-regexp/1.0.0: resolution: { integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk= } engines: { node: '>=0.10.0' } dev: true - /is-shared-array-buffer/1.0.1: - resolution: - { integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== } - dev: true - /is-stream/2.0.1: resolution: { integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== } engines: { node: '>=8' } dev: true - /is-string/1.0.7: - resolution: - { integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== } - engines: { node: '>= 0.4' } - dependencies: - has-tostringtag: 1.0.0 - dev: true - - /is-symbol/1.0.4: - resolution: - { integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== } - engines: { node: '>= 0.4' } - dependencies: - has-symbols: 1.0.2 - dev: true - /is-typedarray/1.0.0: resolution: { integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= } dev: true @@ -4025,13 +5070,6 @@ packages: { integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== } engines: { node: '>=10' } - /is-weakref/1.0.1: - resolution: - { integrity: sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ== } - dependencies: - call-bind: 1.0.2 - dev: true - /is-wsl/2.2.0: resolution: { integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== } @@ -4074,7 +5112,7 @@ packages: engines: { node: '>=8' } dependencies: '@babel/core': 7.16.0 - '@babel/parser': 7.16.4 + '@babel/parser': 7.16.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -4124,13 +5162,14 @@ packages: minimatch: 3.0.4 dev: true - /jasmine-marbles/0.8.4: + /jasmine-marbles/0.8.4_rxjs@6.6.7: resolution: { integrity: sha512-zbtuXABpSWrSswYPiZ5m6EQhluNmKcRQs+82AqJHSN+PMx3ASpDmTvRfqe9Pk2hPh9Ge5zrzOsorIlw3kdwTXQ== } peerDependencies: rxjs: ^6.5.3 dependencies: lodash: 4.17.21 + rxjs: 6.6.7 dev: true /jest-changed-files/27.4.2: @@ -4782,6 +5821,11 @@ packages: - utf-8-validate dev: true + /jsesc/0.5.0: + resolution: { integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= } + hasBin: true + dev: true + /jsesc/2.5.2: resolution: { integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== } @@ -4937,22 +5981,22 @@ packages: wrap-ansi: 7.0.0 dev: true - /load-json-file/4.0.0: - resolution: { integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs= } - engines: { node: '>=4' } - dependencies: - graceful-fs: 4.2.8 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - dev: true - /loader-runner/4.2.0: resolution: { integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw== } engines: { node: '>=6.11.5' } dev: true + /loader-utils/1.4.0: + resolution: + { integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== } + engines: { node: '>=4.0.0' } + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 1.0.1 + dev: true + /locate-path/5.0.0: resolution: { integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== } @@ -4961,6 +6005,10 @@ packages: p-locate: 4.1.0 dev: true + /lodash.debounce/4.0.8: + resolution: { integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168= } + dev: true + /lodash.merge/4.6.2: resolution: { integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== } @@ -5057,11 +6105,6 @@ packages: fs-monkey: 1.0.3 dev: true - /memorystream/0.3.1: - resolution: { integrity: sha1-htcJCzDORV1j+64S3aUaR93K+bI= } - engines: { node: '>= 0.10.0' } - dev: true - /merge-stream/2.0.0: resolution: { integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== } @@ -5214,11 +6257,6 @@ packages: { integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== } dev: true - /nice-try/1.0.5: - resolution: - { integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== } - dev: true - /node-addon-api/3.2.1: resolution: { integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A== } @@ -5278,16 +6316,6 @@ packages: abbrev: 1.1.1 dev: true - /normalize-package-data/2.5.0: - resolution: - { integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== } - dependencies: - hosted-git-info: 2.8.9 - resolve: 1.20.0 - semver: 5.7.1 - validate-npm-package-license: 3.0.4 - dev: true - /normalize-path/3.0.0: resolution: { integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== } @@ -5361,23 +6389,6 @@ packages: - supports-color dev: true - /npm-run-all/4.1.5: - resolution: - { integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== } - engines: { node: '>= 4' } - hasBin: true - dependencies: - ansi-styles: 3.2.1 - chalk: 2.4.2 - cross-spawn: 6.0.5 - memorystream: 0.3.1 - minimatch: 3.0.4 - pidtree: 0.3.1 - read-pkg: 3.0.0 - shell-quote: 1.7.3 - string.prototype.padend: 3.1.3 - dev: true - /npm-run-path/4.0.1: resolution: { integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== } @@ -5407,20 +6418,15 @@ packages: { integrity: sha512-LpCfZCWsVEtmD2SI1j2KRaw1uIyn4DJ3eRzsjnDYitbq38aORpkvYO+L0zVMZRNDSYSRGTsuj0nHCS3OOxK/Cg== } hasBin: true dependencies: - '@nrwl/cli': 13.4.1 + '@nrwl/cli': 13.4.6 dev: true - /nx/13.4.1: + /nx/13.4.6: resolution: - { integrity: sha512-x/fbcY/mg6rHhVho2oWDKPk+ZTHCuNvaBSe959BY7OkPiGaP5yydfXfP+tuRdxrEGIL0ZD+UzsjH/1ITdnZP3w== } + { integrity: sha512-b0qDsqL94OIJ78V+n5w9i6CzkDMVowPEokt3Q17Ko5gxcagR+gzA2dHGtLHArFpB58yRI2MI3vxbA8J2qsOvcw== } hasBin: true dependencies: - '@nrwl/cli': 13.4.1 - dev: true - - /object-inspect/1.11.1: - resolution: - { integrity: sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA== } + '@nrwl/cli': 13.4.6 dev: true /object-keys/1.1.1: @@ -5585,14 +6591,6 @@ packages: callsites: 3.1.0 dev: true - /parse-json/4.0.0: - resolution: { integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= } - engines: { node: '>=4' } - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - dev: true - /parse-json/5.2.0: resolution: { integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== } @@ -5620,11 +6618,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - /path-key/2.0.1: - resolution: { integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= } - engines: { node: '>=4' } - dev: true - /path-key/3.1.1: resolution: { integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== } @@ -5636,14 +6629,6 @@ packages: { integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== } dev: true - /path-type/3.0.0: - resolution: - { integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== } - engines: { node: '>=4' } - dependencies: - pify: 3.0.0 - dev: true - /path-type/4.0.0: resolution: { integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== } @@ -5661,18 +6646,6 @@ packages: engines: { node: '>=8.6' } dev: true - /pidtree/0.3.1: - resolution: - { integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA== } - engines: { node: '>=0.10' } - hasBin: true - dev: true - - /pify/3.0.0: - resolution: { integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= } - engines: { node: '>=4' } - dev: true - /pirates/4.0.1: resolution: { integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== } @@ -5795,15 +6768,6 @@ packages: npm-normalize-package-bin: 1.0.1 dev: true - /read-pkg/3.0.0: - resolution: { integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= } - engines: { node: '>=4' } - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: true - /readable-stream/3.6.0: resolution: { integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== } @@ -5821,12 +6785,63 @@ packages: picomatch: 2.3.0 dev: true + /regenerate-unicode-properties/9.0.0: + resolution: + { integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA== } + engines: { node: '>=4' } + dependencies: + regenerate: 1.4.2 + dev: true + + /regenerate/1.4.2: + resolution: + { integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== } + dev: true + + /regenerator-runtime/0.13.9: + resolution: + { integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== } + dev: true + + /regenerator-transform/0.14.5: + resolution: + { integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== } + dependencies: + '@babel/runtime': 7.16.7 + dev: true + /regexpp/3.2.0: resolution: { integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== } engines: { node: '>=8' } dev: true + /regexpu-core/4.8.0: + resolution: + { integrity: sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg== } + engines: { node: '>=4' } + dependencies: + regenerate: 1.4.2 + regenerate-unicode-properties: 9.0.0 + regjsgen: 0.5.2 + regjsparser: 0.7.0 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.0.0 + dev: true + + /regjsgen/0.5.2: + resolution: + { integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== } + dev: true + + /regjsparser/0.7.0: + resolution: + { integrity: sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ== } + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: true + /require-directory/2.1.1: resolution: { integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= } engines: { node: '>=0.10.0' } @@ -5921,13 +6936,6 @@ packages: queue-microtask: 1.2.3 dev: true - /rxjs-for-await/0.0.2: - resolution: - { integrity: sha512-IJ8R/ZCFMHOcDIqoABs82jal00VrZx8Xkgfe7TOKoaRPAW5nH/VFlG23bXpeGdrmtqI9UobFPgUKgCuFc7Lncw== } - peerDependencies: - rxjs: ^6.0.0 - dev: true - /rxjs-for-await/0.0.2_rxjs@6.6.7: resolution: { integrity: sha512-IJ8R/ZCFMHOcDIqoABs82jal00VrZx8Xkgfe7TOKoaRPAW5nH/VFlG23bXpeGdrmtqI9UobFPgUKgCuFc7Lncw== } @@ -6005,15 +7013,15 @@ packages: resolution: { integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w= } dev: true - /semver/5.7.1: + /semver/6.3.0: resolution: - { integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== } + { integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== } hasBin: true dev: true - /semver/6.3.0: + /semver/7.0.0: resolution: - { integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== } + { integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== } hasBin: true dev: true @@ -6054,13 +7062,6 @@ packages: kind-of: 6.0.3 dev: true - /shebang-command/1.2.0: - resolution: { integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= } - engines: { node: '>=0.10.0' } - dependencies: - shebang-regex: 1.0.0 - dev: true - /shebang-command/2.0.0: resolution: { integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== } @@ -6069,31 +7070,12 @@ packages: shebang-regex: 3.0.0 dev: true - /shebang-regex/1.0.0: - resolution: { integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= } - engines: { node: '>=0.10.0' } - dev: true - /shebang-regex/3.0.0: resolution: { integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== } engines: { node: '>=8' } dev: true - /shell-quote/1.7.3: - resolution: - { integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== } - dev: true - - /side-channel/1.0.4: - resolution: - { integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.1.1 - object-inspect: 1.11.1 - dev: true - /signal-exit/3.0.6: resolution: { integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ== } @@ -6197,32 +7179,6 @@ packages: resolution: { integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== } - /spdx-correct/3.1.1: - resolution: - { integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== } - dependencies: - spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.11 - dev: true - - /spdx-exceptions/2.3.0: - resolution: - { integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== } - dev: true - - /spdx-expression-parse/3.0.1: - resolution: - { integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== } - dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.11 - dev: true - - /spdx-license-ids/3.0.11: - resolution: - { integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== } - dev: true - /sprintf-js/1.0.3: resolution: { integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= } dev: true @@ -6268,32 +7224,6 @@ packages: strip-ansi: 6.0.1 dev: true - /string.prototype.padend/3.1.3: - resolution: - { integrity: sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg== } - engines: { node: '>= 0.4' } - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.19.1 - dev: true - - /string.prototype.trimend/1.0.4: - resolution: - { integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== } - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - dev: true - - /string.prototype.trimstart/1.0.4: - resolution: - { integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== } - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - dev: true - /string_decoder/1.3.0: resolution: { integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== } @@ -6310,14 +7240,6 @@ packages: is-regexp: 1.0.0 dev: true - /strip-ansi/6.0.0: - resolution: - { integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== } - engines: { node: '>=8' } - dependencies: - ansi-regex: 5.0.1 - dev: true - /strip-ansi/6.0.1: resolution: { integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== } @@ -6550,7 +7472,7 @@ packages: hasBin: true dev: true - /ts-jest/27.0.5_54902cfc20c0a62612a2d272b79c30f2: + /ts-jest/27.0.5_8cd3dbceedab449937931509bd3d40de: resolution: { integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w== } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } @@ -6569,6 +7491,7 @@ packages: babel-jest: optional: true dependencies: + '@babel/core': 7.16.0 '@types/jest': 27.0.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -6582,21 +7505,6 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-loader/9.2.6_typescript@4.5.4: - resolution: - { integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw== } - engines: { node: '>=12.0.0' } - peerDependencies: - typescript: '*' - webpack: ^5.0.0 - dependencies: - chalk: 4.1.2 - enhanced-resolve: 5.8.3 - micromatch: 4.0.4 - semver: 7.3.5 - typescript: 4.5.4 - dev: true - /ts-loader/9.2.6_typescript@4.5.4+webpack@5.65.0: resolution: { integrity: sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw== } @@ -6720,14 +7628,31 @@ packages: hasBin: true dev: true - /unbox-primitive/1.0.1: + /unicode-canonical-property-names-ecmascript/2.0.0: + resolution: + { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== } + engines: { node: '>=4' } + dev: true + + /unicode-match-property-ecmascript/2.0.0: resolution: - { integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== } + { integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== } + engines: { node: '>=4' } dependencies: - function-bind: 1.1.1 - has-bigints: 1.0.1 - has-symbols: 1.0.2 - which-boxed-primitive: 1.0.2 + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.0.0 + dev: true + + /unicode-match-property-value-ecmascript/2.0.0: + resolution: + { integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== } + engines: { node: '>=4' } + dev: true + + /unicode-property-aliases-ecmascript/2.0.0: + resolution: + { integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== } + engines: { node: '>=4' } dev: true /unique-filename/1.1.1: @@ -6786,14 +7711,6 @@ packages: source-map: 0.7.3 dev: true - /validate-npm-package-license/3.0.4: - resolution: - { integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== } - dependencies: - spdx-correct: 3.1.1 - spdx-expression-parse: 3.0.1 - dev: true - /validate-npm-package-name/3.0.0: resolution: { integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34= } dependencies: @@ -6949,29 +7866,10 @@ packages: webidl-conversions: 6.1.0 dev: true - /which-boxed-primitive/1.0.2: - resolution: - { integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== } - dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.6 - is-string: 1.0.7 - is-symbol: 1.0.4 - dev: true - /which-module/2.0.0: resolution: { integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= } dev: true - /which/1.3.1: - resolution: - { integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== } - hasBin: true - dependencies: - isexe: 2.0.0 - dev: true - /which/2.0.2: resolution: { integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== } @@ -7157,3 +8055,10 @@ packages: { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== } engines: { node: '>=6' } dev: true + + /zone.js/0.11.4: + resolution: + { integrity: sha512-DDh2Ab+A/B+9mJyajPjHFPWfYU1H+pdun4wnnk0OcQTNjem1XQSZ2CDW+rfZEUDjv5M19SBqAkjZi0x5wuB5Qw== } + dependencies: + tslib: 2.3.1 + dev: true From 9a8ee31508869353ac9576cab2b49f44f01b6b35 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Wed, 19 Jan 2022 19:04:06 -0500 Subject: [PATCH 6/7] fix: pass skipFormat option through Angular generator --- .../mobile/src/generators/mobile-lib/generator-mobile-lib.ts | 4 ++-- .../shared-utils/files/sdk/src/generated/graphql.ts__tmpl__ | 1 + packages/web/src/generators/web-lib/generator-web-lib.ts | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/mobile/src/generators/mobile-lib/generator-mobile-lib.ts b/packages/mobile/src/generators/mobile-lib/generator-mobile-lib.ts index 5a9eb3bf..2e30d009 100644 --- a/packages/mobile/src/generators/mobile-lib/generator-mobile-lib.ts +++ b/packages/mobile/src/generators/mobile-lib/generator-mobile-lib.ts @@ -1,5 +1,5 @@ -import { formatFiles, Tree } from '@nrwl/devkit' import { libraryGenerator } from '@nrwl/angular/generators' +import { Tree } from '@nrwl/devkit' import { addFiles, normalizeOptions } from '@nxpm/common' import { MobileLibGeneratorSchema } from './schema' @@ -8,9 +8,9 @@ export async function generatorMobileLib(host: Tree, options: MobileLibGenerator await libraryGenerator(host, { ...options, name: options.name, + skipFormat: true, }) if (files) { addFiles(host, normalizedOptions, files) } - await formatFiles(host) } diff --git a/packages/stack/src/generators/shared-utils/files/sdk/src/generated/graphql.ts__tmpl__ b/packages/stack/src/generators/shared-utils/files/sdk/src/generated/graphql.ts__tmpl__ index d2369c5d..46afdbc7 100644 --- a/packages/stack/src/generators/shared-utils/files/sdk/src/generated/graphql.ts__tmpl__ +++ b/packages/stack/src/generators/shared-utils/files/sdk/src/generated/graphql.ts__tmpl__ @@ -1,3 +1,4 @@ +// @ts-nocheck import { gql } from 'apollo-angular' import { Injectable } from '@angular/core' import * as Apollo from 'apollo-angular' diff --git a/packages/web/src/generators/web-lib/generator-web-lib.ts b/packages/web/src/generators/web-lib/generator-web-lib.ts index 51677927..05b3ebf3 100644 --- a/packages/web/src/generators/web-lib/generator-web-lib.ts +++ b/packages/web/src/generators/web-lib/generator-web-lib.ts @@ -13,9 +13,10 @@ export async function generatorWebLib( await libraryGenerator(host, { ...options, name: options.name, + skipFormat: true, }) if (files) { addFiles(host, normalizedOptions, files, extraOptions) } - await formatFiles(host) + // await formatFiles(host) } From a7267c119f659921cb760830330ea0c296b77b64 Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Wed, 19 Jan 2022 19:04:48 -0500 Subject: [PATCH 7/7] fix: make sure form components compile on strict mode --- .../ui-form-checkbox.component.ts__tmpl__ | 12 ++++---- .../input/ui-form-input.component.ts__tmpl__ | 2 +- ...ui-form-multicheckbox.component.ts__tmpl__ | 4 +-- .../radio/ui-form-radio.component.ts__tmpl__ | 4 +-- .../ui-form-select.component.ts__tmpl__ | 18 ++++++------ .../ui-form-textarea.component.ts__tmpl__ | 4 +-- .../ui-form-addons.component.html__tmpl__ | 28 +++++++++++++------ .../ui-form-addons.component.ts__tmpl__ | 8 +++--- .../ui-form-addons.extension.ts__tmpl__ | 2 +- .../ui-form-field.component.ts__tmpl__ | 4 +-- 10 files changed, 49 insertions(+), 37 deletions(-) diff --git a/packages/web/src/generators/web-ui/files/form/src/lib/types/checkbox/ui-form-checkbox.component.ts__tmpl__ b/packages/web/src/generators/web-ui/files/form/src/lib/types/checkbox/ui-form-checkbox.component.ts__tmpl__ index 783eb06b..7b352c32 100644 --- a/packages/web/src/generators/web-ui/files/form/src/lib/types/checkbox/ui-form-checkbox.component.ts__tmpl__ +++ b/packages/web/src/generators/web-ui/files/form/src/lib/types/checkbox/ui-form-checkbox.component.ts__tmpl__ @@ -10,16 +10,16 @@ import { FieldType } from '@ngx-formly/core' type="checkbox" class="focus:ring-pink-500 h-4 w-4 text-pink-600 border-gray-300 dark:bg-gray-800 dark:border-gray-600 rounded" [class.is-invalid]="showError" - [class.static]="to.formCheck === 'nolabel'" - [indeterminate]="to.indeterminate && formControl.value == null" + [class.static]="to['formCheck'] === 'nolabel'" + [indeterminate]="to['indeterminate'] && formControl.value == null" [formControl]="formControl" [formlyAttributes]="field" />
-
@@ -27,8 +27,8 @@ import { FieldType } from '@ngx-formly/core' changeDetection: ChangeDetectionStrategy.OnPush, }) export class UiFormCheckboxComponent extends FieldType { - formControl!: FormControl - defaultOptions = { + override formControl!: FormControl + override defaultOptions = { templateOptions: { indeterminate: true, hideLabel: true, diff --git a/packages/web/src/generators/web-ui/files/form/src/lib/types/input/ui-form-input.component.ts__tmpl__ b/packages/web/src/generators/web-ui/files/form/src/lib/types/input/ui-form-input.component.ts__tmpl__ index 576f0292..005b43eb 100644 --- a/packages/web/src/generators/web-ui/files/form/src/lib/types/input/ui-form-input.component.ts__tmpl__ +++ b/packages/web/src/generators/web-ui/files/form/src/lib/types/input/ui-form-input.component.ts__tmpl__ @@ -26,7 +26,7 @@ import { FieldType } from '@ngx-formly/core' `, }) export class UiFormInputComponent extends FieldType { - formControl!: FormControl + override formControl!: FormControl get type(): string { return this.to.type || 'text' diff --git a/packages/web/src/generators/web-ui/files/form/src/lib/types/multicheckbox/ui-form-multicheckbox.component.ts__tmpl__ b/packages/web/src/generators/web-ui/files/form/src/lib/types/multicheckbox/ui-form-multicheckbox.component.ts__tmpl__ index 98650874..a2583cff 100644 --- a/packages/web/src/generators/web-ui/files/form/src/lib/types/multicheckbox/ui-form-multicheckbox.component.ts__tmpl__ +++ b/packages/web/src/generators/web-ui/files/form/src/lib/types/multicheckbox/ui-form-multicheckbox.component.ts__tmpl__ @@ -32,8 +32,8 @@ import { FieldType } from '@ngx-formly/core' changeDetection: ChangeDetectionStrategy.OnPush, }) export class UiFormMulticheckboxComponent extends FieldType { - formControl!: FormControl - defaultOptions = { + override formControl!: FormControl + override defaultOptions = { templateOptions: { options: [], }, diff --git a/packages/web/src/generators/web-ui/files/form/src/lib/types/radio/ui-form-radio.component.ts__tmpl__ b/packages/web/src/generators/web-ui/files/form/src/lib/types/radio/ui-form-radio.component.ts__tmpl__ index 42d2f732..4ac42f39 100644 --- a/packages/web/src/generators/web-ui/files/form/src/lib/types/radio/ui-form-radio.component.ts__tmpl__ +++ b/packages/web/src/generators/web-ui/files/form/src/lib/types/radio/ui-form-radio.component.ts__tmpl__ @@ -29,8 +29,8 @@ import { FieldType } from '@ngx-formly/core' changeDetection: ChangeDetectionStrategy.OnPush, }) export class UiFormRadioComponent extends FieldType { - formControl!: FormControl - defaultOptions = { + override formControl!: FormControl + override defaultOptions = { templateOptions: { options: [], }, diff --git a/packages/web/src/generators/web-ui/files/form/src/lib/types/select/ui-form-select.component.ts__tmpl__ b/packages/web/src/generators/web-ui/files/form/src/lib/types/select/ui-form-select.component.ts__tmpl__ index ac5e44a8..40941c80 100644 --- a/packages/web/src/generators/web-ui/files/form/src/lib/types/select/ui-form-select.component.ts__tmpl__ +++ b/packages/web/src/generators/web-ui/files/form/src/lib/types/select/ui-form-select.component.ts__tmpl__ @@ -6,17 +6,17 @@ import { take } from 'rxjs/operators' @Component({ template: `