From 5097ceae88c0ea212e0aa6ea2a5b1020368f3216 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jun 2022 22:29:47 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/cypress.yml | 2 +- .github/workflows/main.yml | 2 +- .../webpack-demo-vanilla-bundle/package.json | 10 +- package.json | 22 +- packages/common/package.json | 2 +- packages/vanilla-force-bundle/package.json | 2 +- pnpm-lock.yaml | 889 +++++++++--------- 7 files changed, 464 insertions(+), 465 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8d2f3a7a1..47dffd38b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -34,7 +34,7 @@ jobs: restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.1.0 + - uses: pnpm/action-setup@v2.2.2 with: version: 7 run_install: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3e6181b4..0f6217260 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 2 # codecov-bash seems to require this - name: Install pnpm itself - uses: pnpm/action-setup@v2.2.0 + uses: pnpm/action-setup@v2.2.2 with: version: 7 diff --git a/examples/webpack-demo-vanilla-bundle/package.json b/examples/webpack-demo-vanilla-bundle/package.json index d900f3598..f47a1aa1a 100644 --- a/examples/webpack-demo-vanilla-bundle/package.json +++ b/examples/webpack-demo-vanilla-bundle/package.json @@ -34,7 +34,7 @@ "not dead" ], "dependencies": { - "@faker-js/faker": "^7.1.0", + "@faker-js/faker": "^7.2.0", "@fnando/sparkline": "^0.3.10", "@slickgrid-universal/common": "workspace:*", "@slickgrid-universal/composite-editor-component": "workspace:*", @@ -68,13 +68,13 @@ "html-loader": "^3.1.0", "html-webpack-plugin": "5.5.0", "mini-css-extract-plugin": "^2.6.0", - "sass": "^1.52.1", + "sass": "^1.52.2", "sass-loader": "^13.0.0", "style-loader": "^3.3.1", - "typescript": "^4.7.2", + "typescript": "^4.7.3", "url-loader": "^4.1.1", - "webpack": "^5.72.1", + "webpack": "^5.73.0", "webpack-cli": "^4.9.2", - "webpack-dev-server": "^4.9.1" + "webpack-dev-server": "^4.9.2" } } \ No newline at end of file diff --git a/package.json b/package.json index 8201f622a..8101e3147 100644 --- a/package.json +++ b/package.json @@ -39,27 +39,27 @@ "devDependencies": { "@lerna-lite/cli": "^1.4.0", "@lerna-lite/run": "^1.4.0", - "@types/jest": "^27.5.1", + "@types/jest": "^27.5.2", "@types/node": "^17.0.38", - "@typescript-eslint/eslint-plugin": "^5.27.0", - "@typescript-eslint/parser": "^5.27.0", + "@typescript-eslint/eslint-plugin": "^5.27.1", + "@typescript-eslint/parser": "^5.27.1", "cross-env": "^7.0.3", "cypress": "^9.7.0", - "eslint": "^8.16.0", + "eslint": "^8.17.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prefer-arrow": "^1.2.3", - "jest": "^28.1.0", - "jest-cli": "^28.1.0", - "jest-environment-jsdom": "^28.1.0", + "jest": "^28.1.1", + "jest-cli": "^28.1.1", + "jest-environment-jsdom": "^28.1.1", "jest-extended": "^2.0.0", "jsdom": "^19.0.0", "jsdom-global": "^3.0.2", "npm-run-all2": "^5.0.2", - "pnpm": "^7.1.7", + "pnpm": "^7.1.9", "rxjs": "^7.5.5", "serve": "^13.0.2", - "ts-jest": "^28.0.3", - "typescript": "^4.7.2" + "ts-jest": "^28.0.4", + "typescript": "^4.7.3" }, "pnpm": { "overrides": { @@ -68,7 +68,7 @@ "jquery-ui-dist": "1.12.1" } }, - "packageManager": "pnpm@7.1.0", + "packageManager": "pnpm@7.1.9", "engines": { "node": ">=14.17.0", "npm": ">=6.14.8" diff --git a/packages/common/package.json b/packages/common/package.json index 493a7f5e6..85bf808eb 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -93,7 +93,7 @@ "npm-run-all2": "^5.0.2", "postcss": "^8.4.14", "postcss-cli": "^9.1.0", - "sass": "^1.52.1" + "sass": "^1.52.2" }, "engines": { "node": ">=14.17.0", diff --git a/packages/vanilla-force-bundle/package.json b/packages/vanilla-force-bundle/package.json index 3f9ca5081..38f04f189 100644 --- a/packages/vanilla-force-bundle/package.json +++ b/packages/vanilla-force-bundle/package.json @@ -68,6 +68,6 @@ "cross-env": "^7.0.3", "html-loader": "^3.1.0", "npm-run-all2": "^5.0.2", - "webpack": "^5.72.1" + "webpack": "^5.73.0" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c33bab5ac..8e327fb4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,55 +11,55 @@ importers: specifiers: '@lerna-lite/cli': ^1.4.0 '@lerna-lite/run': ^1.4.0 - '@types/jest': ^27.5.1 + '@types/jest': ^27.5.2 '@types/node': ^17.0.38 - '@typescript-eslint/eslint-plugin': ^5.27.0 - '@typescript-eslint/parser': ^5.27.0 + '@typescript-eslint/eslint-plugin': ^5.27.1 + '@typescript-eslint/parser': ^5.27.1 cross-env: ^7.0.3 cypress: ^9.7.0 - eslint: ^8.16.0 + eslint: ^8.17.0 eslint-plugin-import: ^2.26.0 eslint-plugin-prefer-arrow: ^1.2.3 - jest: ^28.1.0 - jest-cli: ^28.1.0 - jest-environment-jsdom: ^28.1.0 + jest: ^28.1.1 + jest-cli: ^28.1.1 + jest-environment-jsdom: ^28.1.1 jest-extended: ^2.0.0 jsdom: ^19.0.0 jsdom-global: ^3.0.2 npm-run-all2: ^5.0.2 - pnpm: ^7.1.7 + pnpm: ^7.1.9 rxjs: ^7.5.5 serve: ^13.0.2 - ts-jest: ^28.0.3 - typescript: ^4.7.2 + ts-jest: ^28.0.4 + typescript: ^4.7.3 devDependencies: '@lerna-lite/cli': 1.4.0 '@lerna-lite/run': 1.4.0 - '@types/jest': 27.5.1 + '@types/jest': 27.5.2 '@types/node': 17.0.38 - '@typescript-eslint/eslint-plugin': 5.27.0_dszb5tb7atwkjjijmmov4qhi7i - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4 + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 cross-env: 7.0.3 cypress: 9.7.0 - eslint: 8.16.0 - eslint-plugin-import: 2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq - eslint-plugin-prefer-arrow: 1.2.3_eslint@8.16.0 - jest: 28.1.0_@types+node@17.0.38 - jest-cli: 28.1.0_@types+node@17.0.38 - jest-environment-jsdom: 28.1.0 - jest-extended: 2.0.0_jest@28.1.0 + eslint: 8.17.0 + eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra + eslint-plugin-prefer-arrow: 1.2.3_eslint@8.17.0 + jest: 28.1.1_@types+node@17.0.38 + jest-cli: 28.1.1_@types+node@17.0.38 + jest-environment-jsdom: 28.1.1 + jest-extended: 2.0.0_jest@28.1.1 jsdom: 19.0.0 jsdom-global: 3.0.2_jsdom@19.0.0 npm-run-all2: 5.0.2 - pnpm: 7.1.7 + pnpm: 7.1.9 rxjs: 7.5.5 serve: 13.0.2 - ts-jest: 28.0.3_7sa2e64agunq5kj4zcolhrnkbm - typescript: 4.7.2 + ts-jest: 28.0.4_vz6zla63wvofljfl6elifyg77e + typescript: 4.7.3 examples/webpack-demo-vanilla-bundle: specifiers: - '@faker-js/faker': ^7.1.0 + '@faker-js/faker': ^7.2.0 '@fnando/sparkline': ^0.3.10 '@slickgrid-universal/common': workspace:* '@slickgrid-universal/composite-editor-component': workspace:* @@ -90,17 +90,17 @@ importers: mini-css-extract-plugin: ^2.6.0 moment-mini: ^2.24.0 rxjs: ^7.5.5 - sass: ^1.52.1 + sass: ^1.52.2 sass-loader: ^13.0.0 style-loader: ^3.3.1 - typescript: ^4.7.2 + typescript: ^4.7.3 url-loader: ^4.1.1 - webpack: ^5.72.1 + webpack: ^5.73.0 webpack-cli: ^4.9.2 - webpack-dev-server: ^4.9.1 + webpack-dev-server: ^4.9.2 whatwg-fetch: ^3.6.2 dependencies: - '@faker-js/faker': 7.1.0 + '@faker-js/faker': 7.2.0 '@fnando/sparkline': 0.3.10 '@slickgrid-universal/common': link:../../packages/common '@slickgrid-universal/composite-editor-component': link:../../packages/composite-editor-component @@ -124,23 +124,23 @@ importers: '@types/moment': 2.13.0 '@types/node': 17.0.38 '@types/webpack': 5.28.0_webpack-cli@4.9.2 - clean-webpack-plugin: 4.0.0_webpack@5.72.1 - copy-webpack-plugin: 11.0.0_webpack@5.72.1 - css-loader: 6.7.1_webpack@5.72.1 - esbuild-loader: 2.19.0_webpack@5.72.1 - file-loader: 6.2.0_webpack@5.72.1 - fork-ts-checker-webpack-plugin: 7.2.11_d3ofjbjbkerjqvgldod72xzm2y - html-loader: 3.1.0_webpack@5.72.1 - html-webpack-plugin: 5.5.0_webpack@5.72.1 - mini-css-extract-plugin: 2.6.0_webpack@5.72.1 - sass: 1.52.1 - sass-loader: 13.0.0_sass@1.52.1+webpack@5.72.1 - style-loader: 3.3.1_webpack@5.72.1 - typescript: 4.7.2 - url-loader: 4.1.1_4spiask3fd7dtsm35bmnngyscq - webpack: 5.72.1_webpack-cli@4.9.2 - webpack-cli: 4.9.2_2duiwyorgszm4t5vsjijwujnv4 - webpack-dev-server: 4.9.1_smhu6mcfcg7aivfsuosc335k3u + clean-webpack-plugin: 4.0.0_webpack@5.73.0 + copy-webpack-plugin: 11.0.0_webpack@5.73.0 + css-loader: 6.7.1_webpack@5.73.0 + esbuild-loader: 2.19.0_webpack@5.73.0 + file-loader: 6.2.0_webpack@5.73.0 + fork-ts-checker-webpack-plugin: 7.2.11_jy5w4alwxi2du2dgjfsq7k3iza + html-loader: 3.1.0_webpack@5.73.0 + html-webpack-plugin: 5.5.0_webpack@5.73.0 + mini-css-extract-plugin: 2.6.0_webpack@5.73.0 + sass: 1.52.2 + sass-loader: 13.0.0_sass@1.52.2+webpack@5.73.0 + style-loader: 3.3.1_webpack@5.73.0 + typescript: 4.7.3 + url-loader: 4.1.1_ljnyroaqobwke7fusd7ro2cgzm + webpack: 5.73.0_webpack-cli@4.9.2 + webpack-cli: 4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju + webpack-dev-server: 4.9.2_gkh3o7gdsall36kyfdv2sybo54 packages/binding: specifiers: @@ -177,7 +177,7 @@ importers: npm-run-all2: ^5.0.2 postcss: ^8.4.14 postcss-cli: ^9.1.0 - sass: ^1.52.1 + sass: ^1.52.2 slickgrid: ^2.4.44 un-flatten-tree: ^2.0.12 dependencies: @@ -204,7 +204,7 @@ importers: npm-run-all2: 5.0.2 postcss: 8.4.14 postcss-cli: 9.1.0_postcss@8.4.14 - sass: 1.52.1 + sass: 1.52.2 packages/composite-editor-component: specifiers: @@ -437,7 +437,7 @@ importers: cross-env: ^7.0.3 html-loader: ^3.1.0 npm-run-all2: ^5.0.2 - webpack: ^5.72.1 + webpack: ^5.73.0 whatwg-fetch: ^3.6.2 dependencies: '@slickgrid-universal/binding': link:../binding @@ -456,9 +456,9 @@ importers: '@types/webpack': 5.28.0 archiver: 5.3.1 cross-env: 7.0.3 - html-loader: 3.1.0_webpack@5.72.1 + html-loader: 3.1.0_webpack@5.73.0 npm-run-all2: 5.0.2 - webpack: 5.72.1 + webpack: 5.73.0 packages: @@ -849,8 +849,8 @@ packages: - supports-color dev: true - /@faker-js/faker/7.1.0: - resolution: {integrity: sha512-G+EvE29QUd9/6GTrwA/TK2AiN79W4ZG6kyJqj2RAqUqEd8A8ICnjA3Rj3F2IaaA+sq6WJzs4lh8GJJRDG1UH7A==} + /@faker-js/faker/7.2.0: + resolution: {integrity: sha512-dzjQ0LFT+bPLWg0yyV3MpxaLJp/+VW4a0SnjNSWJ4YpJ928LXDOZAN+kB2/JPPisI3Ra0w2BxbD4M9J7o0jcpw==} engines: {node: '>=14.0.0', npm: '>=6.0.0'} dev: false @@ -898,20 +898,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/28.1.0: - resolution: {integrity: sha512-tscn3dlJFGay47kb4qVruQg/XWlmvU0xp3EJOjzzY+sBaI+YgwKcvAmTcyYU7xEiLLIY5HCdWRooAL8dqkFlDA==} + /@jest/console/28.1.1: + resolution: {integrity: sha512-0RiUocPVFEm3WRMOStIHbRWllG6iW6E3/gUPnf4lkrVFyXIIDeCe+vlKeYyFOMhB2EPE6FLFCNADSOOQMaqvyA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@types/node': 17.0.38 chalk: 4.1.2 - jest-message-util: 28.1.0 - jest-util: 28.1.0 + jest-message-util: 28.1.1 + jest-util: 28.1.1 slash: 3.0.0 dev: true - /@jest/core/28.1.0: - resolution: {integrity: sha512-/2PTt0ywhjZ4NwNO4bUqD9IVJfmFVhVKGlhvSpmEfUCuxYf/3NHcKmRFI+I71lYzbTT3wMuYpETDCTHo81gC/g==} + /@jest/core/28.1.1: + resolution: {integrity: sha512-3pYsBoZZ42tXMdlcFeCc/0j9kOlK7MYuXs2B1QbvDgMoW1K9NJ4G/VYvIbMb26iqlkTfPHo7SC2JgjDOk/mxXw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -919,11 +919,11 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 28.1.0 - '@jest/reporters': 28.1.0 - '@jest/test-result': 28.1.0 - '@jest/transform': 28.1.0 - '@jest/types': 28.1.0 + '@jest/console': 28.1.1 + '@jest/reporters': 28.1.1 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -931,20 +931,20 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 28.0.2 - jest-config: 28.1.0_@types+node@17.0.38 - jest-haste-map: 28.1.0 - jest-message-util: 28.1.0 + jest-config: 28.1.1_@types+node@17.0.38 + jest-haste-map: 28.1.1 + jest-message-util: 28.1.1 jest-regex-util: 28.0.2 - jest-resolve: 28.1.0 - jest-resolve-dependencies: 28.1.0 - jest-runner: 28.1.0 - jest-runtime: 28.1.0 - jest-snapshot: 28.1.0 - jest-util: 28.1.0 - jest-validate: 28.1.0 - jest-watcher: 28.1.0 + jest-resolve: 28.1.1 + jest-resolve-dependencies: 28.1.1 + jest-runner: 28.1.1 + jest-runtime: 28.1.1 + jest-snapshot: 28.1.1 + jest-util: 28.1.1 + jest-validate: 28.1.1 + jest-watcher: 28.1.1 micromatch: 4.0.5 - pretty-format: 28.1.0 + pretty-format: 28.1.1 rimraf: 3.0.2 slash: 3.0.0 strip-ansi: 6.0.1 @@ -953,58 +953,58 @@ packages: - ts-node dev: true - /@jest/environment/28.1.0: - resolution: {integrity: sha512-S44WGSxkRngzHslhV6RoAExekfF7Qhwa6R5+IYFa81mpcj0YgdBnRSmvHe3SNwOt64yXaE5GG8Y2xM28ii5ssA==} + /@jest/environment/28.1.1: + resolution: {integrity: sha512-9auVQ2GzQ7nrU+lAr8KyY838YahElTX9HVjbQPPS2XjlxQ+na18G113OoBhyBGBtD6ZnO/SrUy5WR8EzOj1/Uw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/fake-timers': 28.1.0 - '@jest/types': 28.1.0 + '@jest/fake-timers': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 - jest-mock: 28.1.0 + jest-mock: 28.1.1 dev: true - /@jest/expect-utils/28.1.0: - resolution: {integrity: sha512-5BrG48dpC0sB80wpeIX5FU6kolDJI4K0n5BM9a5V38MGx0pyRvUBSS0u2aNTdDzmOrCjhOg8pGs6a20ivYkdmw==} + /@jest/expect-utils/28.1.1: + resolution: {integrity: sha512-n/ghlvdhCdMI/hTcnn4qV57kQuV9OTsZzH1TTCVARANKhl6hXJqLKUkwX69ftMGpsbpt96SsDD8n8LD2d9+FRw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: jest-get-type: 28.0.2 dev: true - /@jest/expect/28.1.0: - resolution: {integrity: sha512-be9ETznPLaHOmeJqzYNIXv1ADEzENuQonIoobzThOYPuK/6GhrWNIJDVTgBLCrz3Am73PyEU2urQClZp0hLTtA==} + /@jest/expect/28.1.1: + resolution: {integrity: sha512-/+tQprrFoT6lfkMj4mW/mUIfAmmk/+iQPmg7mLDIFOf2lyf7EBHaS+x3RbeR0VZVMe55IvX7QRoT/2aK3AuUXg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - expect: 28.1.0 - jest-snapshot: 28.1.0 + expect: 28.1.1 + jest-snapshot: 28.1.1 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/28.1.0: - resolution: {integrity: sha512-Xqsf/6VLeAAq78+GNPzI7FZQRf5cCHj1qgQxCjws9n8rKw8r1UYoeaALwBvyuzOkpU3c1I6emeMySPa96rxtIg==} + /@jest/fake-timers/28.1.1: + resolution: {integrity: sha512-BY/3+TyLs5+q87rGWrGUY5f8e8uC3LsVHS9Diz8+FV3ARXL4sNnkLlIB8dvDvRrp+LUCGM+DLqlsYubizGUjIA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@sinonjs/fake-timers': 9.1.2 '@types/node': 17.0.38 - jest-message-util: 28.1.0 - jest-mock: 28.1.0 - jest-util: 28.1.0 + jest-message-util: 28.1.1 + jest-mock: 28.1.1 + jest-util: 28.1.1 dev: true - /@jest/globals/28.1.0: - resolution: {integrity: sha512-3m7sTg52OTQR6dPhsEQSxAvU+LOBbMivZBwOvKEZ+Rb+GyxVnXi9HKgOTYkx/S99T8yvh17U4tNNJPIEQmtwYw==} + /@jest/globals/28.1.1: + resolution: {integrity: sha512-dEgl/6v7ToB4vXItdvcltJBgny0xBE6xy6IYQrPJAJggdEinGxCDMivNv7sFzPcTITGquXD6UJwYxfJ/5ZwDSg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.0 - '@jest/expect': 28.1.0 - '@jest/types': 28.1.0 + '@jest/environment': 28.1.1 + '@jest/expect': 28.1.1 + '@jest/types': 28.1.1 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/28.1.0: - resolution: {integrity: sha512-qxbFfqap/5QlSpIizH9c/bFCDKsQlM4uAKSOvZrP+nIdrjqre3FmKzpTtYyhsaVcOSNK7TTt2kjm+4BJIjysFA==} + /@jest/reporters/28.1.1: + resolution: {integrity: sha512-597Zj4D4d88sZrzM4atEGLuO7SdA/YrOv9SRXHXRNC+/FwPCWxZhBAEzhXoiJzfRwn8zes/EjS8Lo6DouGN5Gg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1013,10 +1013,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 28.1.0 - '@jest/test-result': 28.1.0 - '@jest/transform': 28.1.0 - '@jest/types': 28.1.0 + '@jest/console': 28.1.1 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.1 + '@jest/types': 28.1.1 '@jridgewell/trace-mapping': 0.3.13 '@types/node': 17.0.38 chalk: 4.1.2 @@ -1029,8 +1029,9 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.4 - jest-util: 28.1.0 - jest-worker: 28.1.0 + jest-message-util: 28.1.1 + jest-util: 28.1.1 + jest-worker: 28.1.1 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -1056,41 +1057,41 @@ packages: graceful-fs: 4.2.10 dev: true - /@jest/test-result/28.1.0: - resolution: {integrity: sha512-sBBFIyoPzrZho3N+80P35A5oAkSKlGfsEFfXFWuPGBsW40UAjCkGakZhn4UQK4iQlW2vgCDMRDOob9FGKV8YoQ==} + /@jest/test-result/28.1.1: + resolution: {integrity: sha512-hPmkugBktqL6rRzwWAtp1JtYT4VHwv8OQ+9lE5Gymj6dHzubI/oJHMUpPOt8NrdVWSrz9S7bHjJUmv2ggFoUNQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/console': 28.1.0 - '@jest/types': 28.1.0 + '@jest/console': 28.1.1 + '@jest/types': 28.1.1 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/28.1.0: - resolution: {integrity: sha512-tZCEiVWlWNTs/2iK9yi6o3AlMfbbYgV4uuZInSVdzZ7ftpHZhCMuhvk2HLYhCZzLgPFQ9MnM1YaxMnh3TILFiQ==} + /@jest/test-sequencer/28.1.1: + resolution: {integrity: sha512-nuL+dNSVMcWB7OOtgb0EGH5AjO4UBCt68SLP08rwmC+iRhyuJWS9MtZ/MpipxFwKAlHFftbMsydXqWre8B0+XA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/test-result': 28.1.0 + '@jest/test-result': 28.1.1 graceful-fs: 4.2.10 - jest-haste-map: 28.1.0 + jest-haste-map: 28.1.1 slash: 3.0.0 dev: true - /@jest/transform/28.1.0: - resolution: {integrity: sha512-omy2xe5WxlAfqmsTjTPxw+iXRTRnf+NtX0ToG+4S0tABeb4KsKmPUHq5UBuwunHg3tJRwgEQhEp0M/8oiatLEA==} + /@jest/transform/28.1.1: + resolution: {integrity: sha512-PkfaTUuvjUarl1EDr5ZQcCA++oXkFCP9QFUkG0yVKVmNObjhrqDy0kbMpMebfHWm3CCDHjYNem9eUSH8suVNHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@babel/core': 7.17.10 - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@jridgewell/trace-mapping': 0.3.13 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 - jest-haste-map: 28.1.0 + jest-haste-map: 28.1.1 jest-regex-util: 28.0.2 - jest-util: 28.1.0 + jest-util: 28.1.1 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -1099,8 +1100,8 @@ packages: - supports-color dev: true - /@jest/types/28.1.0: - resolution: {integrity: sha512-xmEggMPr317MIOjjDoZ4ejCSr9Lpbt/u34+dvc99t7DS8YirW5rwZEhzKPC2BMUFkUhI48qs6qLUSGw5FuL0GA==} + /@jest/types/28.1.1: + resolution: {integrity: sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/schemas': 28.0.2 @@ -1746,8 +1747,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/27.5.1: - resolution: {integrity: sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ==} + /@types/jest/27.5.2: + resolution: {integrity: sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==} dependencies: jest-matcher-utils: 27.5.1 pretty-format: 27.5.1 @@ -1894,7 +1895,7 @@ packages: dependencies: '@types/node': 17.0.33 tapable: 2.2.1 - webpack: 5.72.1 + webpack: 5.73.0 transitivePeerDependencies: - '@swc/core' - esbuild @@ -1907,7 +1908,7 @@ packages: dependencies: '@types/node': 17.0.33 tapable: 2.2.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 transitivePeerDependencies: - '@swc/core' - esbuild @@ -1939,8 +1940,8 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.27.0_dszb5tb7atwkjjijmmov4qhi7i: - resolution: {integrity: sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==} + /@typescript-eslint/eslint-plugin/5.27.1_aq7uryhocdbvbqum33pitcm3y4: + resolution: {integrity: sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1950,24 +1951,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/type-utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle - '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/type-utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 + '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 debug: 4.3.4 - eslint: 8.16.0 + eslint: 8.17.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.2 - typescript: 4.7.2 + tsutils: 3.21.0_typescript@4.7.3 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.27.0_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==} + /@typescript-eslint/parser/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4: + resolution: {integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1976,26 +1977,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.2 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.7.3 debug: 4.3.4 - eslint: 8.16.0 - typescript: 4.7.2 + eslint: 8.17.0 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.27.0: - resolution: {integrity: sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==} + /@typescript-eslint/scope-manager/5.27.1: + resolution: {integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/visitor-keys': 5.27.0 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/visitor-keys': 5.27.1 dev: true - /@typescript-eslint/type-utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==} + /@typescript-eslint/type-utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4: + resolution: {integrity: sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2004,22 +2005,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 debug: 4.3.4 - eslint: 8.16.0 - tsutils: 3.21.0_typescript@4.7.2 - typescript: 4.7.2 + eslint: 8.17.0 + tsutils: 3.21.0_typescript@4.7.3 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.27.0: - resolution: {integrity: sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==} + /@typescript-eslint/types/5.27.1: + resolution: {integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.27.0_typescript@4.7.2: - resolution: {integrity: sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==} + /@typescript-eslint/typescript-estree/5.27.1_typescript@4.7.3: + resolution: {integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2027,41 +2028,41 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/visitor-keys': 5.27.0 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/visitor-keys': 5.27.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.2 - typescript: 4.7.2 + tsutils: 3.21.0_typescript@4.7.3 + typescript: 4.7.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.27.0_xztl6dhthcahlo6akmb2bmjmle: - resolution: {integrity: sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==} + /@typescript-eslint/utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4: + resolution: {integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==} 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 - '@typescript-eslint/scope-manager': 5.27.0 - '@typescript-eslint/types': 5.27.0 - '@typescript-eslint/typescript-estree': 5.27.0_typescript@4.7.2 - eslint: 8.16.0 + '@typescript-eslint/scope-manager': 5.27.1 + '@typescript-eslint/types': 5.27.1 + '@typescript-eslint/typescript-estree': 5.27.1_typescript@4.7.3 + eslint: 8.17.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint-utils: 3.0.0_eslint@8.17.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.27.0: - resolution: {integrity: sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==} + /@typescript-eslint/visitor-keys/5.27.1: + resolution: {integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.27.0 + '@typescript-eslint/types': 5.27.1 eslint-visitor-keys: 3.3.0 dev: true @@ -2171,14 +2172,14 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest/1.1.1_smhu6mcfcg7aivfsuosc335k3u: + /@webpack-cli/configtest/1.1.1_gkh3o7gdsall36kyfdv2sybo54: resolution: {integrity: sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.72.1_webpack-cli@4.9.2 - webpack-cli: 4.9.2_2duiwyorgszm4t5vsjijwujnv4 + webpack: 5.73.0_webpack-cli@4.9.2 + webpack-cli: 4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju dev: true /@webpack-cli/info/1.4.1_webpack-cli@4.9.2: @@ -2187,10 +2188,10 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.9.2_2duiwyorgszm4t5vsjijwujnv4 + webpack-cli: 4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju dev: true - /@webpack-cli/serve/1.6.1_wrq76o5olao5kakxgxx43iiltu: + /@webpack-cli/serve/1.6.1_6pppdfkxwwhox4m3lzj7t6daai: resolution: {integrity: sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==} peerDependencies: webpack-cli: 4.x.x @@ -2199,8 +2200,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.9.2_2duiwyorgszm4t5vsjijwujnv4 - webpack-dev-server: 4.9.1_smhu6mcfcg7aivfsuosc335k3u + webpack-cli: 4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju + webpack-dev-server: 4.9.2_gkh3o7gdsall36kyfdv2sybo54 dev: true /@xtuc/ieee754/1.2.0: @@ -2593,17 +2594,17 @@ packages: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} dev: true - /babel-jest/28.1.0_@babel+core@7.17.10: - resolution: {integrity: sha512-zNKk0yhDZ6QUwfxh9k07GII6siNGMJWVUU49gmFj5gfdqDKLqa2RArXOF2CODp4Dr7dLxN2cvAV+667dGJ4b4w==} + /babel-jest/28.1.1_@babel+core@7.17.10: + resolution: {integrity: sha512-MEt0263viUdAkTq5D7upHPNxvt4n9uLUGa6pPz3WviNBMtOmStb1lIXS3QobnoqM+qnH+vr4EKlvhe8QcmxIYw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.17.10 - '@jest/transform': 28.1.0 + '@jest/transform': 28.1.1 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.0.2_@babel+core@7.17.10 + babel-preset-jest: 28.1.1_@babel+core@7.17.10 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -2624,8 +2625,8 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/28.0.2: - resolution: {integrity: sha512-Kizhn/ZL+68ZQHxSnHyuvJv8IchXD62KQxV77TBDV/xoBFBOfgRAk97GNs6hXdTTCiVES9nB2I6+7MXXrk5llQ==} + /babel-plugin-jest-hoist/28.1.1: + resolution: {integrity: sha512-NovGCy5Hn25uMJSAU8FaHqzs13cFoOI4lhIujiepssjCKRsAo3TA734RDWSGxuFTsUJXerYOqQQodlxgmtqbzw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@babel/template': 7.16.7 @@ -2654,14 +2655,14 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.10 dev: true - /babel-preset-jest/28.0.2_@babel+core@7.17.10: - resolution: {integrity: sha512-sYzXIdgIXXroJTFeB3S6sNDWtlJ2dllCdTEsnZ65ACrMojj3hVNFRmnJ1HZtomGi+Be7aqpY/HJ92fr8OhKVkQ==} + /babel-preset-jest/28.1.1_@babel+core@7.17.10: + resolution: {integrity: sha512-FCq9Oud0ReTeWtcneYf/48981aTfXYuB9gbU4rBNNJVBSQ6ssv7E6v/qvbBxtOWwZFXjLZwpg+W3q7J6vhH25g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.17.10 - babel-plugin-jest-hoist: 28.0.2 + babel-plugin-jest-hoist: 28.1.1 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.10 dev: true @@ -2839,7 +2840,7 @@ packages: dev: true /bytes/3.0.0: - resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} dev: true @@ -3053,14 +3054,14 @@ packages: engines: {node: '>=6'} dev: true - /clean-webpack-plugin/4.0.0_webpack@5.72.1: + /clean-webpack-plugin/4.0.0_webpack@5.73.0: resolution: {integrity: sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==} engines: {node: '>=10.0.0'} peerDependencies: webpack: '>=4.0.0 <6.0.0' dependencies: del: 4.1.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /cli-boxes/2.2.1: @@ -3140,7 +3141,7 @@ packages: dev: true /co/4.6.0: - resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true @@ -3430,7 +3431,7 @@ packages: engines: {node: '>= 0.6'} dev: true - /copy-webpack-plugin/11.0.0_webpack@5.72.1: + /copy-webpack-plugin/11.0.0_webpack@5.73.0: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -3442,7 +3443,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.0 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /copyfiles/2.4.1: @@ -3523,7 +3524,7 @@ packages: engines: {node: '>=8'} dev: true - /css-loader/6.7.1_webpack@5.72.1: + /css-loader/6.7.1_webpack@5.73.0: resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -3537,7 +3538,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.13 postcss-value-parser: 4.2.0 semver: 7.3.7 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /css-select/4.3.0: @@ -3878,8 +3879,8 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /diff-sequences/28.0.2: - resolution: {integrity: sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==} + /diff-sequences/28.1.1: + resolution: {integrity: sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dev: true @@ -4248,7 +4249,7 @@ packages: dev: true optional: true - /esbuild-loader/2.19.0_webpack@5.72.1: + /esbuild-loader/2.19.0_webpack@5.73.0: resolution: {integrity: sha512-urGNVE6Tl2rqx92ElKi/LiExXjGvcH6HfDBFzJ9Ppwqh4n6Jmx8x7RKAyMzSM78b6CAaJLhDncG5sPrL0ROh5Q==} peerDependencies: webpack: ^4.40.0 || ^5.0.0 @@ -4258,7 +4259,7 @@ packages: json5: 2.2.1 loader-utils: 2.0.2 tapable: 2.2.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 webpack-sources: 2.3.1 dev: true @@ -4395,7 +4396,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_nd4nb6nccnlbwilvit6hlaep3q: + /eslint-module-utils/2.7.3_5uhabtgzo3akfzi73a5jap3i6a: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -4413,7 +4414,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -4421,7 +4422,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_xsmuhwqsfrjm7m3kqio7zoeziq: + /eslint-plugin-import/2.26.0_pv5w3e62ssxduf5aiwxbc3knra: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4431,14 +4432,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.27.0_xztl6dhthcahlo6akmb2bmjmle + '@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4 array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.16.0 + eslint: 8.17.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_nd4nb6nccnlbwilvit6hlaep3q + eslint-module-utils: 2.7.3_5uhabtgzo3akfzi73a5jap3i6a has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -4452,12 +4453,12 @@ packages: - supports-color dev: true - /eslint-plugin-prefer-arrow/1.2.3_eslint@8.16.0: + /eslint-plugin-prefer-arrow/1.2.3_eslint@8.17.0: resolution: {integrity: sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==} peerDependencies: eslint: '>=2.0.0' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 dev: true /eslint-scope/5.1.1: @@ -4476,13 +4477,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.16.0: + /eslint-utils/3.0.0_eslint@8.17.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.16.0 + eslint: 8.17.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4496,8 +4497,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.16.0: - resolution: {integrity: sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==} + /eslint/8.17.0: + resolution: {integrity: sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -4510,7 +4511,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.16.0 + eslint-utils: 3.0.0_eslint@8.17.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -4661,19 +4662,19 @@ packages: dev: true /exit/0.1.2: - resolution: {integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=} + resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} dev: true - /expect/28.1.0: - resolution: {integrity: sha512-qFXKl8Pmxk8TBGfaFKRtcQjfXEnKAs+dmlxdwvukJZorwrAabT7M3h8oLOG01I2utEhkmUTi17CHaPBovZsKdw==} + /expect/28.1.1: + resolution: {integrity: sha512-/AANEwGL0tWBwzLNOvO0yUdy2D52jVdNXppOqswC49sxMN2cPWsGCQdzuIf9tj6hHoBQzNvx75JUYuQAckPo3w==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/expect-utils': 28.1.0 + '@jest/expect-utils': 28.1.1 jest-get-type: 28.0.2 - jest-matcher-utils: 28.1.0 - jest-message-util: 28.1.0 - jest-util: 28.1.0 + jest-matcher-utils: 28.1.1 + jest-message-util: 28.1.1 + jest-util: 28.1.1 dev: true /express/4.18.1: @@ -4767,7 +4768,7 @@ packages: dev: true /fast-levenshtein/2.0.6: - resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} dev: true /fast-url-parser/1.1.3: @@ -4819,7 +4820,7 @@ packages: flat-cache: 3.0.4 dev: true - /file-loader/6.2.0_webpack@5.72.1: + /file-loader/6.2.0_webpack@5.73.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -4827,7 +4828,7 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /fill-range/7.0.1: @@ -4858,7 +4859,7 @@ packages: dev: true /find-up/2.1.0: - resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=} + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} engines: {node: '>=4'} dependencies: locate-path: 2.0.0 @@ -4902,7 +4903,7 @@ packages: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} dev: true - /fork-ts-checker-webpack-plugin/7.2.11_d3ofjbjbkerjqvgldod72xzm2y: + /fork-ts-checker-webpack-plugin/7.2.11_jy5w4alwxi2du2dgjfsq7k3iza: resolution: {integrity: sha512-2e5+NyTUTE1Xq4fWo7KFEQblCaIvvINQwUX3jRmEGlgCTc1Ecqw/975EfQrQ0GEraxJTnp8KB9d/c8hlCHUMJA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -4924,8 +4925,8 @@ packages: schema-utils: 3.1.1 semver: 7.3.7 tapable: 2.2.1 - typescript: 4.7.2 - webpack: 5.72.1_webpack-cli@4.9.2 + typescript: 4.7.3 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /form-data/2.3.3: @@ -5413,7 +5414,7 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-loader/3.1.0_webpack@5.72.1: + /html-loader/3.1.0_webpack@5.73.0: resolution: {integrity: sha512-ycMYFRiCF7YANcLDNP72kh3Po5pTcH+bROzdDwh00iVOAY/BwvpuZ1BKPziQ35Dk9D+UD84VGX1Lu/H4HpO4fw==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -5421,7 +5422,7 @@ packages: dependencies: html-minifier-terser: 6.1.0 parse5: 6.0.1 - webpack: 5.72.1 + webpack: 5.73.0 dev: true /html-minifier-terser/6.1.0: @@ -5438,7 +5439,7 @@ packages: terser: 5.13.1 dev: true - /html-webpack-plugin/5.5.0_webpack@5.72.1: + /html-webpack-plugin/5.5.0_webpack@5.73.0: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -5449,7 +5450,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /htmlparser2/6.1.0: @@ -5655,7 +5656,7 @@ packages: dev: true /imurmurhash/0.1.4: - resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} dev: true @@ -6075,26 +6076,26 @@ packages: throat: 6.0.1 dev: true - /jest-circus/28.1.0: - resolution: {integrity: sha512-rNYfqfLC0L0zQKRKsg4n4J+W1A2fbyGH7Ss/kDIocp9KXD9iaL111glsLu7+Z7FHuZxwzInMDXq+N1ZIBkI/TQ==} + /jest-circus/28.1.1: + resolution: {integrity: sha512-75+BBVTsL4+p2w198DQpCeyh1RdaS2lhEG87HkaFX/UG0gJExVq2skG2pT7XZEGBubNj2CytcWSPan4QEPNosw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.0 - '@jest/expect': 28.1.0 - '@jest/test-result': 28.1.0 - '@jest/types': 28.1.0 + '@jest/environment': 28.1.1 + '@jest/expect': 28.1.1 + '@jest/test-result': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 - jest-each: 28.1.0 - jest-matcher-utils: 28.1.0 - jest-message-util: 28.1.0 - jest-runtime: 28.1.0 - jest-snapshot: 28.1.0 - jest-util: 28.1.0 - pretty-format: 28.1.0 + jest-each: 28.1.1 + jest-matcher-utils: 28.1.1 + jest-message-util: 28.1.1 + jest-runtime: 28.1.1 + jest-snapshot: 28.1.1 + jest-util: 28.1.1 + pretty-format: 28.1.1 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -6102,8 +6103,8 @@ packages: - supports-color dev: true - /jest-cli/28.1.0_@types+node@17.0.38: - resolution: {integrity: sha512-fDJRt6WPRriHrBsvvgb93OxgajHHsJbk4jZxiPqmZbMDRcHskfJBBfTyjFko0jjfprP544hOktdSi9HVgl4VUQ==} + /jest-cli/28.1.1_@types+node@17.0.38: + resolution: {integrity: sha512-+sUfVbJqb1OjBZ0OdBbI6OWfYM1i7bSfzYy6gze1F1w3OKWq8ZTEKkZ8a7ZQPq6G/G1qMh/uKqpdWhgl11NFQQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true peerDependencies: @@ -6112,26 +6113,26 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 28.1.0 - '@jest/test-result': 28.1.0 - '@jest/types': 28.1.0 + '@jest/core': 28.1.1 + '@jest/test-result': 28.1.1 + '@jest/types': 28.1.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 28.1.0_@types+node@17.0.38 - jest-util: 28.1.0 - jest-validate: 28.1.0 + jest-config: 28.1.1_@types+node@17.0.38 + jest-util: 28.1.1 + jest-validate: 28.1.1 prompts: 2.4.2 - yargs: 17.5.0 + yargs: 17.5.1 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest-config/28.1.0_@types+node@17.0.38: - resolution: {integrity: sha512-aOV80E9LeWrmflp7hfZNn/zGA4QKv/xsn2w8QCBP0t0+YqObuCWTSgNbHJ0j9YsTuCO08ZR/wsvlxqqHX20iUA==} + /jest-config/28.1.1_@types+node@17.0.38: + resolution: {integrity: sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@types/node': '*' @@ -6143,26 +6144,26 @@ packages: optional: true dependencies: '@babel/core': 7.17.10 - '@jest/test-sequencer': 28.1.0 - '@jest/types': 28.1.0 + '@jest/test-sequencer': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 - babel-jest: 28.1.0_@babel+core@7.17.10 + babel-jest: 28.1.1_@babel+core@7.17.10 chalk: 4.1.2 ci-info: 3.3.1 deepmerge: 4.2.2 glob: 7.2.2 graceful-fs: 4.2.10 - jest-circus: 28.1.0 - jest-environment-node: 28.1.0 + jest-circus: 28.1.1 + jest-environment-node: 28.1.1 jest-get-type: 28.0.2 jest-regex-util: 28.0.2 - jest-resolve: 28.1.0 - jest-runner: 28.1.0 - jest-util: 28.1.0 - jest-validate: 28.1.0 + jest-resolve: 28.1.1 + jest-runner: 28.1.1 + jest-util: 28.1.1 + jest-validate: 28.1.1 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 28.1.0 + pretty-format: 28.1.1 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -6179,45 +6180,45 @@ packages: pretty-format: 27.5.1 dev: true - /jest-diff/28.1.0: - resolution: {integrity: sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==} + /jest-diff/28.1.1: + resolution: {integrity: sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 28.0.2 + diff-sequences: 28.1.1 jest-get-type: 28.0.2 - pretty-format: 28.1.0 + pretty-format: 28.1.1 dev: true - /jest-docblock/28.0.2: - resolution: {integrity: sha512-FH10WWw5NxLoeSdQlJwu+MTiv60aXV/t8KEwIRGEv74WARE1cXIqh1vGdy2CraHuWOOrnzTWj/azQKqW4fO7xg==} + /jest-docblock/28.1.1: + resolution: {integrity: sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/28.1.0: - resolution: {integrity: sha512-a/XX02xF5NTspceMpHujmOexvJ4GftpYXqr6HhhmKmExtMXsyIN/fvanQlt/BcgFoRKN4OCXxLQKth9/n6OPFg==} + /jest-each/28.1.1: + resolution: {integrity: sha512-A042rqh17ZvEhRceDMi784ppoXR7MWGDEKTXEZXb4svt0eShMZvijGxzKsx+yIjeE8QYmHPrnHiTSQVhN4nqaw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 chalk: 4.1.2 jest-get-type: 28.0.2 - jest-util: 28.1.0 - pretty-format: 28.1.0 + jest-util: 28.1.1 + pretty-format: 28.1.1 dev: true - /jest-environment-jsdom/28.1.0: - resolution: {integrity: sha512-8n6P4xiDjNVqTWv6W6vJPuQdLx+ZiA3dbYg7YJ+DPzR+9B61K6pMVJrSs2IxfGRG4J7pyAUA5shQ9G0KEun78w==} + /jest-environment-jsdom/28.1.1: + resolution: {integrity: sha512-41ZvgSoPNcKG5q3LuuOcAczdBxRq9DbZkPe24okN6ZCmiZdAfFtPg3z+lOtsT1fM6OAERApKT+3m0MRDQH2zIA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.0 - '@jest/fake-timers': 28.1.0 - '@jest/types': 28.1.0 + '@jest/environment': 28.1.1 + '@jest/fake-timers': 28.1.1 + '@jest/types': 28.1.1 '@types/jsdom': 16.2.14 '@types/node': 17.0.38 - jest-mock: 28.1.0 - jest-util: 28.1.0 + jest-mock: 28.1.1 + jest-util: 28.1.1 jsdom: 19.0.0 transitivePeerDependencies: - bufferutil @@ -6226,25 +6227,25 @@ packages: - utf-8-validate dev: true - /jest-environment-node/28.1.0: - resolution: {integrity: sha512-gBLZNiyrPw9CSMlTXF1yJhaBgWDPVvH0Pq6bOEwGMXaYNzhzhw2kA/OijNF8egbCgDS0/veRv97249x2CX+udQ==} + /jest-environment-node/28.1.1: + resolution: {integrity: sha512-2aV/eeY/WNgUUJrrkDJ3cFEigjC5fqT1+fCclrY6paqJ5zVPoM//sHmfgUUp7WLYxIdbPwMiVIzejpN56MxnNA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.0 - '@jest/fake-timers': 28.1.0 - '@jest/types': 28.1.0 + '@jest/environment': 28.1.1 + '@jest/fake-timers': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 - jest-mock: 28.1.0 - jest-util: 28.1.0 + jest-mock: 28.1.1 + jest-util: 28.1.1 dev: true - /jest-extended/2.0.0_jest@28.1.0: + /jest-extended/2.0.0_jest@28.1.1: resolution: {integrity: sha512-6AgjJQVaBEKGSK3FH90kOiRUWJsbzn9NWtW0pjGkAFIdH0oPilfkV/gHPJdVvJeBiqT3jMHw8TUg9pUGC1azDg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: jest: '>=27.2.5' dependencies: - jest: 28.1.0_@types+node@17.0.38 + jest: 28.1.1_@types+node@17.0.38 jest-diff: 27.5.1 jest-get-type: 27.5.1 dev: true @@ -6259,31 +6260,31 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dev: true - /jest-haste-map/28.1.0: - resolution: {integrity: sha512-xyZ9sXV8PtKi6NCrJlmq53PyNVHzxmcfXNVvIRHpHmh1j/HChC4pwKgyjj7Z9us19JMw8PpQTJsFWOsIfT93Dw==} + /jest-haste-map/28.1.1: + resolution: {integrity: sha512-ZrRSE2o3Ezh7sb1KmeLEZRZ4mgufbrMwolcFHNRSjKZhpLa8TdooXOOFlSwoUzlbVs1t0l7upVRW2K7RWGHzbQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@types/graceful-fs': 4.1.5 '@types/node': 17.0.38 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 jest-regex-util: 28.0.2 - jest-util: 28.1.0 - jest-worker: 28.1.0 + jest-util: 28.1.1 + jest-worker: 28.1.1 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-leak-detector/28.1.0: - resolution: {integrity: sha512-uIJDQbxwEL2AMMs2xjhZl2hw8s77c3wrPaQ9v6tXJLGaaQ+4QrNJH5vuw7hA7w/uGT/iJ42a83opAqxGHeyRIA==} + /jest-leak-detector/28.1.1: + resolution: {integrity: sha512-4jvs8V8kLbAaotE+wFR7vfUGf603cwYtFf1/PYEsyX2BAjSzj8hQSVTP6OWzseTl0xL6dyHuKs2JAks7Pfubmw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: jest-get-type: 28.0.2 - pretty-format: 28.1.0 + pretty-format: 28.1.1 dev: true /jest-matcher-utils/27.5.1: @@ -6296,40 +6297,40 @@ packages: pretty-format: 27.5.1 dev: true - /jest-matcher-utils/28.1.0: - resolution: {integrity: sha512-onnax0n2uTLRQFKAjC7TuaxibrPSvZgKTcSCnNUz/tOjJ9UhxNm7ZmPpoQavmTDUjXvUQ8KesWk2/VdrxIFzTQ==} + /jest-matcher-utils/28.1.1: + resolution: {integrity: sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: chalk: 4.1.2 - jest-diff: 28.1.0 + jest-diff: 28.1.1 jest-get-type: 28.0.2 - pretty-format: 28.1.0 + pretty-format: 28.1.1 dev: true - /jest-message-util/28.1.0: - resolution: {integrity: sha512-RpA8mpaJ/B2HphDMiDlrAZdDytkmwFqgjDZovM21F35lHGeUeCvYmm6W+sbQ0ydaLpg5bFAUuWG1cjqOl8vqrw==} + /jest-message-util/28.1.1: + resolution: {integrity: sha512-xoDOOT66fLfmTRiqkoLIU7v42mal/SqwDKvfmfiWAdJMSJiU+ozgluO7KbvoAgiwIrrGZsV7viETjc8GNrA/IQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@babel/code-frame': 7.16.7 - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.10 micromatch: 4.0.5 - pretty-format: 28.1.0 + pretty-format: 28.1.1 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/28.1.0: - resolution: {integrity: sha512-H7BrhggNn77WhdL7O1apG0Q/iwl0Bdd5E1ydhCJzL3oBLh/UYxAwR3EJLsBZ9XA3ZU4PA3UNw4tQjduBTCTmLw==} + /jest-mock/28.1.1: + resolution: {integrity: sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@types/node': 17.0.38 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@28.1.0: + /jest-pnp-resolver/1.2.2_jest-resolve@28.1.1: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -6338,7 +6339,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 28.1.0 + jest-resolve: 28.1.1 dev: true /jest-regex-util/28.0.2: @@ -6346,92 +6347,92 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dev: true - /jest-resolve-dependencies/28.1.0: - resolution: {integrity: sha512-Ue1VYoSZquPwEvng7Uefw8RmZR+me/1kr30H2jMINjGeHgeO/JgrR6wxj2ofkJ7KSAA11W3cOrhNCbj5Dqqd9g==} + /jest-resolve-dependencies/28.1.1: + resolution: {integrity: sha512-p8Y150xYJth4EXhOuB8FzmS9r8IGLEioiaetgdNGb9VHka4fl0zqWlVe4v7mSkYOuEUg2uB61iE+zySDgrOmgQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: jest-regex-util: 28.0.2 - jest-snapshot: 28.1.0 + jest-snapshot: 28.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/28.1.0: - resolution: {integrity: sha512-vvfN7+tPNnnhDvISuzD1P+CRVP8cK0FHXRwPAcdDaQv4zgvwvag2n55/h5VjYcM5UJG7L4TwE5tZlzcI0X2Lhw==} + /jest-resolve/28.1.1: + resolution: {integrity: sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.10 - jest-haste-map: 28.1.0 - jest-pnp-resolver: 1.2.2_jest-resolve@28.1.0 - jest-util: 28.1.0 - jest-validate: 28.1.0 + jest-haste-map: 28.1.1 + jest-pnp-resolver: 1.2.2_jest-resolve@28.1.1 + jest-util: 28.1.1 + jest-validate: 28.1.1 resolve: 1.22.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/28.1.0: - resolution: {integrity: sha512-FBpmuh1HB2dsLklAlRdOxNTTHKFR6G1Qmd80pVDvwbZXTriqjWqjei5DKFC1UlM732KjYcE6yuCdiF0WUCOS2w==} + /jest-runner/28.1.1: + resolution: {integrity: sha512-W5oFUiDBgTsCloTAj6q95wEvYDB0pxIhY6bc5F26OucnwBN+K58xGTGbliSMI4ChQal5eANDF+xvELaYkJxTmA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/console': 28.1.0 - '@jest/environment': 28.1.0 - '@jest/test-result': 28.1.0 - '@jest/transform': 28.1.0 - '@jest/types': 28.1.0 + '@jest/console': 28.1.1 + '@jest/environment': 28.1.1 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.10 - jest-docblock: 28.0.2 - jest-environment-node: 28.1.0 - jest-haste-map: 28.1.0 - jest-leak-detector: 28.1.0 - jest-message-util: 28.1.0 - jest-resolve: 28.1.0 - jest-runtime: 28.1.0 - jest-util: 28.1.0 - jest-watcher: 28.1.0 - jest-worker: 28.1.0 + jest-docblock: 28.1.1 + jest-environment-node: 28.1.1 + jest-haste-map: 28.1.1 + jest-leak-detector: 28.1.1 + jest-message-util: 28.1.1 + jest-resolve: 28.1.1 + jest-runtime: 28.1.1 + jest-util: 28.1.1 + jest-watcher: 28.1.1 + jest-worker: 28.1.1 source-map-support: 0.5.13 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/28.1.0: - resolution: {integrity: sha512-wNYDiwhdH/TV3agaIyVF0lsJ33MhyujOe+lNTUiolqKt8pchy1Hq4+tDMGbtD5P/oNLA3zYrpx73T9dMTOCAcg==} + /jest-runtime/28.1.1: + resolution: {integrity: sha512-J89qEJWW0leOsqyi0D9zHpFEYHwwafFdS9xgvhFHtIdRghbadodI0eA+DrthK/1PebBv3Px8mFSMGKrtaVnleg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.0 - '@jest/fake-timers': 28.1.0 - '@jest/globals': 28.1.0 + '@jest/environment': 28.1.1 + '@jest/fake-timers': 28.1.1 + '@jest/globals': 28.1.1 '@jest/source-map': 28.0.2 - '@jest/test-result': 28.1.0 - '@jest/transform': 28.1.0 - '@jest/types': 28.1.0 + '@jest/test-result': 28.1.1 + '@jest/transform': 28.1.1 + '@jest/types': 28.1.1 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 execa: 5.1.1 glob: 7.2.2 graceful-fs: 4.2.10 - jest-haste-map: 28.1.0 - jest-message-util: 28.1.0 - jest-mock: 28.1.0 + jest-haste-map: 28.1.1 + jest-message-util: 28.1.1 + jest-mock: 28.1.1 jest-regex-util: 28.0.2 - jest-resolve: 28.1.0 - jest-snapshot: 28.1.0 - jest-util: 28.1.0 + jest-resolve: 28.1.1 + jest-snapshot: 28.1.1 + jest-util: 28.1.1 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /jest-snapshot/28.1.0: - resolution: {integrity: sha512-ex49M2ZrZsUyQLpLGxQtDbahvgBjlLPgklkqGM0hq/F7W/f8DyqZxVHjdy19QKBm4O93eDp+H5S23EiTbbUmHw==} + /jest-snapshot/28.1.1: + resolution: {integrity: sha512-1KjqHJ98adRcbIdMizjF5DipwZFbvxym/kFO4g4fVZCZRxH/dqV8TiBFCa6rqic3p0karsy8RWS1y4E07b7P0A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@babel/core': 7.17.10 @@ -6439,33 +6440,33 @@ packages: '@babel/plugin-syntax-typescript': 7.17.10_@babel+core@7.17.10 '@babel/traverse': 7.17.10 '@babel/types': 7.17.10 - '@jest/expect-utils': 28.1.0 - '@jest/transform': 28.1.0 - '@jest/types': 28.1.0 + '@jest/expect-utils': 28.1.1 + '@jest/transform': 28.1.1 + '@jest/types': 28.1.1 '@types/babel__traverse': 7.17.1 '@types/prettier': 2.6.1 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.10 chalk: 4.1.2 - expect: 28.1.0 + expect: 28.1.1 graceful-fs: 4.2.10 - jest-diff: 28.1.0 + jest-diff: 28.1.1 jest-get-type: 28.0.2 - jest-haste-map: 28.1.0 - jest-matcher-utils: 28.1.0 - jest-message-util: 28.1.0 - jest-util: 28.1.0 + jest-haste-map: 28.1.1 + jest-matcher-utils: 28.1.1 + jest-message-util: 28.1.1 + jest-util: 28.1.1 natural-compare: 1.4.0 - pretty-format: 28.1.0 + pretty-format: 28.1.1 semver: 7.3.7 transitivePeerDependencies: - supports-color dev: true - /jest-util/28.1.0: - resolution: {integrity: sha512-qYdCKD77k4Hwkose2YBEqQk7PzUf/NSE+rutzceduFveQREeH6b+89Dc9+wjX9dAwHcgdx4yedGA3FQlU/qCTA==} + /jest-util/28.1.1: + resolution: {integrity: sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 '@types/node': 17.0.38 chalk: 4.1.2 ci-info: 3.3.1 @@ -6473,29 +6474,29 @@ packages: picomatch: 2.3.1 dev: true - /jest-validate/28.1.0: - resolution: {integrity: sha512-Lly7CJYih3vQBfjLeANGgBSBJ7pEa18cxpQfQEq2go2xyEzehnHfQTjoUia8xUv4x4J80XKFIDwJJThXtRFQXQ==} + /jest-validate/28.1.1: + resolution: {integrity: sha512-Kpf6gcClqFCIZ4ti5++XemYJWUPCFUW+N2gknn+KgnDf549iLul3cBuKVe1YcWRlaF8tZV8eJCap0eECOEE3Ug==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/types': 28.1.0 + '@jest/types': 28.1.1 camelcase: 6.3.0 chalk: 4.1.2 jest-get-type: 28.0.2 leven: 3.1.0 - pretty-format: 28.1.0 + pretty-format: 28.1.1 dev: true - /jest-watcher/28.1.0: - resolution: {integrity: sha512-tNHMtfLE8Njcr2IRS+5rXYA4BhU90gAOwI9frTGOqd+jX0P/Au/JfRSNqsf5nUTcWdbVYuLxS1KjnzILSoR5hA==} + /jest-watcher/28.1.1: + resolution: {integrity: sha512-RQIpeZ8EIJMxbQrXpJQYIIlubBnB9imEHsxxE41f54ZwcqWLysL/A0ZcdMirf+XsMn3xfphVQVV4EW0/p7i7Ug==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/test-result': 28.1.0 - '@jest/types': 28.1.0 + '@jest/test-result': 28.1.1 + '@jest/types': 28.1.1 '@types/node': 17.0.38 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 - jest-util: 28.1.0 + jest-util: 28.1.1 string-length: 4.0.2 dev: true @@ -6503,13 +6504,13 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.33 + '@types/node': 17.0.38 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest-worker/28.1.0: - resolution: {integrity: sha512-ZHwM6mNwaWBR52Snff8ZvsCTqQsvhCxP/bT1I6T6DAnb6ygkshsyLQIMxFwHpYxht0HOoqt23JlC01viI7T03A==} + /jest-worker/28.1.1: + resolution: {integrity: sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@types/node': 17.0.38 @@ -6517,8 +6518,8 @@ packages: supports-color: 8.1.1 dev: true - /jest/28.1.0_@types+node@17.0.38: - resolution: {integrity: sha512-TZR+tHxopPhzw3c3560IJXZWLNHgpcz1Zh0w5A65vynLGNcg/5pZ+VildAd7+XGOu6jd58XMY/HNn0IkZIXVXg==} + /jest/28.1.1_@types+node@17.0.38: + resolution: {integrity: sha512-qw9YHBnjt6TCbIDMPMpJZqf9E12rh6869iZaN08/vpOGgHJSAaLLUn6H8W3IAEuy34Ls3rct064mZLETkxJ2XA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true peerDependencies: @@ -6527,9 +6528,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 28.1.0 + '@jest/core': 28.1.1 + '@jest/types': 28.1.1 import-local: 3.1.0 - jest-cli: 28.1.0_@types+node@17.0.38 + jest-cli: 28.1.1_@types+node@17.0.38 transitivePeerDependencies: - '@types/node' - supports-color @@ -6755,7 +6757,7 @@ packages: dev: true /levn/0.3.0: - resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} + resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 @@ -6867,7 +6869,7 @@ packages: dev: true /locate-path/2.0.0: - resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=} + resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} engines: {node: '>=4'} dependencies: p-locate: 2.0.0 @@ -6914,7 +6916,7 @@ packages: dev: true /lodash.sortby/4.7.0: - resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} + resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} dev: true /lodash.union/4.6.0: @@ -7160,14 +7162,14 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin/2.6.0_webpack@5.72.1: + /mini-css-extract-plugin/2.6.0_webpack@5.73.0: resolution: {integrity: sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /minimalistic-assert/1.0.1: @@ -7405,7 +7407,7 @@ packages: dev: true /node-int64/0.4.0: - resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} + resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} dev: true /node-releases/2.0.4: @@ -7760,7 +7762,7 @@ packages: dev: true /p-locate/2.0.0: - resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=} + resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} engines: {node: '>=4'} dependencies: p-limit: 1.3.0 @@ -7819,7 +7821,7 @@ packages: dev: true /p-try/1.0.0: - resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=} + resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} engines: {node: '>=4'} dev: true @@ -7888,7 +7890,7 @@ packages: dev: true /parse-json/4.0.0: - resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} dependencies: error-ex: 1.3.2 @@ -7940,7 +7942,7 @@ packages: dev: true /path-exists/3.0.0: - resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} dev: true @@ -7973,7 +7975,7 @@ packages: dev: true /path-to-regexp/0.1.7: - resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=} + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: true /path-to-regexp/2.2.1: @@ -8066,8 +8068,8 @@ packages: find-up: 4.1.0 dev: true - /pnpm/7.1.7: - resolution: {integrity: sha512-8+IAfyunrOHfNmVu03E9rSBVUgypFGMKeyhVif0Drv/gcWgXuzxSBkCxrfNJbEf0cHtA+ftTqMQ20uSlrtnSEg==} + /pnpm/7.1.9: + resolution: {integrity: sha512-YWA+iqayHb0MndHTyqvVPKQVYVCOoBYlQNLP3hAf2DT/Iw2EHVcP18yCT+xnsPNvkC4VYfQepE6AZvySQue1TA==} engines: {node: '>=14.19'} hasBin: true dev: true @@ -8196,7 +8198,7 @@ packages: dev: true /prelude-ls/1.1.2: - resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} + resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} dev: true @@ -8231,8 +8233,8 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/28.1.0: - resolution: {integrity: sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==} + /pretty-format/28.1.1: + resolution: {integrity: sha512-wwJbVTGFHeucr5Jw2bQ9P+VYHyLdAqedFLEkdQUVaBF/eiidDwH5OpilINq4mEfhbCjLnirt6HTTDhv1HaTIQw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/schemas': 28.0.2 @@ -8605,7 +8607,7 @@ packages: dev: true /requires-port/1.0.0: - resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: true /resolve-cwd/3.0.0: @@ -8713,7 +8715,7 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass-loader/13.0.0_sass@1.52.1+webpack@5.72.1: + /sass-loader/13.0.0_sass@1.52.2+webpack@5.73.0: resolution: {integrity: sha512-IHCFecI+rbPvXE2zO/mqdVFe8MU7ElGrwga9hh2H65Ru4iaBJAMRteum1c4Gsxi9Cq1FOtTEDd6+/AEYuQDM4Q==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -8734,12 +8736,12 @@ packages: dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.52.1 - webpack: 5.72.1_webpack-cli@4.9.2 + sass: 1.52.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true - /sass/1.52.1: - resolution: {integrity: sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==} + /sass/1.52.2: + resolution: {integrity: sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -8775,7 +8777,7 @@ packages: dev: true /select-hose/2.0.0: - resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} + resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true /selfsigned/2.0.1: @@ -9301,13 +9303,13 @@ packages: through: 2.3.8 dev: true - /style-loader/3.3.1_webpack@5.72.1: + /style-loader/3.3.1_webpack@5.73.0: resolution: {integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /supports-color/5.5.0: @@ -9389,7 +9391,7 @@ packages: supports-hyperlinks: 2.2.0 dev: true - /terser-webpack-plugin/5.3.1_webpack@5.72.1: + /terser-webpack-plugin/5.3.1_webpack@5.73.0: resolution: {integrity: sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9410,7 +9412,7 @@ packages: serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.13.1 - webpack: 5.72.1 + webpack: 5.73.0 dev: true /terser/5.13.1: @@ -9565,13 +9567,12 @@ packages: engines: {node: '>=8'} dev: true - /ts-jest/28.0.3_7sa2e64agunq5kj4zcolhrnkbm: - resolution: {integrity: sha512-HzgbEDQ2KgVtDmpXToqAcKTyGHdHsG23i/iUjfxji92G5eT09S1m9UHZd7csF0Bfgh9txM4JzwHnv7r1waFPlw==} + /ts-jest/28.0.4_vz6zla63wvofljfl6elifyg77e: + resolution: {integrity: sha512-S6uRDDdCJBvnZqyGjB4VCnwbQrbgdL8WPeP4jevVSpYsBaeGRQAIS08o3Svav2Ex+oXwLgJ/m7F24TNq62kA1A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 babel-jest: ^28.0.0 esbuild: '*' jest: ^28.0.0 @@ -9579,23 +9580,20 @@ packages: peerDependenciesMeta: '@babel/core': optional: true - '@types/jest': - optional: true babel-jest: optional: true esbuild: optional: true dependencies: - '@types/jest': 27.5.1 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 28.1.0_@types+node@17.0.38 - jest-util: 28.1.0 + jest: 28.1.1_@types+node@17.0.38 + jest-util: 28.1.1 json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.7 - typescript: 4.7.2 + typescript: 4.7.3 yargs-parser: 20.2.9 dev: true @@ -9615,14 +9613,14 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - /tsutils/3.21.0_typescript@4.7.2: + /tsutils/3.21.0_typescript@4.7.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.7.2 + typescript: 4.7.3 dev: true /tunnel-agent/0.6.0: @@ -9702,8 +9700,8 @@ packages: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} dev: true - /typescript/4.7.2: - resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} + /typescript/4.7.3: + resolution: {integrity: sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -9814,7 +9812,7 @@ packages: punycode: 2.1.1 dev: true - /url-loader/4.1.1_4spiask3fd7dtsm35bmnngyscq: + /url-loader/4.1.1_ljnyroaqobwke7fusd7ro2cgzm: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9824,11 +9822,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0_webpack@5.72.1 + file-loader: 6.2.0_webpack@5.73.0 loader-utils: 2.0.2 mime-types: 2.1.35 schema-utils: 3.1.1 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true /url-parse-lax/3.0.0: @@ -9954,7 +9952,7 @@ packages: engines: {node: '>=12'} dev: true - /webpack-cli/4.9.2_2duiwyorgszm4t5vsjijwujnv4: + /webpack-cli/4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju: resolution: {integrity: sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -9975,9 +9973,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.1.1_smhu6mcfcg7aivfsuosc335k3u + '@webpack-cli/configtest': 1.1.1_gkh3o7gdsall36kyfdv2sybo54 '@webpack-cli/info': 1.4.1_webpack-cli@4.9.2 - '@webpack-cli/serve': 1.6.1_wrq76o5olao5kakxgxx43iiltu + '@webpack-cli/serve': 1.6.1_6pppdfkxwwhox4m3lzj7t6daai colorette: 2.0.16 commander: 7.2.0 execa: 5.1.1 @@ -9985,12 +9983,12 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.72.1_webpack-cli@4.9.2 - webpack-dev-server: 4.9.1_smhu6mcfcg7aivfsuosc335k3u + webpack: 5.73.0_webpack-cli@4.9.2 + webpack-dev-server: 4.9.2_gkh3o7gdsall36kyfdv2sybo54 webpack-merge: 5.8.0 dev: true - /webpack-dev-middleware/5.3.1_webpack@5.72.1: + /webpack-dev-middleware/5.3.1_webpack@5.73.0: resolution: {integrity: sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -10001,11 +9999,11 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.72.1_webpack-cli@4.9.2 + webpack: 5.73.0_webpack-cli@4.9.2 dev: true - /webpack-dev-server/4.9.1_smhu6mcfcg7aivfsuosc335k3u: - resolution: {integrity: sha512-CTMfu2UMdR/4OOZVHRpdy84pNopOuigVIsRbGX3LVDMWNP8EUgC5mUBMErbwBlHTEX99ejZJpVqrir6EXAEajA==} + /webpack-dev-server/4.9.2_gkh3o7gdsall36kyfdv2sybo54: + resolution: {integrity: sha512-H95Ns95dP24ZsEzO6G9iT+PNw4Q7ltll1GfJHV4fKphuHWgKFzGHWi4alTlTnpk1SPPk41X+l2RB7rLfIhnB9Q==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: @@ -10019,6 +10017,7 @@ packages: '@types/connect-history-api-fallback': 1.3.5 '@types/express': 4.17.13 '@types/serve-index': 1.9.1 + '@types/serve-static': 1.13.10 '@types/sockjs': 0.3.33 '@types/ws': 8.5.3 ansi-html-community: 0.0.8 @@ -10041,9 +10040,9 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.72.1_webpack-cli@4.9.2 - webpack-cli: 4.9.2_2duiwyorgszm4t5vsjijwujnv4 - webpack-dev-middleware: 5.3.1_webpack@5.72.1 + webpack: 5.73.0_webpack-cli@4.9.2 + webpack-cli: 4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju + webpack-dev-middleware: 5.3.1_webpack@5.73.0 ws: 8.6.0 transitivePeerDependencies: - bufferutil @@ -10073,8 +10072,8 @@ packages: engines: {node: '>=10.13.0'} dev: true - /webpack/5.72.1: - resolution: {integrity: sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==} + /webpack/5.73.0: + resolution: {integrity: sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -10104,7 +10103,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.1_webpack@5.72.1 + terser-webpack-plugin: 5.3.1_webpack@5.73.0 watchpack: 2.3.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -10113,8 +10112,8 @@ packages: - uglify-js dev: true - /webpack/5.72.1_webpack-cli@4.9.2: - resolution: {integrity: sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==} + /webpack/5.73.0_webpack-cli@4.9.2: + resolution: {integrity: sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -10144,9 +10143,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.1_webpack@5.72.1 + terser-webpack-plugin: 5.3.1_webpack@5.73.0 watchpack: 2.3.1 - webpack-cli: 4.9.2_2duiwyorgszm4t5vsjijwujnv4 + webpack-cli: 4.9.2_hnfkmnck6ti4dm6ulhhz44v2ju webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core'