From 1c5c49c4948086e53bca295a7800a2113b892d67 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Jadda <17564080+pavankjadda@users.noreply.github.com> Date: Wed, 16 Nov 2022 17:25:02 -0500 Subject: [PATCH] feat(core): migrates angular to `^15.0.0` (#54) * feat(core): migrates angular to `^15.0.0-next.5` * feat(core): migrates NX to `15.0.0` * feat(core): migrates angular deps to `15.0.0-next.6` * fix(deps): fixes incompatible css/scss issues * fix(deps): fixes incompatible css/scss issues * chore(deps): upgrades to angular deps to 15.0.0-rc.0 * chore: updates angular deps to 15.0.0-rc.1 * chore: fixes `panelClass` is not being honored * fix(snack-bar): updates css variables to in snack bar * release: bumps version to 15.0.0-rc.2 * build: updates npm_publish.yml file * release: bump version to 15.0.0-rc.3 * fix: adds css classes to success and delete buttons * release: bump version to 15.0.0-rc.5 * release: bump version to 15.0.0-rc.6 * fix(bs-link): fixes an issue that does not show link color * release: bump version to 15.0.0-rc.7 * release: bump version to 15.0.0-rc.8 * release: bump version to 15.0.0 --- .fleet/run.json | 0 README.md | 4 +- angular.json | 6 +- apps/ngxsmart-demo-e2e/.eslintrc.json | 17 - apps/ngxsmart-demo-e2e/cypress.json | 12 - .../src/fixtures/example.json | 4 - .../src/integration/app.spec.ts | 13 - apps/ngxsmart-demo-e2e/src/support/app.po.ts | 1 - .../ngxsmart-demo-e2e/src/support/commands.ts | 33 - apps/ngxsmart-demo-e2e/src/support/index.ts | 17 - apps/ngxsmart-demo-e2e/tsconfig.json | 19 - .../buttons-demo/buttons-demo.component.html | 35 +- .../buttons-demo/buttons-demo.component.ts | 4 + .../snack-bar-demo.component.ts | 8 +- .../ngxsmart-demo/src/assets/app-buttons.scss | 35 + .../src/assets/app-mat-snack-bar.scss | 29 +- .../src/assets/app-variables.scss | 15 +- apps/ngxsmart-demo/src/styles.scss | 59 +- libs/ngxsmart/ng-package.json | 15 +- libs/ngxsmart/package.json | 16 +- libs/ngxsmart/src/assets/all-styles.scss | 3 - libs/ngxsmart/src/assets/app-buttons.css | 34 + .../ngxsmart/src/assets/app-mat-snack-bar.css | 27 + .../src/assets/app-mat-snack-bar.scss | 37 - libs/ngxsmart/src/assets/app-variables.css | 10 + libs/ngxsmart/src/assets/app-variables.scss | 8 - libs/ngxsmart/src/assets/general.scss | 4 +- libs/ngxsmart/src/assets/styles.scss | 5 + .../autocomplete/autocomplete.component.ts | 3 +- .../bs-link-button.component.ts | 4 +- .../delete-button/delete-button.component.ts | 3 +- .../edit-bs-button.component.ts | 14 +- .../edit-button/edit-button.component.ts | 12 +- .../edit-svg-icon-button.component.ts | 12 +- .../excel-export-button.component.ts | 18 +- .../manage-button/manage-button.component.ts | 14 +- .../pdf-export-button.component.ts | 15 +- .../primary-button.component.ts | 13 +- .../save-primary-button.component.ts | 23 +- .../search-button/search-button.component.ts | 17 +- .../success-button.component.ts | 3 +- .../view-button/view-button.component.ts | 12 +- .../view-primary-button.component.ts | 12 +- .../error-snack-bar.component.ts | 10 +- .../success-snack-bar.component.ts | 12 +- .../src/lib/services/mat-snack-bar.service.ts | 2 +- .../edit-solid-svg.component.ts | 11 +- migrations.json | 74 +- nx.json | 121 +- package.json | 66 +- pnpm-lock.yaml | 5679 ++++++++--------- 51 files changed, 3213 insertions(+), 3407 deletions(-) create mode 100644 .fleet/run.json delete mode 100644 apps/ngxsmart-demo-e2e/.eslintrc.json delete mode 100644 apps/ngxsmart-demo-e2e/cypress.json delete mode 100644 apps/ngxsmart-demo-e2e/src/fixtures/example.json delete mode 100644 apps/ngxsmart-demo-e2e/src/integration/app.spec.ts delete mode 100644 apps/ngxsmart-demo-e2e/src/support/app.po.ts delete mode 100644 apps/ngxsmart-demo-e2e/src/support/commands.ts delete mode 100644 apps/ngxsmart-demo-e2e/src/support/index.ts delete mode 100644 apps/ngxsmart-demo-e2e/tsconfig.json create mode 100644 apps/ngxsmart-demo/src/assets/app-buttons.scss delete mode 100644 libs/ngxsmart/src/assets/all-styles.scss create mode 100644 libs/ngxsmart/src/assets/app-buttons.css create mode 100644 libs/ngxsmart/src/assets/app-mat-snack-bar.css delete mode 100644 libs/ngxsmart/src/assets/app-mat-snack-bar.scss create mode 100644 libs/ngxsmart/src/assets/app-variables.css delete mode 100644 libs/ngxsmart/src/assets/app-variables.scss create mode 100644 libs/ngxsmart/src/assets/styles.scss diff --git a/.fleet/run.json b/.fleet/run.json new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 83b3a2e..fe2c3e5 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ and use it as shown below in each section ``` 3. Then navigate to `dist` directory anf publish the library to NPM. If prompted, enter the 2fa auth code from the Authenticator app. ```shell - cd dist/libs/ngxsmart && npm publish --access public + cd dist/libs/ngxsmart && npm publish --tag latest ``` - + For beta releases use tag `--tag beta` ### Technologies 1. Angular 13+ diff --git a/angular.json b/angular.json index f162fca..7441013 100644 --- a/angular.json +++ b/angular.json @@ -10,7 +10,7 @@ "architect": { "build": { "builder": "@nrwl/angular:package", - "outputs": ["dist/libs/ngxsmart"], + "outputs": ["{workspaceRoot}/dist/libs/ngxsmart"], "options": { "project": "libs/ngxsmart/ng-package.json" }, @@ -26,7 +26,7 @@ }, "test": { "builder": "@nrwl/jest:jest", - "outputs": ["coverage/libs/ngxsmart"], + "outputs": ["{workspaceRoot}/coverage/libs/ngxsmart"], "options": { "jestConfig": "libs/ngxsmart/jest.config.ts", "passWithNoTests": true @@ -121,7 +121,7 @@ }, "test": { "builder": "@nrwl/jest:jest", - "outputs": ["coverage/apps/ngxsmart-demo"], + "outputs": ["{workspaceRoot}/coverage/apps/ngxsmart-demo"], "options": { "jestConfig": "apps/ngxsmart-demo/jest.config.ts", "passWithNoTests": true diff --git a/apps/ngxsmart-demo-e2e/.eslintrc.json b/apps/ngxsmart-demo-e2e/.eslintrc.json deleted file mode 100644 index 0c7e38a..0000000 --- a/apps/ngxsmart-demo-e2e/.eslintrc.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": ["plugin:cypress/recommended", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["src/plugins/index.js"], - "rules": { - "@typescript-eslint/no-var-requires": "off", - "no-undef": "off" - } - } - ] -} diff --git a/apps/ngxsmart-demo-e2e/cypress.json b/apps/ngxsmart-demo-e2e/cypress.json deleted file mode 100644 index a27780f..0000000 --- a/apps/ngxsmart-demo-e2e/cypress.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "fileServerFolder": ".", - "fixturesFolder": "./src/fixtures", - "integrationFolder": "./src/integration", - "modifyObstructiveCode": false, - "supportFile": "./src/support/index.ts", - "pluginsFile": false, - "video": true, - "videosFolder": "../../dist/cypress/apps/ngxsmart-demo-e2e/videos", - "screenshotsFolder": "../../dist/cypress/apps/ngxsmart-demo-e2e/screenshots", - "chromeWebSecurity": false -} diff --git a/apps/ngxsmart-demo-e2e/src/fixtures/example.json b/apps/ngxsmart-demo-e2e/src/fixtures/example.json deleted file mode 100644 index a081b85..0000000 --- a/apps/ngxsmart-demo-e2e/src/fixtures/example.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "Using fixtures to represent data", - "email": "hello@cypress.io" -} diff --git a/apps/ngxsmart-demo-e2e/src/integration/app.spec.ts b/apps/ngxsmart-demo-e2e/src/integration/app.spec.ts deleted file mode 100644 index 0c31dd1..0000000 --- a/apps/ngxsmart-demo-e2e/src/integration/app.spec.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { getGreeting } from '../support/app.po'; - -describe('ngxsmart-demo', () => { - beforeEach(() => cy.visit('/')); - - it('should display welcome message', () => { - // Custom command example, see `../support/commands.ts` file - cy.login('my-email@something.com', 'myPassword'); - - // Function helper example, see `../support/app.po.ts` file - getGreeting().contains('Welcome to ngxsmart-demo!'); - }); -}); diff --git a/apps/ngxsmart-demo-e2e/src/support/app.po.ts b/apps/ngxsmart-demo-e2e/src/support/app.po.ts deleted file mode 100644 index 3293424..0000000 --- a/apps/ngxsmart-demo-e2e/src/support/app.po.ts +++ /dev/null @@ -1 +0,0 @@ -export const getGreeting = () => cy.get('h1'); diff --git a/apps/ngxsmart-demo-e2e/src/support/commands.ts b/apps/ngxsmart-demo-e2e/src/support/commands.ts deleted file mode 100644 index 2ed30cb..0000000 --- a/apps/ngxsmart-demo-e2e/src/support/commands.ts +++ /dev/null @@ -1,33 +0,0 @@ -// *********************************************** -// This example commands.js shows you how to -// create various custom commands and overwrite -// existing commands. -// -// For more comprehensive examples of custom -// commands please read more here: -// https://on.cypress.io/custom-commands -// *********************************************** - -// eslint-disable-next-line @typescript-eslint/no-namespace -declare namespace Cypress { - // eslint-disable-next-line @typescript-eslint/no-unused-vars - interface Chainable { - login(email: string, password: string): void; - } -} -// -// -- This is a parent command -- -Cypress.Commands.add('login', (email, password) => { - console.log('Custom command example: Login', email, password); -}); -// -// -- This is a child command -- -// Cypress.Commands.add("drag", { prevSubject: 'element'}, (subject, options) => { ... }) -// -// -// -- This is a dual command -- -// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... }) -// -// -// -- This will overwrite an existing command -- -// Cypress.Commands.overwrite("visit", (originalFn, url, options) => { ... }) diff --git a/apps/ngxsmart-demo-e2e/src/support/index.ts b/apps/ngxsmart-demo-e2e/src/support/index.ts deleted file mode 100644 index 3d469a6..0000000 --- a/apps/ngxsmart-demo-e2e/src/support/index.ts +++ /dev/null @@ -1,17 +0,0 @@ -// *********************************************************** -// This example support/index.js is processed and -// loaded automatically before your test files. -// -// This is a great place to put global configuration and -// behavior that modifies Cypress. -// -// You can change the location of this file or turn off -// automatically serving support files with the -// 'supportFile' configuration option. -// -// You can read more here: -// https://on.cypress.io/configuration -// *********************************************************** - -// Import commands.js using ES2015 syntax: -import './commands'; diff --git a/apps/ngxsmart-demo-e2e/tsconfig.json b/apps/ngxsmart-demo-e2e/tsconfig.json deleted file mode 100644 index 7f8dd64..0000000 --- a/apps/ngxsmart-demo-e2e/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "sourceMap": false, - "outDir": "../../dist/out-tsc", - "allowJs": true, - "types": ["cypress", "node"], - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true - }, - "include": ["src/**/*.ts", "src/**/*.js"], - "angularCompilerOptions": { - "strictInjectionParameters": true, - "strictInputAccessModifiers": true, - "strictTemplates": true - } -} diff --git a/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.html b/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.html index 119a51c..f76bf8a 100644 --- a/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.html +++ b/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.html @@ -1,17 +1,24 @@
- - - - -
- - - - + + + + +
+ + + + -
- - - - +
+ + + +
+ + + +
diff --git a/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.ts b/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.ts index deb4d35..b68d7ad 100644 --- a/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.ts +++ b/apps/ngxsmart-demo/src/app/buttons-demo/buttons-demo.component.ts @@ -1,6 +1,7 @@ import { Component } from '@angular/core'; import { BsLinkButtonComponent, + DeleteButtonComponent, EditBsButtonComponent, EditButtonComponent, EditSvgIconButtonComponent, @@ -10,6 +11,7 @@ import { PrimaryButtonComponent, SavePrimaryButtonComponent, SearchButtonComponent, + SuccessButtonComponent, ViewButtonComponent, ViewPrimaryButtonComponent, } from '@ngxsmart/ngxsmart'; @@ -33,6 +35,8 @@ import { CommonModule } from '@angular/common'; BsLinkButtonComponent, ManageButtonComponent, SearchButtonComponent, + SuccessButtonComponent, + DeleteButtonComponent, ], templateUrl: './buttons-demo.component.html', styles: [``], diff --git a/apps/ngxsmart-demo/src/app/snack-bar-demo/snack-bar-demo.component.ts b/apps/ngxsmart-demo/src/app/snack-bar-demo/snack-bar-demo.component.ts index c26b841..391f539 100644 --- a/apps/ngxsmart-demo/src/app/snack-bar-demo/snack-bar-demo.component.ts +++ b/apps/ngxsmart-demo/src/app/snack-bar-demo/snack-bar-demo.component.ts @@ -10,12 +10,10 @@ import { MatButtonModule } from '@angular/material/button'; providers: [MatSnackBarService], template: `
- + -
-
-
`, }) diff --git a/apps/ngxsmart-demo/src/assets/app-buttons.scss b/apps/ngxsmart-demo/src/assets/app-buttons.scss new file mode 100644 index 0000000..31b4fbd --- /dev/null +++ b/apps/ngxsmart-demo/src/assets/app-buttons.scss @@ -0,0 +1,35 @@ +@import 'app-variables.scss'; + +.primary-button, +.primary-button:hover, +.primary-button:active, +.primary-button:visited { + color: white !important; + background-color: var(--primary-color) !important; +} + +.secondary-button, +.secondary-button:hover, +.secondary-button:active, +.secondary-button:visited { + color: white !important; + background-color: var(--secondary-color) !important; +} + +/* Adds CSS for Success Button class */ +.success-button, +.success-button:hover, +.success-button:active, +.success-button:visited { + color: white !important; + background-color: var(--success-color) !important; +} + +/* Adds CSS for Delete Button class */ +.delete-button, +.delete-button:hover, +.delete-button:active, +.success-button:visited { + color: white !important; + background-color: var(--delete-color) !important; +} diff --git a/apps/ngxsmart-demo/src/assets/app-mat-snack-bar.scss b/apps/ngxsmart-demo/src/assets/app-mat-snack-bar.scss index 59a7058..7562abb 100644 --- a/apps/ngxsmart-demo/src/assets/app-mat-snack-bar.scss +++ b/apps/ngxsmart-demo/src/assets/app-mat-snack-bar.scss @@ -1,37 +1,26 @@ -@import "app-variables.scss"; .success-snackbar { color: white; - background-color: $success-color; - .mat-simple-snackbar-action { - color: white; - } + --mdc-snackbar-container-color: var(--success-color); + --mat-mdc-snack-bar-button-color: var(--white-color); } .error-snackbar { - max-width: max-content !important; color: white; - background-color: $delete-color; - border-color: #f5c6cb; - .mat-simple-snackbar-action { - color: white; - } + --mdc-snackbar-container-color: var(--delete-color); + --mat-mdc-snack-bar-button-color: var(--white-color); } .light-success-snackbar { color: #155724; background-color: #d4edda; - .mat-simple-snackbar-action { - color: darkgreen; - } + --mdc-snackbar-container-color: #d4edda; + --mat-mdc-snack-bar-button-color: darkgreen; } .light-error-snackbar { color: #721c24; - background-color: #f8d7da; + --mdc-snackbar-container-color: var(--success-color); + --mat-mdc-snack-bar-button-color: darkred; border-color: #f5c6cb; - .mat-simple-snackbar-action { - color: darkred; - } -} - +} \ No newline at end of file diff --git a/apps/ngxsmart-demo/src/assets/app-variables.scss b/apps/ngxsmart-demo/src/assets/app-variables.scss index 7965fac..f798591 100644 --- a/apps/ngxsmart-demo/src/assets/app-variables.scss +++ b/apps/ngxsmart-demo/src/assets/app-variables.scss @@ -1,7 +1,8 @@ -/* Define global styles */ -$primary-color: #153d77; -$secondary-color: #6c757d; -$white-color: #fff; -$success-color: #198754; -$delete-color: #dc3545; -$background-color: #f2f2f2; +:root { + --primary-color: #153d77; + --secondary-color: #6c757d; + --white-color: #fff; + --success-color: #198754; + --delete-color: #dc3545; + --background-color: #f2f2f2; +} diff --git a/apps/ngxsmart-demo/src/styles.scss b/apps/ngxsmart-demo/src/styles.scss index 45a4bc5..5fc7727 100644 --- a/apps/ngxsmart-demo/src/styles.scss +++ b/apps/ngxsmart-demo/src/styles.scss @@ -1,75 +1,72 @@ /* You can add global styles to this file, and also import other style files */ -@import '~@angular/material/prebuilt-themes/indigo-pink.css'; -@import '~bootstrap/dist/css/bootstrap.css'; +@import 'bootstrap/dist/css/bootstrap.css'; +@import '@angular/material/prebuilt-themes/indigo-pink.css'; @import "assets/app-variables"; +@import "assets/app-buttons"; @import "assets/app-mat-snack-bar"; + html, body { - height: 100%; -} -body { - margin: 0; - font-family: Roboto, 'Helvetica Neue', sans-serif; + height: 100%; } -.primary-button, -.primary-button:hover, -.primary-button:active, -.primary-button:visited { - color: white; - background-color: #193791 !important; +body { + margin: 0; + font-family: Roboto, 'Helvetica Neue', sans-serif; } .center_div { - display: flex; - align-items: center; - justify-content: center; + display: flex; + align-items: center; + justify-content: center; } // Places item in the middle of the box .custom-flex-center { - display: flex; - align-items: center; + display: flex; + align-items: center; } // Places item in the center of the box .custom-flex-justify-center { - display: flex; - justify-content: center; + display: flex; + justify-content: center; } // Places item in the left of the box .custom-flex-justify-left { - display: flex; - justify-content: flex-start; + display: flex; + justify-content: flex-start; } // Places item in the right of the box .custom-flex-justify-right { - display: flex; - justify-content: flex-end; + display: flex; + justify-content: flex-end; } // Places items at the start of the item .custom-flex-align-items-start { - display: flex; - align-items: flex-start; + display: flex; + align-items: flex-start; } // Places items at the start of the item .custom-flex-align-items-center { - display: flex; - align-items: center; + display: flex; + align-items: center; } // Add padding to strong HTML tag strong { - padding-left: 5px; - padding-right: 5px; + padding-left: 5px; + padding-right: 5px; } //Primary color text .primary-color-text { - color: $primary-color; + color: var(--primary-color); } + + diff --git a/libs/ngxsmart/ng-package.json b/libs/ngxsmart/ng-package.json index 7ec3196..4d805ec 100644 --- a/libs/ngxsmart/ng-package.json +++ b/libs/ngxsmart/ng-package.json @@ -1,8 +1,11 @@ { - "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", - "dest": "../../dist/libs/ngxsmart", - "assets": ["../src/assets/**"], - "lib": { - "entryFile": "src/index.ts" - } + "$schema": "../../node_modules/ng-packagr/ng-package.schema.json", + "dest": "../../dist/libs/ngxsmart", + "assets": [ + "./src/assets/*.css", + "./src/assets/*.scss" + ], + "lib": { + "entryFile": "src/index.ts" + } } diff --git a/libs/ngxsmart/package.json b/libs/ngxsmart/package.json index 73c047f..9d8b68a 100644 --- a/libs/ngxsmart/package.json +++ b/libs/ngxsmart/package.json @@ -1,9 +1,9 @@ { "name": "@js-smart/ngxsmart", - "version": "14.2.4", + "version": "15.0.0", "repository": { "type": "git", - "url": "https://github.com/ngxsmart/ngxsmart.git" + "url": "https://github.com/js-smart/ngxsmart.git" }, "author": { "name": "Pavan Kumar Jadda", @@ -20,15 +20,15 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/ngxsmart/ngxsmart.git/issues" + "url": "https://github.com/js-smart/ngxsmart.git/issues" }, "peerDependencies": { - "@angular/common": "^14.0.0", - "@angular/core": "^14.0.0", - "@angular/material": "^14.0.0", - "bootstrap": "^5.2.0" + "@angular/common": "^15.0.0", + "@angular/core": "^15.0.0", + "@angular/material": "^15.0.0", + "bootstrap": "^5.2.2" }, "dependencies": { - "tslib": "^2.3.0" + "tslib": "^2.4.0" } } diff --git a/libs/ngxsmart/src/assets/all-styles.scss b/libs/ngxsmart/src/assets/all-styles.scss deleted file mode 100644 index c317687..0000000 --- a/libs/ngxsmart/src/assets/all-styles.scss +++ /dev/null @@ -1,3 +0,0 @@ -//Import Custom SCSS files -@import 'general'; -@import 'app-mat-snack-bar'; diff --git a/libs/ngxsmart/src/assets/app-buttons.css b/libs/ngxsmart/src/assets/app-buttons.css new file mode 100644 index 0000000..c3b04e4 --- /dev/null +++ b/libs/ngxsmart/src/assets/app-buttons.css @@ -0,0 +1,34 @@ + +.primary-button, +.primary-button:hover, +.primary-button:active, +.primary-button:visited { + color: white !important; + background-color: var(--primary-color) !important; +} + +.secondary-button, +.secondary-button:hover, +.secondary-button:active, +.secondary-button:visited { + color: white !important; + background-color: var(--secondary-color) !important; +} + +/* Adds CSS for Success Button class */ +.success-button, +.success-button:hover, +.success-button:active, +.success-button:visited { + color: white !important; + background-color: var(--success-color) !important; +} + +/* Adds CSS for Delete Button class */ +.delete-button, +.delete-button:hover, +.delete-button:active, +.success-button:visited { + color: white !important; + background-color: var(--delete-color) !important; +} diff --git a/libs/ngxsmart/src/assets/app-mat-snack-bar.css b/libs/ngxsmart/src/assets/app-mat-snack-bar.css new file mode 100644 index 0000000..45ad888 --- /dev/null +++ b/libs/ngxsmart/src/assets/app-mat-snack-bar.css @@ -0,0 +1,27 @@ +@import 'app-variables.css'; + +.success-snackbar { + color: white; + --mdc-snackbar-container-color: var(--success-color); + --mat-mdc-snack-bar-button-color: var(--white-color); +} + +.error-snackbar { + color: white; + --mdc-snackbar-container-color: var(--delete-color); + --mat-mdc-snack-bar-button-color: var(--white-color); +} + +.light-success-snackbar { + color: #155724; + background-color: #d4edda; + --mdc-snackbar-container-color: #d4edda; + --mat-mdc-snack-bar-button-color: darkgreen; +} + +.light-error-snackbar { + color: #721c24; + --mdc-snackbar-container-color: var(--success-color); + --mat-mdc-snack-bar-button-color: darkred; + border-color: #f5c6cb; +} \ No newline at end of file diff --git a/libs/ngxsmart/src/assets/app-mat-snack-bar.scss b/libs/ngxsmart/src/assets/app-mat-snack-bar.scss deleted file mode 100644 index 90644f1..0000000 --- a/libs/ngxsmart/src/assets/app-mat-snack-bar.scss +++ /dev/null @@ -1,37 +0,0 @@ -@import "app-variables"; - -.success-snackbar { - color: white; - background-color: $success-color; - .mat-simple-snackbar-action { - color: white; - } -} - -.error-snackbar { - max-width: max-content !important; - color: white; - background-color: $delete-color; - border-color: #f5c6cb; - .mat-simple-snackbar-action { - color: white; - } -} - -.light-success-snackbar { - color: #155724; - background-color: #d4edda; - .mat-simple-snackbar-action { - color: darkgreen; - } -} - -.light-error-snackbar { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb; - .mat-simple-snackbar-action { - color: darkred; - } -} - diff --git a/libs/ngxsmart/src/assets/app-variables.css b/libs/ngxsmart/src/assets/app-variables.css new file mode 100644 index 0000000..6e5b82a --- /dev/null +++ b/libs/ngxsmart/src/assets/app-variables.css @@ -0,0 +1,10 @@ +/* Define global styles */ + +:root { + --primary-color: #153d77; + --secondary-color: #6c757d; + --white-color: #fff; + --success-color: #198754; + --delete-color: #dc3545; + --background-color: #f2f2f2; +} diff --git a/libs/ngxsmart/src/assets/app-variables.scss b/libs/ngxsmart/src/assets/app-variables.scss deleted file mode 100644 index 0ba86aa..0000000 --- a/libs/ngxsmart/src/assets/app-variables.scss +++ /dev/null @@ -1,8 +0,0 @@ -/* Define global styles */ - -$primary-color: #153d77; -$secondary-color: #6c757d; -$white-color: #fff; -$success-color: #198754; -$delete-color: #dc3545; -$background-color: #f2f2f2; diff --git a/libs/ngxsmart/src/assets/general.scss b/libs/ngxsmart/src/assets/general.scss index e45720a..6b12a83 100644 --- a/libs/ngxsmart/src/assets/general.scss +++ b/libs/ngxsmart/src/assets/general.scss @@ -1,4 +1,4 @@ -@import 'app-variables'; +@import 'app-variables.css'; /* Remove underline from hyperlink */ a { @@ -73,5 +73,5 @@ strong { //Primary color text .primary-color-text { - color: $primary-color; + color: var(--primary-color); } diff --git a/libs/ngxsmart/src/assets/styles.scss b/libs/ngxsmart/src/assets/styles.scss new file mode 100644 index 0000000..5923108 --- /dev/null +++ b/libs/ngxsmart/src/assets/styles.scss @@ -0,0 +1,5 @@ +//Import Custom SCSS files +@import 'general'; +@import 'app-variables.css'; +@import 'app-buttons.css'; +@import 'app-mat-snack-bar.css'; diff --git a/libs/ngxsmart/src/lib/components/autocomplete/autocomplete.component.ts b/libs/ngxsmart/src/lib/components/autocomplete/autocomplete.component.ts index 227dca3..232dbf3 100644 --- a/libs/ngxsmart/src/lib/components/autocomplete/autocomplete.component.ts +++ b/libs/ngxsmart/src/lib/components/autocomplete/autocomplete.component.ts @@ -18,9 +18,9 @@ import { MatOptionSelectionChange } from '@angular/material/core'; import { CommonModule } from '@angular/common'; import { MatFormFieldModule } from '@angular/material/form-field'; import { MatInputModule } from '@angular/material/input'; +import { TypeOfPipe } from '../../pipes/type-of.pipe'; import { MatButtonModule } from '@angular/material/button'; import { MatIconModule } from '@angular/material/icon'; -import { TypeOfPipe } from '../../pipes/type-of.pipe'; /** * Reusable Auto Complete component that extends MatAutoComplete to show Clear icon and Arrow buttons @@ -35,7 +35,6 @@ import { TypeOfPipe } from '../../pipes/type-of.pipe'; CommonModule, ReactiveFormsModule, TypeOfPipe, - MatFormFieldModule, MatAutocompleteModule, MatInputModule, diff --git a/libs/ngxsmart/src/lib/components/buttons/bs-link-button/bs-link-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/bs-link-button/bs-link-button.component.ts index db34a3f..ab51d86 100644 --- a/libs/ngxsmart/src/lib/components/buttons/bs-link-button/bs-link-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/bs-link-button/bs-link-button.component.ts @@ -8,12 +8,12 @@ import { MatButtonModule } from '@angular/material/button'; standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` - + {{ icon }} {{ label }} `, - styles: [], + styleUrls: ['../../../../assets/app-buttons.css'], }) export class BsLinkButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/delete-button/delete-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/delete-button/delete-button.component.ts index eae1b8b..4a42ebc 100644 --- a/libs/ngxsmart/src/lib/components/buttons/delete-button/delete-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/delete-button/delete-button.component.ts @@ -8,12 +8,13 @@ import { MatButtonModule } from '@angular/material/button'; standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` - `, + styleUrls: ['../../../../assets/app-buttons.css'], }) export class DeleteButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/edit-bs-button/edit-bs-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/edit-bs-button/edit-bs-button.component.ts index 95f326c..560f061 100644 --- a/libs/ngxsmart/src/lib/components/buttons/edit-bs-button/edit-bs-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/edit-bs-button/edit-bs-button.component.ts @@ -1,11 +1,11 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatButtonModule } from '@angular/material/button'; -import { MatIconModule } from '@angular/material/icon'; -import { EditSolidSvgComponent } from '../../../svg-icons/edit-solid-svg/edit-solid-svg.component'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatButtonModule } from "@angular/material/button"; +import { MatIconModule } from "@angular/material/icon"; +import { EditSolidSvgComponent } from "../../../svg-icons/edit-solid-svg/edit-solid-svg.component"; @Component({ - selector: 'edit-bs-button', + selector: "edit-bs-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule, EditSolidSvgComponent], template: ` @@ -14,7 +14,7 @@ import { EditSolidSvgComponent } from '../../../svg-icons/edit-solid-svg/edit-so {{ label }} `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class EditBsButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/edit-button/edit-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/edit-button/edit-button.component.ts index bc78836..9b81809 100644 --- a/libs/ngxsmart/src/lib/components/buttons/edit-button/edit-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/edit-button/edit-button.component.ts @@ -1,10 +1,10 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatIconModule } from '@angular/material/icon'; -import { MatButtonModule } from '@angular/material/button'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatIconModule } from "@angular/material/icon"; +import { MatButtonModule } from "@angular/material/button"; @Component({ - selector: 'edit-button', + selector: "edit-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` @@ -13,7 +13,7 @@ import { MatButtonModule } from '@angular/material/button'; {{ label }} `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class EditButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/edit-svg-icon-button/edit-svg-icon-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/edit-svg-icon-button/edit-svg-icon-button.component.ts index cf6d01d..e1bb4fb 100644 --- a/libs/ngxsmart/src/lib/components/buttons/edit-svg-icon-button/edit-svg-icon-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/edit-svg-icon-button/edit-svg-icon-button.component.ts @@ -1,10 +1,10 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatButtonModule } from '@angular/material/button'; -import { EditSolidSvgComponent } from '../../../svg-icons/edit-solid-svg/edit-solid-svg.component'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatButtonModule } from "@angular/material/button"; +import { EditSolidSvgComponent } from "../../../svg-icons/edit-solid-svg/edit-solid-svg.component"; @Component({ - selector: 'edit-svg-icon-button', + selector: "edit-svg-icon-button", standalone: true, imports: [CommonModule, MatButtonModule, EditSolidSvgComponent], template: ` @@ -13,7 +13,7 @@ import { EditSolidSvgComponent } from '../../../svg-icons/edit-solid-svg/edit-so {{ label }} `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class EditSvgIconButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/excel-export-button/excel-export-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/excel-export-button/excel-export-button.component.ts index fa624a7..2759e97 100644 --- a/libs/ngxsmart/src/lib/components/buttons/excel-export-button/excel-export-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/excel-export-button/excel-export-button.component.ts @@ -1,23 +1,25 @@ -import { Component } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatButtonModule } from '@angular/material/button'; +import { Component } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatButtonModule } from "@angular/material/button"; @Component({ - selector: 'excel-export-button', + selector: "excel-export-button", standalone: true, imports: [CommonModule, MatButtonModule], - template: ` `, + template: ` + `, + styleUrls: ['../../../../assets/app-buttons.css'], styles: [ ` .excel-export-button { margin-left: 20px !important; margin-right: 20px !important; width: 100px; - color: white; - background-color: darkgreen; + color: white !important; + background-color: darkgreen !important; border-radius: 24px !important; } - `, + ` ], }) export class ExcelExportButtonComponent {} diff --git a/libs/ngxsmart/src/lib/components/buttons/manage-button/manage-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/manage-button/manage-button.component.ts index 5afbef0..de72f30 100644 --- a/libs/ngxsmart/src/lib/components/buttons/manage-button/manage-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/manage-button/manage-button.component.ts @@ -1,19 +1,19 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatButtonModule } from '@angular/material/button'; -import { MatIconModule } from '@angular/material/icon'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatButtonModule } from "@angular/material/button"; +import { MatIconModule } from "@angular/material/icon"; @Component({ - selector: 'manage-button', + selector: "manage-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` - `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class ManageButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/pdf-export-button/pdf-export-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/pdf-export-button/pdf-export-button.component.ts index ec31b1d..944efc9 100644 --- a/libs/ngxsmart/src/lib/components/buttons/pdf-export-button/pdf-export-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/pdf-export-button/pdf-export-button.component.ts @@ -1,21 +1,22 @@ -import { Component } from '@angular/core'; -import { MatButtonModule } from '@angular/material/button'; +import { Component } from "@angular/core"; +import { MatButtonModule } from "@angular/material/button"; @Component({ - selector: 'pdf-export-button', + selector: "pdf-export-button", standalone: true, imports: [MatButtonModule], - template: ` `, + template: ` + `, styles: [ ` .pdf-export-button { margin-left: 20px !important; width: 100px; - color: white; - background-color: #a3071b; + color: white !important; + background-color: #a3071b !important; border-radius: 24px !important; } - `, + ` ], }) export class PdfExportButtonComponent {} diff --git a/libs/ngxsmart/src/lib/components/buttons/primary-button/primary-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/primary-button/primary-button.component.ts index 9a82d68..2f4e0b5 100644 --- a/libs/ngxsmart/src/lib/components/buttons/primary-button/primary-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/primary-button/primary-button.component.ts @@ -1,10 +1,10 @@ -import { Component, Input, ViewEncapsulation } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatButtonModule } from '@angular/material/button'; -import { MatIconModule } from '@angular/material/icon'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatButtonModule } from "@angular/material/button"; +import { MatIconModule } from "@angular/material/icon"; @Component({ - selector: 'primary-button', + selector: "primary-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` @@ -18,8 +18,7 @@ import { MatIconModule } from '@angular/material/icon'; {{ loading ? loadingLabel : label }} `, - styles: [], - encapsulation: ViewEncapsulation.None, + styleUrls: ["../../../../assets/app-buttons.css"] }) export class PrimaryButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/save-primary-button/save-primary-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/save-primary-button/save-primary-button.component.ts index dcb39cf..3525a7a 100644 --- a/libs/ngxsmart/src/lib/components/buttons/save-primary-button/save-primary-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/save-primary-button/save-primary-button.component.ts @@ -1,22 +1,23 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatIconModule } from '@angular/material/icon'; -import { MatButtonModule } from '@angular/material/button'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatIconModule } from "@angular/material/icon"; +import { MatButtonModule } from "@angular/material/button"; @Component({ - selector: 'save-primary-button', + selector: "save-primary-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], - template: ` `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class SavePrimaryButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/search-button/search-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/search-button/search-button.component.ts index 85bcecf..bba24b0 100644 --- a/libs/ngxsmart/src/lib/components/buttons/search-button/search-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/search-button/search-button.component.ts @@ -1,19 +1,24 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatIconModule } from '@angular/material/icon'; -import { MatButtonModule } from '@angular/material/button'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatIconModule } from "@angular/material/icon"; +import { MatButtonModule } from "@angular/material/button"; @Component({ - selector: 'search-button', + selector: "search-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` - `, + styleUrls: ["../../../../assets/app-buttons.css"] }) export class SearchButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/success-button/success-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/success-button/success-button.component.ts index 349140d..2ec9dcf 100644 --- a/libs/ngxsmart/src/lib/components/buttons/success-button/success-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/success-button/success-button.component.ts @@ -9,7 +9,7 @@ import { MatButtonModule } from '@angular/material/button'; imports: [CommonModule, MatButtonModule, MatIconModule], template: ` `, + styleUrls: ['../../../../assets/app-buttons.css'], }) export class SuccessButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/view-button/view-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/view-button/view-button.component.ts index 93991b7..146292c 100644 --- a/libs/ngxsmart/src/lib/components/buttons/view-button/view-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/view-button/view-button.component.ts @@ -1,10 +1,10 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatIconModule } from '@angular/material/icon'; -import { MatButtonModule } from '@angular/material/button'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatIconModule } from "@angular/material/icon"; +import { MatButtonModule } from "@angular/material/button"; @Component({ - selector: 'view-button', + selector: "view-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` @@ -13,7 +13,7 @@ import { MatButtonModule } from '@angular/material/button'; {{ label }} `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class ViewButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/buttons/view-primary-button/view-primary-button.component.ts b/libs/ngxsmart/src/lib/components/buttons/view-primary-button/view-primary-button.component.ts index 3513200..8465b52 100644 --- a/libs/ngxsmart/src/lib/components/buttons/view-primary-button/view-primary-button.component.ts +++ b/libs/ngxsmart/src/lib/components/buttons/view-primary-button/view-primary-button.component.ts @@ -1,10 +1,10 @@ -import { Component, Input } from '@angular/core'; -import { CommonModule } from '@angular/common'; -import { MatButtonModule } from '@angular/material/button'; -import { MatIconModule } from '@angular/material/icon'; +import { Component, Input } from "@angular/core"; +import { CommonModule } from "@angular/common"; +import { MatButtonModule } from "@angular/material/button"; +import { MatIconModule } from "@angular/material/icon"; @Component({ - selector: 'view-primary-button', + selector: "view-primary-button", standalone: true, imports: [CommonModule, MatButtonModule, MatIconModule], template: ` @@ -13,7 +13,7 @@ import { MatIconModule } from '@angular/material/icon'; {{ label }} `, - styles: [], + styleUrls: ["../../../../assets/app-buttons.css"] }) export class ViewPrimaryButtonComponent { /** diff --git a/libs/ngxsmart/src/lib/components/snack-bar/error-snack-bar/error-snack-bar.component.ts b/libs/ngxsmart/src/lib/components/snack-bar/error-snack-bar/error-snack-bar.component.ts index fba8a45..7856a93 100644 --- a/libs/ngxsmart/src/lib/components/snack-bar/error-snack-bar/error-snack-bar.component.ts +++ b/libs/ngxsmart/src/lib/components/snack-bar/error-snack-bar/error-snack-bar.component.ts @@ -1,23 +1,23 @@ import { Component, Inject } from '@angular/core'; import { CommonModule } from '@angular/common'; +import { MAT_SNACK_BAR_DATA, MatSnackBarRef } from '@angular/material/snack-bar'; import { MatIconModule } from '@angular/material/icon'; import { MatButtonModule } from '@angular/material/button'; -import { MAT_SNACK_BAR_DATA, MatSnackBarRef } from '@angular/material/snack-bar'; @Component({ selector: 'app-error-snack-bar', standalone: true, imports: [CommonModule, MatIconModule, MatButtonModule], template: ` -
+
error -
`, - styleUrls: ['../../../../assets/app-mat-snack-bar.scss'], + styleUrls: ['../../../../assets/app-mat-snack-bar.css'], }) export class ErrorSnackBarComponent { constructor( diff --git a/libs/ngxsmart/src/lib/components/snack-bar/success-snack-bar/success-snack-bar.component.ts b/libs/ngxsmart/src/lib/components/snack-bar/success-snack-bar/success-snack-bar.component.ts index c040269..e13d052 100644 --- a/libs/ngxsmart/src/lib/components/snack-bar/success-snack-bar/success-snack-bar.component.ts +++ b/libs/ngxsmart/src/lib/components/snack-bar/success-snack-bar/success-snack-bar.component.ts @@ -1,23 +1,23 @@ import { Component, Inject } from '@angular/core'; import { CommonModule } from '@angular/common'; import { MAT_SNACK_BAR_DATA, MatSnackBarRef } from '@angular/material/snack-bar'; -import { MatIconModule } from '@angular/material/icon'; import { MatButtonModule } from '@angular/material/button'; +import { MatIconModule } from '@angular/material/icon'; @Component({ selector: 'app-success-snack-bar', standalone: true, - imports: [CommonModule, MatIconModule, MatButtonModule], + imports: [CommonModule, MatButtonModule, MatIconModule], template: ` -
+
check_circle -
`, - styleUrls: ['../../../../assets/app-mat-snack-bar.scss'], + styleUrls: ['../../../../assets/app-mat-snack-bar.css'], }) export class SuccessSnackBarComponent { constructor( diff --git a/libs/ngxsmart/src/lib/services/mat-snack-bar.service.ts b/libs/ngxsmart/src/lib/services/mat-snack-bar.service.ts index 127661c..aa17878 100644 --- a/libs/ngxsmart/src/lib/services/mat-snack-bar.service.ts +++ b/libs/ngxsmart/src/lib/services/mat-snack-bar.service.ts @@ -10,7 +10,7 @@ export class MatSnackBarService { /** * Duration (in milliseconds) of the Snack Bar to be open. Defaults to 5 seconds(5000 milliseconds) */ - duration = 5000; + duration = 500000; /** * Horizontal Position of the MatSnackBar. Defaults to left side diff --git a/libs/ngxsmart/src/lib/svg-icons/edit-solid-svg/edit-solid-svg.component.ts b/libs/ngxsmart/src/lib/svg-icons/edit-solid-svg/edit-solid-svg.component.ts index 595b232..ce25b98 100644 --- a/libs/ngxsmart/src/lib/svg-icons/edit-solid-svg/edit-solid-svg.component.ts +++ b/libs/ngxsmart/src/lib/svg-icons/edit-solid-svg/edit-solid-svg.component.ts @@ -1,6 +1,6 @@ -import { Component } from '@angular/core'; -import { MatIconModule, MatIconRegistry } from '@angular/material/icon'; -import { DomSanitizer } from '@angular/platform-browser'; +import { Component } from "@angular/core"; +import { MatIconModule, MatIconRegistry } from "@angular/material/icon"; +import { DomSanitizer } from "@angular/platform-browser"; const EDIT_ICON = ` @@ -9,16 +9,15 @@ const EDIT_ICON = ` `; @Component({ - selector: 'edit-solid-svg', + selector: "edit-solid-svg", standalone: true, imports: [MatIconModule], template: ` `, styles: [ ` .mat-icon { - vertical-align: baseline; + vertical-align: bottom; padding-left: 5px; - height: 28px; } `, ], diff --git a/migrations.json b/migrations.json index c810f0f..b5bc059 100644 --- a/migrations.json +++ b/migrations.json @@ -1,12 +1,76 @@ { "migrations": [ { - "version": "14.8.0-beta.0", - "description": "Migrates from @nrwl/workspace:run-commands to nx:run-commands", "cli": "nx", - "implementation": "./src/migrations/update-14-8-0/change-run-commands-executor", - "package": "@nrwl/workspace", - "name": "14-8-0-change-run-commands-executor" + "version": "15.0.0-beta.1", + "description": "Replace implicitDependencies with namedInputs + target inputs", + "implementation": "./src/migrations/update-15-0-0/migrate-to-inputs", + "package": "nx", + "name": "15.0.0-migrate-to-inputs" + }, + { + "cli": "nx", + "version": "15.0.0-beta.1", + "description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", + "implementation": "./src/migrations/update-15-0-0/prefix-outputs", + "package": "nx", + "name": "15.0.0-prefix-outputs" + }, + { + "cli": "nx", + "version": "15.0.0-beta.0", + "description": "Rename @nrwl/angular:webpack-server executor to @nrwl/angular:webpack-dev-server", + "factory": "./src/migrations/update-14-8-0/rename-webpack-server", + "package": "@nrwl/angular", + "name": "rename-webpack-server-executor" + }, + { + "cli": "nx", + "version": "15.0.0-beta.0", + "description": "Update the usages of @nrwl/angular/testing to import jasmine-marbles symbols from jasmine-marbles itself.", + "factory": "./src/migrations/update-15-0-0/switch-to-jasmine-marbles", + "package": "@nrwl/angular", + "name": "switch-to-jasmine-marbles" + }, + { + "cli": "nx", + "version": "15.0.0-beta.1", + "description": "Stop hashing karma spec files and config files for build targets and dependent tasks", + "factory": "./src/migrations/update-15-0-0/add-karma-inputs", + "package": "@nrwl/angular", + "name": "add-karma-inputs" + }, + { + "cli": "nx", + "version": "15.0.0-beta.0", + "description": "Stop hashing cypress spec files and config files for build targets and dependent tasks", + "factory": "./src/migrations/update-15-0-0/add-cypress-inputs", + "package": "@nrwl/cypress", + "name": "add-cypress-inputs" + }, + { + "cli": "nx", + "version": "15.0.0-beta.4", + "description": "Update to using cy.mount in the commands.ts file instead of importing mount for each component test file", + "factory": "./src/migrations/update-15-0-0/update-cy-mount-usage", + "package": "@nrwl/cypress", + "name": "update-cy-mount-usage" + }, + { + "version": "15.0.0-beta.0", + "cli": "nx", + "description": "Stop hashing jest spec files and config files for build targets and dependent tasks", + "factory": "./src/migrations/update-15-0-0/add-jest-inputs", + "package": "@nrwl/jest", + "name": "add-jest-inputs" + }, + { + "cli": "nx", + "version": "15.0.0-beta.0", + "description": "Stop hashing eslint config files for build targets and dependent tasks", + "factory": "./src/migrations/update-15-0-0/add-eslint-inputs", + "package": "@nrwl/linter", + "name": "add-eslint-inputs" } ] } diff --git a/nx.json b/nx.json index fd48d9c..2d02b46 100644 --- a/nx.json +++ b/nx.json @@ -1,56 +1,69 @@ { - "npmScope": "ngxsmart", - "affected": { - "defaultBase": "main" - }, - "cli": { - "packageManager": "npm" - }, - "implicitDependencies": { - "package.json": { - "dependencies": "*", - "devDependencies": "*" - }, - ".eslintrc.json": "*" - }, - "tasksRunnerOptions": { - "default": { - "runner": "@nrwl/nx-cloud", - "options": { - "cacheableOperations": [ - "build", - "lint", - "test", - "e2e" - ], - "accessToken": "NzcyYmZhODMtNmYyNy00NGMzLTg5NGItNjUxNWRmYjM1MDgxfHJlYWQtd3JpdGU=" - } - } - }, - "targetDependencies": { - "build": [ - { - "target": "build", - "projects": "dependencies" - } - ] - }, - "generators": { - "@nrwl/angular:application": { - "style": "scss", - "linter": "eslint", - "unitTestRunner": "jest", - "e2eTestRunner": "cypress" - }, - "@nrwl/angular:library": { - "style": "scss", - "linter": "eslint", - "unitTestRunner": "jest" - }, - "@nrwl/angular:component": { - "style": "scss" - } - }, - "defaultProject": "ngxsmart-demo", - "$schema": "./node_modules/nx/schemas/nx-schema.json" + "npmScope": "ngxsmart", + "affected": { + "defaultBase": "main" + }, + "cli": { + "packageManager": "npm" + }, + "tasksRunnerOptions": { + "default": { + "runner": "@nrwl/nx-cloud", + "options": { + "cacheableOperations": ["build", "lint", "test", "e2e"], + "accessToken": "NzcyYmZhODMtNmYyNy00NGMzLTg5NGItNjUxNWRmYjM1MDgxfHJlYWQtd3JpdGU=" + } + } + }, + "targetDependencies": { + "build": [ + { + "target": "build", + "projects": "dependencies" + } + ] + }, + "generators": { + "@nrwl/angular:application": { + "style": "scss", + "linter": "eslint", + "unitTestRunner": "jest", + "e2eTestRunner": "cypress" + }, + "@nrwl/angular:library": { + "style": "scss", + "linter": "eslint", + "unitTestRunner": "jest" + }, + "@nrwl/angular:component": { + "style": "scss" + } + }, + "defaultProject": "ngxsmart-demo", + "$schema": "./node_modules/nx/schemas/nx-schema.json", + "namedInputs": { + "default": ["{projectRoot}/**/*", "sharedGlobals"], + "sharedGlobals": [], + "production": [ + "default", + "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", + "!{projectRoot}/tsconfig.spec.json", + "!{projectRoot}/jest.config.[jt]s", + "!{projectRoot}/.eslintrc.json" + ] + }, + "targetDefaults": { + "build": { + "inputs": ["production", "^production"] + }, + "e2e": { + "inputs": ["default", "^production"] + }, + "test": { + "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"] + }, + "lint": { + "inputs": ["default", "{workspaceRoot}/.eslintrc.json"] + } + } } diff --git a/package.json b/package.json index bb6de63..4ed6043 100644 --- a/package.json +++ b/package.json @@ -11,51 +11,51 @@ }, "private": true, "dependencies": { - "@angular/animations": "14.2.1", - "@angular/cdk": "14.2.1", - "@angular/common": "14.2.1", - "@angular/compiler": "14.2.1", - "@angular/core": "14.2.1", - "@angular/forms": "14.2.1", - "@angular/material": "14.2.1", - "@angular/platform-browser": "14.2.1", - "@angular/platform-browser-dynamic": "14.2.1", - "@angular/router": "14.2.1", - "bootstrap": "^5.2.1", - "rxjs": "7.5.6", + "@angular/animations": "^15.0.0", + "@angular/cdk": "^15.0.0", + "@angular/common": "^15.0.0", + "@angular/compiler": "^15.0.0", + "@angular/core": "^15.0.0", + "@angular/forms": "^15.0.0", + "@angular/material": "^15.0.0", + "@angular/platform-browser": "^15.0.0", + "@angular/platform-browser-dynamic": "^15.0.0", + "@angular/router": "^15.0.0", + "bootstrap": "^5.2.2", + "rxjs": "7.5.7", "tslib": "^2.4.0", - "zone.js": "^0.11.8" + "zone.js": "^0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "14.2.2", + "@angular-devkit/build-angular": "^15.0.0", "@angular-eslint/eslint-plugin": "14.0.4", "@angular-eslint/eslint-plugin-template": "14.0.4", "@angular-eslint/template-parser": "14.0.4", - "@angular/cli": "~14.2.0", - "@angular/compiler-cli": "14.2.1", - "@angular/language-service": "14.2.1", - "@nrwl/angular": "14.8.2", - "@nrwl/cli": "14.8.2", - "@nrwl/cypress": "14.8.2", - "@nrwl/eslint-plugin-nx": "14.8.2", - "@nrwl/jest": "14.8.2", - "@nrwl/linter": "14.8.2", - "@nrwl/nx-cloud": "14.7.0", - "@nrwl/tao": "14.8.2", - "@nrwl/workspace": "14.8.2", + "@angular/cli": "^15.0.0", + "@angular/compiler-cli": "^15.0.0", + "@angular/language-service": "^15.0.0", + "@nrwl/angular": "15.0.13", + "@nrwl/cli": "15.0.13", + "@nrwl/cypress": "15.0.13", + "@nrwl/eslint-plugin-nx": "15.0.13", + "@nrwl/jest": "15.0.13", + "@nrwl/linter": "15.0.13", + "@nrwl/nx-cloud": "15.0.2", + "@nrwl/tao": "15.0.13", + "@nrwl/workspace": "15.0.13", "@types/jest": "28.1.8", - "@types/node": "^18.6.3", - "@typescript-eslint/eslint-plugin": "5.38.1", - "@typescript-eslint/parser": "5.38.1", - "cypress": "^10.7.0", - "eslint": "8.21.0", + "@types/node": "^18.11.9", + "@typescript-eslint/eslint-plugin": "5.42.1", + "@typescript-eslint/parser": "5.42.1", + "cypress": "^11.0.0", + "eslint": "8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.10.3", "jest": "28.1.3", "jest-environment-jsdom": "28.1.1", "jest-preset-angular": "12.2.2", - "ng-packagr": "14.2.1", - "nx": "14.8.2", + "ng-packagr": "^15.0.0", + "nx": "15.0.13", "postcss": "^8.4.14", "postcss-import": "14.1.0", "postcss-preset-env": "~7.7.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f6312c..f676ae4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,103 +1,103 @@ lockfileVersion: 5.4 specifiers: - '@angular-devkit/build-angular': 14.2.2 + '@angular-devkit/build-angular': ^15.0.0 '@angular-eslint/eslint-plugin': 14.0.4 '@angular-eslint/eslint-plugin-template': 14.0.4 '@angular-eslint/template-parser': 14.0.4 - '@angular/animations': 14.2.1 - '@angular/cdk': 14.2.1 - '@angular/cli': ~14.2.0 - '@angular/common': 14.2.1 - '@angular/compiler': 14.2.1 - '@angular/compiler-cli': 14.2.1 - '@angular/core': 14.2.1 - '@angular/forms': 14.2.1 - '@angular/language-service': 14.2.1 - '@angular/material': 14.2.1 - '@angular/platform-browser': 14.2.1 - '@angular/platform-browser-dynamic': 14.2.1 - '@angular/router': 14.2.1 - '@nrwl/angular': 14.8.2 - '@nrwl/cli': 14.8.2 - '@nrwl/cypress': 14.8.2 - '@nrwl/eslint-plugin-nx': 14.8.2 - '@nrwl/jest': 14.8.2 - '@nrwl/linter': 14.8.2 - '@nrwl/nx-cloud': 14.7.0 - '@nrwl/tao': 14.8.2 - '@nrwl/workspace': 14.8.2 + '@angular/animations': ^15.0.0 + '@angular/cdk': ^15.0.0 + '@angular/cli': ^15.0.0 + '@angular/common': ^15.0.0 + '@angular/compiler': ^15.0.0 + '@angular/compiler-cli': ^15.0.0 + '@angular/core': ^15.0.0 + '@angular/forms': ^15.0.0 + '@angular/language-service': ^15.0.0 + '@angular/material': ^15.0.0 + '@angular/platform-browser': ^15.0.0 + '@angular/platform-browser-dynamic': ^15.0.0 + '@angular/router': ^15.0.0 + '@nrwl/angular': 15.0.13 + '@nrwl/cli': 15.0.13 + '@nrwl/cypress': 15.0.13 + '@nrwl/eslint-plugin-nx': 15.0.13 + '@nrwl/jest': 15.0.13 + '@nrwl/linter': 15.0.13 + '@nrwl/nx-cloud': 15.0.2 + '@nrwl/tao': 15.0.13 + '@nrwl/workspace': 15.0.13 '@types/jest': 28.1.8 - '@types/node': ^18.6.3 - '@typescript-eslint/eslint-plugin': 5.38.1 - '@typescript-eslint/parser': 5.38.1 - bootstrap: ^5.2.1 - cypress: ^10.7.0 - eslint: 8.21.0 + '@types/node': ^18.11.9 + '@typescript-eslint/eslint-plugin': 5.42.1 + '@typescript-eslint/parser': 5.42.1 + bootstrap: ^5.2.2 + cypress: ^11.0.0 + eslint: 8.27.0 eslint-config-prettier: ^8.5.0 eslint-plugin-cypress: ^2.10.3 jest: 28.1.3 jest-environment-jsdom: 28.1.1 jest-preset-angular: 12.2.2 - ng-packagr: 14.2.1 - nx: 14.8.2 + ng-packagr: ^15.0.0 + nx: 15.0.13 postcss: ^8.4.14 postcss-import: 14.1.0 postcss-preset-env: ~7.7.2 postcss-url: 10.1.3 prettier: 2.7.1 - rxjs: 7.5.6 + rxjs: 7.5.7 ts-jest: 28.0.8 tslib: ^2.4.0 typescript: 4.8.4 - zone.js: ^0.11.8 + zone.js: ^0.12.0 dependencies: - '@angular/animations': 14.2.1_@angular+core@14.2.1 - '@angular/cdk': 14.2.1_5c3ao3qrvdcbu3r4ew7g4lnmjy - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/compiler': 14.2.1_@angular+core@14.2.1 - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - '@angular/forms': 14.2.1_nkboozztpybu6c6qwc6xmeddj4 - '@angular/material': 14.2.1_rkunzmd36andndmayuzgtb73cy - '@angular/platform-browser': 14.2.1_fqzhziugyvj3fng5w37amzoy3y - '@angular/platform-browser-dynamic': 14.2.1_rckh2xyz42xz63btwlazezeg5y - '@angular/router': 14.2.1_nkboozztpybu6c6qwc6xmeddj4 - bootstrap: 5.2.1 - rxjs: 7.5.6 + '@angular/animations': 15.0.0_@angular+core@15.0.0 + '@angular/cdk': 15.0.0_ln37ggahcnxg3erxazrbevf4pq + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/compiler': 15.0.0_@angular+core@15.0.0 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + '@angular/forms': 15.0.0_l57367eq3wdw5lfv4fnbnmcfu4 + '@angular/material': 15.0.0_reorc52cjeztj6pvir7dgsjtay + '@angular/platform-browser': 15.0.0_qbiqfif4udibgvsmhnccc7le2y + '@angular/platform-browser-dynamic': 15.0.0_pulbxwlpifslvvthxw6am5bday + '@angular/router': 15.0.0_l57367eq3wdw5lfv4fnbnmcfu4 + bootstrap: 5.2.2 + rxjs: 7.5.7 tslib: 2.4.0 - zone.js: 0.11.8 + zone.js: 0.12.0 devDependencies: - '@angular-devkit/build-angular': 14.2.2_mquxp36o4lomyy5xwqrpjm6wfi - '@angular-eslint/eslint-plugin': 14.0.4_n6o7c4j52sqif4e7zyvkw23cty - '@angular-eslint/eslint-plugin-template': 14.0.4_n6o7c4j52sqif4e7zyvkw23cty - '@angular-eslint/template-parser': 14.0.4_n6o7c4j52sqif4e7zyvkw23cty - '@angular/cli': 14.2.2 - '@angular/compiler-cli': 14.2.1_jagqdy52izgbw7a2hmfphgfdtq - '@angular/language-service': 14.2.1 - '@nrwl/angular': 14.8.2_epetz3i4o3lp432gyakjnbs6py - '@nrwl/cli': 14.8.2 - '@nrwl/cypress': 14.8.2_nafsqfeirrd4vlp4e2t56jmzju - '@nrwl/eslint-plugin-nx': 14.8.2_twgmrattibsjkctivdyjjl44wa - '@nrwl/jest': 14.8.2_qiujcc5jhn55nmbquh5ibzlmdi - '@nrwl/linter': 14.8.2_z2ct3jigj5ozojeyryeuale6ri - '@nrwl/nx-cloud': 14.7.0 - '@nrwl/tao': 14.8.2 - '@nrwl/workspace': 14.8.2_xqhu76toy2qols74litend5lw4 + '@angular-devkit/build-angular': 15.0.0_ikecrhyijxii5hlnn7uqe3rubu + '@angular-eslint/eslint-plugin': 14.0.4_rmayb2veg2btbq6mbmnyivgasy + '@angular-eslint/eslint-plugin-template': 14.0.4_rmayb2veg2btbq6mbmnyivgasy + '@angular-eslint/template-parser': 14.0.4_rmayb2veg2btbq6mbmnyivgasy + '@angular/cli': 15.0.0 + '@angular/compiler-cli': 15.0.0_wi64dnikphprnhepyj5q2xqyru + '@angular/language-service': 15.0.0 + '@nrwl/angular': 15.0.13_x4y5xc3i6ea6luizhkv5c42sna + '@nrwl/cli': 15.0.13 + '@nrwl/cypress': 15.0.13_x4y5xc3i6ea6luizhkv5c42sna + '@nrwl/eslint-plugin-nx': 15.0.13_s4gmpivm2khd2dxreyj4jbixim + '@nrwl/jest': 15.0.13_x7szfkpk4qkxeetfhmjdod3br4 + '@nrwl/linter': 15.0.13_3b6jxs7g5xzsszbuxxzuyrkx3i + '@nrwl/nx-cloud': 15.0.2 + '@nrwl/tao': 15.0.13 + '@nrwl/workspace': 15.0.13_jghr3pa6pc4bdh5exx3m2yejpa '@types/jest': 28.1.8 - '@types/node': 18.7.14 - '@typescript-eslint/eslint-plugin': 5.38.1_bzu4h7ky62maqhjzf7bo52cm6u - '@typescript-eslint/parser': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty - cypress: 10.7.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-cypress: 2.12.1_eslint@8.21.0 - jest: 28.1.3_@types+node@18.7.14 + '@types/node': 18.11.9 + '@typescript-eslint/eslint-plugin': 5.42.1_2udltptbznfmezdozpdoa2aemq + '@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy + cypress: 11.0.0 + eslint: 8.27.0 + eslint-config-prettier: 8.5.0_eslint@8.27.0 + eslint-plugin-cypress: 2.12.1_eslint@8.27.0 + jest: 28.1.3_@types+node@18.11.9 jest-environment-jsdom: 28.1.1 - jest-preset-angular: 12.2.2_t5kke2oyyszs4xuwf7d5bn5elm - ng-packagr: 14.2.1_n3j6nyoyriihdbhdrmenvqagqi - nx: 14.8.2 + jest-preset-angular: 12.2.2_6t7cyopezwompqrp24kktkxh3y + ng-packagr: 15.0.0_fskysnl55xtgz2e3xk5vnvhcrq + nx: 15.0.13 postcss: 8.4.16 postcss-import: 14.1.0_postcss@8.4.16 postcss-preset-env: 7.7.2_postcss@8.4.16 @@ -108,10 +108,6 @@ devDependencies: packages: - /@adobe/css-tools/4.0.1: - resolution: {integrity: sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==} - dev: true - /@ampproject/remapping/2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} engines: {node: '>=6.0.0'} @@ -120,31 +116,44 @@ packages: '@jridgewell/trace-mapping': 0.3.15 dev: true - /@angular-devkit/architect/0.1402.2: - resolution: {integrity: sha512-ICcK7OKViMhLkj4btnH/8nv0wjxuKchT/LDN6jfb9gUYUuoon190q0/L/U6ORDwvmjD6sUTurStzOxjuiS0KIg==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/architect/0.1500.0: + resolution: {integrity: sha512-jruRPfGQ2IU6TALyZcNTZG0MiOg5G/0axcqAmrb/1rJt5qb1vr74HQ8v0nBNQSVnk8swU+nXOdj3lX+xY7y4WA==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 14.2.2 + '@angular-devkit/core': 15.0.0 rxjs: 6.6.7 transitivePeerDependencies: - chokidar dev: true - /@angular-devkit/build-angular/14.2.2_mquxp36o4lomyy5xwqrpjm6wfi: - resolution: {integrity: sha512-rNX4gIoPpv/DvAIn02zk2SBlNbPOn/0TPMHKVYm2KLmKIfjH6H895BoYuRvYcuDJ9kkAFQR73YaJH7feqE8JfA==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/architect/0.1500.0_chokidar@3.5.3: + resolution: {integrity: sha512-jruRPfGQ2IU6TALyZcNTZG0MiOg5G/0axcqAmrb/1rJt5qb1vr74HQ8v0nBNQSVnk8swU+nXOdj3lX+xY7y4WA==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + dependencies: + '@angular-devkit/core': 15.0.0_chokidar@3.5.3 + rxjs: 6.6.7 + transitivePeerDependencies: + - chokidar + dev: true + + /@angular-devkit/build-angular/15.0.0_ikecrhyijxii5hlnn7uqe3rubu: + resolution: {integrity: sha512-sF8c4oewwpKPlLkMMDBIM/qQ+LQHv308JvyWV2VKaph3IWI2TZQP4n5024/XaFvBEz0/2sHDWTMcGTKlZ7ZC0w==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^14.0.0 - '@angular/localize': ^14.0.0 - '@angular/service-worker': ^14.0.0 + '@angular/compiler-cli': ^15.0.0 + '@angular/localize': ^15.0.0 + '@angular/platform-server': ^15.0.0 + '@angular/service-worker': ^15.0.0 karma: ^6.3.0 - ng-packagr: ^14.0.0 + ng-packagr: ^15.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 - typescript: '>=4.6.2 <4.9' + typescript: ~4.8.2 peerDependenciesMeta: '@angular/localize': optional: true + '@angular/platform-server': + optional: true '@angular/service-worker': optional: true karma: @@ -157,77 +166,74 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.2.0 - '@angular-devkit/architect': 0.1402.2 - '@angular-devkit/build-webpack': 0.1402.2_mldmorf72vas4wjtkspcp7zl7m - '@angular-devkit/core': 14.2.2 - '@angular/compiler-cli': 14.2.1_jagqdy52izgbw7a2hmfphgfdtq - '@babel/core': 7.18.10 - '@babel/generator': 7.18.12 + '@angular-devkit/architect': 0.1500.0_chokidar@3.5.3 + '@angular-devkit/build-webpack': 0.1500.0_oc46zsvsns3nh7f43oasdmifbu + '@angular-devkit/core': 15.0.0_chokidar@3.5.3 + '@angular/compiler-cli': 15.0.0_wi64dnikphprnhepyj5q2xqyru + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/runtime': 7.18.9 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/runtime': 7.20.1 '@babel/template': 7.18.10 '@discoveryjs/json-ext': 0.5.7 - '@ngtools/webpack': 14.2.2_ssgcylpkb64bs6ooa2wznsj6sy + '@ngtools/webpack': 15.0.0_5zngmbtjuimwhcm2k2vrvrqtg4 ansi-colors: 4.1.3 - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + autoprefixer: 10.4.13_postcss@8.4.19 + babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi babel-plugin-istanbul: 6.1.1 - browserslist: 4.21.3 - cacache: 16.1.2 - copy-webpack-plugin: 11.0.0_webpack@5.74.0 + browserslist: 4.21.4 + cacache: 17.0.2 + chokidar: 3.5.3 + copy-webpack-plugin: 11.0.0_webpack@5.75.0 critters: 0.0.16 - css-loader: 6.7.1_webpack@5.74.0 - esbuild-wasm: 0.15.5 + css-loader: 6.7.1_webpack@5.75.0 + esbuild-wasm: 0.15.13 glob: 8.0.3 https-proxy-agent: 5.0.1 inquirer: 8.2.4 - jsonc-parser: 3.1.0 + jsonc-parser: 3.2.0 karma-source-map-support: 1.4.0 less: 4.1.3 - less-loader: 11.0.0_less@4.1.3+webpack@5.74.0 - license-webpack-plugin: 4.0.2_webpack@5.74.0 - loader-utils: 3.2.0 - mini-css-extract-plugin: 2.6.1_webpack@5.74.0 - minimatch: 5.1.0 - ng-packagr: 14.2.1_n3j6nyoyriihdbhdrmenvqagqi + less-loader: 11.1.0_less@4.1.3+webpack@5.75.0 + license-webpack-plugin: 4.0.2_webpack@5.75.0 + loader-utils: 3.2.1 + magic-string: 0.26.7 + mini-css-extract-plugin: 2.6.1_webpack@5.75.0 + ng-packagr: 15.0.0_fskysnl55xtgz2e3xk5vnvhcrq open: 8.4.0 ora: 5.4.1 parse5-html-rewriting-stream: 6.0.1 piscina: 3.2.0 - postcss: 8.4.16 - postcss-import: 15.0.0_postcss@8.4.16 - postcss-loader: 7.0.1_qjv4cptcpse3y5hrjkrbb7drda - postcss-preset-env: 7.8.0_postcss@8.4.16 - regenerator-runtime: 0.13.9 + postcss: 8.4.19 + postcss-loader: 7.0.1_upg3rk2kpasnbk27hkqapxaxfq + regenerator-runtime: 0.13.10 resolve-url-loader: 5.0.0 rxjs: 6.6.7 - sass: 1.54.4 - sass-loader: 13.0.2_sass@1.54.4+webpack@5.74.0 - semver: 7.3.7 - source-map-loader: 4.0.0_webpack@5.74.0 + sass: 1.56.1 + sass-loader: 13.2.0_sass@1.56.1+webpack@5.75.0 + semver: 7.3.8 + source-map-loader: 4.0.1_webpack@5.75.0 source-map-support: 0.5.21 - stylus: 0.59.0 - stylus-loader: 7.0.0_rgwcw63jhyplbyg2jpw7ajyoqm - terser: 5.14.2 + terser: 5.15.1 text-table: 0.2.0 tree-kill: 1.2.2 - tslib: 2.4.0 + tslib: 2.4.1 typescript: 4.8.4 - webpack: 5.74.0_esbuild@0.15.5 - webpack-dev-middleware: 5.3.3_webpack@5.74.0 - webpack-dev-server: 4.11.0_webpack@5.74.0 + webpack: 5.75.0_esbuild@0.15.13 + webpack-dev-middleware: 5.3.3_webpack@5.75.0 + webpack-dev-server: 4.11.1_webpack@5.75.0 webpack-merge: 5.8.0 - webpack-subresource-integrity: 5.1.0_webpack@5.74.0 + webpack-subresource-integrity: 5.1.0_webpack@5.75.0 optionalDependencies: - esbuild: 0.15.5 + esbuild: 0.15.13 transitivePeerDependencies: - '@swc/core' - bluebird - bufferutil - - chokidar - debug - fibers - html-webpack-plugin @@ -239,22 +245,22 @@ packages: - webpack-cli dev: true - /@angular-devkit/build-webpack/0.1402.2_mldmorf72vas4wjtkspcp7zl7m: - resolution: {integrity: sha512-/Jbbq7HfKsucbRFu1vhZ9U/GdWgHrIRMqFQttJJTUzvGgPb+5jvIu+9qEO//ORfdamA+NiMGhlWhOvjeELtwxw==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/build-webpack/0.1500.0_oc46zsvsns3nh7f43oasdmifbu: + resolution: {integrity: sha512-PFLd4LrKcZosdMKZSIPsEb9AsFiTqYhspSMyKApt3mfuO0LkcW46n+KOixg+aWgiJQdlfeMSaW9IgdrgP0y8/Q==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^4.0.0 dependencies: - '@angular-devkit/architect': 0.1402.2 + '@angular-devkit/architect': 0.1500.0_chokidar@3.5.3 rxjs: 6.6.7 - webpack: 5.74.0_esbuild@0.15.5 - webpack-dev-server: 4.11.0_webpack@5.74.0 + webpack: 5.75.0_esbuild@0.15.13 + webpack-dev-server: 4.11.1_webpack@5.75.0 transitivePeerDependencies: - chokidar dev: true - /@angular-devkit/core/14.2.2: + /@angular-devkit/core/14.2.2_chokidar@3.5.3: resolution: {integrity: sha512-ofDhTmJqoAkmkJP0duwUaCxDBMxPlc+AWYwgs3rKKZeJBb0d+tchEXHXevD5bYbbRfXtnwM+Vye2XYHhA4nWAA==} engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -265,14 +271,31 @@ packages: dependencies: ajv: 8.11.0 ajv-formats: 2.1.1 + chokidar: 3.5.3 jsonc-parser: 3.1.0 rxjs: 6.6.7 source-map: 0.7.4 dev: true - /@angular-devkit/core/14.2.2_chokidar@3.5.3: - resolution: {integrity: sha512-ofDhTmJqoAkmkJP0duwUaCxDBMxPlc+AWYwgs3rKKZeJBb0d+tchEXHXevD5bYbbRfXtnwM+Vye2XYHhA4nWAA==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/core/15.0.0: + resolution: {integrity: sha512-2Mg1+eyodO7od2Ax0EaArmm3rDzI2O00pBNU2Upz5hTfHcsqXlPzX5aYjWBiL1lBM0xYLY99dZqSdcQBMZy/Qg==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.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: 8.11.0 + ajv-formats: 2.1.1 + jsonc-parser: 3.2.0 + rxjs: 6.6.7 + source-map: 0.7.4 + dev: true + + /@angular-devkit/core/15.0.0_chokidar@3.5.3: + resolution: {integrity: sha512-2Mg1+eyodO7od2Ax0EaArmm3rDzI2O00pBNU2Upz5hTfHcsqXlPzX5aYjWBiL1lBM0xYLY99dZqSdcQBMZy/Qg==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^3.5.2 peerDependenciesMeta: @@ -282,16 +305,16 @@ packages: ajv: 8.11.0 ajv-formats: 2.1.1 chokidar: 3.5.3 - jsonc-parser: 3.1.0 + jsonc-parser: 3.2.0 rxjs: 6.6.7 source-map: 0.7.4 dev: true - /@angular-devkit/schematics/14.2.2: + /@angular-devkit/schematics/14.2.2_chokidar@3.5.3: resolution: {integrity: sha512-90hseNg1yQ2AR+lVr/NByZRHnYAlzCL6hr9p9q1KPHxA3Owo04yX6n6dvR/xf27hCopXInXKPsasR59XCx5ZOQ==} engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 14.2.2 + '@angular-devkit/core': 14.2.2_chokidar@3.5.3 jsonc-parser: 3.1.0 magic-string: 0.26.2 ora: 5.4.1 @@ -300,13 +323,13 @@ packages: - chokidar dev: true - /@angular-devkit/schematics/14.2.2_chokidar@3.5.3: - resolution: {integrity: sha512-90hseNg1yQ2AR+lVr/NByZRHnYAlzCL6hr9p9q1KPHxA3Owo04yX6n6dvR/xf27hCopXInXKPsasR59XCx5ZOQ==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular-devkit/schematics/15.0.0: + resolution: {integrity: sha512-DvIbtan/EOTZyA+r2XxiD10KGl+oZ73BaEbW2E9QbvSKUoVGTu8kQ/4Wg9NeC8B75oJmfQKtIYp1KeB/Wej/yg==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 14.2.2_chokidar@3.5.3 - jsonc-parser: 3.1.0 - magic-string: 0.26.2 + '@angular-devkit/core': 15.0.0 + jsonc-parser: 3.2.0 + magic-string: 0.26.7 ora: 5.4.1 rxjs: 6.6.7 transitivePeerDependencies: @@ -317,263 +340,308 @@ packages: resolution: {integrity: sha512-/fbXDvkm4q95xG/9LZDtiyE2MQwT061sanmMginDk63f0dlC4H+AXgggva38YNRN+CFcbFtWfikTy7yFdNFZlA==} dev: true - /@angular-eslint/eslint-plugin-template/14.0.4_n6o7c4j52sqif4e7zyvkw23cty: + /@angular-eslint/eslint-plugin-template/14.0.4_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-F3GgItYHcEtQfOcJoyfvmRKdFIrI+/Wc7SjOo1X31tdeaQaRHseYWGFZ5AaA+MM+/rV7jPAd671Tv7wlm+Wjtg==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 14.0.4 - '@typescript-eslint/type-utils': 5.36.2_n6o7c4j52sqif4e7zyvkw23cty - '@typescript-eslint/utils': 5.36.2_n6o7c4j52sqif4e7zyvkw23cty + '@typescript-eslint/type-utils': 5.36.2_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/utils': 5.36.2_rmayb2veg2btbq6mbmnyivgasy aria-query: 5.0.2 axobject-query: 3.0.1 - eslint: 8.21.0 + eslint: 8.27.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@angular-eslint/eslint-plugin/14.0.4_n6o7c4j52sqif4e7zyvkw23cty: + /@angular-eslint/eslint-plugin/14.0.4_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-sPEXAZ/+u0jL849HV1dsc9C15zsiEiOd0Fo5St2YhZuCNsn94kg5zyai5p85/5tbpM6vchaH9cB4fZ3WE+FOog==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: - '@angular-eslint/utils': 14.0.4_n6o7c4j52sqif4e7zyvkw23cty - '@typescript-eslint/utils': 5.36.2_n6o7c4j52sqif4e7zyvkw23cty - eslint: 8.21.0 + '@angular-eslint/utils': 14.0.4_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/utils': 5.36.2_rmayb2veg2btbq6mbmnyivgasy + eslint: 8.27.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@angular-eslint/template-parser/14.0.4_n6o7c4j52sqif4e7zyvkw23cty: + /@angular-eslint/template-parser/14.0.4_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-L7+VHWlIUiUml81q43tP/CZZhIDkbHoin2OH+0TEqeQuCcYZwZQfUBey0pmbzzhjZD2tV75QxlAUqFCuM85Tng==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 14.0.4 - eslint: 8.21.0 + eslint: 8.27.0 eslint-scope: 5.1.1 typescript: 4.8.4 dev: true - /@angular-eslint/utils/14.0.4_n6o7c4j52sqif4e7zyvkw23cty: + /@angular-eslint/utils/14.0.4_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-7BcK+g0qaMRXfRFeOf57UOb5R4V8/uzGLyeXkugA65s7BLDLPEV1StRTpGW7w4jK7I8sldfsnbrkJqb6hgQtfA==} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: '*' dependencies: '@angular-eslint/bundled-angular-compiler': 14.0.4 - '@typescript-eslint/utils': 5.36.2_n6o7c4j52sqif4e7zyvkw23cty - eslint: 8.21.0 + '@typescript-eslint/utils': 5.36.2_rmayb2veg2btbq6mbmnyivgasy + eslint: 8.27.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@angular/animations/14.2.1_@angular+core@14.2.1: - resolution: {integrity: sha512-bKIhEgn77pOvM+5t/G9FzL8luhoWl8klfASG/07D5df9M3wCrS1OOBKWpQI3l1ZNRfhmfiwNVxbQatHtjykq+g==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/animations/15.0.0_@angular+core@15.0.0: + resolution: {integrity: sha512-AEtVjsmKb/kFLlnP3/+wuEgrL8bJD0L4gpetU6QCWR1G3im6yEbatbn2OkWenTS65F9maZNc9T5yK09ZRPwr9Q==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/core': 14.2.1 + '@angular/core': 15.0.0 dependencies: - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - tslib: 2.4.0 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + tslib: 2.4.1 - /@angular/cdk/14.2.1_5c3ao3qrvdcbu3r4ew7g4lnmjy: - resolution: {integrity: sha512-saLFOZeyYQ6ELvPYqePsC8yXzDYjrCXGKGLtwAG/1mUlXcVTC0V1c3SabU4JR7Z+Zo1tOmzkWxuUkrw7uvaJHA==} + /@angular/cdk/15.0.0_ln37ggahcnxg3erxazrbevf4pq: + resolution: {integrity: sha512-a4AUGfd1iNEGR5A9jmwzEfdRDpOh9KWypFqo85ivC3/KDW4+Z5AGxZpzwqAsRz2WQVdK+8biaz83VBQTMC5IOw==} peerDependencies: - '@angular/common': ^14.0.0 || ^15.0.0 - '@angular/core': ^14.0.0 || ^15.0.0 + '@angular/common': ^15.0.0 || ^16.0.0 + '@angular/core': ^15.0.0 || ^16.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - rxjs: 7.5.6 - tslib: 2.4.0 + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + rxjs: 7.5.7 + tslib: 2.4.1 optionalDependencies: parse5: 5.1.1 dev: false - /@angular/cli/14.2.2: - resolution: {integrity: sha512-oRsKFn8grq+mZrirDD2Ea0CFx5+eeb928ltI/B3ML7s3mOpTfhuuF04033TARY/UzcGsX31V2L9kORJXN30Ycw==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@angular/cli/15.0.0: + resolution: {integrity: sha512-T42rJ6IkC5XKjQl7+okl4yLtHOcQ0n/zNF0lfZ1aynILljcX91xaFXkvSSrlPRIA/AkVLJqKoCeeHXQOSJwjFg==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/architect': 0.1402.2 - '@angular-devkit/core': 14.2.2 - '@angular-devkit/schematics': 14.2.2 - '@schematics/angular': 14.2.2 + '@angular-devkit/architect': 0.1500.0 + '@angular-devkit/core': 15.0.0 + '@angular-devkit/schematics': 15.0.0 + '@schematics/angular': 15.0.0 '@yarnpkg/lockfile': 1.1.0 ansi-colors: 4.1.3 - debug: 4.3.4 - ini: 3.0.0 + ini: 3.0.1 inquirer: 8.2.4 - jsonc-parser: 3.1.0 - npm-package-arg: 9.1.0 - npm-pick-manifest: 7.0.1 + jsonc-parser: 3.2.0 + npm-package-arg: 9.1.2 + npm-pick-manifest: 8.0.1 open: 8.4.0 ora: 5.4.1 - pacote: 13.6.2 + pacote: 15.0.6 resolve: 1.22.1 - semver: 7.3.7 + semver: 7.3.8 symbol-observable: 4.0.0 - uuid: 8.3.2 - yargs: 17.5.1 + yargs: 17.6.2 transitivePeerDependencies: - bluebird - chokidar - supports-color dev: true - /@angular/common/14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke: - resolution: {integrity: sha512-7FvYOBrgM9owmJvckC/tyJ9reI3BKXChm7Y2iu0WI94XIrI+FSQ7QYNwahDpcizyYAboVwe5lYXgDRrbzRfkKg==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/common/15.0.0_m6rr3mnel36a2k7xtcfys3zh24: + resolution: {integrity: sha512-8NVZE4tSDFQ8YzCFb1BiDDfVdVDZWoP4Z35K0PcjpGromTFs3qKk/Ho0JCdmFTU+yfXLMZe/OsYZoE2mMKGChQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/core': 14.2.1 + '@angular/core': 15.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - rxjs: 7.5.6 - tslib: 2.4.0 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + rxjs: 7.5.7 + tslib: 2.4.1 - /@angular/compiler-cli/14.2.1_jagqdy52izgbw7a2hmfphgfdtq: - resolution: {integrity: sha512-ncwX/033cP2+5kvUaqJcLSBNJb2YYxSaXlsQ8+/l5xUMjRN6/t//xOfYdcfzefgvfkxVsTcOu76GSJerdK0SLg==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/compiler-cli/15.0.0_wi64dnikphprnhepyj5q2xqyru: + resolution: {integrity: sha512-q0NS3xLZAB/rak486lOqJd6IT1pIYsUBuYgPXyqjrq/iKt7t+T4juVZMJZpNZOxeBurPeGWpPpJ1Kn1BeqlAmQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} hasBin: true peerDependencies: - '@angular/compiler': 14.2.1 - typescript: '>=4.6.2 <4.9' + '@angular/compiler': 15.0.0 + typescript: '>=4.8.2 <4.9' dependencies: - '@angular/compiler': 14.2.1_@angular+core@14.2.1 - '@babel/core': 7.18.13 + '@angular/compiler': 15.0.0_@angular+core@15.0.0 + '@babel/core': 7.20.2 chokidar: 3.5.3 convert-source-map: 1.8.0 dependency-graph: 0.11.0 - magic-string: 0.26.3 + magic-string: 0.26.7 reflect-metadata: 0.1.13 - semver: 7.3.7 + semver: 7.3.8 sourcemap-codec: 1.4.8 - tslib: 2.4.0 + tslib: 2.4.1 typescript: 4.8.4 - yargs: 17.5.1 + yargs: 17.6.2 transitivePeerDependencies: - supports-color dev: true - /@angular/compiler/14.2.1_@angular+core@14.2.1: - resolution: {integrity: sha512-MvyAYun6D8+/wRxbDswTMidYahveEnZan95LSM5dLk26CAGAeSx6VR5EAftVPo1NChLpcboVBz+tn9PsjhtP1A==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/compiler/15.0.0_@angular+core@15.0.0: + resolution: {integrity: sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/core': 14.2.1 + '@angular/core': 15.0.0 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - tslib: 2.4.0 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + tslib: 2.4.1 - /@angular/core/14.2.1_rxjs@7.5.6+zone.js@0.11.8: - resolution: {integrity: sha512-TTMfunZ6TWaXA7SeWHbJBmJZIW4x48SjXrUIxMQ/PSgq9E/JXgarYDmfn00yyVRJDEGfjqzUW09Wtzc1mOkWLQ==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/core/15.0.0_rxjs@7.5.7+zone.js@0.12.0: + resolution: {integrity: sha512-Hek8L/1XrU1LPN4qmKJiNdYz96ju/yPWvrFjqvrDHjWEenIfxjJohjRwL+ZzICZiEwfnR6y3QGvv4OBY96oTGw==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 - zone.js: ~0.11.4 + zone.js: ~0.11.4 || ~0.12.0 dependencies: - rxjs: 7.5.6 - tslib: 2.4.0 - zone.js: 0.11.8 + rxjs: 7.5.7 + tslib: 2.4.1 + zone.js: 0.12.0 - /@angular/forms/14.2.1_nkboozztpybu6c6qwc6xmeddj4: - resolution: {integrity: sha512-ZhWDKZtnQ2BmBPNbPS2E/KIn5beQlXDaEc7NplbXr8DfQt1HIt9zbWQS3s5tojG0wkp21WDZwafED7QJNrAAkw==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/forms/15.0.0_l57367eq3wdw5lfv4fnbnmcfu4: + resolution: {integrity: sha512-/l6oiSNrBnaLlqHxTlrb0pNW41fUFDB+ctohKKVT3AOe/79xfUCQwyzEUjOMdoo5TBJUoRT8EhKaOgSUHfPymQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/common': 14.2.1 - '@angular/core': 14.2.1 - '@angular/platform-browser': 14.2.1 + '@angular/common': 15.0.0 + '@angular/core': 15.0.0 + '@angular/platform-browser': 15.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - '@angular/platform-browser': 14.2.1_fqzhziugyvj3fng5w37amzoy3y - rxjs: 7.5.6 - tslib: 2.4.0 + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + '@angular/platform-browser': 15.0.0_qbiqfif4udibgvsmhnccc7le2y + rxjs: 7.5.7 + tslib: 2.4.1 dev: false - /@angular/language-service/14.2.1: - resolution: {integrity: sha512-i7a33+2Aq7c67udxAd6O9RYYLWEFHG0AI/pt0w+RL9ftrHjP4pTHZyRN+/KTn88jiIm39+bJVcnlhMwWUjgPKQ==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/language-service/15.0.0: + resolution: {integrity: sha512-/NUoY2KCLLxqfoDnYf2NK1Vtllp5DCejCs0yjF50uEz1Ad0FOMsTa0oCwKM6Gs+emOjUvzpKeTVoJ6IVf8UwVQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} dev: true - /@angular/material/14.2.1_rkunzmd36andndmayuzgtb73cy: - resolution: {integrity: sha512-e7DkKJTuqrSpKPhxahrqkZt6AeU5ld5/aSeCamq2dcdqfZ8otmgiajzN0cXZGwSCT2Lth6c+QV3yn8ufTJQpTw==} + /@angular/material/15.0.0_reorc52cjeztj6pvir7dgsjtay: + resolution: {integrity: sha512-DONpBABa8r0YW8uwUOR1D14vlUnKNmUhKjPHnf0iDKOK3FS0oS/gzwc49iU/o8JtovatJYGa+mcm1i55Piz7Rg==} peerDependencies: - '@angular/animations': ^14.0.0 || ^15.0.0 - '@angular/cdk': 14.2.1 - '@angular/common': ^14.0.0 || ^15.0.0 - '@angular/core': ^14.0.0 || ^15.0.0 - '@angular/forms': ^14.0.0 || ^15.0.0 - '@angular/platform-browser': ^14.0.0 || ^15.0.0 + '@angular/animations': ^15.0.0 || ^16.0.0 + '@angular/cdk': 15.0.0 + '@angular/common': ^15.0.0 || ^16.0.0 + '@angular/core': ^15.0.0 || ^16.0.0 + '@angular/forms': ^15.0.0 || ^16.0.0 + '@angular/platform-browser': ^15.0.0 || ^16.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/animations': 14.2.1_@angular+core@14.2.1 - '@angular/cdk': 14.2.1_5c3ao3qrvdcbu3r4ew7g4lnmjy - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - '@angular/forms': 14.2.1_nkboozztpybu6c6qwc6xmeddj4 - '@angular/platform-browser': 14.2.1_fqzhziugyvj3fng5w37amzoy3y - rxjs: 7.5.6 - tslib: 2.4.0 + '@angular/animations': 15.0.0_@angular+core@15.0.0 + '@angular/cdk': 15.0.0_ln37ggahcnxg3erxazrbevf4pq + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + '@angular/forms': 15.0.0_l57367eq3wdw5lfv4fnbnmcfu4 + '@angular/platform-browser': 15.0.0_qbiqfif4udibgvsmhnccc7le2y + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/auto-init': 15.0.0-canary.ecfee946f.0 + '@material/banner': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/button': 15.0.0-canary.ecfee946f.0 + '@material/card': 15.0.0-canary.ecfee946f.0 + '@material/checkbox': 15.0.0-canary.ecfee946f.0 + '@material/chips': 15.0.0-canary.ecfee946f.0 + '@material/circular-progress': 15.0.0-canary.ecfee946f.0 + '@material/data-table': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dialog': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/drawer': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/fab': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/floating-label': 15.0.0-canary.ecfee946f.0 + '@material/form-field': 15.0.0-canary.ecfee946f.0 + '@material/icon-button': 15.0.0-canary.ecfee946f.0 + '@material/image-list': 15.0.0-canary.ecfee946f.0 + '@material/layout-grid': 15.0.0-canary.ecfee946f.0 + '@material/line-ripple': 15.0.0-canary.ecfee946f.0 + '@material/linear-progress': 15.0.0-canary.ecfee946f.0 + '@material/list': 15.0.0-canary.ecfee946f.0 + '@material/menu': 15.0.0-canary.ecfee946f.0 + '@material/menu-surface': 15.0.0-canary.ecfee946f.0 + '@material/notched-outline': 15.0.0-canary.ecfee946f.0 + '@material/radio': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/segmented-button': 15.0.0-canary.ecfee946f.0 + '@material/select': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/slider': 15.0.0-canary.ecfee946f.0 + '@material/snackbar': 15.0.0-canary.ecfee946f.0 + '@material/switch': 15.0.0-canary.ecfee946f.0 + '@material/tab': 15.0.0-canary.ecfee946f.0 + '@material/tab-bar': 15.0.0-canary.ecfee946f.0 + '@material/tab-indicator': 15.0.0-canary.ecfee946f.0 + '@material/tab-scroller': 15.0.0-canary.ecfee946f.0 + '@material/textfield': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tooltip': 15.0.0-canary.ecfee946f.0 + '@material/top-app-bar': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + rxjs: 7.5.7 + tslib: 2.4.1 dev: false - /@angular/platform-browser-dynamic/14.2.1_rckh2xyz42xz63btwlazezeg5y: - resolution: {integrity: sha512-IUWpHNO2sKSN5IxoiIEyCbJVrVvinOX5Hi4YOYLoCPPzWuX/imFZ4TUpN9Guv/1CHcbGE9ibMI7Equv/rPbV4A==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/platform-browser-dynamic/15.0.0_pulbxwlpifslvvthxw6am5bday: + resolution: {integrity: sha512-1Nlwakhr2tZVjgzS4dywJpmqoeyQNImheR6yQ/7E5qAeCawu13SiK4z1ZojiVZ4wrmrtpivzJs7JonXWdMOzag==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/common': 14.2.1 - '@angular/compiler': 14.2.1 - '@angular/core': 14.2.1 - '@angular/platform-browser': 14.2.1 + '@angular/common': 15.0.0 + '@angular/compiler': 15.0.0 + '@angular/core': 15.0.0 + '@angular/platform-browser': 15.0.0 dependencies: - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/compiler': 14.2.1_@angular+core@14.2.1 - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - '@angular/platform-browser': 14.2.1_fqzhziugyvj3fng5w37amzoy3y - tslib: 2.4.0 + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/compiler': 15.0.0_@angular+core@15.0.0 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + '@angular/platform-browser': 15.0.0_qbiqfif4udibgvsmhnccc7le2y + tslib: 2.4.1 - /@angular/platform-browser/14.2.1_fqzhziugyvj3fng5w37amzoy3y: - resolution: {integrity: sha512-itL9b83R3+XeJzRyRZ1CCrXPavlkzM6QSOJfvUMRGB8HZLl9QJRXS1+nI5nPER+nVz6PKTkjPlA9d/1ZrZW5wQ==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/platform-browser/15.0.0_qbiqfif4udibgvsmhnccc7le2y: + resolution: {integrity: sha512-N+Ct6c3gj17a/X5MDi+Zc3BFnHv0AnGQ5k5pvo3BasesEf0dmXSXzTtv28Z/gS5qFK/0i9h8QvfKrRsNSPM78A==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/animations': 14.2.1 - '@angular/common': 14.2.1 - '@angular/core': 14.2.1 + '@angular/animations': 15.0.0 + '@angular/common': 15.0.0 + '@angular/core': 15.0.0 peerDependenciesMeta: '@angular/animations': optional: true dependencies: - '@angular/animations': 14.2.1_@angular+core@14.2.1 - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - tslib: 2.4.0 + '@angular/animations': 15.0.0_@angular+core@15.0.0 + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + tslib: 2.4.1 - /@angular/router/14.2.1_nkboozztpybu6c6qwc6xmeddj4: - resolution: {integrity: sha512-qq/TIltAm0h3EO++AoOKWAu+va4gBZa+UB8ajCmeBahRaRAykNgpl0EIblZsnDq2eedSz0ucCn95HV3g6XUXlg==} - engines: {node: ^14.15.0 || >=16.10.0} + /@angular/router/15.0.0_l57367eq3wdw5lfv4fnbnmcfu4: + resolution: {integrity: sha512-dm70pydJKmYsb52BWGeemfRHYUcizszAgCZ/XRfooS9t82dn7rr4f/Mz6bTPadT6sGCO/asOKLYo7gxeEZTQaQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} peerDependencies: - '@angular/common': 14.2.1 - '@angular/core': 14.2.1 - '@angular/platform-browser': 14.2.1 + '@angular/common': 15.0.0 + '@angular/core': 15.0.0 + '@angular/platform-browser': 15.0.0 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 14.2.1_xx5kjva5ggfx6cmsqrkxlt3jke - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - '@angular/platform-browser': 14.2.1_fqzhziugyvj3fng5w37amzoy3y - rxjs: 7.5.6 - tslib: 2.4.0 + '@angular/common': 15.0.0_m6rr3mnel36a2k7xtcfys3zh24 + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + '@angular/platform-browser': 15.0.0_qbiqfif4udibgvsmhnccc7le2y + rxjs: 7.5.7 + tslib: 2.4.1 dev: false /@assemblyscript/loader/0.10.1: @@ -587,48 +655,25 @@ packages: '@babel/highlight': 7.18.6 dev: true - /@babel/compat-data/7.18.13: - resolution: {integrity: sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==} - engines: {node: '>=6.9.0'} - dev: true - - /@babel/core/7.18.10: - resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} + /@babel/compat-data/7.20.1: + resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.13 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helpers': 7.18.9 - '@babel/parser': 7.18.13 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 - convert-source-map: 1.8.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color dev: true - /@babel/core/7.18.13: - resolution: {integrity: sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==} + /@babel/core/7.20.2: + resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.13 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helpers': 7.18.9 - '@babel/parser': 7.18.13 + '@babel/generator': 7.20.4 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helpers': 7.20.1 + '@babel/parser': 7.20.3 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -638,20 +683,11 @@ packages: - supports-color dev: true - /@babel/generator/7.18.12: - resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.13 - '@jridgewell/gen-mapping': 0.3.2 - jsesc: 2.5.2 - dev: true - - /@babel/generator/7.18.13: - resolution: {integrity: sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==} + /@babel/generator/7.20.4: + resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: true @@ -660,7 +696,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: @@ -668,117 +704,59 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.18.13 - dev: true - - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.10 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.3 - semver: 6.3.0 + '@babel/types': 7.20.2 dev: true - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.13 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.3 + browserslist: 4.21.4 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.18.13_@babel+core@7.18.10: - resolution: {integrity: sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.18.9 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-create-class-features-plugin/7.18.13_@babel+core@7.18.13: + /@babel/helper-create-class-features-plugin/7.18.13_@babel+core@7.20.2: resolution: {integrity: sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} + /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.1.0 dev: true - /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.1.0 - dev: true - - /@babel/helper-define-polyfill-provider/0.3.2_@babel+core@7.18.10: - resolution: {integrity: sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-define-polyfill-provider/0.3.2_@babel+core@7.18.13: - resolution: {integrity: sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==} + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2: + resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -796,50 +774,50 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true - /@babel/helper-function-name/7.18.9: - resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} + /@babel/helper-function-name/7.19.0: + resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true - /@babel/helper-module-transforms/7.18.9: - resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} + /@babel/helper-module-transforms/7.20.2: + resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.18.6 + '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true @@ -848,85 +826,70 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 - dev: true - - /@babel/helper-plugin-utils/7.18.9: - resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} - engines: {node: '>=6.9.0'} + '@babel/types': 7.20.2 dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-plugin-utils/7.20.2: + resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.18.11 - '@babel/types': 7.18.13 - transitivePeerDependencies: - - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.13: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.18.11 - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-replace-supers/7.18.9: - resolution: {integrity: sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==} + /@babel/helper-replace-supers/7.19.1: + resolution: {integrity: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.18.6: - resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} + /@babel/helper-simple-access/7.20.2: + resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true - /@babel/helper-string-parser/7.18.10: - resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} + /@babel/helper-string-parser/7.19.4: + resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-identifier/7.18.6: - resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} + /@babel/helper-validator-identifier/7.19.1: + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} dev: true @@ -939,21 +902,21 @@ packages: resolution: {integrity: sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.18.9: - resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} + /@babel/helpers/7.20.1: + resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true @@ -962,1681 +925,873 @@ packages: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/parser/7.18.13: - resolution: {integrity: sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==} + /@babel/parser/7.20.3: + resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.13 - dev: true - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/types': 7.20.2 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.13: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.13.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.18.13: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.13 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-async-generator-functions/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} + /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2: + resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.20.2 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.18.10_@babel+core@7.18.13: - resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.12.0 + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.12.0 + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.13 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.13 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} - engines: {node: '>=6.9.0'} + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} + engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2: + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2: + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.13 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2: + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2: + resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.13_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.13 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} - engines: {node: '>=4'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} - engines: {node: '>=4'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.10: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.13: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.13: - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.10: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.13: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.10: - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.13: - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.13: - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.13: - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.13: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.13: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.10: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.13: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.13: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.10: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.13: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.13: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.13: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.13: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.10: - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.13: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.10: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.13: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.13: + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.10 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.13 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} + /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-destructuring/7.18.13_@babel+core@7.18.10: - resolution: {integrity: sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-destructuring/7.18.13_@babel+core@7.18.13: - resolution: {integrity: sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.13: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.13: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.13: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.10: - resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.13: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.13: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} + /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} + /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==} + /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-simple-access': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-commonjs/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-simple-access': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.20.2 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-identifier': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-identifier': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.13: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==} + /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2: + resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.13: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.13: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.10: - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.13: - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - regenerator-transform: 0.15.0 - dev: true - - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-runtime/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.10 - babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.10 - babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.10 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - dev: true - - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.13: - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.18.13: - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.13: - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2: + resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/preset-env/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.10 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.10 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.10 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.18.10 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.10 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.10 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.10 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.10 - '@babel/types': 7.18.13 - babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.10 - babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.10 - babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.10 - core-js-compat: 3.25.0 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/preset-env/7.18.10_@babel+core@7.18.13: - resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} + /@babel/preset-env/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.13 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.13 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.13 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.13 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.13 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.13 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.13 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.13 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.13 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.18.13 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.13 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.13 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.13 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.13 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.13 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.13 - '@babel/types': 7.18.13 - babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.13 - babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.13 - babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.13 - core-js-compat: 3.25.0 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.2 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.2 + '@babel/types': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + core-js-compat: 3.25.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.18.10: - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.10 - '@babel/types': 7.18.13 - esutils: 2.0.3 - dev: true - - /@babel/preset-modules/0.1.5_@babel+core@7.18.13: + /@babel/preset-modules/0.1.5_@babel+core@7.20.2: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.13 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.13 - '@babel/types': 7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/types': 7.20.2 esutils: 2.0.3 dev: true - /@babel/runtime/7.18.9: - resolution: {integrity: sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==} + /@babel/runtime/7.20.1: + resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@babel/template/7.18.10: @@ -2644,34 +1799,34 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.13 - '@babel/types': 7.18.13 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 dev: true - /@babel/traverse/7.18.13: - resolution: {integrity: sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==} + /@babel/traverse/7.20.1: + resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.13 + '@babel/generator': 7.20.4 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.13 - '@babel/types': 7.18.13 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.18.13: - resolution: {integrity: sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==} + /@babel/types/7.20.2: + resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.18.10 - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-string-parser': 7.19.4 + '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 dev: true @@ -2757,16 +1912,6 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /@csstools/postcss-nested-calc/1.0.0_postcss@8.4.16: - resolution: {integrity: sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.16 - postcss-value-parser: 4.2.0 - dev: true - /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.16: resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} @@ -2808,16 +1953,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-text-decoration-shorthand/1.0.0_postcss@8.4.16: - resolution: {integrity: sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.16 - postcss-value-parser: 4.2.0 - dev: true - /@csstools/postcss-trigonometric-functions/1.0.2_postcss@8.4.16: resolution: {integrity: sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==} engines: {node: ^14 || >=16} @@ -2872,7 +2007,7 @@ packages: uuid: 8.3.2 dev: true - /@cypress/webpack-preprocessor/5.12.2_zuiwo4divcbac2tzkd6yjfn7eu: + /@cypress/webpack-preprocessor/5.12.2_tqfaqu5vtvosazit4qcxrnrcmq: resolution: {integrity: sha512-t29wEFvI87IMnCd8taRunwStNsFjFWg138fGF0hPQOYgSj30fbzCEwFD9cAQLYMMcjjuXcnnw8yOfkzIZBBNVQ==} peerDependencies: '@babel/core': ^7.0.1 @@ -2880,9 +2015,9 @@ packages: babel-loader: ^8.0.2 webpack: ^4 || ^5 dependencies: - '@babel/core': 7.18.13 - '@babel/preset-env': 7.18.10_@babel+core@7.18.13 - babel-loader: 8.2.5_tb6moc662p5idmcg3l5ipbhpta + '@babel/core': 7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + babel-loader: 8.2.5_hkczypimj4evef4hfazf6yfxte bluebird: 3.7.1 debug: 4.3.4 lodash: 4.17.21 @@ -2905,17 +2040,17 @@ packages: engines: {node: '>=10.0.0'} dev: true - /@esbuild/linux-loong64/0.15.5: - resolution: {integrity: sha512-UHkDFCfSGTuXq08oQltXxSZmH1TXyWsL+4QhZDWvvLl6mEJQqk3u7/wq1LjhrrAXYIllaTtRSzUXl4Olkf2J8A==} + /@esbuild/android-arm/0.15.13: + resolution: {integrity: sha512-RY2fVI8O0iFUNvZirXaQ1vMvK0xhCcl0gqRj74Z6yEiO1zAUa7hbsdwZM1kzqbxHK7LFyMizipfXT3JME+12Hw==} engines: {node: '>=12'} - cpu: [loong64] - os: [linux] + cpu: [arm] + os: [android] requiresBuild: true dev: true optional: true - /@esbuild/linux-loong64/0.15.6: - resolution: {integrity: sha512-hqmVU2mUjH6J2ZivHphJ/Pdse2ZD+uGCHK0uvsiLDk/JnSedEVj77CiVUnbMKuU4tih1TZZL8tG9DExQg/GZsw==} + /@esbuild/linux-loong64/0.15.13: + resolution: {integrity: sha512-+BoyIm4I8uJmH/QDIH0fu7MG0AEx9OXEDXnqptXCwKOlOqZiS4iraH1Nr7/ObLMokW3sOCeBNyD68ATcV9b9Ag==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -2923,8 +2058,8 @@ packages: dev: true optional: true - /@eslint/eslintrc/1.3.1: - resolution: {integrity: sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==} + /@eslint/eslintrc/1.3.3: + resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -2944,8 +2079,8 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true - /@humanwhocodes/config-array/0.10.4: - resolution: {integrity: sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==} + /@humanwhocodes/config-array/0.11.7: + resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -2955,8 +2090,9 @@ packages: - supports-color dev: true - /@humanwhocodes/gitignore-to-minimatch/1.0.2: - resolution: {integrity: sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==} + /@humanwhocodes/module-importer/1.0.1: + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} dev: true /@humanwhocodes/object-schema/1.2.1: @@ -2984,7 +2120,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -3005,14 +2141,14 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.3.2 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 28.1.3 - jest-config: 28.1.3_@types+node@18.7.14 + jest-config: 28.1.3_@types+node@18.11.9 jest-haste-map: 28.1.3 jest-message-util: 28.1.3 jest-regex-util: 28.0.2 @@ -3040,7 +2176,7 @@ packages: dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 jest-mock: 28.1.3 dev: true @@ -3067,7 +2203,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.7.14 + '@types/node': 18.11.9 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -3099,7 +2235,7 @@ packages: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.15 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3137,7 +2273,7 @@ packages: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.15 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3210,7 +2346,7 @@ packages: resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.15 babel-plugin-istanbul: 6.1.1 @@ -3236,7 +2372,7 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.7.14 + '@types/node': 18.11.9 '@types/yargs': 17.0.12 chalk: 4.1.2 dev: true @@ -3297,17 +2433,663 @@ packages: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: true - /@ngtools/webpack/14.2.2_ssgcylpkb64bs6ooa2wznsj6sy: - resolution: {integrity: sha512-mjHv5DPsK6QP/D4zi6Oc4gMEZGNYv6Hmw/xJ1ZZTjSxgKujmHx2keDLSJHZpoLtbHRr+FHfWNnPfPz9dWYrlYQ==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@material/animation/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-95aC/UYnCr/1g18VYPK/fX6eCNVGFBkd4JP6zT6wkh8PDL0gp52U+PCCp8bYq8i8oxrKTBa4MqFyzHB5brBFgg==} + dependencies: + tslib: 2.4.1 + dev: false + + /@material/auto-init/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-WvmAlRrh4no3ewh3E6b+CLM6UC0w6xaFhzk7jkTFcSopDxf6cNieIM6oXlmVjN9bg33ngxEHBOfz7JYJZQOA+Q==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/banner/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-aFHC/9hHiAOw2b/1jsndV+qDlNqpGrLGGTNvxow5WQ9XbG2nVinvz/L4ZPF7+gPvRrSWiXVHOTQoaudF4eZm+w==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/button': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/base/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-Es6oTUxRzeHzu3HBz0qGTheMtDj6ovGfEOr9sQmt0YnAKwleUD2i+CbWBq8R9VG6p8nkQenUm8Q+Fifb0GxaYw==} + dependencies: + tslib: 2.4.1 + dev: false + + /@material/button/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-Yvy5sneKGWNXF1iuwaQT+TYKdOqCEDwmT7OLB5SPtJRqBYKiqFpMg7e1X47rf/LfogQ1mc1JU9zibwDahFBbGw==} + dependencies: + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/card/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-gYcV1qWjsg2w471vC/CnHXrKYK1VEVot/ONOJXd2ahh7AbRGZ/hZ8aV4WSizgq0RHI6CJj15BAKQyCSlJzE9iA==} + dependencies: + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/checkbox/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-gU4mUwF8rUc5s64PuIOHNQN4VwRfsZ1l7jiMQzBJu1Kp3tf9jbqsMRtEQCd+mWN5w+DFESVEnvNr2fluY1Jsww==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/chips/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-iVEAM7I5AD5nYGdD0JeSkT66b2vLWk2TaH+DElwTNoURE7A6llRcWPYG7muE6+4AbWOXAI491B+qzAQqpJJHnQ==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/checkbox': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + safevalues: 0.3.4 + tslib: 2.4.1 + dev: false + + /@material/circular-progress/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-qZkOtKg7Aurr66O9AHPRfhI3lpPyZF+eH7C6S94NY1DZ+CkSWecNXPlgbuTQNl34WuwnpdY1o44+ypmnM7UnEg==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/progress-indicator': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/data-table/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-Ncu5VpQKuT5TiqqPg9OKo2HMHa7Q8CS66Rn8P6rNsQGQXvAynpQUFTp6cySUn3ktZqXBdDUfnwyJJEfyKO2iDw==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/checkbox': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/icon-button': 15.0.0-canary.ecfee946f.0 + '@material/linear-progress': 15.0.0-canary.ecfee946f.0 + '@material/list': 15.0.0-canary.ecfee946f.0 + '@material/menu': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/select': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/density/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-WhhAb1jt+1VCKMbHD3XDmgbEAAzVjOjJcmmA59rQA1lbXvKn7ZSDYPK5meRIFUjGBjWh11B05tdkMOHbizeI5Q==} + dependencies: + tslib: 2.4.1 + dev: false + + /@material/dialog/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-rt72Z01XqIorzU9ZGEhuLAluVuu65m/4fhtCzX1+5AEZRfZdr9N27xb/RneoJ63VdjxbumixpGdZUycHNDg2WA==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/button': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/icon-button': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/dom/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-SyT9xi+dBur0Vj1Cyrp8b5tW4j3gtuTXwz8UiHFAkZKAG0m441XQjCClhPhpdywPXYE+ycHcd1cAMhLQvopH4g==} + dependencies: + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/drawer/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-26dqb8sQuQCieaUbU4g/BKneCaqtnKnAbumTnEtr/7aOn7PaiYvO11viUja2FnW5C5ZpvWDW13v7dG6ymP6Ucw==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/list': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/elevation/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-IETsNzrcmagBe3RkuT4TvZHm3wjRSxqdtkuxH5DKcc7jfx9vZ//8bw8/q7G+SVKQym17entvpQfgQOgpHAxm5A==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/fab/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-EAQL64nL/mp9TY8c6WTRcqJQPnISZAO+0c2bvWyrG4Xj0r/QGx2NkMKy1MG+JGkcLR5K1RKneLbe92xCIujf0Q==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/feature-targeting/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-f2cvfeW6OpG+1QQgilktUKsF1vkg3x6w8R0yg3OPMzIbGVxGsgp4AY6mSLjLw23jDdRIW+J7UnZztE6PDwrFTg==} + dependencies: + tslib: 2.4.1 + dev: false + + /@material/floating-label/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-3FQMYxUE1EFZzBmml5mqdHCnEoGD9FP0PEeaD15etm/gyCdaf+d6r+rZADDWe7In7qMos2W9uW4v0+sS1H34SQ==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/focus-ring/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-pZlMdg8f4izZuAi/v6paUcrSrQwDsNJgcYf+R+hcS57sjNcOT/4uRMTe4parTaKyjgkBKBZlXpLFJaW7yzWgYw==} + dependencies: + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + dev: false + + /@material/form-field/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-+RV+iwUVxGocOdnR03YyPcyc6scAJIqfrDH3xU9XAl6rkMDWbJvRF4ujySbLfh9FzffrwUN7QqSee7ZxZQO+WQ==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/icon-button/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-3RxjLPrDEFWPW2GinoaTx4Hc4jy842h8j8+2OsY1AqWm4Ejp+NblyBsRSBdZC4APs0GDXQcOskY2y1FYeA+fbQ==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/image-list/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-O371n2xiU9HPlzRw3dNmtJJuSoTA9ZSTePWnZTWJT3O9pTEbctK2Z2Tmnk6MacDHjDRn770YdquA/dGhrWkx0A==} + dependencies: + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/layout-grid/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-4ECt2uEL1OFhDnFYZsfzTbE8yabsGIwOwYdo5WtvK7Op31QKNMrgTLmu+3Zvap0H4TUsuARxsqnMQVMHLDGD5g==} + dependencies: + tslib: 2.4.1 + dev: false + + /@material/line-ripple/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-ri+4VQDvlJr7nfP9DpCElqJqpXIAt5HQjzNPDpx0Wc7KOZuQ4yK6C2MGZTWV1wRZctV6WXX14bB9QUUr0r2yTg==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/linear-progress/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-LE9capqTnH/9T2mmW3g9aZD/bdlv4bVrukehXB9EmfmC5EuM6aLpBZLoQmWtAYyt6OxMjZbYvEaZbzsQ4KBu7A==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/progress-indicator': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/list/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-/kZaFahvJCz4y/zkis9NQUEGUQIk8Ptq6LGm8JYj2PXpO2Avh/neKQwas1edi7CxUf7sBZbHDZLrJeeD1CF20A==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/menu-surface/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-Qxsh0/oQv4DPnz0NuWnZMbGfTH6LmXk41xLi6tE9y8HajzlVpec26fpIDgqWyz97WK7rqUHvsTKskruppHisEQ==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/menu/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-AKoh4CkyA5DPXoR2ThEeVnMkKM+PYhipbviAFEmukHIOcqWOzC0/GX0XOZUHegstCEvfpsUWT/h2RN6vGamc3w==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/list': 15.0.0-canary.ecfee946f.0 + '@material/menu-surface': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/notched-outline/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-FsnzeLXRw91Yh4B0Fusu57p3rEj+5OYVkvkr7jML6/YS/4ptkIe/vjgHBxM2DThySOqjBVE7EY9gUMIedMQrNg==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/floating-label': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/progress-indicator/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-19RdSUbE+rEoYPoO6qtp2W24wkGVuK14+5XrqnYdoyBnjd0CSmn1DXp27G+Bx5q6Q6Mj/esavTpwFYNWW7OenQ==} + dependencies: + tslib: 2.4.1 + dev: false + + /@material/radio/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-jUihnBlxPpfUCD9o/77qtJZ0t0MaUs8CbdRsYjkuywnY3bH3vZuarJGnYT86HJu/zYTSHfqrnpZKwnRm47MXQg==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/ripple/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-midz7yzrccRXnguTpmX9tzGTOSHb2CyhAMnSvnOaSaO2LJyHD0UvFIOiBaWXwjHa5iMhbMkoUe9hosD4llQt/A==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/rtl/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-0PHfRqm5mgaXDarQQXVvPpZVXkc7e1DXVPZR2DaPMNc+N2OWeZoA50546p691JIAEAPLQIxassGLMIngBIJl1g==} + dependencies: + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/segmented-button/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-aCafnCnZel6ZOkA1y9T/OhySfqCjpmzrfNifYIuC1d1fFv7Gkfc6rMZr+ocGb2d1GdRwYCPhwvEq5/kn8Hnr9w==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/touch-target': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/select/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-ASaX3bl7cu0OLirhyDd4lOmDkwHBLuWjLKK8GwDosTXf+Lb+8OPH8sVsXfAfBv6ORplQZ8B1bVnEb+O8wrBjHA==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/floating-label': 15.0.0-canary.ecfee946f.0 + '@material/line-ripple': 15.0.0-canary.ecfee946f.0 + '@material/list': 15.0.0-canary.ecfee946f.0 + '@material/menu': 15.0.0-canary.ecfee946f.0 + '@material/menu-surface': 15.0.0-canary.ecfee946f.0 + '@material/notched-outline': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/shape/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-eRMm29A85dFkGzcq/eIZSX2vss/YoWCh8o8ACKF0Dd2yVoSfbclWirrSL1cYAkMLnCzcJ+tLDGBLnJ+RISXU0Q==} + dependencies: + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/slider/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-NwFZ8FSH5NCx4dlmNF+ReFzQcaXStRCRaTCuPNshgvAdHSYI5NuswUv1pRnECBKPK1QrT0LSuw/Pltoz2jP/lQ==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/snackbar/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-AllQg4iAkoCryVW9NzTK5dgyftC6po/D3ZK08IqOXxCTjw/cGE7WpXoXRDleECer9DVqQ4IK7cGsTUQrT18trw==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/button': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/icon-button': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/switch/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-ddFG+4Un+AYkQVRP62zhxcc9wd1mZIxGe/vzOzAyZYpRuZQ60cqTQItOYpysYqc9LG4QG470DJemtNFGspiypA==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + safevalues: 0.3.4 + tslib: 2.4.1 + dev: false + + /@material/tab-bar/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-1SfhxOkoyeEPq/SlhIVP/Eiuhr46jqmvYSZOugTurL3TiK6Zilk+n5fAQCwElcvK/Dyf+n5mFR2RDFWdu+CZkA==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/tab': 15.0.0-canary.ecfee946f.0 + '@material/tab-indicator': 15.0.0-canary.ecfee946f.0 + '@material/tab-scroller': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/tab-indicator/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-yhfU8Jhbrk4tmdYLAGWfKTmJjE8SqWnZSCFNrcEB9jz/z8CDiH5X1I8FLPNfDgQRpbPnMyDCWwc7xeG4xHcnzA==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/tab-scroller/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-ZpmqxgO3yAolCz1WvBnG9t002XvpPYWnVN5fbLtGNqE5B30AJwSxoAAkNjDQEZ3TzxcYGN8PhhdG3jY4KiQfbg==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/tab': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/tab/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-XASQrQ6gVmz/XpzwtqlfJtYV3QFqxToWiCJsiVwZNE35bg8MvbWQOb9xllvVjIaTvaTgplwG5xOcYOxk4jzR0Q==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/focus-ring': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/tab-indicator': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/textfield/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-npbX0f3C3v46L8/O3/90ExrKNBNCos+Qe/GCgXSO+AbSciPLHhoP+FVjlxfGI1IZtwjg9pd0O78Kymv6h6f9cQ==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/density': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/floating-label': 15.0.0-canary.ecfee946f.0 + '@material/line-ripple': 15.0.0-canary.ecfee946f.0 + '@material/notched-outline': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/theme/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-H8HDrJBZp6kIUYxdfMPYpin7G18/ZI2yp7kSSJfhyir4sYgr7irNWl9DunSI2s90StYmz3m8SiK7XmMhpm2w2A==} + dependencies: + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/tokens/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-hHBGM/UsqsSkmujYTe8k0VEtB0tdhF0IOnpMeRCi0CHwbJBmo4nMEhEK7uhwGfR4HwJNlrNKr2XV7EvsZgOnig==} + dependencies: + '@material/elevation': 15.0.0-canary.ecfee946f.0 + dev: false + + /@material/tooltip/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-AUp5R7RRCY6uryhNbgIx8ayBraWcXw66RHDz7SnFqqEZKT8nj3S9yAMJwGiePhw/CyCghB0yc4mYJreL+fP9qQ==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/button': 15.0.0-canary.ecfee946f.0 + '@material/dom': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/tokens': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + safevalues: 0.3.4 + tslib: 2.4.1 + dev: false + + /@material/top-app-bar/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-JQiP4l9GhbQgVB3k+EsNbxXc1Uuitvi7wMRnPSwoTjw2wZsbRF5BZHdkAuMXdBHt1iWkneRq6JayMv7B56cD9Q==} + dependencies: + '@material/animation': 15.0.0-canary.ecfee946f.0 + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/elevation': 15.0.0-canary.ecfee946f.0 + '@material/ripple': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + '@material/shape': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + '@material/typography': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/touch-target/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-SfV5EIqbulciOtFoZtuiFkep8jcNcEoEe/nz2h26zZvC4ozbX6Sd4gd0gphLMrWMJajMDj/Zg+awEOfLESNnjA==} + dependencies: + '@material/base': 15.0.0-canary.ecfee946f.0 + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/rtl': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@material/typography/15.0.0-canary.ecfee946f.0: + resolution: {integrity: sha512-hjX4M4Y1AuhchpkyhmMmG5ulGXqknKOQvsGq/w1fEK5xKmBEXoQK5bQ1xwcFE+NS2k3CMujCkoHe/biz/eHX4Q==} + dependencies: + '@material/feature-targeting': 15.0.0-canary.ecfee946f.0 + '@material/theme': 15.0.0-canary.ecfee946f.0 + tslib: 2.4.1 + dev: false + + /@ngtools/webpack/15.0.0_5zngmbtjuimwhcm2k2vrvrqtg4: + resolution: {integrity: sha512-pI/Ul9mgE98bjPkUiNRLXIn3ulmUgJMD4Zj8RUUk55gTg3IJygyaag/l/C5e7StKMWygHdnvQgU63U360zqEiQ==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^14.0.0 - typescript: '>=4.6.2 <4.9' + '@angular/compiler-cli': ^15.0.0 + typescript: ~4.8.2 webpack: ^5.54.0 dependencies: - '@angular/compiler-cli': 14.2.1_jagqdy52izgbw7a2hmfphgfdtq + '@angular/compiler-cli': 15.0.0_wi64dnikphprnhepyj5q2xqyru typescript: 4.8.4 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.75.0_esbuild@0.15.13 dev: true /@nodelib/fs.scandir/2.1.5: @@ -3336,94 +3118,106 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@gar/promisify': 1.1.3 - semver: 7.3.7 + semver: 7.3.8 dev: true - /@npmcli/git/3.0.2: - resolution: {integrity: sha512-CAcd08y3DWBJqJDpfuVL0uijlq5oaXaOJEKHKc4wqrjd00gkvTZB+nFuLn+doOOKddaQS9JfqtNoFCO2LCvA3w==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /@npmcli/fs/3.1.0: + resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + semver: 7.3.8 + dev: true + + /@npmcli/git/4.0.2: + resolution: {integrity: sha512-jBSmCI3F6KTZrWwez6mH6lJPWg3llZlQiHR05/sOw83H1vMc9nnL39ceP8x3SEkDJkaluXG/w4drdYS4FDONgA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - '@npmcli/promise-spawn': 3.0.0 + '@npmcli/promise-spawn': 5.0.0 lru-cache: 7.14.0 mkdirp: 1.0.4 - npm-pick-manifest: 7.0.1 - proc-log: 2.0.1 + npm-pick-manifest: 8.0.1 + proc-log: 3.0.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.3.7 + semver: 7.3.8 which: 2.0.2 transitivePeerDependencies: - bluebird dev: true - /@npmcli/installed-package-contents/1.0.7: - resolution: {integrity: sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==} - engines: {node: '>= 10'} + /@npmcli/installed-package-contents/2.0.1: + resolution: {integrity: sha512-GIykAFdOVK31Q1/zAtT5MbxqQL2vyl9mvFJv+OGu01zxbhL3p0xc8gJjdNGX1mWmUT43aEKVO2L6V/2j4TOsAA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - npm-bundled: 1.1.2 - npm-normalize-package-bin: 1.0.1 + npm-bundled: 3.0.0 + npm-normalize-package-bin: 3.0.0 dev: true /@npmcli/move-file/2.0.1: resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + deprecated: This functionality has been moved to @npmcli/fs dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 dev: true - /@npmcli/node-gyp/2.0.0: - resolution: {integrity: sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /@npmcli/node-gyp/3.0.0: + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true - /@npmcli/promise-spawn/3.0.0: - resolution: {integrity: sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /@npmcli/promise-spawn/5.0.0: + resolution: {integrity: sha512-q+Le2urM3NdxSFHj+VZXLTHKgmWxqHXUSqM5m9bjnV3EtThtJor64f5inmBkO9uEGZnhpjW0wL67Qf5qcgZkxw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /@npmcli/promise-spawn/6.0.1: + resolution: {integrity: sha512-+hcUpxgx0vEpDJI9Cn+lkTdKLoqKBXFCVps5H7FujEU2vLOp6KwqjLlxbnz8Wzgm8oEqW/u5FeNAXSFjLdCD0A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - infer-owner: 1.0.4 + which: 3.0.0 dev: true - /@npmcli/run-script/4.2.1: - resolution: {integrity: sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /@npmcli/run-script/6.0.0: + resolution: {integrity: sha512-ql+AbRur1TeOdl1FY+RAwGW9fcr4ZwiVKabdvm93mujGREVuVLbdkXRJDrkTXSdCjaxYydr1wlA2v67jxWG5BQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - '@npmcli/node-gyp': 2.0.0 - '@npmcli/promise-spawn': 3.0.0 + '@npmcli/node-gyp': 3.0.0 + '@npmcli/promise-spawn': 6.0.1 node-gyp: 9.1.0 - read-package-json-fast: 2.0.3 - which: 2.0.2 + read-package-json-fast: 3.0.0 + which: 3.0.0 transitivePeerDependencies: - bluebird - supports-color dev: true - /@nrwl/angular/14.8.2_epetz3i4o3lp432gyakjnbs6py: - resolution: {integrity: sha512-nFhkO1erLFHK44fRdwcV2pMztHz6jfHqqulJmH00O20n5OqV9yXXL+AO3VrZSVTc6d0lETwoAWj5TvI8U0UmAw==} + /@nrwl/angular/15.0.13_x4y5xc3i6ea6luizhkv5c42sna: + resolution: {integrity: sha512-3RMW67VNsM0l+3KXDHTUFpT/hWys6qzXey0ePVohTk/QHztBZM/YcWn+IcSSu5pL54/2dXKM+SyVncBQ4CbHlA==} requiresBuild: true dependencies: '@angular-devkit/schematics': 14.2.2_chokidar@3.5.3 - '@nrwl/cypress': 14.8.2_qibk3rn7tb37nlp2lwi6sgzmzu - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/jest': 14.8.2_llee6kmhybsd52oysiprnhlmvm - '@nrwl/linter': 14.8.2_b2zs6ysqce6ribkzyrfrshixcq - '@nrwl/storybook': 14.8.2_qibk3rn7tb37nlp2lwi6sgzmzu - '@nrwl/webpack': 14.8.2_bkdaeo33yifiyaqdmkj7k4ek2u - '@nrwl/workspace': 14.8.2_ktx6atujy2jenroshyaeyztqxe + '@nrwl/cypress': 15.0.13_gc2fcfqplnq6bbdvt74wpmhryy + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/jest': 15.0.13_7nt3gaxrxhbj7lylmhubk32sim + '@nrwl/linter': 15.0.13_bcq73mylmhux5wlc4fv6tugdcq + '@nrwl/storybook': 15.0.13_gc2fcfqplnq6bbdvt74wpmhryy + '@nrwl/webpack': 15.0.13_yv3dtsap5xdpjvejm5ka3zbwtu + '@nrwl/workspace': 15.0.13_qmtqiu5u5q2m4by6yqn7qwy7c4 '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 '@schematics/angular': 14.2.2_chokidar@3.5.3 chalk: 4.1.0 chokidar: 3.5.3 http-server: 14.1.1 ignore: 5.2.0 - jasmine-marbles: 0.8.4_rxjs@7.5.6 - magic-string: 0.26.3 + magic-string: 0.26.7 minimatch: 3.0.5 semver: 7.3.4 - ts-node: 10.9.1_p7mthwln2shynjad7kcqanrvhq + ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 tsconfig-paths: 3.14.1 - tslib: 2.4.0 + tslib: 2.4.1 webpack: 5.74.0 webpack-merge: 5.7.3 transitivePeerDependencies: @@ -3446,7 +3240,6 @@ packages: - node-sass - nx - prettier - - rxjs - sass-embedded - supports-color - typescript @@ -3456,44 +3249,47 @@ packages: - webpack-cli dev: true - /@nrwl/cli/14.8.2: - resolution: {integrity: sha512-I+oblryFkZJYk9TMsBWNdN0SV7OjsiD80gD1WjA1KXEQiFVfopYgwErBrxoenodncXrMFRCk/QR9U5F+23+Vow==} + /@nrwl/cli/15.0.13: + resolution: {integrity: sha512-w0oOP4v176CbD34+VytiAItIH3fOeiaccq7T2Un/hhx+/Q9mdO/VWyYZOKmp85uGodx/yZ6LyGW6rX0BjM0Rsg==} dependencies: - nx: 14.8.2 + nx: 15.0.13 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' + - debug dev: true - /@nrwl/cypress/14.8.2_nafsqfeirrd4vlp4e2t56jmzju: - resolution: {integrity: sha512-Drpksc6WZ43SQ6VB6hezDzxccJ2W5vQgLed/wxgSTqPHaYH5GbKIcma+FsC6MAbS2LJEE8ItRf5usLK1C1NSnA==} + /@nrwl/cypress/15.0.13_gc2fcfqplnq6bbdvt74wpmhryy: + resolution: {integrity: sha512-KFopCs2XSMVGDby37RtmU1Os0ikbM+9EWwr+tuMahZ+EtXmBsbH4qK6ljiKKcUyMGMYEykRsRLHYfs+WBZA9Mg==} peerDependencies: cypress: '>= 3 < 11' peerDependenciesMeta: cypress: optional: true dependencies: - '@babel/core': 7.18.13 - '@babel/preset-env': 7.18.10_@babel+core@7.18.13 - '@cypress/webpack-preprocessor': 5.12.2_zuiwo4divcbac2tzkd6yjfn7eu - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/linter': 14.8.2_z2ct3jigj5ozojeyryeuale6ri - '@nrwl/workspace': 14.8.2_xqhu76toy2qols74litend5lw4 + '@babel/core': 7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@cypress/webpack-preprocessor': 5.12.2_tqfaqu5vtvosazit4qcxrnrcmq + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/linter': 15.0.13_bcq73mylmhux5wlc4fv6tugdcq + '@nrwl/workspace': 15.0.13_qmtqiu5u5q2m4by6yqn7qwy7c4 '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 - babel-loader: 8.2.5_tb6moc662p5idmcg3l5ipbhpta + babel-loader: 8.2.5_hkczypimj4evef4hfazf6yfxte chalk: 4.1.0 - cypress: 10.7.0 + cypress: 11.0.0 dotenv: 10.0.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e + semver: 7.3.4 ts-loader: 9.3.1_qqxisngxjbp7lstdk7boexbu3e tsconfig-paths-webpack-plugin: 3.5.2 - tslib: 2.4.0 + tslib: 2.4.1 webpack: 5.74.0 webpack-node-externals: 3.0.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - esbuild - eslint - node-notifier @@ -3507,35 +3303,37 @@ packages: - webpack-cli dev: true - /@nrwl/cypress/14.8.2_qibk3rn7tb37nlp2lwi6sgzmzu: - resolution: {integrity: sha512-Drpksc6WZ43SQ6VB6hezDzxccJ2W5vQgLed/wxgSTqPHaYH5GbKIcma+FsC6MAbS2LJEE8ItRf5usLK1C1NSnA==} + /@nrwl/cypress/15.0.13_x4y5xc3i6ea6luizhkv5c42sna: + resolution: {integrity: sha512-KFopCs2XSMVGDby37RtmU1Os0ikbM+9EWwr+tuMahZ+EtXmBsbH4qK6ljiKKcUyMGMYEykRsRLHYfs+WBZA9Mg==} peerDependencies: cypress: '>= 3 < 11' peerDependenciesMeta: cypress: optional: true dependencies: - '@babel/core': 7.18.13 - '@babel/preset-env': 7.18.10_@babel+core@7.18.13 - '@cypress/webpack-preprocessor': 5.12.2_zuiwo4divcbac2tzkd6yjfn7eu - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/linter': 14.8.2_b2zs6ysqce6ribkzyrfrshixcq - '@nrwl/workspace': 14.8.2_ktx6atujy2jenroshyaeyztqxe + '@babel/core': 7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@cypress/webpack-preprocessor': 5.12.2_tqfaqu5vtvosazit4qcxrnrcmq + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/linter': 15.0.13_3b6jxs7g5xzsszbuxxzuyrkx3i + '@nrwl/workspace': 15.0.13_jghr3pa6pc4bdh5exx3m2yejpa '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 - babel-loader: 8.2.5_tb6moc662p5idmcg3l5ipbhpta + babel-loader: 8.2.5_hkczypimj4evef4hfazf6yfxte chalk: 4.1.0 - cypress: 10.7.0 + cypress: 11.0.0 dotenv: 10.0.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e + semver: 7.3.4 ts-loader: 9.3.1_qqxisngxjbp7lstdk7boexbu3e tsconfig-paths-webpack-plugin: 3.5.2 - tslib: 2.4.0 + tslib: 2.4.1 webpack: 5.74.0 webpack-node-externals: 3.0.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - esbuild - eslint - node-notifier @@ -3549,22 +3347,23 @@ packages: - webpack-cli dev: true - /@nrwl/devkit/14.8.2_nx@14.8.2+typescript@4.8.4: - resolution: {integrity: sha512-E83lS5h5itwHi1Pz6vEmj3OZcQ51N/k0DRuhEPbIceOsP5wxVawj0bcvJ04BoMzf04p4ARU+kk8IvWAjZf2RpQ==} + /@nrwl/devkit/15.0.13_dtuttet22dxzt73ll2oxv2ugvu: + resolution: {integrity: sha512-/8k7wbBRFf2UC+T4F+vWMy3bfSGi+uK6RwXk53moLq3nxehXaQhRiCqasC6VJFUw3zK6luu2T7xkPUlA9K9l4w==} peerDependencies: - nx: '>= 13.10 <= 15' + nx: '>= 14 <= 16' dependencies: '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 ejs: 3.1.8 ignore: 5.2.0 - nx: 14.8.2 - tslib: 2.4.0 + nx: 15.0.13 + semver: 7.3.4 + tslib: 2.4.1 transitivePeerDependencies: - typescript dev: true - /@nrwl/eslint-plugin-nx/14.8.2_twgmrattibsjkctivdyjjl44wa: - resolution: {integrity: sha512-FuePw2q4ryfv/9SwG4CtxTA8LP1x0vOwGjVKGMR1x/RjOqE4uZ7/5Xu+vKnWpqCzienNwKHSamRjqSI/hq1ARQ==} + /@nrwl/eslint-plugin-nx/15.0.13_s4gmpivm2khd2dxreyj4jbixim: + resolution: {integrity: sha512-1OL8oGDKK+3Hdth9OS3SA7lUykN+BjhySBmk2y6IYO71DwGFXxoKkswDvMj6KXARya92zhb+s+OfHN7akZB6OQ==} peerDependencies: '@typescript-eslint/parser': ^5.29.0 eslint-config-prettier: ^8.1.0 @@ -3572,18 +3371,19 @@ packages: eslint-config-prettier: optional: true dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/workspace': 14.8.2_xqhu76toy2qols74litend5lw4 - '@typescript-eslint/parser': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty - '@typescript-eslint/utils': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/workspace': 15.0.13_jghr3pa6pc4bdh5exx3m2yejpa + '@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/utils': 5.38.1_rmayb2veg2btbq6mbmnyivgasy chalk: 4.1.0 confusing-browser-globals: 1.0.11 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint-config-prettier: 8.5.0_eslint@8.27.0 semver: 7.3.4 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - eslint - node-notifier - nx @@ -3593,21 +3393,21 @@ packages: - typescript dev: true - /@nrwl/jest/14.8.2_llee6kmhybsd52oysiprnhlmvm: - resolution: {integrity: sha512-16i8RqQ5pnx60XYdE/rfpQPfGJrzR/TE6sGVAGjYzNavnIRH6nZghwIL3KTDKOieUu6xPSDfdTcPWA+GRqTucA==} + /@nrwl/jest/15.0.13_7nt3gaxrxhbj7lylmhubk32sim: + resolution: {integrity: sha512-env+EO+uvyw85dL7tPwR6VFe0CLGcn82EAaxFwY83XUmdM9n92OR2XY0RecoDzo6uL2kRFb8x++Jy3OVLmqVYA==} dependencies: '@jest/reporters': 28.1.1 '@jest/test-result': 28.1.1 - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 chalk: 4.1.0 dotenv: 10.0.0 identity-obj-proxy: 3.0.0 - jest-config: 28.1.1_gsb7asu77en4txj3es3i65pxci + jest-config: 28.1.1_odkjkoia5xunhxkdrka32ib6vi jest-resolve: 28.1.1 jest-util: 28.1.1 resolve.exports: 1.1.0 - tslib: 2.4.0 + tslib: 2.4.1 transitivePeerDependencies: - '@types/node' - node-notifier @@ -3617,21 +3417,21 @@ packages: - typescript dev: true - /@nrwl/jest/14.8.2_qiujcc5jhn55nmbquh5ibzlmdi: - resolution: {integrity: sha512-16i8RqQ5pnx60XYdE/rfpQPfGJrzR/TE6sGVAGjYzNavnIRH6nZghwIL3KTDKOieUu6xPSDfdTcPWA+GRqTucA==} + /@nrwl/jest/15.0.13_x7szfkpk4qkxeetfhmjdod3br4: + resolution: {integrity: sha512-env+EO+uvyw85dL7tPwR6VFe0CLGcn82EAaxFwY83XUmdM9n92OR2XY0RecoDzo6uL2kRFb8x++Jy3OVLmqVYA==} dependencies: '@jest/reporters': 28.1.1 '@jest/test-result': 28.1.1 - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 chalk: 4.1.0 dotenv: 10.0.0 identity-obj-proxy: 3.0.0 - jest-config: 28.1.1_@types+node@18.7.14 + jest-config: 28.1.1_@types+node@18.11.9 jest-resolve: 28.1.1 jest-util: 28.1.1 resolve.exports: 1.1.0 - tslib: 2.4.0 + tslib: 2.4.1 transitivePeerDependencies: - '@types/node' - node-notifier @@ -3641,13 +3441,13 @@ packages: - typescript dev: true - /@nrwl/js/14.8.2_2y2vwlq4vi7i4c5aehvaul3efa: - resolution: {integrity: sha512-B3WxtqPPwmTNEjY7I/XlyjIhWGCCHzzgi3Ps+1tluvM1w/H8pHh9m095V8sondxD+mFjU1S+yZfKWzBb4OtAtQ==} + /@nrwl/js/15.0.13_qsabhg3ynzrhnmjfefdoaubchu: + resolution: {integrity: sha512-BoUyvwhxExALCF7pjvDZL8g1z9C65+wI0J0tRGJAZpg+F+JOt/qHowzZ96sSbcI9+5RpHk5ikA8flUP3VV9Saw==} dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/jest': 14.8.2_llee6kmhybsd52oysiprnhlmvm - '@nrwl/linter': 14.8.2_b2zs6ysqce6ribkzyrfrshixcq - '@nrwl/workspace': 14.8.2_ktx6atujy2jenroshyaeyztqxe + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/jest': 15.0.13_7nt3gaxrxhbj7lylmhubk32sim + '@nrwl/linter': 15.0.13_bcq73mylmhux5wlc4fv6tugdcq + '@nrwl/workspace': 15.0.13_qmtqiu5u5q2m4by6yqn7qwy7c4 '@parcel/watcher': 2.0.4 chalk: 4.1.0 fast-glob: 3.2.7 @@ -3661,6 +3461,7 @@ packages: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - eslint - node-notifier - nx @@ -3670,58 +3471,60 @@ packages: - typescript dev: true - /@nrwl/linter/14.8.2_b2zs6ysqce6ribkzyrfrshixcq: - resolution: {integrity: sha512-9ZQnVpEpQIx2QWGYahASgQO89FKKivPtXpOPzDyxxqmX9TAOFYF6dY27CwKjV4ZJ4LyHZ6MtC4L9PyRoS3I8ig==} + /@nrwl/linter/15.0.13_3b6jxs7g5xzsszbuxxzuyrkx3i: + resolution: {integrity: sha512-u/6eO6k/9ceVP0y/0dbDUcoHh/MNebTa8DBugarhKgRYXyA0jIIg3ZIw2oJmKaIVicFMAAM2uxkyVQUvIltiuA==} peerDependencies: eslint: ^8.0.0 peerDependenciesMeta: eslint: optional: true dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/jest': 14.8.2_llee6kmhybsd52oysiprnhlmvm + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/jest': 15.0.13_x7szfkpk4qkxeetfhmjdod3br4 '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 - eslint: 8.21.0 - nx: 14.8.2 + eslint: 8.27.0 + nx: 15.0.13 tmp: 0.2.1 - tslib: 2.4.0 + tslib: 2.4.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - node-notifier - supports-color - ts-node - typescript dev: true - /@nrwl/linter/14.8.2_z2ct3jigj5ozojeyryeuale6ri: - resolution: {integrity: sha512-9ZQnVpEpQIx2QWGYahASgQO89FKKivPtXpOPzDyxxqmX9TAOFYF6dY27CwKjV4ZJ4LyHZ6MtC4L9PyRoS3I8ig==} + /@nrwl/linter/15.0.13_bcq73mylmhux5wlc4fv6tugdcq: + resolution: {integrity: sha512-u/6eO6k/9ceVP0y/0dbDUcoHh/MNebTa8DBugarhKgRYXyA0jIIg3ZIw2oJmKaIVicFMAAM2uxkyVQUvIltiuA==} peerDependencies: eslint: ^8.0.0 peerDependenciesMeta: eslint: optional: true dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/jest': 14.8.2_qiujcc5jhn55nmbquh5ibzlmdi + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/jest': 15.0.13_7nt3gaxrxhbj7lylmhubk32sim '@phenomnomnominal/tsquery': 4.1.1_typescript@4.8.4 - eslint: 8.21.0 - nx: 14.8.2 + eslint: 8.27.0 + nx: 15.0.13 tmp: 0.2.1 - tslib: 2.4.0 + tslib: 2.4.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - node-notifier - supports-color - ts-node - typescript dev: true - /@nrwl/nx-cloud/14.7.0: - resolution: {integrity: sha512-sEGK5Ire5DC2liIsT89qR6SzZa46uinmWEAMz8ocMuu7nIMnwV9m15qajxhmYKasYsq9vTeT+x7BlZ4fnxPrNg==} + /@nrwl/nx-cloud/15.0.2: + resolution: {integrity: sha512-DaTASuXmGyQHMxJuK6y3f7fs+Q0qQCfYDIDVGK9muNwN/QItLeWdRNltLQxbrBeS112kQTu2FPsr0DmRD60+0A==} hasBin: true dependencies: axios: 0.21.4 @@ -3736,13 +3539,13 @@ packages: - debug dev: true - /@nrwl/storybook/14.8.2_qibk3rn7tb37nlp2lwi6sgzmzu: - resolution: {integrity: sha512-Fqt/hsMGW+Rj0JvZQenKXmVFDcOfQP8k3XRD28kK3Nxw/y2oigicRNY5dq9H4y/0Qk60EFng+TxHBpG0y7kdAw==} + /@nrwl/storybook/15.0.13_gc2fcfqplnq6bbdvt74wpmhryy: + resolution: {integrity: sha512-96OJu53SVYi8HllNe9TS/dJRVE2RywsscxhvWt9tOj2pdlunz07rGkyYcnwTxQOQKLe8NsMnjmIGgVMsQxlBQQ==} dependencies: - '@nrwl/cypress': 14.8.2_qibk3rn7tb37nlp2lwi6sgzmzu - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/linter': 14.8.2_b2zs6ysqce6ribkzyrfrshixcq - '@nrwl/workspace': 14.8.2_ktx6atujy2jenroshyaeyztqxe + '@nrwl/cypress': 15.0.13_gc2fcfqplnq6bbdvt74wpmhryy + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/linter': 15.0.13_bcq73mylmhux5wlc4fv6tugdcq + '@nrwl/workspace': 15.0.13_qmtqiu5u5q2m4by6yqn7qwy7c4 dotenv: 10.0.0 semver: 7.3.4 transitivePeerDependencies: @@ -3750,6 +3553,7 @@ packages: - '@swc/core' - '@types/node' - cypress + - debug - esbuild - eslint - node-notifier @@ -3763,29 +3567,31 @@ packages: - webpack-cli dev: true - /@nrwl/tao/14.8.2: - resolution: {integrity: sha512-a4+O307YZJf1H6CDQFGs4DoUvl7xUFSJo2rNHoR9jDlWU+Ug3n0iivX7Fih6Ui0gX4ocEpRwzNMmJhEmEq1BYw==} + /@nrwl/tao/15.0.13: + resolution: {integrity: sha512-z55RKnVOYsiABKFUIj+QBf6I4fUwTlObxJpgUJp0i3E97P3BgbzhTG1EhuBxLH8fGKrbOAPs0ct38Asl+zGZfQ==} hasBin: true dependencies: - nx: 14.8.2 + nx: 15.0.13 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' + - debug dev: true - /@nrwl/webpack/14.8.2_bkdaeo33yifiyaqdmkj7k4ek2u: - resolution: {integrity: sha512-RXH201qDgmyTWNdoVnSoDIJ3p2kf5TV94lMWlb3bzCwq4EjZpT5nC8Lu6fUV/k9j+SMaZ24TzpSFDN58167ndA==} + /@nrwl/webpack/15.0.13_yv3dtsap5xdpjvejm5ka3zbwtu: + resolution: {integrity: sha512-DIeu7WhdWB0kYGRcFi5Kl+t0X4guMhiVGOMilC2pzdB80sI8th3mV+NV/iNHPnOuMVWTufrLjy4mhAA8ODLq3g==} dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/js': 14.8.2_2y2vwlq4vi7i4c5aehvaul3efa - '@nrwl/workspace': 14.8.2_ktx6atujy2jenroshyaeyztqxe - autoprefixer: 10.4.12_postcss@8.4.16 + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/js': 15.0.13_qsabhg3ynzrhnmjfefdoaubchu + '@nrwl/workspace': 15.0.13_qmtqiu5u5q2m4by6yqn7qwy7c4 + autoprefixer: 10.4.13_postcss@8.4.18 babel-loader: 8.2.5_webpack@5.74.0 - browserslist: 4.21.3 - caniuse-lite: 1.0.30001414 + browserslist: 4.21.4 + caniuse-lite: 1.0.30001429 chalk: 4.1.0 chokidar: 3.5.3 copy-webpack-plugin: 10.2.4_webpack@5.74.0 + css-loader: 6.7.1_webpack@5.74.0 css-minimizer-webpack-plugin: 3.4.1_webpack@5.74.0 dotenv: 10.0.0 file-loader: 6.2.0_webpack@5.74.0 @@ -3793,31 +3599,31 @@ packages: fs-extra: 10.1.0 ignore: 5.2.0 less: 3.12.2 - less-loader: 10.2.0_less@3.12.2+webpack@5.74.0 + less-loader: 11.1.0_less@3.12.2+webpack@5.74.0 license-webpack-plugin: 4.0.2_webpack@5.74.0 - loader-utils: 1.2.3 + loader-utils: 2.0.3 mini-css-extract-plugin: 2.4.7_webpack@5.74.0 parse5: 4.0.0 parse5-html-rewriting-stream: 6.0.1 - postcss: 8.4.16 - postcss-import: 14.1.0_postcss@8.4.16 - postcss-loader: 6.2.1_qjv4cptcpse3y5hrjkrbb7drda + postcss: 8.4.18 + postcss-import: 14.1.0_postcss@8.4.18 + postcss-loader: 6.2.1_igyeriywjd4lwzfk4socqbj2qi raw-loader: 4.0.2_webpack@5.74.0 rxjs: 6.6.7 - sass: 1.54.7 - sass-loader: 12.6.0_sass@1.54.7+webpack@5.74.0 + sass: 1.56.0 + sass-loader: 12.6.0_sass@1.56.0+webpack@5.74.0 source-map-loader: 3.0.1_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 stylus: 0.55.0 - stylus-loader: 6.2.0_772wava6yveehcyvgfd527qm3q + stylus-loader: 7.1.0_772wava6yveehcyvgfd527qm3q terser-webpack-plugin: 5.3.6_webpack@5.74.0 ts-loader: 9.3.1_qqxisngxjbp7lstdk7boexbu3e - ts-node: 10.9.1_p7mthwln2shynjad7kcqanrvhq + ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 tsconfig-paths: 3.14.1 tsconfig-paths-webpack-plugin: 3.5.2 - tslib: 2.4.0 + tslib: 2.4.1 webpack: 5.74.0 - webpack-dev-server: 4.11.0_webpack@5.74.0 + webpack-dev-server: 4.11.1_webpack@5.74.0 webpack-merge: 5.8.0 webpack-node-externals: 3.0.0 webpack-sources: 3.2.3 @@ -3850,17 +3656,17 @@ packages: - webpack-cli dev: true - /@nrwl/workspace/14.8.2_ktx6atujy2jenroshyaeyztqxe: - resolution: {integrity: sha512-I/i8JKqnWUo/Ogt8Oze7LgvB906DF6as+Ti6bSLw9EyEUIL7/g95NbgDSppUZl+K+IH1eFPPh0z0+I9zFhMwlA==} + /@nrwl/workspace/15.0.13_jghr3pa6pc4bdh5exx3m2yejpa: + resolution: {integrity: sha512-G+emebnp8lIOf4ytYd3fUIGhVtnZAg+qhkXYyYZdlsNFBK1qYmkCVPIAL8fLLnHNT1NXe5zYTJzoHEEl/eoKSw==} peerDependencies: prettier: ^2.6.2 peerDependenciesMeta: prettier: optional: true dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/jest': 14.8.2_llee6kmhybsd52oysiprnhlmvm - '@nrwl/linter': 14.8.2_b2zs6ysqce6ribkzyrfrshixcq + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/jest': 15.0.13_x7szfkpk4qkxeetfhmjdod3br4 + '@nrwl/linter': 15.0.13_3b6jxs7g5xzsszbuxxzuyrkx3i '@parcel/watcher': 2.0.4 chalk: 4.1.0 chokidar: 3.5.3 @@ -3875,19 +3681,20 @@ packages: ignore: 5.2.0 minimatch: 3.0.5 npm-run-path: 4.0.1 - nx: 14.8.2 + nx: 15.0.13 open: 8.4.0 prettier: 2.7.1 rxjs: 6.6.7 semver: 7.3.4 tmp: 0.2.1 - tslib: 2.4.0 - yargs: 17.5.1 - yargs-parser: 21.0.1 + tslib: 2.4.1 + yargs: 17.6.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - eslint - node-notifier - supports-color @@ -3895,17 +3702,17 @@ packages: - typescript dev: true - /@nrwl/workspace/14.8.2_xqhu76toy2qols74litend5lw4: - resolution: {integrity: sha512-I/i8JKqnWUo/Ogt8Oze7LgvB906DF6as+Ti6bSLw9EyEUIL7/g95NbgDSppUZl+K+IH1eFPPh0z0+I9zFhMwlA==} + /@nrwl/workspace/15.0.13_qmtqiu5u5q2m4by6yqn7qwy7c4: + resolution: {integrity: sha512-G+emebnp8lIOf4ytYd3fUIGhVtnZAg+qhkXYyYZdlsNFBK1qYmkCVPIAL8fLLnHNT1NXe5zYTJzoHEEl/eoKSw==} peerDependencies: prettier: ^2.6.2 peerDependenciesMeta: prettier: optional: true dependencies: - '@nrwl/devkit': 14.8.2_nx@14.8.2+typescript@4.8.4 - '@nrwl/jest': 14.8.2_qiujcc5jhn55nmbquh5ibzlmdi - '@nrwl/linter': 14.8.2_z2ct3jigj5ozojeyryeuale6ri + '@nrwl/devkit': 15.0.13_dtuttet22dxzt73ll2oxv2ugvu + '@nrwl/jest': 15.0.13_7nt3gaxrxhbj7lylmhubk32sim + '@nrwl/linter': 15.0.13_bcq73mylmhux5wlc4fv6tugdcq '@parcel/watcher': 2.0.4 chalk: 4.1.0 chokidar: 3.5.3 @@ -3920,19 +3727,20 @@ packages: ignore: 5.2.0 minimatch: 3.0.5 npm-run-path: 4.0.1 - nx: 14.8.2 + nx: 15.0.13 open: 8.4.0 prettier: 2.7.1 rxjs: 6.6.7 semver: 7.3.4 tmp: 0.2.1 - tslib: 2.4.0 - yargs: 17.5.1 - yargs-parser: 21.0.1 + tslib: 2.4.1 + yargs: 17.6.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - '@types/node' + - debug - eslint - node-notifier - supports-color @@ -3958,31 +3766,38 @@ packages: typescript: 4.8.4 dev: true - /@rollup/plugin-json/4.1.0_rollup@2.78.1: - resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==} + /@rollup/plugin-json/5.0.1_rollup@3.2.3: + resolution: {integrity: sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw==} + engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^1.20.0 || ^2.0.0 + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.78.1 - rollup: 2.78.1 + '@rollup/pluginutils': 5.0.2_rollup@3.2.3 + rollup: 3.2.3 dev: true - /@rollup/plugin-node-resolve/13.3.0_rollup@2.78.1: - resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} - engines: {node: '>= 10.0.0'} + /@rollup/plugin-node-resolve/15.0.1_rollup@3.2.3: + resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} + engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^2.42.0 + rollup: ^2.78.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.78.1 - '@types/resolve': 1.17.1 + '@rollup/pluginutils': 5.0.2_rollup@3.2.3 + '@types/resolve': 1.20.2 deepmerge: 4.2.2 is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 2.78.1 + rollup: 3.2.3 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.78.1: + /@rollup/pluginutils/3.1.0_rollup@3.2.3: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -3991,18 +3806,22 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.78.1 + rollup: 3.2.3 dev: true - /@schematics/angular/14.2.2: - resolution: {integrity: sha512-ExejSuQrkhVzcvq1MH1hSHufp2HUrrCSb0ol1JVlekIkq6H3A5839/8mDC6U/stRMo/gNz01sibBBJmQwH2h6Q==} - engines: {node: ^14.15.0 || >=16.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + /@rollup/pluginutils/5.0.2_rollup@3.2.3: + resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - '@angular-devkit/core': 14.2.2 - '@angular-devkit/schematics': 14.2.2 - jsonc-parser: 3.1.0 - transitivePeerDependencies: - - chokidar + '@types/estree': 1.0.0 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 3.2.3 dev: true /@schematics/angular/14.2.2_chokidar@3.5.3: @@ -4016,6 +3835,17 @@ packages: - chokidar dev: true + /@schematics/angular/15.0.0: + resolution: {integrity: sha512-Wr0tMlLuhCYpnub3IpigJKUsXSuEEApw1lm5rciHGY8o8BPccRNxnnTpxnoN1Cm0HyXjRoWL5oaDqUTl/gLj9A==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + dependencies: + '@angular-devkit/core': 15.0.0 + '@angular-devkit/schematics': 15.0.0 + jsonc-parser: 3.2.0 + transitivePeerDependencies: + - chokidar + dev: true + /@sinclair/typebox/0.24.31: resolution: {integrity: sha512-uWZaAsh9WFhcY1rWLLcMU/omiIIAQ/PmgqplaF6UWY6ULPH0ZO8hupJRAydzlTQZJIK3Voz8o8dYlEx+Cm6BAA==} dev: true @@ -4061,8 +3891,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.18.13 - '@babel/types': 7.18.13 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.1 @@ -4071,46 +3901,46 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.18.13 - '@babel/types': 7.18.13 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 dev: true /@types/babel__traverse/7.18.1: resolution: {integrity: sha512-FSdLaZh2UxaMuLp9lixWaHq/golWTRWOnRsAXzDTDSDOQLuZb1nsdCt6pJSPWSEQt2eFZ2YVk3oYhn+1kLMeMA==} dependencies: - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 dev: true /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.30 - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/eslint-scope/3.7.4: @@ -4142,7 +3972,7 @@ packages: /@types/express-serve-static-core/4.17.30: resolution: {integrity: sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: true @@ -4159,13 +3989,13 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/istanbul-lib-coverage/2.0.4: @@ -4194,7 +4024,7 @@ packages: /@types/jsdom/16.2.15: resolution: {integrity: sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 '@types/parse5': 6.0.3 '@types/tough-cookie': 4.0.2 dev: true @@ -4215,8 +4045,8 @@ packages: resolution: {integrity: sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA==} dev: true - /@types/node/18.7.14: - resolution: {integrity: sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==} + /@types/node/18.11.9: + resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} dev: true /@types/parse-json/4.0.0: @@ -4239,16 +4069,18 @@ packages: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} dev: true - /@types/resolve/1.17.1: - resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} - dependencies: - '@types/node': 18.7.14 + /@types/resolve/1.20.2: + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} dev: true + /@types/semver/7.3.13: + resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} + dev: true + /@types/serve-index/1.9.1: resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} dependencies: @@ -4259,7 +4091,7 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/sinonjs__fake-timers/8.1.1: @@ -4273,7 +4105,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/stack-utils/2.0.1: @@ -4287,7 +4119,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /@types/yargs-parser/21.0.0: @@ -4304,12 +4136,12 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true optional: true - /@typescript-eslint/eslint-plugin/5.38.1_bzu4h7ky62maqhjzf7bo52cm6u: - resolution: {integrity: sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==} + /@typescript-eslint/eslint-plugin/5.42.1_2udltptbznfmezdozpdoa2aemq: + resolution: {integrity: sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4319,23 +4151,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty - '@typescript-eslint/scope-manager': 5.38.1 - '@typescript-eslint/type-utils': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty - '@typescript-eslint/utils': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty + '@typescript-eslint/parser': 5.42.1_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/type-utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.27.0 ignore: 5.2.0 + natural-compare-lite: 1.4.0 regexpp: 3.2.0 - semver: 7.3.7 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.38.1_n6o7c4j52sqif4e7zyvkw23cty: - resolution: {integrity: sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==} + /@typescript-eslint/parser/5.42.1_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4344,11 +4177,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.38.1 - '@typescript-eslint/types': 5.38.1 - '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4 debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.27.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color @@ -4366,11 +4199,19 @@ packages: resolution: {integrity: sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.38.1 - '@typescript-eslint/visitor-keys': 5.38.1 + '@typescript-eslint/types': 5.38.1 + '@typescript-eslint/visitor-keys': 5.38.1 + dev: true + + /@typescript-eslint/scope-manager/5.42.1: + resolution: {integrity: sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/visitor-keys': 5.42.1 dev: true - /@typescript-eslint/type-utils/5.36.2_n6o7c4j52sqif4e7zyvkw23cty: + /@typescript-eslint/type-utils/5.36.2_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4381,17 +4222,17 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.4 - '@typescript-eslint/utils': 5.36.2_n6o7c4j52sqif4e7zyvkw23cty + '@typescript-eslint/utils': 5.36.2_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.27.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.38.1_n6o7c4j52sqif4e7zyvkw23cty: - resolution: {integrity: sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==} + /@typescript-eslint/type-utils/5.42.1_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -4400,10 +4241,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 - '@typescript-eslint/utils': 5.38.1_n6o7c4j52sqif4e7zyvkw23cty + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4 + '@typescript-eslint/utils': 5.42.1_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.27.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: @@ -4420,6 +4261,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.42.1: + resolution: {integrity: sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.36.2_typescript@4.8.4: resolution: {integrity: sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4434,7 +4280,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.7 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: @@ -4455,14 +4301,35 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.7 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/typescript-estree/5.42.1_typescript@4.8.4: + resolution: {integrity: sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/visitor-keys': 5.42.1 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.36.2_n6o7c4j52sqif4e7zyvkw23cty: + /@typescript-eslint/utils/5.36.2_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4472,15 +4339,15 @@ packages: '@typescript-eslint/scope-manager': 5.36.2 '@typescript-eslint/types': 5.36.2 '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.4 - eslint: 8.21.0 + eslint: 8.27.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 + eslint-utils: 3.0.0_eslint@8.27.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.38.1_n6o7c4j52sqif4e7zyvkw23cty: + /@typescript-eslint/utils/5.38.1_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4490,9 +4357,29 @@ packages: '@typescript-eslint/scope-manager': 5.38.1 '@typescript-eslint/types': 5.38.1 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 - eslint: 8.21.0 + eslint: 8.27.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.27.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/utils/5.42.1_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.11 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.42.1 + '@typescript-eslint/types': 5.42.1 + '@typescript-eslint/typescript-estree': 5.42.1_typescript@4.8.4 + eslint: 8.27.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 + eslint-utils: 3.0.0_eslint@8.27.0 + semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript @@ -4514,6 +4401,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.42.1: + resolution: {integrity: sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.42.1 + eslint-visitor-keys: 3.3.0 + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -4637,7 +4532,7 @@ packages: engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /@zkochan/js-yaml/0.0.6: @@ -4712,7 +4607,7 @@ packages: resolution: {integrity: sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==} engines: {node: '>=8.9'} dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.3 regex-parser: 2.2.11 dev: true @@ -4932,19 +4827,35 @@ packages: hasBin: true dev: true - /autoprefixer/10.4.12_postcss@8.4.16: - resolution: {integrity: sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==} + /autoprefixer/10.4.13_postcss@8.4.18: + resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001414 + caniuse-lite: 1.0.30001429 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.16 + postcss: 8.4.18 + postcss-value-parser: 4.2.0 + dev: true + + /autoprefixer/10.4.13_postcss@8.4.19: + resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + dependencies: + browserslist: 4.21.4 + caniuse-lite: 1.0.30001429 + fraction.js: 4.2.0 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true @@ -4955,7 +4866,7 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.3 + browserslist: 4.21.4 caniuse-lite: 1.0.30001385 fraction.js: 4.2.0 normalize-range: 0.1.2 @@ -4980,22 +4891,32 @@ packages: - debug dev: true + /axios/1.1.2: + resolution: {integrity: sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==} + dependencies: + follow-redirects: 1.15.1 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: true + /axobject-query/3.0.1: resolution: {integrity: sha512-vy5JPSOibF9yAeC2PoemRdA1MuSXX7vX5osdoxKf/6OUeppAWekZ3JIJVNWFMH6wgj7uHYyqZUSqE/b/3JLV1A==} engines: {node: '>=6.0'} dev: true - /babel-jest/28.1.3_@babel+core@7.18.13: + /babel-jest/28.1.3_@babel+core@7.20.2: resolution: {integrity: sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@jest/transform': 28.1.3 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.3_@babel+core@7.18.13 + babel-preset-jest: 28.1.3_@babel+core@7.20.2 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -5003,14 +4924,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_tb6moc662p5idmcg3l5ipbhpta: + /babel-loader/8.2.5_hkczypimj4evef4hfazf6yfxte: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -5032,32 +4953,24 @@ packages: webpack: 5.74.0 dev: true - /babel-loader/8.2.5_xc6oct4hcywdrbo4ned6ytbybm: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} - engines: {node: '>= 8.9'} + /babel-loader/9.1.0_npabyccmuonwo2rku4k53xo3hi: + resolution: {integrity: sha512-Antt61KJPinUMwHwIIz9T5zfMgevnfZkEVWYDWlG888fgdvRRGD0JTuf/fFozQnfT+uq64sk1bmdHDy/mOEWnA==} + engines: {node: '>= 14.15.0'} peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' + '@babel/core': ^7.12.0 + webpack: '>=5' dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 - loader-utils: 2.0.2 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.74.0_esbuild@0.15.5 - dev: true - - /babel-plugin-dynamic-import-node/2.3.3: - resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} - dependencies: - object.assign: 4.1.4 + schema-utils: 4.0.0 + webpack: 5.75.0_esbuild@0.15.13 dev: true /babel-plugin-istanbul/6.1.1: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.20.2 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.0 @@ -5071,112 +4984,76 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.18.13 + '@babel/types': 7.20.2 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.1 dev: true - /babel-plugin-polyfill-corejs2/0.3.2_@babel+core@7.18.10: - resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-corejs2/0.3.2_@babel+core@7.18.13: - resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2: + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.13 - '@babel/core': 7.18.13 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.13 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.18.10: - resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 - core-js-compat: 3.25.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.18.13: - resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.13 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.13 - core-js-compat: 3.25.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-regenerator/0.4.0_@babel+core@7.18.10: - resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2: + resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + core-js-compat: 3.25.5 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.4.0_@babel+core@7.18.13: - resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2: + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.13 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.13 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.13: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.13 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.13 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.13 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.13 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.13 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.13 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.13 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.13 - dev: true - - /babel-preset-jest/28.1.3_@babel+core@7.18.13: + '@babel/core': 7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + dev: true + + /babel-preset-jest/28.1.3_@babel+core@7.20.2: resolution: {integrity: sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 babel-plugin-jest-hoist: 28.1.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.13 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 dev: true /balanced-match/1.0.2: @@ -5266,8 +5143,8 @@ packages: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true - /bootstrap/5.2.1: - resolution: {integrity: sha512-UQi3v2NpVPEi1n35dmRRzBJFlgvWHYwyem6yHhuT6afYF+sziEt46McRbT//kVXZ7b1YUYEVGdXEH74Nx3xzGA==} + /bootstrap/5.2.2: + resolution: {integrity: sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==} peerDependencies: '@popperjs/core': ^2.11.6 dev: false @@ -5312,7 +5189,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001414 + caniuse-lite: 1.0.30001429 electron-to-chromium: 1.4.270 node-releases: 2.0.6 update-browserslist-db: 1.0.9_browserslist@4.21.4 @@ -5354,7 +5231,7 @@ packages: /builtins/5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.3.7 + semver: 7.3.8 dev: true /bytes/3.0.0: @@ -5367,8 +5244,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /cacache/16.1.2: - resolution: {integrity: sha512-Xx+xPlfCZIUHagysjjOAje9nRo8pRDczQCcXb4J2O0BLtH+xeVue6ba4y1kfJfQMAnM2mkcoMIAyOctlaRGWYA==} + /cacache/16.1.3: + resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@npmcli/fs': 2.1.2 @@ -5388,33 +5265,28 @@ packages: rimraf: 3.0.2 ssri: 9.0.1 tar: 6.1.11 - unique-filename: 1.1.1 + unique-filename: 2.0.1 transitivePeerDependencies: - bluebird dev: true - /cacache/16.1.3: - resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /cacache/17.0.2: + resolution: {integrity: sha512-rYUs2x4OjSgCQND7nTrh21AHIBFgd7s/ctAYvU3a8u+nK+R5YaX/SFPDYz4Azz7SGL6+6L9ZZWI4Kawpb7grzQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - '@npmcli/fs': 2.1.2 - '@npmcli/move-file': 2.0.1 - chownr: 2.0.0 + '@npmcli/fs': 3.1.0 fs-minipass: 2.1.0 glob: 8.0.3 - infer-owner: 1.0.4 lru-cache: 7.14.0 minipass: 3.3.4 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: 3.0.2 - ssri: 9.0.1 + ssri: 10.0.0 tar: 6.1.11 - unique-filename: 2.0.1 + unique-filename: 3.0.0 transitivePeerDependencies: - bluebird dev: true @@ -5450,7 +5322,7 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001414 + caniuse-lite: 1.0.30001429 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true @@ -5459,8 +5331,8 @@ packages: resolution: {integrity: sha512-MpiCqJGhBkHgpyimE9GWmZTnyHyEEM35u115bD3QBrXpjvL/JgcP8cUhKJshfmg4OtEHFenifcK5sZayEw5tvQ==} dev: true - /caniuse-lite/1.0.30001414: - resolution: {integrity: sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==} + /caniuse-lite/1.0.30001429: + resolution: {integrity: sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg==} dev: true /caseless/0.12.0: @@ -5591,6 +5463,15 @@ packages: wrap-ansi: 7.0.0 dev: true + /cliui/8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + /clone-deep/4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} @@ -5770,26 +5651,25 @@ packages: webpack: 5.74.0 dev: true - /copy-webpack-plugin/11.0.0_webpack@5.74.0: + /copy-webpack-plugin/11.0.0_webpack@5.75.0: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} peerDependencies: webpack: ^5.1.0 dependencies: - fast-glob: 3.2.11 + fast-glob: 3.2.12 glob-parent: 6.0.2 globby: 13.1.2 normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.0 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.75.0_esbuild@0.15.13 dev: true - /core-js-compat/3.25.0: - resolution: {integrity: sha512-extKQM0g8/3GjFx9US12FAgx8KJawB7RCQ5y8ipYLbmfzEzmFRWdDjIlxDx82g7ygcNG85qMVUSRyABouELdow==} + /core-js-compat/3.25.5: + resolution: {integrity: sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==} dependencies: - browserslist: 4.21.3 - semver: 7.0.0 + browserslist: 4.21.4 dev: true /core-util-is/1.0.2: @@ -5827,7 +5707,7 @@ packages: css-select: 4.3.0 parse5: 6.0.1 parse5-htmlparser2-tree-adapter: 6.0.1 - postcss: 8.4.16 + postcss: 8.4.19 pretty-bytes: 5.6.0 dev: true @@ -5851,13 +5731,13 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /css-declaration-sorter/6.3.0_postcss@8.4.16: + /css-declaration-sorter/6.3.0_postcss@8.4.19: resolution: {integrity: sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true /css-has-pseudo/3.0.4_postcss@8.4.16: @@ -5877,15 +5757,32 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.16 - postcss: 8.4.16 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.16 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.16 - postcss-modules-scope: 3.0.0_postcss@8.4.16 - postcss-modules-values: 4.0.0_postcss@8.4.16 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 + postcss-modules-scope: 3.0.0_postcss@8.4.19 + postcss-modules-values: 4.0.0_postcss@8.4.19 postcss-value-parser: 4.2.0 - semver: 7.3.7 - webpack: 5.74.0_esbuild@0.15.5 + semver: 7.3.8 + webpack: 5.74.0 + dev: true + + /css-loader/6.7.1_webpack@5.75.0: + resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^5.0.0 + dependencies: + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 + postcss-modules-scope: 3.0.0_postcss@8.4.19 + postcss-modules-values: 4.0.0_postcss@8.4.19 + postcss-value-parser: 4.2.0 + semver: 7.3.8 + webpack: 5.75.0_esbuild@0.15.13 dev: true /css-minimizer-webpack-plugin/3.4.1_webpack@5.74.0: @@ -5907,9 +5804,9 @@ packages: esbuild: optional: true dependencies: - cssnano: 5.1.13_postcss@8.4.16 + cssnano: 5.1.13_postcss@8.4.19 jest-worker: 27.5.1 - postcss: 8.4.16 + postcss: 8.4.19 schema-utils: 4.0.0 serialize-javascript: 6.0.0 source-map: 0.6.1 @@ -5961,72 +5858,68 @@ packages: resolution: {integrity: sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA==} dev: true - /cssdb/7.0.1: - resolution: {integrity: sha512-pT3nzyGM78poCKLAEy2zWIVX2hikq6dIrjuZzLV98MumBg+xMTNYfHx7paUlfiRTgg91O/vR889CIf+qiv79Rw==} - dev: true - /cssesc/3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} hasBin: true dev: true - /cssnano-preset-default/5.2.12_postcss@8.4.16: + /cssnano-preset-default/5.2.12_postcss@8.4.19: resolution: {integrity: sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.0_postcss@8.4.16 - cssnano-utils: 3.1.0_postcss@8.4.16 - postcss: 8.4.16 - postcss-calc: 8.2.4_postcss@8.4.16 - postcss-colormin: 5.3.0_postcss@8.4.16 - postcss-convert-values: 5.1.2_postcss@8.4.16 - postcss-discard-comments: 5.1.2_postcss@8.4.16 - postcss-discard-duplicates: 5.1.0_postcss@8.4.16 - postcss-discard-empty: 5.1.1_postcss@8.4.16 - postcss-discard-overridden: 5.1.0_postcss@8.4.16 - postcss-merge-longhand: 5.1.6_postcss@8.4.16 - postcss-merge-rules: 5.1.2_postcss@8.4.16 - postcss-minify-font-values: 5.1.0_postcss@8.4.16 - postcss-minify-gradients: 5.1.1_postcss@8.4.16 - postcss-minify-params: 5.1.3_postcss@8.4.16 - postcss-minify-selectors: 5.2.1_postcss@8.4.16 - postcss-normalize-charset: 5.1.0_postcss@8.4.16 - postcss-normalize-display-values: 5.1.0_postcss@8.4.16 - postcss-normalize-positions: 5.1.1_postcss@8.4.16 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.16 - postcss-normalize-string: 5.1.0_postcss@8.4.16 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.16 - postcss-normalize-unicode: 5.1.0_postcss@8.4.16 - postcss-normalize-url: 5.1.0_postcss@8.4.16 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.16 - postcss-ordered-values: 5.1.3_postcss@8.4.16 - postcss-reduce-initial: 5.1.0_postcss@8.4.16 - postcss-reduce-transforms: 5.1.0_postcss@8.4.16 - postcss-svgo: 5.1.0_postcss@8.4.16 - postcss-unique-selectors: 5.1.1_postcss@8.4.16 - dev: true - - /cssnano-utils/3.1.0_postcss@8.4.16: + css-declaration-sorter: 6.3.0_postcss@8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-calc: 8.2.4_postcss@8.4.19 + postcss-colormin: 5.3.0_postcss@8.4.19 + postcss-convert-values: 5.1.2_postcss@8.4.19 + postcss-discard-comments: 5.1.2_postcss@8.4.19 + postcss-discard-duplicates: 5.1.0_postcss@8.4.19 + postcss-discard-empty: 5.1.1_postcss@8.4.19 + postcss-discard-overridden: 5.1.0_postcss@8.4.19 + postcss-merge-longhand: 5.1.6_postcss@8.4.19 + postcss-merge-rules: 5.1.2_postcss@8.4.19 + postcss-minify-font-values: 5.1.0_postcss@8.4.19 + postcss-minify-gradients: 5.1.1_postcss@8.4.19 + postcss-minify-params: 5.1.3_postcss@8.4.19 + postcss-minify-selectors: 5.2.1_postcss@8.4.19 + postcss-normalize-charset: 5.1.0_postcss@8.4.19 + postcss-normalize-display-values: 5.1.0_postcss@8.4.19 + postcss-normalize-positions: 5.1.1_postcss@8.4.19 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.19 + postcss-normalize-string: 5.1.0_postcss@8.4.19 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.19 + postcss-normalize-unicode: 5.1.0_postcss@8.4.19 + postcss-normalize-url: 5.1.0_postcss@8.4.19 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.19 + postcss-ordered-values: 5.1.3_postcss@8.4.19 + postcss-reduce-initial: 5.1.0_postcss@8.4.19 + postcss-reduce-transforms: 5.1.0_postcss@8.4.19 + postcss-svgo: 5.1.0_postcss@8.4.19 + postcss-unique-selectors: 5.1.1_postcss@8.4.19 + dev: true + + /cssnano-utils/3.1.0_postcss@8.4.19: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /cssnano/5.1.13_postcss@8.4.16: + /cssnano/5.1.13_postcss@8.4.19: resolution: {integrity: sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.12_postcss@8.4.16 + cssnano-preset-default: 5.2.12_postcss@8.4.19 lilconfig: 2.0.6 - postcss: 8.4.16 + postcss: 8.4.19 yaml: 1.10.2 dev: true @@ -6056,8 +5949,8 @@ packages: resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} dev: true - /cypress/10.7.0: - resolution: {integrity: sha512-gTFvjrUoBnqPPOu9Vl5SBHuFlzx/Wxg/ZXIz2H4lzoOLFelKeF7mbwYUOzgzgF0oieU2WhJAestQdkgwJMMTvQ==} + /cypress/11.0.0: + resolution: {integrity: sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -6099,7 +5992,7 @@ packages: pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 request-progress: 3.0.0 - semver: 7.3.7 + semver: 7.3.8 supports-color: 8.1.1 tmp: 0.2.1 untildify: 4.0.0 @@ -6236,14 +6129,6 @@ packages: engines: {node: '>=8'} dev: true - /define-properties/1.1.4: - resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} - engines: {node: '>= 0.4'} - dependencies: - has-property-descriptors: 1.0.0 - object-keys: 1.1.1 - dev: true - /delayed-stream/1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} @@ -6396,11 +6281,6 @@ packages: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true - /emojis-list/2.1.0: - resolution: {integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==} - engines: {node: '>= 0.10'} - dev: true - /emojis-list/3.0.0: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} engines: {node: '>= 4'} @@ -6469,272 +6349,137 @@ packages: dev: true /es-module-lexer/0.9.3: - resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} - dev: true - - /esbuild-android-64/0.15.5: - resolution: {integrity: sha512-dYPPkiGNskvZqmIK29OPxolyY3tp+c47+Fsc2WYSOVjEPWNCHNyqhtFqQadcXMJDQt8eN0NMDukbyQgFcHquXg==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-64/0.15.6: - resolution: {integrity: sha512-Z1CHSgB1crVQi2LKSBwSkpaGtaloVz0ZIYcRMsvHc3uSXcR/x5/bv9wcZspvH/25lIGTaViosciS/NS09ERmVA==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-arm64/0.15.5: - resolution: {integrity: sha512-YyEkaQl08ze3cBzI/4Cm1S+rVh8HMOpCdq8B78JLbNFHhzi4NixVN93xDrHZLztlocEYqi45rHHCgA8kZFidFg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-arm64/0.15.6: - resolution: {integrity: sha512-mvM+gqNxqKm2pCa3dnjdRzl7gIowuc4ga7P7c3yHzs58Im8v/Lfk1ixSgQ2USgIywT48QWaACRa3F4MG7djpSw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-64/0.15.5: - resolution: {integrity: sha512-Cr0iIqnWKx3ZTvDUAzG0H/u9dWjLE4c2gTtRLz4pqOBGjfjqdcZSfAObFzKTInLLSmD0ZV1I/mshhPoYSBMMCQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-64/0.15.6: - resolution: {integrity: sha512-BsfVt3usScAfGlXJiGtGamwVEOTM8AiYiw1zqDWhGv6BncLXCnTg1As+90mxWewdTZKq3iIy8s9g8CKkrrAXVw==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-arm64/0.15.5: - resolution: {integrity: sha512-WIfQkocGtFrz7vCu44ypY5YmiFXpsxvz2xqwe688jFfSVCnUsCn2qkEVDo7gT8EpsLOz1J/OmqjExePL1dr1Kg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-arm64/0.15.6: - resolution: {integrity: sha512-CnrAeJaEpPakUobhqO4wVSA4Zm6TPaI5UY4EsI62j9mTrjIyQPXA1n4Ju6Iu5TVZRnEqV6q8blodgYJ6CJuwCA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-64/0.15.5: - resolution: {integrity: sha512-M5/EfzV2RsMd/wqwR18CELcenZ8+fFxQAAEO7TJKDmP3knhWSbD72ILzrXFMMwshlPAS1ShCZ90jsxkm+8FlaA==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-64/0.15.6: - resolution: {integrity: sha512-+qFdmqi+jkAsxsNJkaWVrnxEUUI50nu6c3MBVarv3RCDCbz7ZS1a4ZrdkwEYFnKcVWu6UUE0Kkb1SQ1yGEG6sg==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-arm64/0.15.5: - resolution: {integrity: sha512-2JQQ5Qs9J0440F/n/aUBNvY6lTo4XP/4lt1TwDfHuo0DY3w5++anw+jTjfouLzbJmFFiwmX7SmUhMnysocx96w==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-arm64/0.15.6: - resolution: {integrity: sha512-KtQkQOhnNciXm2yrTYZMD3MOm2zBiiwFSU+dkwNbcfDumzzUprr1x70ClTdGuZwieBS1BM/k0KajRQX7r504Xw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-32/0.15.5: - resolution: {integrity: sha512-gO9vNnIN0FTUGjvTFucIXtBSr1Woymmx/aHQtuU+2OllGU6YFLs99960UD4Dib1kFovVgs59MTXwpFdVoSMZoQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-32/0.15.6: - resolution: {integrity: sha512-IAkDNz3TpxwISTGVdQijwyHBZrbFgLlRi5YXcvaEHtgbmayLSDcJmH5nV1MFgo/x2QdKcHBkOYHdjhKxUAcPwg==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-64/0.15.5: - resolution: {integrity: sha512-ne0GFdNLsm4veXbTnYAWjbx3shpNKZJUd6XpNbKNUZaNllDZfYQt0/zRqOg0sc7O8GQ+PjSMv9IpIEULXVTVmg==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true + resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: true - optional: true - /esbuild-linux-64/0.15.6: - resolution: {integrity: sha512-gQPksyrEYfA4LJwyfTQWAZaVZCx4wpaLrSzo2+Xc9QLC+i/sMWmX31jBjrn4nLJCd79KvwCinto36QC7BEIU/A==} + /esbuild-android-64/0.15.13: + resolution: {integrity: sha512-yRorukXBlokwTip+Sy4MYskLhJsO0Kn0/Fj43s1krVblfwP+hMD37a4Wmg139GEsMLl+vh8WXp2mq/cTA9J97g==} engines: {node: '>=12'} cpu: [x64] - os: [linux] + os: [android] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.15.5: - resolution: {integrity: sha512-wvAoHEN+gJ/22gnvhZnS/+2H14HyAxM07m59RSLn3iXrQsdS518jnEWRBnJz3fR6BJa+VUTo0NxYjGaNt7RA7Q==} + /esbuild-android-arm64/0.15.13: + resolution: {integrity: sha512-TKzyymLD6PiVeyYa4c5wdPw87BeAiTXNtK6amWUcXZxkV51gOk5u5qzmDaYSwiWeecSNHamFsaFjLoi32QR5/w==} engines: {node: '>=12'} - cpu: [arm] - os: [linux] + cpu: [arm64] + os: [android] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.15.6: - resolution: {integrity: sha512-xZ0Bq2aivsthDjA/ytQZzxrxIZbG0ATJYMJxNeOIBc1zUjpbVpzBKgllOZMsTSXMHFHGrow6TnCcgwqY0+oEoQ==} + /esbuild-darwin-64/0.15.13: + resolution: {integrity: sha512-WAx7c2DaOS6CrRcoYCgXgkXDliLnFv3pQLV6GeW1YcGEZq2Gnl8s9Pg7ahValZkpOa0iE/ojRVQ87sbUhF1Cbg==} engines: {node: '>=12'} - cpu: [arm] - os: [linux] + cpu: [x64] + os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.15.5: - resolution: {integrity: sha512-7EgFyP2zjO065XTfdCxiXVEk+f83RQ1JsryN1X/VSX2li9rnHAt2swRbpoz5Vlrl6qjHrCmq5b6yxD13z6RheA==} + /esbuild-darwin-arm64/0.15.13: + resolution: {integrity: sha512-U6jFsPfSSxC3V1CLiQqwvDuj3GGrtQNB3P3nNC3+q99EKf94UGpsG9l4CQ83zBs1NHrk1rtCSYT0+KfK5LsD8A==} engines: {node: '>=12'} cpu: [arm64] - os: [linux] + os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.15.6: - resolution: {integrity: sha512-aovDkclFa6C9EdZVBuOXxqZx83fuoq8097xZKhEPSygwuy4Lxs8J4anHG7kojAsR+31lfUuxzOo2tHxv7EiNHA==} + /esbuild-freebsd-64/0.15.13: + resolution: {integrity: sha512-whItJgDiOXaDG/idy75qqevIpZjnReZkMGCgQaBWZuKHoElDJC1rh7MpoUgupMcdfOd+PgdEwNQW9DAE6i8wyA==} engines: {node: '>=12'} - cpu: [arm64] - os: [linux] + cpu: [x64] + os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.15.5: - resolution: {integrity: sha512-KdnSkHxWrJ6Y40ABu+ipTZeRhFtc8dowGyFsZY5prsmMSr1ZTG9zQawguN4/tunJ0wy3+kD54GaGwdcpwWAvZQ==} + /esbuild-freebsd-arm64/0.15.13: + resolution: {integrity: sha512-6pCSWt8mLUbPtygv7cufV0sZLeylaMwS5Fznj6Rsx9G2AJJsAjQ9ifA+0rQEIg7DwJmi9it+WjzNTEAzzdoM3Q==} engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] + cpu: [arm64] + os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.15.6: - resolution: {integrity: sha512-wVpW8wkWOGizsCqCwOR/G3SHwhaecpGy3fic9BF1r7vq4djLjUcA8KunDaBCjJ6TgLQFhJ98RjDuyEf8AGjAvw==} + /esbuild-linux-32/0.15.13: + resolution: {integrity: sha512-VbZdWOEdrJiYApm2kkxoTOgsoCO1krBZ3quHdYk3g3ivWaMwNIVPIfEE0f0XQQ0u5pJtBsnk2/7OPiCFIPOe/w==} engines: {node: '>=12'} - cpu: [mips64el] + cpu: [ia32] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.15.5: - resolution: {integrity: sha512-QdRHGeZ2ykl5P0KRmfGBZIHmqcwIsUKWmmpZTOq573jRWwmpfRmS7xOhmDHBj9pxv+6qRMH8tLr2fe+ZKQvCYw==} + /esbuild-linux-64/0.15.13: + resolution: {integrity: sha512-rXmnArVNio6yANSqDQlIO4WiP+Cv7+9EuAHNnag7rByAqFVuRusLbGi2697A5dFPNXoO//IiogVwi3AdcfPC6A==} engines: {node: '>=12'} - cpu: [ppc64] + cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.15.6: - resolution: {integrity: sha512-z6w6gsPH/Y77uchocluDC8tkCg9rfkcPTePzZKNr879bF4tu7j9t255wuNOCE396IYEGxY7y8u2HJ9i7kjCLVw==} + /esbuild-linux-arm/0.15.13: + resolution: {integrity: sha512-Ac6LpfmJO8WhCMQmO253xX2IU2B3wPDbl4IvR0hnqcPrdfCaUa2j/lLMGTjmQ4W5JsJIdHEdW12dG8lFS0MbxQ==} engines: {node: '>=12'} - cpu: [ppc64] + cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-riscv64/0.15.5: - resolution: {integrity: sha512-p+WE6RX+jNILsf+exR29DwgV6B73khEQV0qWUbzxaycxawZ8NE0wA6HnnTxbiw5f4Gx9sJDUBemh9v49lKOORA==} + /esbuild-linux-arm64/0.15.13: + resolution: {integrity: sha512-alEMGU4Z+d17U7KQQw2IV8tQycO6T+rOrgW8OS22Ua25x6kHxoG6Ngry6Aq6uranC+pNWNMB6aHFPh7aTQdORQ==} engines: {node: '>=12'} - cpu: [riscv64] + cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-riscv64/0.15.6: - resolution: {integrity: sha512-pfK/3MJcmbfU399TnXW5RTPS1S+ID6ra+CVj9TFZ2s0q9Ja1F5A1VirUUvViPkjiw+Kq3zveyn6U09Wg1zJXrw==} + /esbuild-linux-mips64le/0.15.13: + resolution: {integrity: sha512-47PgmyYEu+yN5rD/MbwS6DxP2FSGPo4Uxg5LwIdxTiyGC2XKwHhHyW7YYEDlSuXLQXEdTO7mYe8zQ74czP7W8A==} engines: {node: '>=12'} - cpu: [riscv64] + cpu: [mips64el] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-s390x/0.15.5: - resolution: {integrity: sha512-J2ngOB4cNzmqLHh6TYMM/ips8aoZIuzxJnDdWutBw5482jGXiOzsPoEF4j2WJ2mGnm7FBCO4StGcwzOgic70JQ==} + /esbuild-linux-ppc64le/0.15.13: + resolution: {integrity: sha512-z6n28h2+PC1Ayle9DjKoBRcx/4cxHoOa2e689e2aDJSaKug3jXcQw7mM+GLg+9ydYoNzj8QxNL8ihOv/OnezhA==} engines: {node: '>=12'} - cpu: [s390x] + cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-s390x/0.15.6: - resolution: {integrity: sha512-OZeeDu32liefcwAE63FhVqM4heWTC8E3MglOC7SK0KYocDdY/6jyApw0UDkDHlcEK9mW6alX/SH9r3PDjcCo/Q==} + /esbuild-linux-riscv64/0.15.13: + resolution: {integrity: sha512-+Lu4zuuXuQhgLUGyZloWCqTslcCAjMZH1k3Xc9MSEJEpEFdpsSU0sRDXAnk18FKOfEjhu4YMGaykx9xjtpA6ow==} engines: {node: '>=12'} - cpu: [s390x] + cpu: [riscv64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-netbsd-64/0.15.5: - resolution: {integrity: sha512-MmKUYGDizYjFia0Rwt8oOgmiFH7zaYlsoQ3tIOfPxOqLssAsEgG0MUdRDm5lliqjiuoog8LyDu9srQk5YwWF3w==} + /esbuild-linux-s390x/0.15.13: + resolution: {integrity: sha512-BMeXRljruf7J0TMxD5CIXS65y7puiZkAh+s4XFV9qy16SxOuMhxhVIXYLnbdfLrsYGFzx7U9mcdpFWkkvy/Uag==} engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] + cpu: [s390x] + os: [linux] requiresBuild: true dev: true optional: true - /esbuild-netbsd-64/0.15.6: - resolution: {integrity: sha512-kaxw61wcHMyiEsSsi5ut1YYs/hvTC2QkxJwyRvC2Cnsz3lfMLEu8zAjpBKWh9aU/N0O/gsRap4wTur5GRuSvBA==} + /esbuild-netbsd-64/0.15.13: + resolution: {integrity: sha512-EHj9QZOTel581JPj7UO3xYbltFTYnHy+SIqJVq6yd3KkCrsHRbapiPb0Lx3EOOtybBEE9EyqbmfW1NlSDsSzvQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -6742,8 +6487,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.15.5: - resolution: {integrity: sha512-2mMFfkLk3oPWfopA9Plj4hyhqHNuGyp5KQyTT9Rc8hFd8wAn5ZrbJg+gNcLMo2yzf8Uiu0RT6G9B15YN9WQyMA==} + /esbuild-openbsd-64/0.15.13: + resolution: {integrity: sha512-nkuDlIjF/sfUhfx8SKq0+U+Fgx5K9JcPq1mUodnxI0x4kBdCv46rOGWbuJ6eof2n3wdoCLccOoJAbg9ba/bT2w==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -6751,26 +6496,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.15.6: - resolution: {integrity: sha512-CuoY60alzYfIZapUHqFXqXbj88bbRJu8Fp9okCSHRX2zWIcGz4BXAHXiG7dlCye5nFVrY72psesLuWdusyf2qw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-sunos-64/0.15.5: - resolution: {integrity: sha512-2sIzhMUfLNoD+rdmV6AacilCHSxZIoGAU2oT7XmJ0lXcZWnCvCtObvO6D4puxX9YRE97GodciRGDLBaiC6x1SA==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - - /esbuild-sunos-64/0.15.6: - resolution: {integrity: sha512-1ceefLdPWcd1nW/ZLruPEYxeUEAVX0YHbG7w+BB4aYgfknaLGotI/ZvPWUZpzhC8l1EybrVlz++lm3E6ODIJOg==} + /esbuild-sunos-64/0.15.13: + resolution: {integrity: sha512-jVeu2GfxZQ++6lRdY43CS0Tm/r4WuQQ0Pdsrxbw+aOrHQPHV0+LNOLnvbN28M7BSUGnJnHkHm2HozGgNGyeIRw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -6778,8 +6505,8 @@ packages: dev: true optional: true - /esbuild-wasm/0.15.5: - resolution: {integrity: sha512-lTJOEKekN/4JI/eOEq0wLcx53co2N6vaT/XjBz46D1tvIVoUEyM0o2K6txW6gEotf31szFD/J1PbxmnbkGlK9A==} + /esbuild-wasm/0.15.13: + resolution: {integrity: sha512-0am8fvHKACwofWQxtZLTMv4mDiDwUrdt0DyRaQ2r7YWIpkmpg4GWYy0EyW+gPjiPHzkZKqN9d3UYsZGgvaAASw==} engines: {node: '>=12'} hasBin: true dev: true @@ -6790,17 +6517,8 @@ packages: hasBin: true dev: true - /esbuild-windows-32/0.15.5: - resolution: {integrity: sha512-e+duNED9UBop7Vnlap6XKedA/53lIi12xv2ebeNS4gFmu7aKyTrok7DPIZyU5w/ftHD4MUDs5PJUkQPP9xJRzg==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /esbuild-windows-32/0.15.6: - resolution: {integrity: sha512-pBqdOsKqCD5LRYiwF29PJRDJZi7/Wgkz46u3d17MRFmrLFcAZDke3nbdDa1c8YgY78RiemudfCeAemN8EBlIpA==} + /esbuild-windows-32/0.15.13: + resolution: {integrity: sha512-XoF2iBf0wnqo16SDq+aDGi/+QbaLFpkiRarPVssMh9KYbFNCqPLlGAWwDvxEVz+ywX6Si37J2AKm+AXq1kC0JA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -6808,17 +6526,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.15.5: - resolution: {integrity: sha512-v+PjvNtSASHOjPDMIai9Yi+aP+Vwox+3WVdg2JB8N9aivJ7lyhp4NVU+J0MV2OkWFPnVO8AE/7xH+72ibUUEnw==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /esbuild-windows-64/0.15.6: - resolution: {integrity: sha512-KpPOh4aTOo//g9Pk2oVAzXMpc9Sz9n5A9sZTmWqDSXCiiachfFhbuFlsKBGATYCVitXfmBIJ4nNYYWSOdz4hQg==} + /esbuild-windows-64/0.15.13: + resolution: {integrity: sha512-Et6htEfGycjDrtqb2ng6nT+baesZPYQIW+HUEHK4D1ncggNrDNk3yoboYQ5KtiVrw/JaDMNttz8rrPubV/fvPQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -6826,17 +6535,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.15.5: - resolution: {integrity: sha512-Yz8w/D8CUPYstvVQujByu6mlf48lKmXkq6bkeSZZxTA626efQOJb26aDGLzmFWx6eg/FwrXgt6SZs9V8Pwy/aA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /esbuild-windows-arm64/0.15.6: - resolution: {integrity: sha512-DB3G2x9OvFEa00jV+OkDBYpufq5x/K7a6VW6E2iM896DG4ZnAvJKQksOsCPiM1DUaa+DrijXAQ/ZOcKAqf/3Hg==} + /esbuild-windows-arm64/0.15.13: + resolution: {integrity: sha512-3bv7tqntThQC9SWLRouMDmZnlOukBhOCTlkzNqzGCmrkCJI7io5LLjwJBOVY6kOUlIvdxbooNZwjtBvj+7uuVg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -6844,62 +6544,34 @@ packages: dev: true optional: true - /esbuild/0.15.5: - resolution: {integrity: sha512-VSf6S1QVqvxfIsSKb3UKr3VhUCis7wgDbtF4Vd9z84UJr05/Sp2fRKmzC+CSPG/dNAPPJZ0BTBLTT1Fhd6N9Gg==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/linux-loong64': 0.15.5 - esbuild-android-64: 0.15.5 - esbuild-android-arm64: 0.15.5 - esbuild-darwin-64: 0.15.5 - esbuild-darwin-arm64: 0.15.5 - esbuild-freebsd-64: 0.15.5 - esbuild-freebsd-arm64: 0.15.5 - esbuild-linux-32: 0.15.5 - esbuild-linux-64: 0.15.5 - esbuild-linux-arm: 0.15.5 - esbuild-linux-arm64: 0.15.5 - esbuild-linux-mips64le: 0.15.5 - esbuild-linux-ppc64le: 0.15.5 - esbuild-linux-riscv64: 0.15.5 - esbuild-linux-s390x: 0.15.5 - esbuild-netbsd-64: 0.15.5 - esbuild-openbsd-64: 0.15.5 - esbuild-sunos-64: 0.15.5 - esbuild-windows-32: 0.15.5 - esbuild-windows-64: 0.15.5 - esbuild-windows-arm64: 0.15.5 - dev: true - - /esbuild/0.15.6: - resolution: {integrity: sha512-sgLOv3l4xklvXzzczhRwKRotyrfyZ2i1fCS6PTOLPd9wevDPArGU8HFtHrHCOcsMwTjLjzGm15gvC8uxVzQf+w==} + /esbuild/0.15.13: + resolution: {integrity: sha512-Cu3SC84oyzzhrK/YyN4iEVy2jZu5t2fz66HEOShHURcjSkOSAVL8C/gfUT+lDJxkVHpg8GZ10DD0rMHRPqMFaQ==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/linux-loong64': 0.15.6 - esbuild-android-64: 0.15.6 - esbuild-android-arm64: 0.15.6 - esbuild-darwin-64: 0.15.6 - esbuild-darwin-arm64: 0.15.6 - esbuild-freebsd-64: 0.15.6 - esbuild-freebsd-arm64: 0.15.6 - esbuild-linux-32: 0.15.6 - esbuild-linux-64: 0.15.6 - esbuild-linux-arm: 0.15.6 - esbuild-linux-arm64: 0.15.6 - esbuild-linux-mips64le: 0.15.6 - esbuild-linux-ppc64le: 0.15.6 - esbuild-linux-riscv64: 0.15.6 - esbuild-linux-s390x: 0.15.6 - esbuild-netbsd-64: 0.15.6 - esbuild-openbsd-64: 0.15.6 - esbuild-sunos-64: 0.15.6 - esbuild-windows-32: 0.15.6 - esbuild-windows-64: 0.15.6 - esbuild-windows-arm64: 0.15.6 + '@esbuild/android-arm': 0.15.13 + '@esbuild/linux-loong64': 0.15.13 + esbuild-android-64: 0.15.13 + esbuild-android-arm64: 0.15.13 + esbuild-darwin-64: 0.15.13 + esbuild-darwin-arm64: 0.15.13 + esbuild-freebsd-64: 0.15.13 + esbuild-freebsd-arm64: 0.15.13 + esbuild-linux-32: 0.15.13 + esbuild-linux-64: 0.15.13 + esbuild-linux-arm: 0.15.13 + esbuild-linux-arm64: 0.15.13 + esbuild-linux-mips64le: 0.15.13 + esbuild-linux-ppc64le: 0.15.13 + esbuild-linux-riscv64: 0.15.13 + esbuild-linux-s390x: 0.15.13 + esbuild-netbsd-64: 0.15.13 + esbuild-openbsd-64: 0.15.13 + esbuild-sunos-64: 0.15.13 + esbuild-windows-32: 0.15.13 + esbuild-windows-64: 0.15.13 + esbuild-windows-arm64: 0.15.13 dev: true /escalade/3.1.1: @@ -6939,21 +6611,21 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.21.0: + /eslint-config-prettier/8.5.0_eslint@8.27.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.21.0 + eslint: 8.27.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.21.0: + /eslint-plugin-cypress/2.12.1_eslint@8.27.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.21.0 + eslint: 8.27.0 globals: 11.12.0 dev: true @@ -6973,13 +6645,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.21.0: + /eslint-utils/3.0.0_eslint@8.27.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.21.0 + eslint: 8.27.0 eslint-visitor-keys: 2.1.0 dev: true @@ -6993,14 +6665,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.21.0: - resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==} + /eslint/8.27.0: + resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.3.1 - '@humanwhocodes/config-array': 0.10.4 - '@humanwhocodes/gitignore-to-minimatch': 1.0.2 + '@eslint/eslintrc': 1.3.3 + '@humanwhocodes/config-array': 0.11.7 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -7008,7 +6681,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 + eslint-utils: 3.0.0_eslint@8.27.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -7016,15 +6689,15 @@ packages: fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 - functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 globals: 13.17.0 - globby: 11.1.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-sdsl: 4.1.5 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -7036,7 +6709,6 @@ packages: strip-ansi: 6.0.1 strip-json-comments: 3.1.1 text-table: 0.2.0 - v8-compile-cache: 2.3.0 transitivePeerDependencies: - supports-color dev: true @@ -7084,6 +6756,10 @@ packages: resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} dev: true + /estree-walker/2.0.2: + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + dev: true + /esutils/2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} @@ -7250,6 +6926,17 @@ packages: micromatch: 4.0.5 dev: true + /fast-glob/3.2.12: + resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + dev: true + /fast-glob/3.2.7: resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} engines: {node: '>=8'} @@ -7314,7 +7001,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.3 schema-utils: 3.1.1 webpack: 5.74.0 dev: true @@ -7424,7 +7111,7 @@ packages: minimatch: 3.1.2 node-abort-controller: 3.0.1 schema-utils: 3.1.1 - semver: 7.3.7 + semver: 7.3.8 tapable: 2.2.1 typescript: 4.8.4 webpack: 5.74.0 @@ -7512,10 +7199,6 @@ packages: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} dev: true - /functional-red-black-tree/1.0.1: - resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} - dev: true - /gauge/4.0.4: resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -7665,7 +7348,7 @@ packages: dependencies: array-union: 3.0.1 dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 ignore: 5.2.0 merge2: 1.4.1 slash: 4.0.0 @@ -7676,7 +7359,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 ignore: 5.2.0 merge2: 1.4.1 slash: 4.0.0 @@ -7708,12 +7391,6 @@ packages: engines: {node: '>=8'} dev: true - /has-property-descriptors/1.0.0: - resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} - dependencies: - get-intrinsic: 1.1.2 - dev: true - /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} @@ -7754,6 +7431,13 @@ packages: lru-cache: 7.14.0 dev: true + /hosted-git-info/6.1.0: + resolution: {integrity: sha512-HGLEbnDnxaXOoVjyE4gR+zEzQ/jvdPBVbVvDiRedZsn7pKx45gic0G1HGZBZ94RyJz0e6pBMeInIh349TAvHCQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + lru-cache: 7.14.0 + dev: true + /hpack.js/2.1.6: resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==} dependencies: @@ -7924,13 +7608,13 @@ packages: safer-buffer: 2.1.2 dev: true - /icss-utils/5.1.0_postcss@8.4.16: + /icss-utils/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true /identity-obj-proxy/3.0.0: @@ -8019,15 +7703,15 @@ packages: engines: {node: '>=10'} dev: true - /ini/3.0.0: - resolution: {integrity: sha512-TxYQaeNW/N8ymDvwAxPyRbhMBtnEwuvaTYpOQkFx1nSeusgezHniEc/l35Vo4iCq/mMiTJbpD7oYxN98hFlfmw==} + /ini/3.0.1: + resolution: {integrity: sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dev: true /injection-js/2.4.0: resolution: {integrity: sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: true /inquirer/8.2.4: @@ -8044,7 +7728,7 @@ packages: mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 - rxjs: 7.5.6 + rxjs: 7.5.7 string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 @@ -8222,8 +7906,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.18.13 - '@babel/parser': 7.18.13 + '@babel/core': 7.20.2 + '@babel/parser': 7.20.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -8270,15 +7954,6 @@ packages: minimatch: 3.1.2 dev: true - /jasmine-marbles/0.8.4_rxjs@7.5.6: - resolution: {integrity: sha512-zbtuXABpSWrSswYPiZ5m6EQhluNmKcRQs+82AqJHSN+PMx3ASpDmTvRfqe9Pk2hPh9Ge5zrzOsorIlw3kdwTXQ==} - peerDependencies: - rxjs: ^6.5.3 - dependencies: - lodash: 4.17.21 - rxjs: 7.5.6 - dev: true - /jest-changed-files/28.1.3: resolution: {integrity: sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -8295,7 +7970,7 @@ packages: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -8314,7 +7989,7 @@ packages: - supports-color dev: true - /jest-cli/28.1.3_@types+node@18.7.14: + /jest-cli/28.1.3_@types+node@18.11.9: resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -8331,18 +8006,18 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 28.1.3_@types+node@18.7.14 + jest-config: 28.1.3_@types+node@18.11.9 jest-util: 28.1.3 jest-validate: 28.1.3 prompts: 2.4.2 - yargs: 17.5.1 + yargs: 17.6.2 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest-config/28.1.1_@types+node@18.7.14: + /jest-config/28.1.1_@types+node@18.11.9: resolution: {integrity: sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -8354,11 +8029,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 - babel-jest: 28.1.3_@babel+core@7.18.13 + '@types/node': 18.11.9 + babel-jest: 28.1.3_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -8381,7 +8056,7 @@ packages: - supports-color dev: true - /jest-config/28.1.1_gsb7asu77en4txj3es3i65pxci: + /jest-config/28.1.1_odkjkoia5xunhxkdrka32ib6vi: resolution: {integrity: sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -8393,11 +8068,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 - babel-jest: 28.1.3_@babel+core@7.18.13 + '@types/node': 18.11.9 + babel-jest: 28.1.3_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -8416,12 +8091,12 @@ packages: pretty-format: 28.1.3 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_p7mthwln2shynjad7kcqanrvhq + ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 transitivePeerDependencies: - supports-color dev: true - /jest-config/28.1.3_@types+node@18.7.14: + /jest-config/28.1.3_@types+node@18.11.9: resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -8433,11 +8108,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.13 + '@babel/core': 7.20.2 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 - babel-jest: 28.1.3_@babel+core@7.18.13 + '@types/node': 18.11.9 + babel-jest: 28.1.3_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -8496,7 +8171,7 @@ packages: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 '@types/jsdom': 16.2.15 - '@types/node': 18.7.14 + '@types/node': 18.11.9 jest-mock: 28.1.3 jest-util: 28.1.3 jsdom: 19.0.0 @@ -8515,7 +8190,7 @@ packages: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 '@types/jsdom': 16.2.15 - '@types/node': 18.7.14 + '@types/node': 18.11.9 jest-mock: 28.1.3 jest-util: 28.1.3 jsdom: 19.0.0 @@ -8533,7 +8208,7 @@ packages: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 jest-mock: 28.1.3 jest-util: 28.1.3 dev: true @@ -8549,7 +8224,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.5 - '@types/node': 18.7.14 + '@types/node': 18.11.9 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -8600,7 +8275,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@28.1.1: @@ -8627,7 +8302,7 @@ packages: jest-resolve: 28.1.3 dev: true - /jest-preset-angular/12.2.2_t5kke2oyyszs4xuwf7d5bn5elm: + /jest-preset-angular/12.2.2_6t7cyopezwompqrp24kktkxh3y: resolution: {integrity: sha512-aj5ZwVW6cGGzZKUn6e/jDwFgQh6FHy1zCCXWOeqFCuM3WODrbdUJ93zKrex18e9K1+PvOcP0e20yKbj3gwhfFg==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: @@ -8638,19 +8313,19 @@ packages: jest: ^28.0.0 typescript: '>=4.3' dependencies: - '@angular-devkit/build-angular': 14.2.2_mquxp36o4lomyy5xwqrpjm6wfi - '@angular/compiler-cli': 14.2.1_jagqdy52izgbw7a2hmfphgfdtq - '@angular/core': 14.2.1_rxjs@7.5.6+zone.js@0.11.8 - '@angular/platform-browser-dynamic': 14.2.1_rckh2xyz42xz63btwlazezeg5y + '@angular-devkit/build-angular': 15.0.0_ikecrhyijxii5hlnn7uqe3rubu + '@angular/compiler-cli': 15.0.0_wi64dnikphprnhepyj5q2xqyru + '@angular/core': 15.0.0_rxjs@7.5.7+zone.js@0.12.0 + '@angular/platform-browser-dynamic': 15.0.0_pulbxwlpifslvvthxw6am5bday bs-logger: 0.2.6 esbuild-wasm: 0.15.6 - jest: 28.1.3_@types+node@18.7.14 + jest: 28.1.3_@types+node@18.11.9 jest-environment-jsdom: 28.1.3 pretty-format: 28.1.3 - ts-jest: 28.0.8_eoenejknpedjsdftf2kfjrvy2q + ts-jest: 28.0.8_yggfq6bmaq5xno2ktsptwajdgy typescript: 4.8.4 optionalDependencies: - esbuild: 0.15.6 + esbuild: 0.15.13 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -8715,7 +8390,7 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.10 @@ -8769,17 +8444,17 @@ packages: resolution: {integrity: sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.18.13 - '@babel/generator': 7.18.13 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.13 - '@babel/traverse': 7.18.13 - '@babel/types': 7.18.13 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 '@jest/expect-utils': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@types/babel__traverse': 7.18.1 '@types/prettier': 2.7.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.13 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 chalk: 4.1.2 expect: 28.1.3 graceful-fs: 4.2.10 @@ -8791,7 +8466,7 @@ packages: jest-util: 28.1.3 natural-compare: 1.4.0 pretty-format: 28.1.3 - semver: 7.3.7 + semver: 7.3.8 transitivePeerDependencies: - supports-color dev: true @@ -8801,7 +8476,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 ci-info: 3.3.2 graceful-fs: 4.2.10 @@ -8813,7 +8488,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 chalk: 4.1.2 ci-info: 3.3.2 graceful-fs: 4.2.10 @@ -8838,7 +8513,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -8850,7 +8525,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -8859,12 +8534,12 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 18.7.14 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/28.1.3_@types+node@18.7.14: + /jest/28.1.3_@types+node@18.11.9: resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -8877,13 +8552,17 @@ packages: '@jest/core': 28.1.3 '@jest/types': 28.1.3 import-local: 3.1.0 - jest-cli: 28.1.3_@types+node@18.7.14 + jest-cli: 28.1.3_@types+node@18.11.9 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true + /js-sdsl/4.1.5: + resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} + dev: true + /js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: true @@ -8964,6 +8643,11 @@ packages: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true + /json-parse-even-better-errors/3.0.0: + resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + /json-schema-traverse/0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} dev: true @@ -9054,9 +8738,9 @@ packages: engines: {node: '> 0.8'} dev: true - /less-loader/10.2.0_less@3.12.2+webpack@5.74.0: - resolution: {integrity: sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==} - engines: {node: '>= 12.13.0'} + /less-loader/11.1.0_less@3.12.2+webpack@5.74.0: + resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==} + engines: {node: '>= 14.15.0'} peerDependencies: less: ^3.5.0 || ^4.0.0 webpack: ^5.0.0 @@ -9066,8 +8750,8 @@ packages: webpack: 5.74.0 dev: true - /less-loader/11.0.0_less@4.1.3+webpack@5.74.0: - resolution: {integrity: sha512-9+LOWWjuoectIEx3zrfN83NAGxSUB5pWEabbbidVQVgZhN+wN68pOvuyirVlH1IK4VT1f3TmlyvAnCXh8O5KEw==} + /less-loader/11.1.0_less@4.1.3+webpack@5.75.0: + resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==} engines: {node: '>= 14.15.0'} peerDependencies: less: ^3.5.0 || ^4.0.0 @@ -9075,7 +8759,7 @@ packages: dependencies: klona: 2.0.5 less: 4.1.3 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.75.0_esbuild@0.15.13 dev: true /less/3.12.2: @@ -9101,7 +8785,7 @@ packages: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.4.0 + tslib: 2.4.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.10 @@ -9145,7 +8829,21 @@ packages: webpack-sources: optional: true dependencies: - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.74.0 + webpack-sources: 3.2.3 + dev: true + + /license-webpack-plugin/4.0.2_webpack@5.75.0: + resolution: {integrity: sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==} + peerDependencies: + webpack: '*' + peerDependenciesMeta: + webpack: + optional: true + webpack-sources: + optional: true + dependencies: + webpack: 5.75.0_esbuild@0.15.13 webpack-sources: 3.2.3 dev: true @@ -9173,7 +8871,7 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.5.6 + rxjs: 7.5.7 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -9183,17 +8881,17 @@ packages: engines: {node: '>=6.11.5'} dev: true - /loader-utils/1.2.3: - resolution: {integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==} - engines: {node: '>=4.0.0'} + /loader-utils/2.0.2: + resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==} + engines: {node: '>=8.9.0'} dependencies: big.js: 5.2.2 - emojis-list: 2.1.0 - json5: 1.0.1 + emojis-list: 3.0.0 + json5: 2.2.1 dev: true - /loader-utils/2.0.2: - resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==} + /loader-utils/2.0.3: + resolution: {integrity: sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==} engines: {node: '>=8.9.0'} dependencies: big.js: 5.2.2 @@ -9201,8 +8899,8 @@ packages: json5: 2.2.1 dev: true - /loader-utils/3.2.0: - resolution: {integrity: sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==} + /loader-utils/3.2.1: + resolution: {integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==} engines: {node: '>= 12.13.0'} dev: true @@ -9281,8 +8979,8 @@ packages: sourcemap-codec: 1.4.8 dev: true - /magic-string/0.26.3: - resolution: {integrity: sha512-u1Po0NDyFcwdg2nzHT88wSK0+Rih0N1M+Ph1Sp08k8yvFFU3KR72wryS7e1qMPJypt99WB7fIFVCA92mQrMjrg==} + /magic-string/0.26.7: + resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==} engines: {node: '>=12'} dependencies: sourcemap-codec: 1.4.8 @@ -9334,6 +9032,31 @@ packages: - supports-color dev: true + /make-fetch-happen/11.0.1: + resolution: {integrity: sha512-clv3IblugXn2CDUmqFhNzii3rjKa46u5wNeivc+QlLXkGI5FjLX3rGboo+y2kwf1pd8W0iDiC384cemeDtw9kw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + agentkeepalive: 4.2.1 + cacache: 17.0.2 + http-cache-semantics: 4.1.0 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + is-lambda: 1.0.1 + lru-cache: 7.14.0 + minipass: 3.3.4 + minipass-collect: 1.0.2 + minipass-fetch: 3.0.0 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.3 + promise-retry: 2.0.1 + socks-proxy-agent: 7.0.0 + ssri: 10.0.0 + transitivePeerDependencies: + - bluebird + - supports-color + dev: true + /makeerror/1.0.12: resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} dependencies: @@ -9421,14 +9144,14 @@ packages: webpack: 5.74.0 dev: true - /mini-css-extract-plugin/2.6.1_webpack@5.74.0: + /mini-css-extract-plugin/2.6.1_webpack@5.75.0: resolution: {integrity: sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.75.0_esbuild@0.15.13 dev: true /minimalistic-assert/1.0.1: @@ -9482,6 +9205,17 @@ packages: encoding: 0.1.13 dev: true + /minipass-fetch/3.0.0: + resolution: {integrity: sha512-NSx3k5gR4Q5Ts2poCM/19d45VwhVLBtJZ6ypYcthj2BwmDx/e7lW8Aadnyt3edd2W0ecb+b0o7FYLRYE2AGcQg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + minipass: 3.3.4 + minipass-sized: 1.0.3 + minizlib: 2.1.2 + optionalDependencies: + encoding: 0.1.13 + dev: true + /minipass-flush/1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} @@ -9574,6 +9308,10 @@ packages: dev: true optional: true + /natural-compare-lite/1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + dev: true + /natural-compare/1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true @@ -9601,44 +9339,47 @@ packages: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true - /ng-packagr/14.2.1_n3j6nyoyriihdbhdrmenvqagqi: - resolution: {integrity: sha512-o2t/a+DdhUEbXXPbR70LZcU4WcSf7wnddCiQcc3k0HrTQjxWspv0qFUdba3+0ft0dVetaywa6lc+98g/SZEKcQ==} - engines: {node: ^14.15.0 || >=16.10.0} + /ng-packagr/15.0.0_fskysnl55xtgz2e3xk5vnvhcrq: + resolution: {integrity: sha512-moEVwbkZm9XnnIt4k1tNDwORCEW0CtfC243Mv+1FUTTVmEjebSVNDLNyzKa0WjwpOrrUP/n/M7xNnxbWp6zI4w==} + engines: {node: ^14.20.0 || ^16.13.0 || >=18.10.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^14.0.0 || ^14.0.0-next || ^14.2.0-next + '@angular/compiler-cli': ^15.0.0-next + tailwindcss: ^2.0.0 || ^3.0.0 tslib: ^2.3.0 - typescript: '>=4.6.2 <4.9' + typescript: ~4.8.2 + peerDependenciesMeta: + tailwindcss: + optional: true dependencies: - '@angular/compiler-cli': 14.2.1_jagqdy52izgbw7a2hmfphgfdtq - '@rollup/plugin-json': 4.1.0_rollup@2.78.1 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.78.1 + '@angular/compiler-cli': 15.0.0_wi64dnikphprnhepyj5q2xqyru + '@rollup/plugin-json': 5.0.1_rollup@3.2.3 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.2.3 ajv: 8.11.0 ansi-colors: 4.1.3 - browserslist: 4.21.3 - cacache: 16.1.3 + autoprefixer: 10.4.13_postcss@8.4.19 + browserslist: 4.21.4 + cacache: 17.0.2 chokidar: 3.5.3 commander: 9.4.0 dependency-graph: 0.11.0 - esbuild-wasm: 0.15.6 + esbuild-wasm: 0.15.13 find-cache-dir: 3.3.2 glob: 8.0.3 injection-js: 2.4.0 jsonc-parser: 3.2.0 less: 4.1.3 ora: 5.4.1 - postcss: 8.4.16 - postcss-preset-env: 7.8.0_postcss@8.4.16 - postcss-url: 10.1.3_postcss@8.4.16 - rollup: 2.78.1 - rollup-plugin-sourcemaps: 0.6.3_k5rym5h75753hgebafrc4dimky - rxjs: 7.5.6 - sass: 1.54.7 - stylus: 0.59.0 + postcss: 8.4.19 + postcss-url: 10.1.3_postcss@8.4.19 + rollup: 3.2.3 + rollup-plugin-sourcemaps: 0.6.3_qkczz7kpzb37abavlklyrl6yii + rxjs: 7.5.7 + sass: 1.56.1 tslib: 2.4.0 typescript: 4.8.4 optionalDependencies: - esbuild: 0.15.6 + esbuild: 0.15.13 transitivePeerDependencies: - '@types/node' - bluebird @@ -9685,7 +9426,7 @@ packages: nopt: 5.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.3.7 + semver: 7.3.8 tar: 6.1.11 which: 2.0.2 transitivePeerDependencies: @@ -9713,13 +9454,13 @@ packages: abbrev: 1.1.1 dev: true - /normalize-package-data/4.0.1: - resolution: {integrity: sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /normalize-package-data/5.0.0: + resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - hosted-git-info: 5.1.0 + hosted-git-info: 6.1.0 is-core-module: 2.10.0 - semver: 7.3.7 + semver: 7.3.8 validate-npm-package-license: 3.0.4 dev: true @@ -9738,77 +9479,78 @@ packages: engines: {node: '>=10'} dev: true - /npm-bundled/1.1.2: - resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} + /npm-bundled/3.0.0: + resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - npm-normalize-package-bin: 1.0.1 + npm-normalize-package-bin: 3.0.0 dev: true - /npm-bundled/2.0.1: - resolution: {integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /npm-install-checks/6.0.0: + resolution: {integrity: sha512-SBU9oFglRVZnfElwAtF14NivyulDqF1VKqqwNsFW9HDcbHMAPHpRSsVFgKuwFGq/hVvWZExz62Th0kvxn/XE7Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - npm-normalize-package-bin: 2.0.0 + semver: 7.3.8 dev: true - /npm-install-checks/5.0.0: - resolution: {integrity: sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==} + /npm-normalize-package-bin/2.0.0: + resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - dependencies: - semver: 7.3.7 dev: true - /npm-normalize-package-bin/1.0.1: - resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} + /npm-normalize-package-bin/3.0.0: + resolution: {integrity: sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true - /npm-normalize-package-bin/2.0.0: - resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /npm-package-arg/10.0.0: + resolution: {integrity: sha512-7dkh8mRp7s0KwVHKIVJnFCJQ2B34gOGnzgBjDGyprycmARq/82SX/lhilQ95ZuacP/G/1gsS345iAkKmxWBQ2Q==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + hosted-git-info: 6.1.0 + proc-log: 3.0.0 + semver: 7.3.8 + validate-npm-package-name: 5.0.0 dev: true - /npm-package-arg/9.1.0: - resolution: {integrity: sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==} + /npm-package-arg/9.1.2: + resolution: {integrity: sha512-pzd9rLEx4TfNJkovvlBSLGhq31gGu2QDexFPWT19yCDh0JgnRhlBLNo5759N0AJmBk+kQ9Y/hXoLnlgFD+ukmg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: hosted-git-info: 5.1.0 proc-log: 2.0.1 - semver: 7.3.7 + semver: 7.3.8 validate-npm-package-name: 4.0.0 dev: true - /npm-packlist/5.1.3: - resolution: {integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - hasBin: true + /npm-packlist/7.0.0: + resolution: {integrity: sha512-8GRMzWQmFdUrRmc6tPPCd9Umm9g2qDR6X6Rik+9nYvoDQTLs/0IcCKv6iUdAmgr9sgJCm24QovwozCHWMDriOg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - glob: 8.0.3 ignore-walk: 5.0.1 - npm-bundled: 2.0.1 - npm-normalize-package-bin: 2.0.0 dev: true - /npm-pick-manifest/7.0.1: - resolution: {integrity: sha512-IA8+tuv8KujbsbLQvselW2XQgmXWS47t3CB0ZrzsRZ82DbDfkcFunOaPm4X7qNuhMfq+FmV7hQT4iFVpHqV7mg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /npm-pick-manifest/8.0.1: + resolution: {integrity: sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - npm-install-checks: 5.0.0 - npm-normalize-package-bin: 1.0.1 - npm-package-arg: 9.1.0 - semver: 7.3.7 + npm-install-checks: 6.0.0 + npm-normalize-package-bin: 3.0.0 + npm-package-arg: 10.0.0 + semver: 7.3.8 dev: true - /npm-registry-fetch/13.3.1: - resolution: {integrity: sha512-eukJPi++DKRTjSBRcDZSDDsGqRK3ehbxfFUcgaRd0Yp6kRwOwh2WVn0r+8rMB4nnuzvAk6rQVzl6K5CkYOmnvw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /npm-registry-fetch/14.0.2: + resolution: {integrity: sha512-TMenrMagFA9KF81E2bkS5XRyzERK4KXu70vgXt5+i8FcrFeLNgNsc6e5hekTqjDwPDkL3HGn/holWcXDMfnFgw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - make-fetch-happen: 10.2.1 + make-fetch-happen: 11.0.1 minipass: 3.3.4 - minipass-fetch: 2.1.2 + minipass-fetch: 3.0.0 minipass-json-stream: 1.0.1 minizlib: 2.1.2 - npm-package-arg: 9.1.0 - proc-log: 2.0.1 + npm-package-arg: 10.0.0 + proc-log: 3.0.0 transitivePeerDependencies: - bluebird - supports-color @@ -9841,8 +9583,8 @@ packages: resolution: {integrity: sha512-JYOWTeFoS0Z93587vRJgASD5Ut11fYl5NyihP3KrYBvMe1FRRs6RN7m20SA/16GM4P6hTnZjT+UmDOt38UeXNg==} dev: true - /nx/14.8.2: - resolution: {integrity: sha512-pPijBoeybsIlCD8FMH8WTns+pcIL+0ZOh/+otUX2LfVsi+ppH33GUxO9QVLPrLcyGaoHhwil4hYBxPIQ7Z1r2g==} + /nx/15.0.13: + resolution: {integrity: sha512-5mJGWz91B9/sxzLjXdD+pmZTel54NeNNxFDis8OhtGDn6eRZ25qWsZNDgzqIDtwKn3c9gThAMHU4XH2OTgWUnA==} hasBin: true requiresBuild: true peerDependencies: @@ -9854,12 +9596,13 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 14.8.2 - '@nrwl/tao': 14.8.2 + '@nrwl/cli': 15.0.13 + '@nrwl/tao': 15.0.13 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.22 '@zkochan/js-yaml': 0.0.6 + axios: 1.1.2 chalk: 4.1.0 chokidar: 3.5.3 cli-cursor: 3.1.0 @@ -9884,31 +9627,18 @@ packages: tar-stream: 2.2.0 tmp: 0.2.1 tsconfig-paths: 3.14.1 - tslib: 2.4.0 + tslib: 2.4.1 v8-compile-cache: 2.3.0 - yargs: 17.5.1 - yargs-parser: 21.0.1 + yargs: 17.6.2 + yargs-parser: 21.1.1 + transitivePeerDependencies: + - debug dev: true /object-inspect/1.12.2: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} dev: true - /object-keys/1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} - dev: true - - /object.assign/4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - has-symbols: 1.0.3 - object-keys: 1.1.1 - dev: true - /obuf/1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} dev: true @@ -10048,31 +9778,27 @@ packages: engines: {node: '>=6'} dev: true - /pacote/13.6.2: - resolution: {integrity: sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /pacote/15.0.6: + resolution: {integrity: sha512-dQwcz/sME7QIL+cdrw/jftQfMMXxSo17i2kJ/gnhBhUvvBAsxoBu1lw9B5IzCH/Ce8CvEkG/QYZ6txzKfn0bTw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - '@npmcli/git': 3.0.2 - '@npmcli/installed-package-contents': 1.0.7 - '@npmcli/promise-spawn': 3.0.0 - '@npmcli/run-script': 4.2.1 - cacache: 16.1.3 - chownr: 2.0.0 + '@npmcli/git': 4.0.2 + '@npmcli/installed-package-contents': 2.0.1 + '@npmcli/promise-spawn': 6.0.1 + '@npmcli/run-script': 6.0.0 + cacache: 17.0.2 fs-minipass: 2.1.0 - infer-owner: 1.0.4 minipass: 3.3.4 - mkdirp: 1.0.4 - npm-package-arg: 9.1.0 - npm-packlist: 5.1.3 - npm-pick-manifest: 7.0.1 - npm-registry-fetch: 13.3.1 - proc-log: 2.0.1 + npm-package-arg: 10.0.0 + npm-packlist: 7.0.0 + npm-pick-manifest: 8.0.1 + npm-registry-fetch: 14.0.2 + proc-log: 3.0.0 promise-retry: 2.0.1 - read-package-json: 5.0.2 - read-package-json-fast: 2.0.3 - rimraf: 3.0.2 - ssri: 9.0.1 + read-package-json: 6.0.0 + read-package-json-fast: 3.0.0 + ssri: 10.0.0 tar: 6.1.11 transitivePeerDependencies: - bluebird @@ -10242,12 +9968,12 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-calc/8.2.4_postcss@8.4.16: + /postcss-calc/8.2.4_postcss@8.4.19: resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true @@ -10292,7 +10018,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.3.0_postcss@8.4.16: + /postcss-colormin/5.3.0_postcss@8.4.19: resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -10301,18 +10027,18 @@ packages: browserslist: 4.21.4 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.1.2_postcss@8.4.16: + /postcss-convert-values/5.1.2_postcss@8.4.19: resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true @@ -10356,40 +10082,40 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-discard-comments/5.1.2_postcss@8.4.16: + /postcss-discard-comments/5.1.2_postcss@8.4.19: resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /postcss-discard-duplicates/5.1.0_postcss@8.4.16: + /postcss-discard-duplicates/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /postcss-discard-empty/5.1.1_postcss@8.4.16: + /postcss-discard-empty/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /postcss-discard-overridden/5.1.0_postcss@8.4.16: + /postcss-discard-overridden/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true /postcss-double-position-gradients/3.1.2_postcss@8.4.16: @@ -10472,13 +10198,13 @@ packages: resolve: 1.22.1 dev: true - /postcss-import/15.0.0_postcss@8.4.16: - resolution: {integrity: sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==} - engines: {node: '>=14.0.0'} + /postcss-import/14.1.0_postcss@8.4.18: + resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} + engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.16 + postcss: 8.4.18 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 @@ -10503,7 +10229,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-loader/6.2.1_qjv4cptcpse3y5hrjkrbb7drda: + /postcss-loader/6.2.1_igyeriywjd4lwzfk4socqbj2qi: resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -10512,12 +10238,12 @@ packages: dependencies: cosmiconfig: 7.0.1 klona: 2.0.5 - postcss: 8.4.16 - semver: 7.3.7 + postcss: 8.4.18 + semver: 7.3.8 webpack: 5.74.0 dev: true - /postcss-loader/7.0.1_qjv4cptcpse3y5hrjkrbb7drda: + /postcss-loader/7.0.1_upg3rk2kpasnbk27hkqapxaxfq: resolution: {integrity: sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -10526,9 +10252,9 @@ packages: dependencies: cosmiconfig: 7.0.1 klona: 2.0.5 - postcss: 8.4.16 - semver: 7.3.7 - webpack: 5.74.0_esbuild@0.15.5 + postcss: 8.4.19 + semver: 7.3.8 + webpack: 5.75.0_esbuild@0.15.13 dev: true /postcss-logical/5.0.4_postcss@8.4.16: @@ -10549,18 +10275,18 @@ packages: postcss: 8.4.16 dev: true - /postcss-merge-longhand/5.1.6_postcss@8.4.16: + /postcss-merge-longhand/5.1.6_postcss@8.4.19: resolution: {integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - stylehacks: 5.1.0_postcss@8.4.16 + stylehacks: 5.1.0_postcss@8.4.19 dev: true - /postcss-merge-rules/5.1.2_postcss@8.4.16: + /postcss-merge-rules/5.1.2_postcss@8.4.19: resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -10568,94 +10294,94 @@ packages: dependencies: browserslist: 4.21.4 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.16 - postcss: 8.4.16 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true - /postcss-minify-font-values/5.1.0_postcss@8.4.16: + /postcss-minify-font-values/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.1.1_postcss@8.4.16: + /postcss-minify-gradients/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 3.1.0_postcss@8.4.16 - postcss: 8.4.16 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.1.3_postcss@8.4.16: + /postcss-minify-params/5.1.3_postcss@8.4.19: resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - cssnano-utils: 3.1.0_postcss@8.4.16 - postcss: 8.4.16 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.2.1_postcss@8.4.16: + /postcss-minify-selectors/5.2.1_postcss@8.4.19: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.16: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.16: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.16 - postcss: 8.4.16 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.16: + /postcss-modules-scope/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.16: + /postcss-modules-values/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.16 - postcss: 8.4.16 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 dev: true /postcss-nesting/10.1.10_postcss@8.4.16: @@ -10669,94 +10395,94 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-normalize-charset/5.1.0_postcss@8.4.16: + /postcss-normalize-charset/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /postcss-normalize-display-values/5.1.0_postcss@8.4.16: + /postcss-normalize-display-values/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.1.1_postcss@8.4.16: + /postcss-normalize-positions/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.16: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.1.0_postcss@8.4.16: + /postcss-normalize-string/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.16: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.1.0_postcss@8.4.16: + /postcss-normalize-unicode/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.1.0_postcss@8.4.16: + /postcss-normalize-url/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.1.1_postcss@8.4.16: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true @@ -10765,14 +10491,14 @@ packages: engines: {node: ^12 || ^14 || >=16} dev: true - /postcss-ordered-values/5.1.3_postcss@8.4.16: + /postcss-ordered-values/5.1.3_postcss@8.4.19: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.16 - postcss: 8.4.16 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true @@ -10860,64 +10586,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-preset-env/7.8.0_postcss@8.4.16: - resolution: {integrity: sha512-leqiqLOellpLKfbHkD06E04P6d9ZQ24mat6hu4NSqun7WG0UhspHR5Myiv/510qouCjoo4+YJtNOqg5xHaFnCA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-cascade-layers': 1.0.5_postcss@8.4.16 - '@csstools/postcss-color-function': 1.1.1_postcss@8.4.16 - '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.16 - '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.16 - '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.16 - '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.16 - '@csstools/postcss-nested-calc': 1.0.0_postcss@8.4.16 - '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.16 - '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.16 - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.16 - '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.16 - '@csstools/postcss-text-decoration-shorthand': 1.0.0_postcss@8.4.16 - '@csstools/postcss-trigonometric-functions': 1.0.2_postcss@8.4.16 - '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.16 - autoprefixer: 10.4.8_postcss@8.4.16 - browserslist: 4.21.3 - css-blank-pseudo: 3.0.3_postcss@8.4.16 - css-has-pseudo: 3.0.4_postcss@8.4.16 - css-prefers-color-scheme: 6.0.3_postcss@8.4.16 - cssdb: 7.0.1 - postcss: 8.4.16 - postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.16 - postcss-clamp: 4.1.0_postcss@8.4.16 - postcss-color-functional-notation: 4.2.4_postcss@8.4.16 - postcss-color-hex-alpha: 8.0.4_postcss@8.4.16 - postcss-color-rebeccapurple: 7.1.1_postcss@8.4.16 - postcss-custom-media: 8.0.2_postcss@8.4.16 - postcss-custom-properties: 12.1.8_postcss@8.4.16 - postcss-custom-selectors: 6.0.3_postcss@8.4.16 - postcss-dir-pseudo-class: 6.0.5_postcss@8.4.16 - postcss-double-position-gradients: 3.1.2_postcss@8.4.16 - postcss-env-function: 4.0.6_postcss@8.4.16 - postcss-focus-visible: 6.0.4_postcss@8.4.16 - postcss-focus-within: 5.0.4_postcss@8.4.16 - postcss-font-variant: 5.0.0_postcss@8.4.16 - postcss-gap-properties: 3.0.5_postcss@8.4.16 - postcss-image-set-function: 4.0.7_postcss@8.4.16 - postcss-initial: 4.0.1_postcss@8.4.16 - postcss-lab-function: 4.2.1_postcss@8.4.16 - postcss-logical: 5.0.4_postcss@8.4.16 - postcss-media-minmax: 5.0.0_postcss@8.4.16 - postcss-nesting: 10.1.10_postcss@8.4.16 - postcss-opacity-percentage: 1.1.2 - postcss-overflow-shorthand: 3.0.4_postcss@8.4.16 - postcss-page-break: 3.0.4_postcss@8.4.16 - postcss-place: 7.0.5_postcss@8.4.16 - postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.16 - postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.16 - postcss-selector-not: 6.0.1_postcss@8.4.16 - postcss-value-parser: 4.2.0 - dev: true - /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.16: resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} @@ -10928,7 +10596,7 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-reduce-initial/5.1.0_postcss@8.4.16: + /postcss-reduce-initial/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -10936,16 +10604,16 @@ packages: dependencies: browserslist: 4.21.4 caniuse-api: 3.0.0 - postcss: 8.4.16 + postcss: 8.4.19 dev: true - /postcss-reduce-transforms/5.1.0_postcss@8.4.16: + /postcss-reduce-transforms/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: true @@ -10975,24 +10643,24 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-svgo/5.1.0_postcss@8.4.16: + /postcss-svgo/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-value-parser: 4.2.0 svgo: 2.8.0 dev: true - /postcss-unique-selectors/5.1.1_postcss@8.4.16: + /postcss-unique-selectors/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.16 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true @@ -11009,6 +10677,19 @@ packages: xxhashjs: 0.2.2 dev: true + /postcss-url/10.1.3_postcss@8.4.19: + resolution: {integrity: sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==} + engines: {node: '>=10'} + peerDependencies: + postcss: ^8.0.0 + dependencies: + make-dir: 3.1.0 + mime: 2.5.2 + minimatch: 3.0.8 + postcss: 8.4.19 + xxhashjs: 0.2.2 + dev: true + /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true @@ -11022,6 +10703,24 @@ packages: source-map-js: 1.0.2 dev: true + /postcss/8.4.18: + resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + + /postcss/8.4.19: + resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /prelude-ls/1.1.2: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} @@ -11058,6 +10757,11 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dev: true + /proc-log/3.0.0: + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: true @@ -11099,6 +10803,10 @@ packages: resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==} dev: true + /proxy-from-env/1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + dev: true + /prr/1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} dev: true @@ -11174,7 +10882,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.3 schema-utils: 3.1.1 webpack: 5.74.0 dev: true @@ -11189,22 +10897,22 @@ packages: pify: 2.3.0 dev: true - /read-package-json-fast/2.0.3: - resolution: {integrity: sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==} - engines: {node: '>=10'} + /read-package-json-fast/3.0.0: + resolution: {integrity: sha512-dVZMRA86XfZYNxQu18el+HG18L92Rn9CyOhOiQRPFR6ygigZwnmPg1DEVPNFBesp8JeISYYLvvD8DaEkUSTFkQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - json-parse-even-better-errors: 2.3.1 - npm-normalize-package-bin: 1.0.1 + json-parse-even-better-errors: 3.0.0 + npm-normalize-package-bin: 2.0.0 dev: true - /read-package-json/5.0.2: - resolution: {integrity: sha512-BSzugrt4kQ/Z0krro8zhTwV1Kd79ue25IhNN/VtHFy1mG/6Tluyi+msc0UpwaoQzxSHa28mntAjIZY6kEgfR9Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + /read-package-json/6.0.0: + resolution: {integrity: sha512-b/9jxWJ8EwogJPpv99ma+QwtqB7FSl3+V6UXS7Aaay8/5VwMY50oIFooY1UKXMWpfNCM6T/PoGqa5GD1g9xf9w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: glob: 8.0.3 - json-parse-even-better-errors: 2.3.1 - normalize-package-data: 4.0.1 - npm-normalize-package-bin: 2.0.0 + json-parse-even-better-errors: 3.0.0 + normalize-package-data: 5.0.0 + npm-normalize-package-bin: 3.0.0 dev: true /readable-stream/2.3.7: @@ -11250,14 +10958,14 @@ packages: 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==} + /regenerator-runtime/0.13.10: + resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==} dev: true /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.20.1 dev: true /regex-parser/2.2.11: @@ -11335,8 +11043,8 @@ packages: dependencies: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.8.0 - loader-utils: 2.0.2 - postcss: 8.4.16 + loader-utils: 2.0.3 + postcss: 8.4.19 source-map: 0.6.1 dev: true @@ -11388,7 +11096,7 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-sourcemaps/0.6.3_k5rym5h75753hgebafrc4dimky: + /rollup-plugin-sourcemaps/0.6.3_qkczz7kpzb37abavlklyrl6yii: resolution: {integrity: sha512-paFu+nT1xvuO1tPFYXGe+XnQvg4Hjqv/eIhG8i5EspfYYPBKL57X7iVbfv55aNVASg3dzWvES9dmWsL2KhfByw==} engines: {node: '>=10.0.0'} peerDependencies: @@ -11398,15 +11106,15 @@ packages: '@types/node': optional: true dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.78.1 - '@types/node': 18.7.14 - rollup: 2.78.1 + '@rollup/pluginutils': 3.1.0_rollup@3.2.3 + '@types/node': 18.11.9 + rollup: 3.2.3 source-map-resolve: 0.6.0 dev: true - /rollup/2.78.1: - resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==} - engines: {node: '>=10.0.0'} + /rollup/3.2.3: + resolution: {integrity: sha512-qfadtkY5kl0F5e4dXVdj2D+GtOdifasXHFMiL1SMf9ADQDv5Eti6xReef9FKj+iQPR2pvtqWna57s/PjARY4fg==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: fsevents: 2.3.2 @@ -11430,10 +11138,10 @@ packages: tslib: 1.14.1 dev: true - /rxjs/7.5.6: - resolution: {integrity: sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==} + /rxjs/7.5.7: + resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 /safe-buffer/5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -11447,7 +11155,11 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass-loader/12.6.0_sass@1.54.7+webpack@5.74.0: + /safevalues/0.3.4: + resolution: {integrity: sha512-LRneZZRXNgjzwG4bDQdOTSbze3fHm1EAKN/8bePxnlEZiBmkYEDggaHbuvHI9/hoqHbGfsEA7tWS9GhYHZBBsw==} + dev: false + + /sass-loader/12.6.0_sass@1.56.0+webpack@5.74.0: resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -11468,16 +11180,16 @@ packages: dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.54.7 + sass: 1.56.0 webpack: 5.74.0 dev: true - /sass-loader/13.0.2_sass@1.54.4+webpack@5.74.0: - resolution: {integrity: sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==} + /sass-loader/13.2.0_sass@1.56.1+webpack@5.75.0: + resolution: {integrity: sha512-JWEp48djQA4nbZxmgC02/Wh0eroSUutulROUusYJO9P9zltRbNN80JCBHqRGzjd4cmZCa/r88xgfkjGD0TXsHg==} engines: {node: '>= 14.15.0'} peerDependencies: fibers: '>= 3.1.0' - node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 sass: ^1.3.0 sass-embedded: '*' webpack: ^5.0.0 @@ -11493,12 +11205,12 @@ packages: dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.54.4 - webpack: 5.74.0_esbuild@0.15.5 + sass: 1.56.1 + webpack: 5.75.0_esbuild@0.15.13 dev: true - /sass/1.54.4: - resolution: {integrity: sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==} + /sass/1.56.0: + resolution: {integrity: sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -11507,8 +11219,8 @@ packages: source-map-js: 1.0.2 dev: true - /sass/1.54.7: - resolution: {integrity: sha512-3q7MQz7sCpVG6TLhUfZwGOcd2/sm2ghYN2JEdRjNiW04ILdvahdo9GuAs+bxsxZ3hDCKv+wUT5w0iFWGU0CxlA==} + /sass/1.56.1: + resolution: {integrity: sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -11564,8 +11276,8 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selfsigned/2.0.1: - resolution: {integrity: sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==} + /selfsigned/2.1.1: + resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==} engines: {node: '>=10'} dependencies: node-forge: 1.3.1 @@ -11582,11 +11294,6 @@ packages: hasBin: true dev: true - /semver/7.0.0: - resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} - hasBin: true - dev: true - /semver/7.3.4: resolution: {integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==} engines: {node: '>=10'} @@ -11603,6 +11310,14 @@ packages: lru-cache: 6.0.0 dev: true + /semver/7.3.8: + resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: true + /send/0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -11781,8 +11496,8 @@ packages: webpack: 5.74.0 dev: true - /source-map-loader/4.0.0_webpack@5.74.0: - resolution: {integrity: sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw==} + /source-map-loader/4.0.1_webpack@5.75.0: + resolution: {integrity: sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==} engines: {node: '>= 14.15.0'} peerDependencies: webpack: ^5.72.1 @@ -11790,7 +11505,7 @@ packages: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.0.2 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.75.0_esbuild@0.15.13 dev: true /source-map-resolve/0.6.0: @@ -11904,6 +11619,13 @@ packages: tweetnacl: 0.14.5 dev: true + /ssri/10.0.0: + resolution: {integrity: sha512-64ghGOpqW0k+jh7m5jndBGdVEoPikWwGQmBNN5ks6jyUSMymzHDTlnNHOvzp+6MmHOljr2MokUzvRksnTwG0Iw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + minipass: 3.3.4 + dev: true + /ssri/9.0.1: resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -12008,45 +11730,31 @@ packages: webpack: 5.74.0 dev: true - /stylehacks/5.1.0_postcss@8.4.16: + /stylehacks/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - postcss: 8.4.16 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true - /stylus-loader/6.2.0_772wava6yveehcyvgfd527qm3q: - resolution: {integrity: sha512-5dsDc7qVQGRoc6pvCL20eYgRUxepZ9FpeK28XhdXaIPP6kXr6nI1zAAKFQgP5OBkOfKaURp4WUpJzspg1f01Gg==} - engines: {node: '>= 12.13.0'} + /stylus-loader/7.1.0_772wava6yveehcyvgfd527qm3q: + resolution: {integrity: sha512-gNUEjjozR+oZ8cuC/Fx4LVXqZOgDKvpW9t2hpXHcxjfPYqSjQftaGwZUK+wL9B0QJ26uS6p1EmoWHmvld1dF7g==} + engines: {node: '>= 14.15.0'} peerDependencies: stylus: '>=0.52.4' webpack: ^5.0.0 dependencies: - fast-glob: 3.2.11 + fast-glob: 3.2.12 klona: 2.0.5 normalize-path: 3.0.0 stylus: 0.55.0 webpack: 5.74.0 dev: true - /stylus-loader/7.0.0_rgwcw63jhyplbyg2jpw7ajyoqm: - resolution: {integrity: sha512-WTbtLrNfOfLgzTaR9Lj/BPhQroKk/LC1hfTXSUbrxmxgfUo3Y3LpmKRVA2R1XbjvTAvOfaian9vOyfv1z99E+A==} - engines: {node: '>= 14.15.0'} - peerDependencies: - stylus: '>=0.52.4' - webpack: ^5.0.0 - dependencies: - fast-glob: 3.2.11 - klona: 2.0.5 - normalize-path: 3.0.0 - stylus: 0.59.0 - webpack: 5.74.0_esbuild@0.15.5 - dev: true - /stylus/0.55.0: resolution: {integrity: sha512-MuzIIVRSbc8XxHH7FjkvWqkIcr1BvoMZoR/oFuAJDlh7VSaNJzrB4uJ38GRQa+mWjLXODAMzeDe0xi9GYbGwnw==} hasBin: true @@ -12063,19 +11771,6 @@ packages: - supports-color dev: true - /stylus/0.59.0: - resolution: {integrity: sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==} - hasBin: true - dependencies: - '@adobe/css-tools': 4.0.1 - debug: 4.3.4 - glob: 7.2.3 - sax: 1.2.4 - source-map: 0.7.4 - transitivePeerDependencies: - - supports-color - dev: true - /supports-color/5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -12169,7 +11864,7 @@ packages: supports-hyperlinks: 2.2.0 dev: true - /terser-webpack-plugin/5.3.6_opeswuojjimgier3zsvonpntbm: + /terser-webpack-plugin/5.3.6_lex532nclbef5ull34kxwtef74: resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12186,12 +11881,12 @@ packages: optional: true dependencies: '@jridgewell/trace-mapping': 0.3.15 - esbuild: 0.15.5 + esbuild: 0.15.13 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - terser: 5.15.0 - webpack: 5.74.0_esbuild@0.15.5 + terser: 5.15.1 + webpack: 5.75.0_esbuild@0.15.13 dev: true /terser-webpack-plugin/5.3.6_webpack@5.74.0: @@ -12214,23 +11909,12 @@ packages: jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - terser: 5.15.0 + terser: 5.15.1 webpack: 5.74.0 dev: true - /terser/5.14.2: - resolution: {integrity: sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jridgewell/source-map': 0.3.2 - acorn: 8.8.0 - commander: 2.20.3 - source-map-support: 0.5.21 - dev: true - - /terser/5.15.0: - resolution: {integrity: sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==} + /terser/5.15.1: + resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} engines: {node: '>=10'} hasBin: true dependencies: @@ -12330,7 +12014,7 @@ packages: hasBin: true dev: true - /ts-jest/28.0.8_eoenejknpedjsdftf2kfjrvy2q: + /ts-jest/28.0.8_fztrhi54teek7om3xmnfwid3mq: resolution: {integrity: sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -12352,9 +12036,8 @@ packages: optional: true dependencies: bs-logger: 0.2.6 - esbuild: 0.15.6 fast-json-stable-stringify: 2.1.0 - jest: 28.1.3_@types+node@18.7.14 + jest: 28.1.3_@types+node@18.11.9 jest-util: 28.1.3 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -12364,7 +12047,7 @@ packages: yargs-parser: 21.1.1 dev: true - /ts-jest/28.0.8_fztrhi54teek7om3xmnfwid3mq: + /ts-jest/28.0.8_yggfq6bmaq5xno2ktsptwajdgy: resolution: {integrity: sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -12386,8 +12069,9 @@ packages: optional: true dependencies: bs-logger: 0.2.6 + esbuild: 0.15.13 fast-json-stable-stringify: 2.1.0 - jest: 28.1.3_@types+node@18.7.14 + jest: 28.1.3_@types+node@18.11.9 jest-util: 28.1.3 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -12407,12 +12091,12 @@ packages: chalk: 4.1.2 enhanced-resolve: 5.10.0 micromatch: 4.0.5 - semver: 7.3.7 + semver: 7.3.8 typescript: 4.8.4 webpack: 5.74.0 dev: true - /ts-node/10.9.1_p7mthwln2shynjad7kcqanrvhq: + /ts-node/10.9.1_cbe7ovvae6zqfnmtgctpgpys54: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -12431,7 +12115,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.7.14 + '@types/node': 18.11.9 acorn: 8.8.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -12467,6 +12151,9 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + /tslib/2.4.1: + resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} + /tsutils/3.21.0_typescript@4.8.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -12564,12 +12251,6 @@ packages: qs: 6.11.0 dev: true - /unique-filename/1.1.1: - resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} - dependencies: - unique-slug: 2.0.2 - dev: true - /unique-filename/2.0.1: resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -12577,10 +12258,11 @@ packages: unique-slug: 3.0.0 dev: true - /unique-slug/2.0.2: - resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} + /unique-filename/3.0.0: + resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - imurmurhash: 0.1.4 + unique-slug: 4.0.0 dev: true /unique-slug/3.0.0: @@ -12590,6 +12272,13 @@ packages: imurmurhash: 0.1.4 dev: true + /unique-slug/4.0.0: + resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + imurmurhash: 0.1.4 + dev: true + /universalify/0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} @@ -12694,6 +12383,13 @@ packages: builtins: 5.0.1 dev: true + /validate-npm-package-name/5.0.0: + resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + builtins: 5.0.1 + dev: true + /vary/1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} @@ -12763,11 +12459,25 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.74.0 + dev: true + + /webpack-dev-middleware/5.3.3_webpack@5.75.0: + resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + colorette: 2.0.19 + memfs: 3.4.7 + mime-types: 2.1.35 + range-parser: 1.2.1 + schema-utils: 4.0.0 + webpack: 5.75.0_esbuild@0.15.13 dev: true - /webpack-dev-server/4.11.0_webpack@5.74.0: - resolution: {integrity: sha512-L5S4Q2zT57SK7tazgzjMiSMBdsw+rGYIX27MgPgx7LDhWO0lViPrHKoLS7jo5In06PWYAhlYu3PbyoC6yAThbw==} + /webpack-dev-server/4.11.1_webpack@5.74.0: + resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: @@ -12800,11 +12510,11 @@ packages: p-retry: 4.6.2 rimraf: 3.0.2 schema-utils: 4.0.0 - selfsigned: 2.0.1 + selfsigned: 2.1.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.74.0 webpack-dev-middleware: 5.3.3_webpack@5.74.0 ws: 8.8.1 transitivePeerDependencies: @@ -12814,6 +12524,54 @@ packages: - utf-8-validate dev: true + /webpack-dev-server/4.11.1_webpack@5.75.0: + resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} + engines: {node: '>= 12.13.0'} + hasBin: true + peerDependencies: + webpack: ^4.37.0 || ^5.0.0 + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/bonjour': 3.5.10 + '@types/connect-history-api-fallback': 1.3.5 + '@types/express': 4.17.13 + '@types/serve-index': 1.9.1 + '@types/serve-static': 1.15.0 + '@types/sockjs': 0.3.33 + '@types/ws': 8.5.3 + ansi-html-community: 0.0.8 + bonjour-service: 1.0.13 + chokidar: 3.5.3 + colorette: 2.0.19 + compression: 1.7.4 + connect-history-api-fallback: 2.0.0 + default-gateway: 6.0.3 + express: 4.18.1 + graceful-fs: 4.2.10 + html-entities: 2.3.3 + http-proxy-middleware: 2.0.6_@types+express@4.17.13 + ipaddr.js: 2.0.1 + open: 8.4.0 + p-retry: 4.6.2 + rimraf: 3.0.2 + schema-utils: 4.0.0 + selfsigned: 2.1.1 + serve-index: 1.9.1 + sockjs: 0.3.24 + spdy: 4.0.2 + webpack: 5.75.0_esbuild@0.15.13 + webpack-dev-middleware: 5.3.3_webpack@5.75.0 + ws: 8.8.1 + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - utf-8-validate + dev: true + /webpack-merge/5.7.3: resolution: {integrity: sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==} engines: {node: '>=10.0.0'} @@ -12851,7 +12609,21 @@ packages: optional: true dependencies: typed-assert: 1.0.9 - webpack: 5.74.0_esbuild@0.15.5 + webpack: 5.74.0 + dev: true + + /webpack-subresource-integrity/5.1.0_webpack@5.75.0: + resolution: {integrity: sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==} + engines: {node: '>= 12'} + peerDependencies: + html-webpack-plugin: '>= 5.0.0-beta.1 < 6' + webpack: ^5.12.0 + peerDependenciesMeta: + html-webpack-plugin: + optional: true + dependencies: + typed-assert: 1.0.9 + webpack: 5.75.0_esbuild@0.15.13 dev: true /webpack/5.74.0: @@ -12871,7 +12643,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.1 acorn: 8.8.0 acorn-import-assertions: 1.8.0_acorn@8.8.0 - browserslist: 4.21.3 + browserslist: 4.21.4 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 @@ -12894,8 +12666,8 @@ packages: - uglify-js dev: true - /webpack/5.74.0_esbuild@0.15.5: - resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} + /webpack/5.75.0_esbuild@0.15.13: + resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -12911,7 +12683,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.1 acorn: 8.8.0 acorn-import-assertions: 1.8.0_acorn@8.8.0 - browserslist: 4.21.3 + browserslist: 4.21.4 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 @@ -12925,7 +12697,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.6_opeswuojjimgier3zsvonpntbm + terser-webpack-plugin: 5.3.6_lex532nclbef5ull34kxwtef74 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -12984,6 +12756,14 @@ packages: isexe: 2.0.0 dev: true + /which/3.0.0: + resolution: {integrity: sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + /wide-align/1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: @@ -13071,21 +12851,16 @@ packages: engines: {node: '>= 6'} dev: true - /yargs-parser/21.0.1: - resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==} - engines: {node: '>=12'} - dev: true - /yargs-parser/21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} dev: true - /yargs/17.5.1: - resolution: {integrity: sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==} + /yargs/17.6.2: + resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} engines: {node: '>=12'} dependencies: - cliui: 7.0.4 + cliui: 8.0.1 escalade: 3.1.1 get-caller-file: 2.0.5 require-directory: 2.1.1 @@ -13111,7 +12886,7 @@ packages: engines: {node: '>=10'} dev: true - /zone.js/0.11.8: - resolution: {integrity: sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==} + /zone.js/0.12.0: + resolution: {integrity: sha512-XtC+I5dXU14HrzidAKBNMqneIVUykLEAA1x+v4KVrd6AUPWlwYORF8KgsVqvgdHiKZ4BkxxjvYi/ksEixTPR0Q==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1