From ccfd89ee9e67c501aec1b3bd26392313621d9637 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Wed, 21 Sep 2022 09:13:34 -0500 Subject: [PATCH 01/45] Update link for base16 (#1231) --- packages/react-json-tree/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-json-tree/README.md b/packages/react-json-tree/README.md index f1e96518..6e802e5f 100644 --- a/packages/react-json-tree/README.md +++ b/packages/react-json-tree/README.md @@ -34,7 +34,7 @@ Check out [examples](examples) directory for more details. This component now uses [react-base16-styling](https://github.com/reduxjs/redux-devtools/tree/main/packages/react-base16-styling) module, which allows to customize component via `theme` property, which can be the following: -- [base16](http://chriskempson.com/projects/base16/) theme data. [The example theme data can be found here](https://github.com/gaearon/redux-devtools/tree/75322b15ee7ba03fddf10ac3399881e302848874/src/react/themes). +- [base16](https://github.com/chriskempson/base16) theme data. [The example theme data can be found here](https://github.com/gaearon/redux-devtools/tree/75322b15ee7ba03fddf10ac3399881e302848874/src/react/themes). - object that contains style objects, strings (that treated as classnames) or functions. A function is used to extend its first argument `{ style, className }` and should return an object with the same structure. Other arguments depend on particular context (and should be described here). See [createStylingFromTheme.js](https://github.com/reduxjs/redux-devtools/blob/main/packages/react-json-tree/src/createStylingFromTheme.ts) for the list of styling object keys. Also, this object can extend `base16` theme via `extend` property. Every theme has a light version, which is enabled with `invertTheme` prop. From ea55ba2c11c0e79818d638117f038286fab48ce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:49:01 +0000 Subject: [PATCH 02/45] chore(deps): update dependency chromedriver to v106 (#1242) * chore(deps): update dependency chromedriver to v106 * Update electron Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 4 +- packages/redux-devtools-cli/package.json | 2 +- pnpm-lock.yaml | 114 +++++++++++++++++++---- 3 files changed, 97 insertions(+), 23 deletions(-) diff --git a/extension/package.json b/extension/package.json index 75a2f782..34cc942a 100644 --- a/extension/package.json +++ b/extension/package.json @@ -66,11 +66,11 @@ "@types/styled-components": "^5.1.26", "babel-loader": "^8.2.5", "bestzip": "^2.2.1", - "chromedriver": "^104.0.0", + "chromedriver": "^106.0.1", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "electron": "^20.0.2", + "electron": "^21.1.0", "eslint": "^8.21.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index da807af3..7dedd820 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -47,7 +47,7 @@ "chalk": "^4.1.2", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^20.0.2", + "electron": "^21.1.0", "express": "^4.18.1", "getport": "^0.1.0", "graphql": "^16.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1cc50aa6..59428ec0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,11 +64,11 @@ importers: '@types/styled-components': ^5.1.26 babel-loader: ^8.2.5 bestzip: ^2.2.1 - chromedriver: ^104.0.0 + chromedriver: ^106.0.1 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 - electron: ^20.0.2 + electron: ^21.1.0 eslint: ^8.21.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 @@ -141,11 +141,11 @@ importers: '@types/styled-components': 5.1.26 babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm bestzip: 2.2.1 - chromedriver: 104.0.0 + chromedriver: 106.0.1 copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - electron: 20.0.2 + electron: 21.1.0 eslint: 8.21.0 eslint-config-airbnb: 19.0.4_oyn2uifcemcbkyuj2uapcqffk4 eslint-plugin-import: 2.26.0_eslint@8.21.0 @@ -1008,7 +1008,7 @@ importers: chalk: ^4.1.2 cors: ^2.8.5 cross-spawn: ^7.0.3 - electron: ^20.0.2 + electron: ^21.1.0 eslint: ^8.21.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^26.8.2 @@ -1043,7 +1043,7 @@ importers: chalk: 4.1.2 cors: 2.8.5 cross-spawn: 7.0.3 - electron: 20.0.2 + electron: 21.1.0 express: 4.18.1 getport: 0.1.0 graphql: 16.5.0 @@ -6025,7 +6025,7 @@ packages: strict-event-emitter: 0.2.4 uuid: 8.3.2 optionalDependencies: - msw: 0.44.2_typescript@4.7.4 + msw: 0.47.4_typescript@4.7.4 transitivePeerDependencies: - encoding - supports-color @@ -6048,6 +6048,23 @@ packages: - supports-color dev: false + /@mswjs/interceptors/0.17.5: + resolution: {integrity: sha512-/uZkyPUZMRExZs+DZQVnc+uoDwLfs1gFNvcRY5S3Gu78U+uhovaSEUW3tuyld1e7Oke5Qphfseb8v66V+H1zWQ==} + engines: {node: '>=14'} + dependencies: + '@open-draft/until': 1.0.3 + '@types/debug': 4.1.7 + '@xmldom/xmldom': 0.7.5 + debug: 4.3.4 + headers-polyfill: 3.1.2 + outvariant: 1.3.0 + strict-event-emitter: 0.2.7 + web-encoding: 1.1.5 + transitivePeerDependencies: + - supports-color + dev: false + optional: true + /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} requiresBuild: true @@ -7615,8 +7632,8 @@ packages: dependencies: defer-to-connect: 1.1.3 - /@testim/chrome-version/1.1.2: - resolution: {integrity: sha512-1c4ZOETSRpI0iBfIFUqU4KqwBAB2lHUAlBjZz/YqOHqwM9dTTzjV6Km0ZkiEiSCx/tLr1BtESIKyWWMww+RUqw==} + /@testim/chrome-version/1.1.3: + resolution: {integrity: sha512-g697J3WxV/Zytemz8aTuKjTGYtta9+02kva3C1xc7KXB8GdbfE1akGJIsZLyY/FSh2QrnE+fiB7vmWU3XNcb6A==} dev: true /@testing-library/dom/8.17.1: @@ -8139,12 +8156,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/16.11.41: - resolution: {integrity: sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==} - /@types/node/16.11.47: resolution: {integrity: sha512-fpP+jk2zJ4VW66+wAMFoBJlx1bxmBKx4DUFf68UHgdGCOuyUTDlLWqsaNPJh7xhNDykyJ9eIzAygilP/4WoN8g==} - dev: true /@types/node/18.0.0: resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} @@ -10629,14 +10642,15 @@ packages: engines: {node: '>=6.0'} dev: true - /chromedriver/104.0.0: - resolution: {integrity: sha512-zbHZutN2ATo19xA6nXwwLn+KueD/5w8ap5m4b6bCb8MIaRFnyDwMbFoy7oFAjlSMpCFL3KSaZRiWUwjj//N3yQ==} + /chromedriver/106.0.1: + resolution: {integrity: sha512-thaBvbDEPgGocSp4/SBIajQz3G7UQfUqCOHZBp9TVhRJv7c91eZrUGcjeJUaNF4p9CfSjCYNYzs4EVVryqmddA==} engines: {node: '>=10'} hasBin: true requiresBuild: true dependencies: - '@testim/chrome-version': 1.1.2 + '@testim/chrome-version': 1.1.3 axios: 0.27.2 + compare-versions: 5.0.1 del: 6.1.1 extract-zip: 2.0.1 https-proxy-agent: 5.0.1 @@ -10881,6 +10895,10 @@ packages: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: true + /compare-versions/5.0.1: + resolution: {integrity: sha512-v8Au3l0b+Nwkp4G142JcgJFh1/TUhdxut7wzD1Nq1dyp5oa3tXaqb03EXOAB6jS4gMlalkjAUPZBMiAfKUixHQ==} + dev: true + /component-emitter/1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} dev: true @@ -11871,14 +11889,14 @@ packages: /electron-to-chromium/1.4.161: resolution: {integrity: sha512-sTjBRhqh6wFodzZtc5Iu8/R95OkwaPNn7tj/TaDU5nu/5EFiQDtADGAXdR4tJcTEHlYfJpHqigzJqHvPgehP8A==} - /electron/20.0.2: - resolution: {integrity: sha512-Op4nxSyXH0tXjhvWC+WDn9EI0gep5etPccainxu1A4wes+ZFQBMCBXxibotanJfG+WNW4RaOv88NArwHIsSmPw==} + /electron/21.1.0: + resolution: {integrity: sha512-CM5VZpZPtAoPgTPcmEbRaZWXlxGuD5a5DTeAwm0F0F6/k6R3HZAi8vZnE77gwuHK/Qqcinw4/MAbiCwAKh2W+g==} engines: {node: '>= 10.17.0'} hasBin: true requiresBuild: true dependencies: '@electron/get': 1.14.1 - '@types/node': 16.11.41 + '@types/node': 16.11.47 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -13720,6 +13738,11 @@ packages: resolution: {integrity: sha512-JoLCAdCEab58+2/yEmSnOlficyHFpIl0XJqwu3l+Unkm1gXpFUYsThz6Yha3D6tNhocWkCPfyW0YVIGWFqTi7w==} dev: false + /headers-polyfill/3.1.2: + resolution: {integrity: sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==} + dev: false + optional: true + /hex-rgba/1.0.2: resolution: {integrity: sha512-MKla68wFGv+i7zU3Q4giWN74f+zWdkuf2Tk21fISV7aw55r8dH/noBbH5JsVlM4Z2WRTYCEmSxsoZ1QR/o68jg==} dev: false @@ -15409,7 +15432,7 @@ packages: hasBin: true /json-buffer/3.0.0: - resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} + resolution: {integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=} /json-parse-better-errors/1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} @@ -16652,6 +16675,44 @@ packages: - supports-color dev: false + /msw/0.47.4_typescript@4.7.4: + resolution: {integrity: sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==} + engines: {node: '>=14'} + hasBin: true + requiresBuild: true + peerDependencies: + typescript: '>= 4.2.x <= 4.8.x' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@mswjs/cookies': 0.2.2 + '@mswjs/interceptors': 0.17.5 + '@open-draft/until': 1.0.3 + '@types/cookie': 0.4.1 + '@types/js-levenshtein': 1.1.1 + chalk: 4.1.1 + chokidar: 3.5.3 + cookie: 0.4.2 + graphql: 16.5.0 + headers-polyfill: 3.1.2 + inquirer: 8.2.4 + is-node-process: 1.0.1 + js-levenshtein: 1.1.6 + node-fetch: 2.6.7 + outvariant: 1.3.0 + path-to-regexp: 6.2.1 + statuses: 2.0.1 + strict-event-emitter: 0.2.7 + type-fest: 2.19.0 + typescript: 4.7.4 + yargs: 17.5.1 + transitivePeerDependencies: + - encoding + - supports-color + dev: false + optional: true + /multicast-dns/7.2.5: resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==} hasBin: true @@ -19883,6 +19944,13 @@ packages: events: 3.3.0 dev: false + /strict-event-emitter/0.2.7: + resolution: {integrity: sha512-TavbHJ87WD2tDbKI7bTrmc6U4J4Qjh8E9fVvFkIFw2gCu34Wxstn2Yas0+4D78FJN8DOTEzxiT+udBdraRk4UQ==} + dependencies: + events: 3.3.0 + dev: false + optional: true + /string-length/4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} @@ -20864,6 +20932,12 @@ packages: engines: {node: '>=10'} dev: false + /type-fest/2.19.0: + resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} + engines: {node: '>=12.20'} + dev: false + optional: true + /type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} From 84f662259d9e4ca9bc23f9e4d0f2ababe1029e68 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 9 Oct 2022 14:10:52 -0500 Subject: [PATCH 03/45] Fix msw (#1246) --- pnpm-lock.yaml | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59428ec0..790ee70d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6025,7 +6025,7 @@ packages: strict-event-emitter: 0.2.4 uuid: 8.3.2 optionalDependencies: - msw: 0.47.4_typescript@4.7.4 + msw: 0.44.2_typescript@4.7.4 transitivePeerDependencies: - encoding - supports-color @@ -16675,44 +16675,6 @@ packages: - supports-color dev: false - /msw/0.47.4_typescript@4.7.4: - resolution: {integrity: sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==} - engines: {node: '>=14'} - hasBin: true - requiresBuild: true - peerDependencies: - typescript: '>= 4.2.x <= 4.8.x' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@mswjs/cookies': 0.2.2 - '@mswjs/interceptors': 0.17.5 - '@open-draft/until': 1.0.3 - '@types/cookie': 0.4.1 - '@types/js-levenshtein': 1.1.1 - chalk: 4.1.1 - chokidar: 3.5.3 - cookie: 0.4.2 - graphql: 16.5.0 - headers-polyfill: 3.1.2 - inquirer: 8.2.4 - is-node-process: 1.0.1 - js-levenshtein: 1.1.6 - node-fetch: 2.6.7 - outvariant: 1.3.0 - path-to-regexp: 6.2.1 - statuses: 2.0.1 - strict-event-emitter: 0.2.7 - type-fest: 2.19.0 - typescript: 4.7.4 - yargs: 17.5.1 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - optional: true - /multicast-dns/7.2.5: resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==} hasBin: true From 4ff825021d4145b1763cfe16f50c075749ffa615 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 9 Oct 2022 14:28:53 -0500 Subject: [PATCH 04/45] Re-export types referenced by other packages (#1243) * Re-export StylingFunction type * Re-export Base16Theme type from base16 --- packages/redux-devtools-inspector-monitor/src/ActionPreview.tsx | 2 +- packages/redux-devtools-inspector-monitor/src/index.ts | 1 + packages/redux-devtools-ui/src/index.ts | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/redux-devtools-inspector-monitor/src/ActionPreview.tsx b/packages/redux-devtools-inspector-monitor/src/ActionPreview.tsx index 5fbf4f3c..0d28d107 100644 --- a/packages/redux-devtools-inspector-monitor/src/ActionPreview.tsx +++ b/packages/redux-devtools-inspector-monitor/src/ActionPreview.tsx @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import { Base16Theme } from 'redux-devtools-themes'; import { Action } from 'redux'; -import { StylingFunction } from 'react-base16-styling'; +import type { StylingFunction } from 'react-base16-styling'; import { PerformAction } from '@redux-devtools/core'; import { Delta } from 'jsondiffpatch'; import { DEFAULT_STATE, DevtoolsInspectorState } from './redux'; diff --git a/packages/redux-devtools-inspector-monitor/src/index.ts b/packages/redux-devtools-inspector-monitor/src/index.ts index 0b0cd949..2861d4e5 100644 --- a/packages/redux-devtools-inspector-monitor/src/index.ts +++ b/packages/redux-devtools-inspector-monitor/src/index.ts @@ -1,3 +1,4 @@ +export type { StylingFunction } from 'react-base16-styling'; export { default as InspectorMonitor } from './DevtoolsInspector'; export type { Tab, TabComponentProps } from './ActionPreview'; export type { DevtoolsInspectorState } from './redux'; diff --git a/packages/redux-devtools-ui/src/index.ts b/packages/redux-devtools-ui/src/index.ts index fdfad8bd..58b36732 100644 --- a/packages/redux-devtools-ui/src/index.ts +++ b/packages/redux-devtools-ui/src/index.ts @@ -1,3 +1,5 @@ +export type { Base16Theme } from 'base16'; + export { default as Container } from './Container'; export { default as Button } from './Button'; export { default as ContextMenu } from './ContextMenu'; From 94928262b1bf5c62535094e601f7662dd6138130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 23:36:16 +0000 Subject: [PATCH 05/45] chore(deps): update all non-major dependencies (#1213) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package.json | 22 +- extension/test/app/containers/App.spec.js | 2 +- package.json | 22 +- .../examples/tree/package.json | 14 +- packages/d3-state-visualizer/package.json | 24 +- packages/d3tooltip/package.json | 24 +- packages/map2tree/package.json | 28 +- packages/react-base16-styling/package.json | 24 +- packages/react-dock/demo/package.json | 20 +- packages/react-dock/package.json | 26 +- .../react-json-tree/examples/package.json | 18 +- packages/react-json-tree/package.json | 32 +- packages/redux-devtools-app/package.json | 44 +- .../redux-devtools-chart-monitor/package.json | 22 +- packages/redux-devtools-cli/package.json | 34 +- .../redux-devtools-dock-monitor/package.json | 22 +- .../redux-devtools-extension/package.json | 18 +- .../demo/package.json | 26 +- .../package.json | 28 +- .../package.json | 30 +- .../demo/package.json | 24 +- .../package.json | 24 +- .../redux-devtools-instrument/package.json | 26 +- .../redux-devtools-log-monitor/package.json | 22 +- packages/redux-devtools-remote/package.json | 20 +- .../demo/package.json | 40 +- .../package.json | 36 +- .../redux-devtools-serialize/package.json | 20 +- .../examples/todomvc/package.json | 26 +- .../package.json | 30 +- packages/redux-devtools-ui/package.json | 42 +- .../test/__snapshots__/Button.test.tsx.snap | 4 +- .../__snapshots__/Container.test.tsx.snap | 2 +- .../__snapshots__/ContextMenu.test.tsx.snap | 2 +- .../test/__snapshots__/Dialog.test.tsx.snap | 30 +- .../test/__snapshots__/Editor.test.tsx.snap | 2 +- .../test/__snapshots__/Form.test.tsx.snap | 26 +- .../__snapshots__/Notification.test.tsx.snap | 4 +- .../SegmentedControl.test.tsx.snap | 2 +- .../test/__snapshots__/Slider.test.tsx.snap | 4 +- .../test/__snapshots__/Tabs.test.tsx.snap | 12 +- .../test/__snapshots__/Toolbar.test.tsx.snap | 16 +- packages/redux-devtools-utils/package.json | 22 +- .../examples/counter/package.json | 22 +- .../examples/todomvc/package.json | 24 +- packages/redux-devtools/package.json | 30 +- pnpm-lock.yaml | 5642 +++++++++-------- 47 files changed, 3326 insertions(+), 3308 deletions(-) diff --git a/extension/package.json b/extension/package.json index 34cc942a..eae05c16 100644 --- a/extension/package.json +++ b/extension/package.json @@ -46,22 +46,22 @@ "react-icons": "^4.4.0", "react-is": "^18.2.0", "react-json-tree": "^0.17.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", "redux-persist": "^6.0.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/register": "^7.18.9", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.3.0", - "@types/chrome": "^0.0.193", - "@types/lodash": "^4.14.182", - "@types/react": "^18.0.17", + "@testing-library/react": "^13.4.0", + "@types/chrome": "^0.0.197", + "@types/lodash": "^4.14.186", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", "babel-loader": "^8.2.5", @@ -71,11 +71,11 @@ "cross-env": "^7.0.3", "css-loader": "^6.7.1", "electron": "^21.1.0", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", @@ -87,7 +87,7 @@ "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "rimraf": "^3.0.2", - "selenium-webdriver": "^4.4.0", + "selenium-webdriver": "^4.5.0", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^27.1.5", diff --git a/extension/test/app/containers/App.spec.js b/extension/test/app/containers/App.spec.js index 971789d7..6da2054e 100644 --- a/extension/test/app/containers/App.spec.js +++ b/extension/test/app/containers/App.spec.js @@ -18,7 +18,7 @@ Object.defineProperty(window, 'matchMedia', { })), }); -const { store } = configureStore(store); +const { store } = configureStore(); describe('App container', () => { it("should render inspector monitor's component", () => { diff --git a/package.json b/package.json index dba12736..dd9f1696 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@changesets/cli": "^2.24.2", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@changesets/cli": "^2.25.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "prettier": "2.7.1", "typescript": "~4.7.4", - "nx": "^14.5.4", - "@nrwl/nx-cloud": "^14.3.0" + "nx": "^14.8.3", + "@nrwl/nx-cloud": "^14.7.0" }, "scripts": { "format": "prettier --write .", @@ -38,7 +38,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.9.0", + "packageManager": "pnpm@7.13.3", "pnpm": { "overrides": { "@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process" diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index c9271652..96bed7d8 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,15 +29,15 @@ "map2tree": "^2.1.0" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.47", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/node": "^16.11.64", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -45,6 +45,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 4252f0a9..7332350b 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@types/d3": "^3.5.47", "d3": "^3.5.17", "d3tooltip": "^2.1.0", @@ -51,25 +51,25 @@ "ramda": "^0.28.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.77.3", + "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.32.1", + "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.7.4" } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 352fd7eb..18b955cb 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -38,31 +38,31 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "ramda": "^0.28.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/d3": "^3.5.47", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "d3": "^3.5.17", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.77.3", + "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.32.1", + "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.7.4" }, diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index d5b38f2e..a51b41ea 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -42,33 +42,33 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^27.5.2", - "@types/lodash": "^4.14.182", - "@types/node": "^16.11.47", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/lodash": "^4.14.186", + "@types/node": "^16.11.64", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", + "eslint-plugin-jest": "^26.9.0", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", - "rollup": "^2.77.3", + "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.32.1", + "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", "typescript": "~4.7.4" diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 905ac686..f51cda18 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -39,29 +39,29 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@types/base16": "^1.0.2", - "@types/lodash": "^4.14.182", + "@types/lodash": "^4.14.186", "base16": "^1.0.0", "color": "^4.2.3", - "csstype": "^3.1.0", + "csstype": "^3.1.1", "lodash.curry": "^4.1.1" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", "@types/jest": "^27.5.2", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", + "eslint-plugin-jest": "^26.9.0", "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 30e08670..74b2a63a 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -16,24 +16,24 @@ "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-is": "^18.2.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -41,6 +41,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 5b6443b6..bdb01ca3 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,30 +39,30 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", - "@types/lodash": "^4.14.182", + "@babel/runtime": "^7.19.0", + "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index f4bb4725..087bb430 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -26,20 +26,20 @@ "react-json-tree": "^0.17.0" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -47,6 +47,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 801e5b1f..3738f090 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,41 +45,41 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", - "@types/lodash": "^4.14.182", + "@babel/runtime": "^7.19.0", + "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^27.5.2", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "rollup": "^2.77.3", + "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2", - "rollup-plugin-typescript2": "^0.32.1", + "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", "typescript": "~4.7.4" diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index f4cddf52..d88c6179 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/chart-monitor": "^3.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", @@ -50,7 +50,7 @@ "@redux-devtools/rtk-query-monitor": "^3.0.0", "@redux-devtools/slider-monitor": "^4.0.0", "@redux-devtools/ui": "^1.3.0", - "@reduxjs/toolkit": "^1.8.4", + "@reduxjs/toolkit": "^1.8.6", "@types/prop-types": "^15.7.5", "d3-state-visualizer": "^1.6.0", "javascript-stringify": "^2.1.0", @@ -61,45 +61,45 @@ "prop-types": "^15.8.1", "react-icons": "^4.4.0", "react-is": "^18.2.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", "redux-persist": "^6.0.0", "socketcluster-client": "^16.1.1" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.3.0", + "@testing-library/react": "^13.4.0", "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", - "@types/lodash": "^4.14.182", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/lodash": "^4.14.186", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/socketcluster-client": "^16.0.0", "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", - "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", - "html-loader": "^4.1.0", + "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", "jest": "^27.5.1", "path-browserify": "^1.0.1", @@ -107,18 +107,18 @@ "react-dom": "^18.2.0", "rimraf": "^3.0.2", "style-loader": "^3.3.1", - "styled-components": "^5.3.5", + "styled-components": "^5.3.6", "ts-jest": "^27.1.5", "ts-node": "^10.9.1", "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" } } diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index d0ff0f6e..5fb32e1d 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^1.6.0", @@ -48,20 +48,20 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.17", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/react": "^18.0.21", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 7dedd820..3c825a9e 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -41,17 +41,17 @@ }, "dependencies": { "@redux-devtools/app": "^2.1.3", - "@types/react": "^18.0.17", - "apollo-server-express": "^3.10.1", - "body-parser": "^1.20.0", + "@types/react": "^18.0.21", + "apollo-server-express": "^3.10.3", + "body-parser": "^1.20.1", "chalk": "^4.1.2", "cors": "^2.8.5", "cross-spawn": "^7.0.3", "electron": "^21.1.0", - "express": "^4.18.1", + "express": "^4.18.2", "getport": "^0.1.0", - "graphql": "^16.5.0", - "knex": "^2.2.0", + "graphql": "^16.6.0", + "knex": "^2.3.0", "lodash": "^4.17.21", "minimist": "^1.2.6", "morgan": "^1.10.0", @@ -59,38 +59,38 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "semver": "^7.3.7", + "semver": "^7.3.8", "socketcluster-server": "^16.2.1", - "sqlite3": "^5.0.11", - "styled-components": "^5.3.5", + "sqlite3": "^5.1.2", + "styled-components": "^5.3.6", "uuid": "^8.3.2" }, "devDependencies": { "@types/body-parser": "^1.19.2", "@types/cors": "^2.8.12", "@types/cross-spawn": "^6.0.2", - "@types/express": "^4.17.13", + "@types/express": "^4.17.14", "@types/jest": "^27.5.2", - "@types/lodash": "^4.14.182", + "@types/lodash": "^4.14.186", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/semver": "^7.3.12", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^16.1.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", + "eslint-plugin-jest": "^26.9.0", "jest": "^27.5.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", "socketcluster-client": "^16.1.1", - "supertest": "^6.2.4", + "supertest": "^6.3.0", "ts-jest": "^27.1.5", "typescript": "~4.7.4" } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 589f7235..0ec293e4 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,28 +41,28 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", "react-dock": "^0.6.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", - "@types/react": "^18.0.17", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/react": "^18.0.21", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index e3448910..90d47b38 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,19 +29,19 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "immutable": "^4.1.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 7a264b90..68779463 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -20,32 +20,32 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "react-redux": "^8.0.2", - "react-router-dom": "^6.3.0", + "react-redux": "^8.0.4", + "react-router-dom": "^6.4.2", "redux": "^4.2.0", "redux-logger": "^3.0.6", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", - "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -54,6 +54,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 89ab6458..a7286ba4 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -43,7 +43,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -55,28 +55,28 @@ "simple-diff": "^1.6.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", - "@testing-library/react": "^13.3.0", + "@testing-library/react": "^13.4.0", "@types/es6template": "^1.0.0", "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", @@ -92,6 +92,6 @@ "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" } } diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 97af0def..282c1586 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/runtime": "^7.18.9", - "@types/chrome": "^0.0.193", + "@babel/runtime": "^7.19.0", + "@types/chrome": "^0.0.197", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -40,30 +40,30 @@ "source-map": "^0.5.7" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", - "@testing-library/react": "^13.3.0", + "@testing-library/react": "^13.4.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", "@types/jest": "^27.5.2", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/path-browserify": "^1.0.0", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 2d417de0..f9279649 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -19,30 +19,30 @@ "react": "^18.2.0", "react-bootstrap": "^2.5.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.2", - "react-router-dom": "^6.3.0", + "react-redux": "^8.0.4", + "react-router-dom": "^6.4.2", "redux": "^4.2.0", "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", - "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -50,6 +50,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index b7425def..de3a23b5 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,9 +35,9 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@types/dragula": "^3.7.1", - "@types/lodash": "^4.14.182", + "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", "dateformat": "^4.6.3", "hex-rgba": "^1.0.2", @@ -54,11 +54,11 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", @@ -66,14 +66,14 @@ "@types/hex-rgba": "^1.0.1", "@types/history": "^4.7.11", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index cbb4f0e3..a3509f92 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,28 +41,28 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "lodash": "^4.17.21" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", - "@types/lodash": "^4.14.182", - "@types/node": "^16.11.47", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/lodash": "^4.14.186", + "@types/node": "^16.11.64", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", + "eslint-plugin-jest": "^26.9.0", "jest": "^27.5.1", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rxjs": "^7.5.6", + "rxjs": "^7.5.7", "ts-jest": "^27.1.5", "typescript": "~4.7.4" }, diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 2017c56a..c596304e 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -51,20 +51,20 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.17", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/react": "^18.0.21", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 9e8fba2d..f5565593 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", @@ -50,19 +50,19 @@ "socketcluster-client": "^16.1.1" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 8fd326b1..02be1615 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,45 +10,45 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@chakra-ui/react": "^2.2.1", - "@emotion/react": "^11.10.0", - "@emotion/styled": "^11.10.0", - "@mswjs/data": "^0.10.1", + "@emotion/react": "^11.10.4", + "@emotion/styled": "^11.10.4", + "@mswjs/data": "^0.10.2", "@redux-devtools/core": "^3.13.0", "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", - "@reduxjs/toolkit": "^1.8.4", - "framer-motion": "^7.1.0", - "msw": "^0.44.2", + "@reduxjs/toolkit": "^1.8.6", + "framer-motion": "^7.5.3", + "msw": "^0.47.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.4.0", "react-is": "^18.2.0", - "react-redux": "^8.0.2", - "react-router-dom": "^6.3.0", - "styled-components": "^5.3.5" + "react-redux": "^8.0.4", + "react-router-dom": "^6.4.2", + "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -57,7 +57,7 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" }, "msw": { "workerDirectory": "public" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index abebef0b..39299816 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -44,9 +44,9 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/ui": "^1.3.0", - "@types/lodash": "^4.14.182", + "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", @@ -60,32 +60,32 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.8.4", + "@reduxjs/toolkit": "^1.8.6", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.3.0", + "@testing-library/react": "^13.4.0", "@types/jest": "^27.5.2", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.17", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/react": "^18.0.21", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", @@ -93,11 +93,11 @@ }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.8.4", + "@reduxjs/toolkit": "^1.8.6", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" } } diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 7dfa661f..c72431ec 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,23 +37,23 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "jsan": "^3.1.14" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", + "eslint-plugin-jest": "^26.9.0", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 331d36e6..8c4830fe 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -19,36 +19,36 @@ "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/log-monitor": "^4.0.0", "@redux-devtools/slider-monitor": "^4.0.0", - "classnames": "^2.3.1", + "classnames": "^2.3.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", - "styled-components": "^5.3.5", + "styled-components": "^5.3.6", "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", - "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -57,6 +57,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 3cb56327..afbe0f7a 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -40,28 +40,28 @@ "redux-devtools-themes": "^1.0.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@rollup/plugin-babel": "^5.3.1", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rollup": "^2.77.3", - "rollup-plugin-typescript2": "^0.32.1", + "rollup": "^2.79.1", + "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.7.4" }, @@ -71,6 +71,6 @@ "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", "redux": "^3.4.0 || ^4.0.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" } } diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index d0fba578..0545ad9a 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", @@ -51,7 +51,7 @@ "@types/redux-devtools-themes": "^1.0.0", "@types/simple-element-resize-detector": "^1.3.0", "base16": "^1.0.0", - "codemirror": "^5.65.7", + "codemirror": "^5.65.9", "color": "^4.2.3", "prop-types": "^15.8.1", "react-icons": "^4.4.0", @@ -60,30 +60,30 @@ "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@storybook/addon-essentials": "^6.5.10", - "@storybook/react": "^6.5.10", - "@testing-library/dom": "^8.17.1", - "@testing-library/react": "^13.3.0", + "@storybook/addon-essentials": "^6.5.12", + "@storybook/react": "^6.5.12", + "@testing-library/dom": "^8.19.0", + "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", "@types/jest": "^27.5.2", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", - "csstype": "^3.1.0", - "eslint": "^8.21.0", + "csstype": "^3.1.1", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "ncp": "^2.0.0", @@ -92,8 +92,8 @@ "react-is": "^18.2.0", "require-from-string": "^2.0.2", "rimraf": "^3.0.2", - "styled-components": "^5.3.5", - "stylelint": "^14.10.0", + "styled-components": "^5.3.6", + "stylelint": "^14.13.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^25.0.0", "stylelint-config-styled-components": "^0.1.1", @@ -106,6 +106,6 @@ "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", - "styled-components": "^5.3.5" + "styled-components": "^5.3.6" } } diff --git a/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap index 1bcb5caf..9d6c2198 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Button.test.tsx.snap @@ -2,10 +2,10 @@ exports[`Button renders correctly 1`] = `
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap index bd15d5d5..7e498f65 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Container.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Container renders correctly 1`] = `
Text
diff --git a/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap index ea4037d8..6a21114e 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/ContextMenu.test.tsx.snap @@ -2,7 +2,7 @@ exports[`ContextMenu renders correctly 1`] = `
@@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = ` exports[`Dialog renders modal 1`] = `
@@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = ` class="mc-dialog--footer" >
@@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = ` exports[`Dialog renders with props 1`] = `
@@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = ` class="mc-dialog--footer" >
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap index a47f3afd..0eb7381d 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Editor.test.tsx.snap @@ -2,7 +2,7 @@ exports[`Editor renders correctly 1`] = `
@@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders with props 1`] = `
`; diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 832bb646..91d42218 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/core": "^3.13.1", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", @@ -44,18 +44,18 @@ "redux": "^4.2.0" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/lodash": "^4.14.182", - "@types/node": "^16.11.47", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/lodash": "^4.14.186", + "@types/node": "^16.11.64", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", "typescript": "~4.7.4" diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 51cdbecf..dc246f01 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -25,27 +25,27 @@ "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", "redux-thunk": "^2.4.1" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -53,6 +53,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 318e6017..4f5e8f79 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -34,33 +34,33 @@ "@redux-devtools/core": "^3.13.0", "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/log-monitor": "^4.0.0", - "classnames": "^2.3.1", + "classnames": "^2.3.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/core": "^7.19.3", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.47", + "@types/node": "^16.11.64", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.17", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "@types/webpack-env": "^1.17.0", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", + "@types/webpack-env": "^1.18.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "eslint": "^8.21.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", @@ -69,6 +69,6 @@ "typescript": "~4.7.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", - "webpack-dev-server": "^4.10.0" + "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index b1a56740..918829ba 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,35 +41,35 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.18.9", + "@babel/runtime": "^7.19.0", "@redux-devtools/instrument": "^2.1.0", "@types/prop-types": "^15.7.5", "lodash": "^4.17.21", "prop-types": "^15.8.1" }, "devDependencies": { - "@babel/cli": "^7.18.10", - "@babel/core": "^7.18.10", - "@babel/eslint-parser": "^7.18.9", - "@babel/plugin-transform-runtime": "^7.18.10", - "@babel/preset-env": "^7.18.10", + "@babel/cli": "^7.19.3", + "@babel/core": "^7.19.3", + "@babel/eslint-parser": "^7.19.1", + "@babel/plugin-transform-runtime": "^7.19.1", + "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", - "@types/lodash": "^4.14.182", - "@types/node": "^16.11.47", - "@types/react": "^18.0.17", - "@typescript-eslint/eslint-plugin": "^5.33.0", - "@typescript-eslint/parser": "^5.33.0", - "eslint": "^8.21.0", + "@types/lodash": "^4.14.186", + "@types/node": "^16.11.64", + "@types/react": "^18.0.21", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", + "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.8.2", - "eslint-plugin-react": "^7.30.1", + "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.2", + "react-redux": "^8.0.4", "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 790ee70d..8341e0df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,43 +7,43 @@ importers: .: specifiers: - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@changesets/cli': ^2.24.2 - '@nrwl/nx-cloud': ^14.3.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@changesets/cli': ^2.25.0 + '@nrwl/nx-cloud': ^14.7.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 - nx: ^14.5.4 + nx: ^14.8.3 prettier: 2.7.1 typescript: ~4.7.4 devDependencies: - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@changesets/cli': 2.24.2 - '@nrwl/nx-cloud': 14.3.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@changesets/cli': 2.25.0 + '@nrwl/nx-cloud': 14.7.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 - nx: 14.5.4 + nx: 14.8.3 prettier: 2.7.1 typescript: 4.7.4 extension: specifiers: - '@babel/core': ^7.18.10 + '@babel/core': ^7.19.3 '@babel/polyfill': ^7.12.1 - '@babel/preset-env': ^7.18.10 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/register': ^7.18.9 @@ -55,11 +55,11 @@ importers: '@redux-devtools/ui': ^1.3.0 '@redux-devtools/utils': ^2.0.0 '@testing-library/jest-dom': ^5.16.5 - '@testing-library/react': ^13.3.0 - '@types/chrome': ^0.0.193 + '@testing-library/react': ^13.4.0 + '@types/chrome': ^0.0.197 '@types/jsan': ^3.1.2 - '@types/lodash': ^4.14.182 - '@types/react': ^18.0.17 + '@types/lodash': ^4.14.186 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 babel-loader: ^8.2.5 @@ -69,11 +69,11 @@ importers: cross-env: ^7.0.3 css-loader: ^6.7.1 electron: ^21.1.0 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 eslint-plugin-jsx-a11y: ^6.6.1 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 file-loader: ^6.2.0 fork-ts-checker-webpack-plugin: ^7.2.13 @@ -90,16 +90,16 @@ importers: react-icons: ^4.4.0 react-is: ^18.2.0 react-json-tree: ^0.17.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 react-transform-catch-errors: ^1.0.2 react-transform-hmr: ^1.0.4 redux: ^4.2.0 redux-persist: ^6.0.0 rimraf: ^3.0.2 - selenium-webdriver: ^4.4.0 + selenium-webdriver: ^4.5.0 sinon-chrome: ^3.0.1 style-loader: ^3.3.1 - styled-components: ^5.3.5 + styled-components: ^5.3.6 ts-jest: ^27.1.5 typescript: ~4.7.4 webpack: ^5.74.0 @@ -122,36 +122,36 @@ importers: react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 react-json-tree: link:../packages/react-json-tree - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@babel/register': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@babel/register': 7.18.9_@babel+core@7.19.3 '@testing-library/jest-dom': 5.16.5 - '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.193 - '@types/lodash': 4.14.182 - '@types/react': 18.0.17 + '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y + '@types/chrome': 0.0.197 + '@types/lodash': 4.14.186 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde bestzip: 2.2.1 chromedriver: 106.0.1 copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 electron: 21.1.0 - eslint: 8.21.0 - eslint-config-airbnb: 19.0.4_oyn2uifcemcbkyuj2uapcqffk4 - eslint-plugin-import: 2.26.0_eslint@8.21.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-airbnb: 19.0.4_ckxtnaoy67ewg7fa3hkinvzrqe + eslint-plugin-import: 2.26.0_eslint@8.25.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 file-loader: 6.2.0_webpack@5.74.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm immutable: 4.1.0 @@ -162,46 +162,46 @@ importers: react-transform-catch-errors: 1.0.2 react-transform-hmr: 1.0.4 rimraf: 3.0.2 - selenium-webdriver: 4.4.0 + selenium-webdriver: 4.5.0 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.74.0 - ts-jest: 27.1.5_yimvri5xxiu7oetotjr3m5ivle + ts-jest: 27.1.5_r6sv7vhlorze2lugtxfzxjcdn4 typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_webpack@5.74.0 packages/d3-state-visualizer: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/ramda': ^0.28.15 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 d3: ^3.5.17 d3tooltip: ^2.1.0 deepmerge: ^4.2.2 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 map2tree: ^2.1.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.77.3 + rollup: ^2.79.1 rollup-plugin-terser: ^7.0.2 - rollup-plugin-typescript2: ^0.32.1 + rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/d3': 3.5.47 d3: 3.5.17 d3tooltip: link:../d3tooltip @@ -209,40 +209,40 @@ importers: map2tree: link:../map2tree ramda: 0.28.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i - '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 - '@types/node': 16.11.47 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 + '@types/node': 16.11.64 '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 - rollup: 2.77.3 - rollup-plugin-terser: 7.0.2_rollup@2.77.3 - rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 + rollup: 2.79.1 + rollup-plugin-terser: 7.0.2_rollup@2.79.1 + rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm tslib: 2.4.0 typescript: 4.7.4 packages/d3-state-visualizer/examples/tree: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.47 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/node': ^16.11.64 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 d3-state-visualizer: ^1.6.0 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -251,222 +251,222 @@ importers: typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: d3-state-visualizer: link:../.. map2tree: link:../../../map2tree devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@types/node': 16.11.47 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@types/node': 16.11.64 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/d3tooltip: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/ramda': ^0.28.15 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 d3: ^3.5.17 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.77.3 + rollup: ^2.79.1 rollup-plugin-terser: ^7.0.2 - rollup-plugin-typescript2: ^0.32.1 + rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 ramda: 0.28.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i - '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 '@types/d3': 3.5.47 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 d3: 3.5.17 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 - rollup: 2.77.3 - rollup-plugin-terser: 7.0.2_rollup@2.77.3 - rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 + rollup: 2.79.1 + rollup-plugin-terser: 7.0.2_rollup@2.79.1 + rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm tslib: 2.4.0 typescript: 4.7.4 packages/map2tree: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 - '@types/node': ^16.11.47 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@types/lodash': ^4.14.186 + '@types/node': ^16.11.64 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 + eslint-plugin-jest: ^26.9.0 immutable: ^4.1.0 jest: ^27.5.1 lodash: ^4.17.21 rimraf: ^3.0.2 - rollup: ^2.77.3 + rollup: ^2.79.1 rollup-plugin-terser: ^7.0.2 - rollup-plugin-typescript2: ^0.32.1 + rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i - '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 '@types/jest': 27.5.2 - '@types/lodash': 4.14.182 - '@types/node': 16.11.47 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + '@types/lodash': 4.14.186 + '@types/node': 16.11.64 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - rollup: 2.77.3 - rollup-plugin-terser: 7.0.2_rollup@2.77.3 - rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + rollup: 2.79.1 + rollup-plugin-terser: 7.0.2_rollup@2.79.1 + rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu tslib: 2.4.0 typescript: 4.7.4 packages/react-base16-styling: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 + '@types/lodash': ^4.14.186 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 base16: ^1.0.0 color: ^4.2.3 - csstype: ^3.1.0 - eslint: ^8.21.0 + csstype: ^3.1.1 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 + eslint-plugin-jest: ^26.9.0 jest: ^27.5.1 lodash.curry: ^4.1.1 rimraf: ^3.0.2 ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/base16': 1.0.2 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 base16: 1.0.0 color: 4.2.3 - csstype: 3.1.0 + csstype: 3.1.1 lodash.curry: 4.1.1 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/color': 3.0.3 '@types/jest': 27.5.2 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/react-dock: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 + '@types/lodash': ^4.14.186 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 lodash.debounce: ^4.0.8 @@ -477,54 +477,54 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 - '@types/lodash': 4.14.182 + '@babel/runtime': 7.19.0 + '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/react-dock/demo: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.47 - '@types/react': ^18.0.17 + '@types/node': ^16.11.64 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -534,70 +534,70 @@ importers: react-dom: ^18.2.0 react-icons: ^4.4.0 react-is: ^18.2.0 - styled-components: ^5.3.5 + styled-components: ^5.3.6 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: react: 18.2.0 - react-bootstrap: 2.5.0_zxljzmqdrxwnuenbkrz77w74uy + react-bootstrap: 2.5.0_rj7ozvcq3uehdlnj3cbwzbi5ce react-dock: link:.. react-dom: 18.2.0_react@18.2.0 react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/react-json-tree: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 - '@types/node': ^16.11.47 + '@types/lodash': ^4.14.186 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 prop-types: ^15.8.1 @@ -605,67 +605,67 @@ importers: react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 rimraf: ^3.0.2 - rollup: ^2.77.3 + rollup: ^2.79.1 rollup-plugin-terser: ^7.0.2 - rollup-plugin-typescript2: ^0.32.1 + rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 - '@types/lodash': 4.14.182 + '@babel/runtime': 7.19.0 + '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i - '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.3 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.3 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 '@types/jest': 27.5.2 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - rollup: 2.77.3 - rollup-plugin-terser: 7.0.2_rollup@2.77.3 - rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + rollup: 2.79.1 + rollup-plugin-terser: 7.0.2_rollup@2.79.1 + rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu tslib: 2.4.0 typescript: 4.7.4 packages/react-json-tree/examples: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.47 - '@types/react': ^18.0.17 + '@types/node': ^16.11.64 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -678,7 +678,7 @@ importers: typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: immutable: 4.1.0 react: 18.2.0 @@ -686,106 +686,106 @@ importers: react-dom: 18.2.0_react@18.2.0 react-json-tree: link:.. devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 - '@types/node': ^16.11.47 + '@types/lodash': ^4.14.186 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@types/react': ^18.0.21 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 lodash: ^4.17.21 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 redux: ^4.2.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/instrument': link:../redux-devtools-instrument '@types/prop-types': 15.7.5 lodash: 4.17.21 prop-types: 15.8.1 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 - '@types/lodash': 4.14.182 - '@types/node': 16.11.47 - '@types/react': 18.0.17 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@types/lodash': 4.14.186 + '@types/node': 16.11.64 + '@types/react': 18.0.21 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_aaa45f7jnlnm2uprinsrzxzaje + react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/redux-devtools-app: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/chart-monitor': ^3.0.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 @@ -795,35 +795,35 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.8.4 + '@reduxjs/toolkit': ^1.8.6 '@rjsf/core': ^4.2.3 '@testing-library/jest-dom': ^5.16.5 - '@testing-library/react': ^13.3.0 + '@testing-library/react': ^13.4.0 '@types/jest': ^27.5.2 '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 - '@types/lodash': ^4.14.182 - '@types/node': ^16.11.47 + '@types/lodash': ^4.14.186 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/socketcluster-client': ^16.0.0 '@types/styled-components': ^5.1.26 '@types/testing-library__jest-dom': ^5.14.5 - '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/webpack-env': ^1.18.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 css-loader: ^6.7.1 d3-state-visualizer: ^1.6.0 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 - html-loader: ^4.1.0 + html-loader: ^4.2.0 html-webpack-plugin: ^5.5.0 javascript-stringify: ^2.1.0 jest: ^27.5.1 @@ -837,21 +837,21 @@ importers: react-dom: ^18.2.0 react-icons: ^4.4.0 react-is: ^18.2.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 redux: ^4.2.0 redux-persist: ^6.0.0 rimraf: ^3.0.2 socketcluster-client: ^16.1.1 style-loader: ^3.3.1 - styled-components: ^5.3.5 + styled-components: ^5.3.6 ts-jest: ^27.1.5 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/chart-monitor': link:../redux-devtools-chart-monitor '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor @@ -861,7 +861,7 @@ importers: '@redux-devtools/rtk-query-monitor': link:../redux-devtools-rtk-query-monitor '@redux-devtools/slider-monitor': link:../redux-devtools-slider-monitor '@redux-devtools/ui': link:../redux-devtools-ui - '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee + '@reduxjs/toolkit': 1.8.6_kuo2ie247izvzll3jejufdtq3q '@types/prop-types': 15.7.5 d3-state-visualizer: link:../d3-state-visualizer javascript-stringify: 2.1.0 @@ -872,44 +872,44 @@ importers: prop-types: 15.8.1 react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 socketcluster-client: 16.1.1 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rjsf/core': 4.2.3_react@18.2.0 '@testing-library/jest-dom': 5.16.5 - '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y + '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/jest': 27.5.2 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 - '@types/lodash': 4.14.182 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@types/lodash': 4.14.186 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/socketcluster-client': 16.0.0 '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 - '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@types/webpack-env': 1.18.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm - html-loader: 4.1.0_webpack@5.74.0 + html-loader: 4.2.0_webpack@5.74.0 html-webpack-plugin: 5.5.0_webpack@5.74.0 jest: 27.5.1_ts-node@10.9.1 path-browserify: 1.0.1 @@ -917,35 +917,35 @@ importers: react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.74.0 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-chart-monitor: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 d3-state-visualizer: ^1.6.0 deepmerge: ^4.2.2 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -954,7 +954,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer @@ -962,21 +962,21 @@ importers: prop-types: 15.8.1 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools - '@types/react': 18.0.17 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@types/react': 18.0.21 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -988,35 +988,35 @@ importers: '@types/body-parser': ^1.19.2 '@types/cors': ^2.8.12 '@types/cross-spawn': ^6.0.2 - '@types/express': ^4.17.13 + '@types/express': ^4.17.14 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 + '@types/lodash': ^4.14.186 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.3 - '@types/node': ^16.11.47 - '@types/react': ^18.0.17 + '@types/node': ^16.11.64 + '@types/react': ^18.0.21 '@types/semver': ^7.3.12 '@types/socketcluster-client': ^16.0.0 '@types/socketcluster-server': ^16.1.0 '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 '@types/uuid': ^8.3.4 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - apollo-server-express: ^3.10.1 - body-parser: ^1.20.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + apollo-server-express: ^3.10.3 + body-parser: ^1.20.1 chalk: ^4.1.2 cors: ^2.8.5 cross-spawn: ^7.0.3 electron: ^21.1.0 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - express: ^4.18.1 + eslint-plugin-jest: ^26.9.0 + express: ^4.18.2 getport: ^0.1.0 - graphql: ^16.5.0 + graphql: ^16.6.0 jest: ^27.5.1 - knex: ^2.2.0 + knex: ^2.3.0 lodash: ^4.17.21 minimist: ^1.2.6 morgan: ^1.10.0 @@ -1026,28 +1026,28 @@ importers: react-dom: ^18.2.0 react-is: ^18.2.0 rimraf: ^3.0.2 - semver: ^7.3.7 + semver: ^7.3.8 socketcluster-client: ^16.1.1 socketcluster-server: ^16.2.1 - sqlite3: ^5.0.11 - styled-components: ^5.3.5 - supertest: ^6.2.4 + sqlite3: ^5.1.2 + styled-components: ^5.3.6 + supertest: ^6.3.0 ts-jest: ^27.1.5 typescript: ~4.7.4 uuid: ^8.3.2 dependencies: '@redux-devtools/app': link:../redux-devtools-app - '@types/react': 18.0.17 - apollo-server-express: 3.10.1_g7snex6epo2tsaz6yhvyva23iq - body-parser: 1.20.0 + '@types/react': 18.0.21 + apollo-server-express: 3.10.3_5ha345eiak62qiwwva5z4dp6gu + body-parser: 1.20.1 chalk: 4.1.2 cors: 2.8.5 cross-spawn: 7.0.3 electron: 21.1.0 - express: 4.18.1 + express: 4.18.2 getport: 0.1.0 - graphql: 16.5.0 - knex: 2.2.0_sqlite3@5.0.11 + graphql: 16.6.0 + knex: 2.3.0_sqlite3@5.1.2 lodash: 4.17.21 minimist: 1.2.6 morgan: 1.10.0 @@ -1055,59 +1055,59 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - semver: 7.3.7 + semver: 7.3.8 socketcluster-server: 16.2.1 - sqlite3: 5.0.11 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + sqlite3: 5.1.2 + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba uuid: 8.3.2 devDependencies: '@types/body-parser': 1.19.2 '@types/cors': 2.8.12 '@types/cross-spawn': 6.0.2 - '@types/express': 4.17.13 + '@types/express': 4.17.14 '@types/jest': 27.5.2 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 '@types/minimist': 1.2.2 '@types/morgan': 1.9.3 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/semver': 7.3.12 '@types/socketcluster-client': 16.0.0 '@types/socketcluster-server': 16.1.0 '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 16.1.1 - supertest: 6.2.4 + supertest: 6.3.0 ts-jest: 27.1.5_mqaoisgizytgigbr3gbjwvnjie typescript: 4.7.4 packages/redux-devtools-dock-monitor: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@types/react': ^18.0.21 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 parse-key: ^0.2.1 prop-types: ^15.8.1 @@ -1117,28 +1117,28 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/prop-types': 15.7.5 parse-key: 0.2.1 prop-types: 15.8.1 react-dock: link:../react-dock devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 - '@types/react': 18.0.17 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@types/react': 18.0.21 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1146,66 +1146,66 @@ importers: packages/redux-devtools-extension: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@babel/runtime': ^7.19.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 immutable: ^4.1.0 redux: ^4.2.0 rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 immutable: 4.1.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.7.4 packages/redux-devtools-inspector-monitor: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@types/dateformat': ^3.0.1 '@types/dragula': ^3.7.1 '@types/hex-rgba': ^1.0.1 '@types/history': ^4.7.11 - '@types/lodash': ^4.14.182 + '@types/lodash': ^4.14.186 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 dateformat: ^4.6.3 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 @@ -1224,9 +1224,9 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/dragula': 3.7.1 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 dateformat: 4.6.3 hex-rgba: 1.0.2 @@ -1242,27 +1242,27 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/dateformat': 3.0.1 '@types/hex-rgba': 1.0.1 '@types/history': 4.7.11 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1270,32 +1270,32 @@ importers: packages/redux-devtools-inspector-monitor-test-tab: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/ui': ^1.3.0 - '@testing-library/react': ^13.3.0 + '@testing-library/react': ^13.4.0 '@types/es6template': ^1.0.0 '@types/jest': ^27.5.2 '@types/jsan': ^3.1.2 '@types/object-path': ^0.11.1 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 es6template: ^1.0.5 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 jest: ^27.5.1 @@ -1311,7 +1311,7 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1322,41 +1322,41 @@ importers: react-icons: 4.4.0_react@18.2.0 simple-diff: 1.6.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor - '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y + '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/es6template': 1.0.0 '@types/jest': 27.5.2 '@types/jsan': 3.1.2 '@types/object-path': 0.11.1 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 @@ -1365,20 +1365,20 @@ importers: '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.47 - '@types/react': ^18.0.17 + '@types/node': ^16.11.64 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.26 - '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/webpack-env': ^1.18.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -1387,17 +1387,17 @@ importers: react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 - react-redux: ^8.0.2 - react-router-dom: ^6.3.0 + react-redux: ^8.0.4 + react-router-dom: ^6.4.2 redux: ^4.2.0 redux-logger: ^3.0.6 style-loader: ^3.3.1 - styled-components: ^5.3.5 + styled-components: ^5.3.6 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor @@ -1409,71 +1409,71 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa - react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu + react-router-dom: 6.4.2_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-logger: 3.0.6 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 - '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@types/webpack-env': 1.18.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-inspector-monitor-trace-tab: specifiers: - '@babel/cli': ^7.18.10 + '@babel/cli': ^7.19.3 '@babel/code-frame': ^7.18.6 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 - '@testing-library/react': ^13.3.0 + '@testing-library/react': ^13.4.0 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.193 + '@types/chrome': ^0.0.197 '@types/html-entities': ^1.3.4 '@types/jest': ^27.5.2 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/path-browserify': ^1.0.0 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 anser: ^2.1.1 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 jest: ^27.5.1 @@ -1489,52 +1489,52 @@ importers: typescript: ~4.7.4 dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.18.9 - '@types/chrome': 0.0.193 + '@babel/runtime': 7.19.0 + '@types/chrome': 0.0.197 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 redux-devtools-themes: 1.0.0 source-map: 0.5.7 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor - '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y + '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 '@types/jest': 27.5.2 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/path-browserify': 1.0.0 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/redux-devtools-inspector-monitor/demo: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 @@ -1542,19 +1542,19 @@ importers: '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.47 - '@types/react': ^18.0.17 + '@types/node': ^16.11.64 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 - '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/webpack-env': ^1.18.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 base16: ^1.0.0 cross-env: ^7.0.3 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -1563,15 +1563,15 @@ importers: react: ^18.2.0 react-bootstrap: ^2.5.0 react-dom: ^18.2.0 - react-redux: ^8.0.2 - react-router-dom: ^6.3.0 + react-redux: ^8.0.4 + react-router-dom: ^6.4.2 redux: ^4.2.0 redux-logger: ^3.0.6 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor @@ -1580,109 +1580,109 @@ importers: immutable: 4.1.0 lodash.shuffle: 4.2.0 react: 18.2.0 - react-bootstrap: 2.5.0_zxljzmqdrxwnuenbkrz77w74uy + react-bootstrap: 2.5.0_rj7ozvcq3uehdlnj3cbwzbi5ce react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa - react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu + react-router-dom: 6.4.2_biqbaboplfbrettd7655fr4n2y redux: 4.2.0 redux-logger: 3.0.6 devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 - '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@types/webpack-env': 1.18.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-instrument: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 - '@types/node': ^16.11.47 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@types/lodash': ^4.14.186 + '@types/node': ^16.11.64 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 + eslint-plugin-jest: ^26.9.0 jest: ^27.5.1 lodash: ^4.17.21 redux: ^4.2.0 rimraf: ^3.0.2 - rxjs: ^7.5.6 + rxjs: ^7.5.7 ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 lodash: 4.17.21 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 - '@types/lodash': 4.14.182 - '@types/node': 16.11.47 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + '@types/lodash': 4.14.186 + '@types/node': 16.11.64 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 - rxjs: 7.5.6 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + rxjs: 7.5.7 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/redux-devtools-log-monitor: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 @@ -1693,7 +1693,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1702,21 +1702,21 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools - '@types/react': 18.0.17 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@types/react': 18.0.21 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1724,22 +1724,22 @@ importers: packages/redux-devtools-remote: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 jsan: ^3.1.14 querystring: ^0.2.1 @@ -1749,7 +1749,7 @@ importers: socketcluster-client: ^16.1.1 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 @@ -1757,52 +1757,52 @@ importers: rn-host-detect: 1.2.0 socketcluster-client: 16.1.1 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jsan': 3.1.2 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.7.4 packages/redux-devtools-rtk-query-monitor: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@reduxjs/toolkit': ^1.8.4 + '@reduxjs/toolkit': ^1.8.6 '@testing-library/jest-dom': ^5.16.5 - '@testing-library/react': ^13.3.0 + '@testing-library/react': ^13.4.0 '@types/hex-rgba': ^1.0.1 '@types/jest': ^27.5.2 - '@types/lodash': ^4.14.182 + '@types/lodash': ^4.14.186 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 @@ -1815,16 +1815,16 @@ importers: react-base16-styling: ^0.9.1 react-dom: ^18.2.0 react-json-tree: ^0.17.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 hex-rgba: 1.0.2 @@ -1837,150 +1837,150 @@ importers: react-json-tree: link:../react-json-tree redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools - '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee + '@reduxjs/toolkit': 1.8.6_kuo2ie247izvzll3jejufdtq3q '@testing-library/jest-dom': 5.16.5 - '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y + '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/hex-rgba': 1.0.1 '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 - '@types/react': 18.0.17 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@types/react': 18.0.21 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_aaa45f7jnlnm2uprinsrzxzaje + react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/redux-devtools-rtk-query-monitor/demo: specifiers: - '@babel/core': ^7.18.10 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@chakra-ui/react': ^2.2.1 - '@emotion/react': ^11.10.0 - '@emotion/styled': ^11.10.0 - '@mswjs/data': ^0.10.1 + '@emotion/react': ^11.10.4 + '@emotion/styled': ^11.10.4 + '@mswjs/data': ^0.10.2 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/rtk-query-monitor': ^3.1.0 - '@reduxjs/toolkit': ^1.8.4 + '@reduxjs/toolkit': ^1.8.6 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^16.11.47 - '@types/react': ^18.0.17 + '@types/node': ^16.11.64 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 - framer-motion: ^7.1.0 + framer-motion: ^7.5.3 html-webpack-plugin: ^5.5.0 - msw: ^0.44.2 + msw: ^0.47.4 react: ^18.2.0 react-dom: ^18.2.0 react-icons: ^4.4.0 react-is: ^18.2.0 - react-redux: ^8.0.2 - react-router-dom: ^6.3.0 + react-redux: ^8.0.4 + react-router-dom: ^6.4.2 style-loader: ^3.3.1 - styled-components: ^5.3.5 + styled-components: ^5.3.6 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.18.9 - '@chakra-ui/react': 2.2.1_jqesa6ebkoapfeenc26drtibfe - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema - '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly - '@mswjs/data': 0.10.1_typescript@4.7.4 + '@babel/runtime': 7.19.0 + '@chakra-ui/react': 2.2.1_356kgaleomk4jdithf3bcp4v5i + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty + '@mswjs/data': 0.10.2_typescript@4.7.4 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. - '@reduxjs/toolkit': 1.8.4_kkwg4cbsojnjnupd3btipussee - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y - msw: 0.44.2_typescript@4.7.4 + '@reduxjs/toolkit': 1.8.6_kuo2ie247izvzll3jejufdtq3q + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + msw: 0.47.4_typescript@4.7.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.4.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_76am3hp3mjvgy3cckgdecixdi4 - react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + react-redux: 8.0.4_5uumaiclxbdbzaqafclbf6maf4 + react-router-dom: 6.4.2_biqbaboplfbrettd7655fr4n2y + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: - '@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/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@4.10.0 - '@types/node': 16.11.47 - '@types/react': 18.0.17 + '@types/node': 16.11.64 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-serialize: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@types/jest': ^27.5.2 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 + eslint-plugin-jest: ^26.9.0 immutable: ^4.1.0 jest: ^27.5.1 jsan: ^3.1.14 @@ -1988,97 +1988,97 @@ importers: ts-jest: ^27.1.5 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jsan: 3.1.14 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 packages/redux-devtools-slider-monitor: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 '@rollup/plugin-babel': ^5.3.1 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - rollup: ^2.77.3 - rollup-plugin-typescript2: ^0.32.1 + rollup: ^2.79.1 + rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 prop-types: 15.8.1 redux-devtools-themes: 1.0.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 5.3.1_56fnebo2rl23pzm3cph57q7t7i - '@types/node': 16.11.47 - '@types/react': 18.0.17 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@types/node': 16.11.64 + '@types/react': 18.0.21 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - rollup: 2.77.3 - rollup-plugin-typescript2: 0.32.1_u7uwnjpwzdscdmf57dt35g5b44 + rollup: 2.79.1 + rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm tslib: 2.4.0 typescript: 4.7.4 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 @@ -2086,21 +2086,21 @@ importers: '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 - '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/webpack-env': ^1.18.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 - classnames: ^2.3.1 + classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2108,75 +2108,75 @@ importers: react: ^18.2.0 react-dom: ^18.2.0 react-is: ^18.2.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 redux: ^4.2.0 style-loader: ^3.3.1 - styled-components: ^5.3.5 + styled-components: ^5.3.6 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../../../redux-devtools '@redux-devtools/dock-monitor': link:../../../redux-devtools-dock-monitor '@redux-devtools/log-monitor': link:../../../redux-devtools-log-monitor '@redux-devtools/slider-monitor': link:../.. - classnames: 2.3.1 + classnames: 2.3.2 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/classnames': 2.3.1 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/prop-types': 15.7.5 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@types/webpack-env': 1.18.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools-ui: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@rjsf/core': ^4.2.3 - '@storybook/addon-essentials': ^6.5.10 - '@storybook/react': ^6.5.10 - '@testing-library/dom': ^8.17.1 - '@testing-library/react': ^13.3.0 + '@storybook/addon-essentials': ^6.5.12 + '@storybook/react': ^6.5.12 + '@testing-library/dom': ^8.19.0 + '@testing-library/react': ^13.4.0 '@testing-library/user-event': ^14.4.3 '@types/base16': ^1.0.2 '@types/codemirror': ^5.60.5 @@ -2184,21 +2184,21 @@ importers: '@types/jest': ^27.5.2 '@types/json-schema': ^7.0.11 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 '@types/simple-element-resize-detector': ^1.3.0 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 base16: ^1.0.0 - codemirror: ^5.65.7 + codemirror: ^5.65.9 color: ^4.2.3 - csstype: ^3.1.0 - eslint: ^8.21.0 + csstype: ^3.1.1 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.8.2 - eslint-plugin-react: ^7.30.1 + eslint-plugin-jest: ^26.9.0 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 ncp: ^2.0.0 @@ -2212,8 +2212,8 @@ importers: require-from-string: ^2.0.2 rimraf: ^3.0.2 simple-element-resize-detector: ^1.3.0 - styled-components: ^5.3.5 - stylelint: ^14.10.0 + styled-components: ^5.3.6 + stylelint: ^14.13.0 stylelint-config-prettier: ^9.0.3 stylelint-config-standard: ^25.0.0 stylelint-config-styled-components: ^0.1.1 @@ -2222,7 +2222,7 @@ importers: typescript: ~4.7.4 webpack: ^5.74.0 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@rjsf/core': 4.2.3_react@18.2.0 '@types/base16': 1.0.2 '@types/codemirror': 5.60.5 @@ -2231,39 +2231,39 @@ importers: '@types/redux-devtools-themes': 1.0.0 '@types/simple-element-resize-detector': 1.3.0 base16: 1.0.0 - codemirror: 5.65.7 + codemirror: 5.65.9 color: 4.2.3 prop-types: 15.8.1 react-icons: 4.4.0_react@18.2.0 - react-select: 5.4.0_dvp6wxm7rs4sirs67lhxth6k7q + react-select: 5.4.0_eat7hc23gfabdflnphmz6xfchm redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@storybook/addon-essentials': 6.5.10_egvqfdazsinegjdfjpjsjh6fyi - '@storybook/react': 6.5.10_v3px4sshlpmiq6tqqws5mil25u - '@testing-library/dom': 8.17.1 - '@testing-library/react': 13.3.0_biqbaboplfbrettd7655fr4n2y - '@testing-library/user-event': 14.4.3_wl4iynrlixafokvgqnhzlvigei + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@storybook/addon-essentials': 6.5.12_yxziofeetrzltqo3fmvb7j7lpy + '@storybook/react': 6.5.12_5p75nysb23ppx3xzollcctiayi + '@testing-library/dom': 8.19.0 + '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y + '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei '@types/color': 3.0.3 '@types/jest': 27.5.2 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm - csstype: 3.1.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-jest: 26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + csstype: 3.1.1 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 ncp: 2.0.0 react: 18.2.0 @@ -2271,34 +2271,34 @@ importers: react-is: 18.2.0 require-from-string: 2.0.2 rimraf: 3.0.2 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba - stylelint: 14.10.0 - stylelint-config-prettier: 9.0.3_stylelint@14.10.0 - stylelint-config-standard: 25.0.0_stylelint@14.10.0 + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba + stylelint: 14.13.0 + stylelint-config-prettier: 9.0.3_stylelint@14.13.0 + stylelint-config-standard: 25.0.0_stylelint@14.13.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.5_5ad62742t534jpseix4ezmbr64 + ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu typescript: 4.7.4 webpack: 5.74.0 packages/redux-devtools-utils: specifiers: - '@babel/cli': ^7.18.10 - '@babel/core': ^7.18.10 - '@babel/eslint-parser': ^7.18.9 - '@babel/plugin-transform-runtime': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/cli': ^7.19.3 + '@babel/core': ^7.19.3 + '@babel/eslint-parser': ^7.19.1 + '@babel/plugin-transform-runtime': ^7.19.1 + '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.18.9 + '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@redux-devtools/serialize': ^0.4.1 '@types/get-params': ^0.1.0 '@types/jsan': ^3.1.2 - '@types/lodash': ^4.14.182 - '@types/node': ^16.11.47 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 - eslint: ^8.21.0 + '@types/lodash': ^4.14.186 + '@types/node': ^16.11.64 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 get-params: ^0.1.2 immutable: ^4.1.0 @@ -2309,7 +2309,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.7.4 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 @@ -2320,57 +2320,57 @@ importers: nanoid: 3.3.4 redux: 4.2.0 devDependencies: - '@babel/cli': 7.18.10_@babel+core@7.18.10 - '@babel/core': 7.18.10 - '@babel/eslint-parser': 7.18.9_xqt7ek4fk233nrovqiamjvck4u - '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/cli': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.19.3 + '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jsan': 3.1.2 - '@types/lodash': 4.14.182 - '@types/node': 16.11.47 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 + '@types/lodash': 4.14.186 + '@types/node': 16.11.64 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 typescript: 4.7.4 packages/redux-devtools/examples/counter: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 - '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/webpack-env': ^1.18.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 cross-env: ^7.0.3 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 redux: ^4.2.0 redux-thunk: ^2.4.1 ts-node: ^10.9.1 typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../.. '@redux-devtools/dock-monitor': link:../../../redux-devtools-dock-monitor @@ -2378,66 +2378,66 @@ importers: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@types/node': 16.11.47 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@types/node': 16.11.64 '@types/prop-types': 15.7.5 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 - '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@types/webpack-env': 1.18.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages/redux-devtools/examples/todomvc: specifiers: - '@babel/core': ^7.18.10 - '@babel/preset-env': ^7.18.10 + '@babel/core': ^7.19.3 + '@babel/preset-env': ^7.19.3 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.47 + '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 - '@types/react': ^18.0.17 + '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 - '@types/webpack-env': ^1.17.0 - '@typescript-eslint/eslint-plugin': ^5.33.0 - '@typescript-eslint/parser': ^5.33.0 + '@types/webpack-env': ^1.18.0 + '@typescript-eslint/eslint-plugin': ^5.39.0 + '@typescript-eslint/parser': ^5.39.0 babel-loader: ^8.2.5 - classnames: ^2.3.1 + classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.1 - eslint: ^8.21.0 + eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.30.1 + eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 - react-redux: ^8.0.2 + react-redux: ^8.0.4 redux: ^4.2.0 style-loader: ^3.3.1 todomvc-app-css: ^2.4.2 @@ -2445,46 +2445,46 @@ importers: typescript: ~4.7.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 - webpack-dev-server: ^4.10.0 + webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../.. '@redux-devtools/dock-monitor': link:../../../redux-devtools-dock-monitor '@redux-devtools/log-monitor': link:../../../redux-devtools-log-monitor - classnames: 2.3.1 + classnames: 2.3.2 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-redux: 8.0.2_ps4ywwwjjeajezffxxirqk36qa + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 todomvc-app-css: 2.4.2 devDependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/classnames': 2.3.1 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/prop-types': 15.7.5 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 - '@types/webpack-env': 1.17.0 - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@types/webpack-env': 1.18.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - eslint: 8.21.0 - eslint-config-prettier: 8.5.0_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-prettier: 8.5.0_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq typescript: 4.7.4 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq packages: @@ -2499,8 +2499,8 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.13 - /@apollo/protobufjs/1.2.4: - resolution: {integrity: sha512-npVJ9NVU/pynj+SCU+fambvTneJDyCnif738DnZ7pCxdDtzeEz7WkpSIq5wNUmWm5Td55N+S2xfqZ+WP4hDLng==} + /@apollo/protobufjs/1.2.6: + resolution: {integrity: sha512-Wqo1oSHNUj/jxmsVp4iR3I480p6qdqHikn38lKrFhfzcDJ7lwd7Ck7cHRl4JE81tWNArl77xhnG/OkZhxKBYOw==} hasBin: true requiresBuild: true dependencies: @@ -2519,13 +2519,13 @@ packages: long: 4.0.0 dev: false - /@apollo/utils.dropunuseddefinitions/1.1.0_graphql@16.5.0: + /@apollo/utils.dropunuseddefinitions/1.1.0_graphql@16.6.0: resolution: {integrity: sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - graphql: 16.5.0 + graphql: 16.6.0 dev: false /@apollo/utils.keyvaluecache/1.0.1: @@ -2539,65 +2539,65 @@ packages: resolution: {integrity: sha512-dx9XrjyisD2pOa+KsB5RcDbWIAdgC91gJfeyLCgy0ctJMjQe7yZK5kdWaWlaOoCeX0z6YI9iYlg7vMPyMpQF3Q==} dev: false - /@apollo/utils.printwithreducedwhitespace/1.1.0_graphql@16.5.0: + /@apollo/utils.printwithreducedwhitespace/1.1.0_graphql@16.6.0: resolution: {integrity: sha512-GfFSkAv3n1toDZ4V6u2d7L4xMwLA+lv+6hqXicMN9KELSJ9yy9RzuEXaX73c/Ry+GzRsBy/fdSUGayGqdHfT2Q==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - graphql: 16.5.0 + graphql: 16.6.0 dev: false - /@apollo/utils.removealiases/1.0.0_graphql@16.5.0: + /@apollo/utils.removealiases/1.0.0_graphql@16.6.0: resolution: {integrity: sha512-6cM8sEOJW2LaGjL/0vHV0GtRaSekrPQR4DiywaApQlL9EdROASZU5PsQibe2MWeZCOhNrPRuHh4wDMwPsWTn8A==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - graphql: 16.5.0 + graphql: 16.6.0 dev: false - /@apollo/utils.sortast/1.1.0_graphql@16.5.0: + /@apollo/utils.sortast/1.1.0_graphql@16.6.0: resolution: {integrity: sha512-VPlTsmUnOwzPK5yGZENN069y6uUHgeiSlpEhRnLFYwYNoJHsuJq2vXVwIaSmts015WTPa2fpz1inkLYByeuRQA==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - graphql: 16.5.0 + graphql: 16.6.0 lodash.sortby: 4.7.0 dev: false - /@apollo/utils.stripsensitiveliterals/1.2.0_graphql@16.5.0: + /@apollo/utils.stripsensitiveliterals/1.2.0_graphql@16.6.0: resolution: {integrity: sha512-E41rDUzkz/cdikM5147d8nfCFVKovXxKBcjvLEQ7bjZm/cg9zEcXvS6vFY8ugTubI3fn6zoqo0CyU8zT+BGP9w==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - graphql: 16.5.0 + graphql: 16.6.0 dev: false - /@apollo/utils.usagereporting/1.0.0_graphql@16.5.0: + /@apollo/utils.usagereporting/1.0.0_graphql@16.6.0: resolution: {integrity: sha512-5PL7hJMkTPmdo3oxPtigRrIyPxDk/ddrUryHPDaezL1lSFExpNzsDd2f1j0XJoHOg350GRd3LyD64caLA2PU1w==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - '@apollo/utils.dropunuseddefinitions': 1.1.0_graphql@16.5.0 - '@apollo/utils.printwithreducedwhitespace': 1.1.0_graphql@16.5.0 - '@apollo/utils.removealiases': 1.0.0_graphql@16.5.0 - '@apollo/utils.sortast': 1.1.0_graphql@16.5.0 - '@apollo/utils.stripsensitiveliterals': 1.2.0_graphql@16.5.0 - apollo-reporting-protobuf: 3.3.2 - graphql: 16.5.0 + '@apollo/utils.dropunuseddefinitions': 1.1.0_graphql@16.6.0 + '@apollo/utils.printwithreducedwhitespace': 1.1.0_graphql@16.6.0 + '@apollo/utils.removealiases': 1.0.0_graphql@16.6.0 + '@apollo/utils.sortast': 1.1.0_graphql@16.6.0 + '@apollo/utils.stripsensitiveliterals': 1.2.0_graphql@16.6.0 + apollo-reporting-protobuf: 3.3.3 + graphql: 16.6.0 dev: false - /@apollographql/apollo-tools/0.5.4_graphql@16.5.0: + /@apollographql/apollo-tools/0.5.4_graphql@16.6.0: resolution: {integrity: sha512-shM3q7rUbNyXVVRkQJQseXv6bnYM3BUma/eZhwXR4xsuM+bqWnJKvW7SAfRjP7LuSCocrexa5AXhjjawNHrIlw==} engines: {node: '>=8', npm: '>=6'} peerDependencies: graphql: ^14.2.1 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.5.0 + graphql: 16.6.0 dev: false /@apollographql/graphql-playground-html/1.6.29: @@ -2606,14 +2606,14 @@ packages: xss: 1.0.13 dev: false - /@babel/cli/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==} + /@babel/cli/7.19.3_@babel+core@7.19.3: + resolution: {integrity: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@jridgewell/trace-mapping': 0.3.13 commander: 4.1.1 convert-source-map: 1.8.0 @@ -2639,8 +2639,8 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.18.8: - resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} + /@babel/compat-data/7.19.3: + resolution: {integrity: sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==} engines: {node: '>=6.9.0'} /@babel/core/7.12.9: @@ -2648,13 +2648,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helpers': 7.18.9 - '@babel/parser': 7.18.11 + '@babel/generator': 7.19.3 + '@babel/helper-module-transforms': 7.19.0 + '@babel/helpers': 7.19.0 + '@babel/parser': 7.19.3 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2667,20 +2667,20 @@ packages: - supports-color dev: true - /@babel/core/7.18.10: - resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} + /@babel/core/7.19.3: + resolution: {integrity: sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@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.11 + '@babel/generator': 7.19.3 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/helper-module-transforms': 7.19.0 + '@babel/helpers': 7.19.0 + '@babel/parser': 7.19.3 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2689,77 +2689,61 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.18.9_xqt7ek4fk233nrovqiamjvck4u: - resolution: {integrity: sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==} + /@babel/eslint-parser/7.19.1_v37dtiefj2fmp2s4n57pt7n35y: + resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.18.10 - eslint: 8.21.0 - eslint-scope: 5.1.1 + '@babel/core': 7.19.3 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 + eslint: 8.25.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/generator/7.18.12: - resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} + /@babel/generator/7.19.3: + resolution: {integrity: sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 - /@babel/generator/7.18.2: - resolution: {integrity: sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.4 - '@jridgewell/gen-mapping': 0.3.1 - jsesc: 2.5.2 - dev: true - - /@babel/helper-annotate-as-pure/7.16.7: - resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.10 - /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 - dev: true + '@babel/types': 7.19.3 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 dev: true - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + /@babel/helper-compilation-targets/7.19.3_@babel+core@7.19.3: + resolution: {integrity: sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.10 + '@babel/compat-data': 7.19.3 + '@babel/core': 7.19.3 '@babel/helper-validator-option': 7.18.6 - browserslist: 4.20.4 + browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.10: + /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.18.9 @@ -2771,27 +2755,38 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.10: + /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.1.0 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.18.10: + /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.19.3 + '@babel/helper-annotate-as-pure': 7.18.6 + regexpu-core: 5.1.0 + dev: true + + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.19.3: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} 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/core': 7.19.3 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/traverse': 7.18.11 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/traverse': 7.19.3 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2800,14 +2795,14 @@ packages: - supports-color 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==} + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.19.3: + resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} 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 + '@babel/core': 7.19.3 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2816,10 +2811,6 @@ packages: - supports-color dev: true - /@babel/helper-environment-visitor/7.18.2: - resolution: {integrity: sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==} - engines: {node: '>=6.9.0'} - /@babel/helper-environment-visitor/7.18.9: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} engines: {node: '>=6.9.0'} @@ -2828,40 +2819,35 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 dev: true - /@babel/helper-function-name/7.17.9: - resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.18.10 - /@babel/helper-function-name/7.18.9: resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 + dev: true - /@babel/helper-hoist-variables/7.16.7: - resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} + /@babel/helper-function-name/7.19.0: + resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/template': 7.18.10 + '@babel/types': 7.19.3 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 /@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.10 + '@babel/types': 7.19.3 dev: true /@babel/helper-module-imports/7.16.7: @@ -2869,15 +2855,16 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.18.10 + 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.10 + '@babel/types': 7.19.3 - /@babel/helper-module-transforms/7.18.9: - resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} + /@babel/helper-module-transforms/7.19.0: + resolution: {integrity: sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 @@ -2886,8 +2873,8 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.18.6 '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 transitivePeerDependencies: - supports-color @@ -2895,33 +2882,33 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 dev: true /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils/7.17.12: - resolution: {integrity: sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-plugin-utils/7.18.9: resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} engines: {node: '>=6.9.0'} + dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.10: + /@babel/helper-plugin-utils/7.19.0: + resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} + engines: {node: '>=6.9.0'} + + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@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.10 + '@babel/types': 7.19.3 transitivePeerDependencies: - supports-color dev: true @@ -2933,8 +2920,8 @@ packages: '@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.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 transitivePeerDependencies: - supports-color dev: true @@ -2943,20 +2930,20 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.19.3 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.10 + '@babel/types': 7.19.3 /@babel/helper-string-parser/7.18.10: resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} @@ -2971,6 +2958,10 @@ packages: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier/7.19.1: + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} + engines: {node: '>=6.9.0'} + /@babel/helper-validator-option/7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} @@ -2979,21 +2970,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.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.18.9: - resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} + /@babel/helpers/7.19.0: + resolution: {integrity: sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 transitivePeerDependencies: - supports-color @@ -3014,177 +3005,177 @@ packages: chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 js-tokens: 4.0.0 - /@babel/parser/7.18.11: - resolution: {integrity: sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.18.10 - /@babel/parser/7.18.5: resolution: {integrity: sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.19.3 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.10: + /@babel/parser/7.19.3: + resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.19.3 + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.19.3: 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/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.18.10: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.19.3: 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/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.10 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 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.19.1_@babel+core@7.19.3: + resolution: {integrity: sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@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.19.0 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.19.3: 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.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@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 + '@babel/core': 7.19.3 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.18.2_@babel+core@7.18.10: + /@babel/plugin-proposal-decorators/7.18.2_@babel+core@7.19.3: resolution: {integrity: sha512-kbDISufFOxeczi0v4NQP3p5kIeW6izn/6klfWBrIIdGZZe4UpHR+QU03FAoWjGGd9SUXAwbw2pup1kaL4OQsJQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-replace-supers': 7.18.9 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.18.10 + '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.19.3 charcodes: 0.2.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.18.10: + /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.19.3: resolution: {integrity: sha512-LpsTRw725eBAXXKUOnJJct+SEaOzwR78zahcLuripD2+dKc2Sj+8Q2DzA+GC/jOpOu/KlDXuxrzG214o1zTauQ==} 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-default-from': 7.16.7_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.10: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.18.10: + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.19.3: 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-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.19.3: 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.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.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.19.3: 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-numeric-separator': 7.10.4_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.3 dev: true /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -3193,198 +3184,198 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.10: + /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@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/compat-data': 7.19.3 + '@babel/core': 7.19.3 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.19.3: 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-optional-catch-binding': 7.8.3_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.18.10: + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.19.3: 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-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.9_@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 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.10: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.10: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.19.3: 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.17.12 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.10: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.19.3: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.10: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.18.10: + /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.19.3: resolution: {integrity: sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.18.10: + /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.19.3: resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.19.3: 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/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.18.10: + /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.19.3: resolution: {integrity: sha512-B8QIgBvkIG6G2jgsOHQUist7Sm0EBLDCx8sen072IwqNuzMegZNXrYnSv77cYzA8mLDZAfQYqsLIhimiP1s2HQ==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.18.10: + /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.10: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.19.3: 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.17.12 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: @@ -3393,43 +3384,43 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.10: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.10: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.10: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: @@ -3438,132 +3429,133 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.10: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.10: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.10: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.10: + /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.19.3: resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.10: + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.18.9 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.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: 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.19.3 '@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.19.0 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.19.3 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.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.19.3: 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.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} + /@babel/plugin-transform-classes/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 '@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-plugin-utils': 7.19.0 '@babel/helper-replace-supers': 7.18.9 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 @@ -3571,198 +3563,198 @@ packages: - 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.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-destructuring/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==} + /@babel/plugin-transform-destructuring/7.18.13_@babel+core@7.19.3: + 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} 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.19.3 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.19.3: 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/core': 7.19.3 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.18.10: + /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.19.3: resolution: {integrity: sha512-g8cSNt+cHCpG/uunPQELdq/TeV3eg1OLJYwxypwHtAWo9+nErH3lQx9CSO2uI9lF74A0mR0t4KoMjs1snSgnTw==} 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-flow': 7.17.12_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-flow': 7.17.12_@babel+core@7.19.3 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.10: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.19.3: 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/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: 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.19.3 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} 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/core': 7.19.3 + '@babel/helper-module-transforms': 7.19.0 + '@babel/helper-plugin-utils': 7.19.0 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.10: + /@babel/plugin-transform-modules-commonjs/7.18.6_@babel+core@7.19.3: 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.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-module-transforms': 7.19.0 + '@babel/helper-plugin-utils': 7.19.0 '@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==} + /@babel/plugin-transform-modules-systemjs/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@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/helper-module-transforms': 7.19.0 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-validator-identifier': 7.19.1 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: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.19.3: 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/core': 7.19.3 + '@babel/helper-module-transforms': 7.19.0 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: + 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.19.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.19.3: 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/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-replace-supers': 7.18.9 transitivePeerDependencies: - supports-color @@ -3775,196 +3767,196 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.10: + /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 dev: true - /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.18.10: + /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.19.3: resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.10 - '@babel/types': 7.18.10 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 + '@babel/types': 7.19.3 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 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.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-runtime/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==} + /@babel/plugin-transform-runtime/7.19.1_@babel+core@7.19.3: + resolution: {integrity: sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@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 + '@babel/helper-plugin-utils': 7.19.0 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.3 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.3 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.3 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.19.3: 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.19.3: 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 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.10: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.19.3: 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-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.18.10: + /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.19.3: resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.18.10: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.19.3: 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.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.10: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} 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.19.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 dev: true /@babel/polyfill/7.12.1: @@ -3975,153 +3967,153 @@ packages: regenerator-runtime: 0.13.9 dev: false - /@babel/preset-env/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} + /@babel/preset-env/7.19.3_@babel+core@7.19.3: + resolution: {integrity: sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@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/compat-data': 7.19.3 + '@babel/core': 7.19.3 + '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@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.9_@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.10 - 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.23.1 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-async-generator-functions': 7.19.1_@babel+core@7.19.3 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.3 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.19.3 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.3 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.3 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.3 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.3 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.3 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.19.3 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-modules-systemjs': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.19.3 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.19.3 + '@babel/preset-modules': 0.1.5_@babel+core@7.19.3 + '@babel/types': 7.19.3 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.3 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.3 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.3 + core-js-compat: 3.25.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.17.12_@babel+core@7.18.10: + /@babel/preset-flow/7.17.12_@babel+core@7.19.3: resolution: {integrity: sha512-7QDz7k4uiaBdu7N89VKjUn807pJRXmdirQu0KyR9LXnQrr5Jt41eIMKTS7ljej+H29erwmMrwq9Io9mJHLI3Lw==} 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.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.18.10 + '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.19.3 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.18.10: + /@babel/preset-modules/0.1.5_@babel+core@7.19.3: 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.10 + '@babel/core': 7.19.3 + '@babel/helper-plugin-utils': 7.19.0 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.3 + '@babel/types': 7.19.3 esutils: 2.0.3 dev: true - /@babel/preset-react/7.18.6_@babel+core@7.18.10: + /@babel/preset-react/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.19.3 dev: true - /@babel/preset-typescript/7.18.6_@babel+core@7.18.10: + /@babel/preset-typescript/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10 + '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.18.9_@babel+core@7.18.10: + /@babel/register/7.18.9_@babel+core@7.19.3: resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4137,83 +4129,67 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@babel/runtime/7.18.3: - resolution: {integrity: sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==} + /@babel/runtime/7.19.0: + resolution: {integrity: sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.9 - dev: false - - /@babel/runtime/7.18.9: - resolution: {integrity: sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.9 - - /@babel/template/7.16.7: - resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 - dev: true /@babel/template/7.18.10: resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.11 - '@babel/types': 7.18.10 - - /@babel/traverse/7.18.11: - resolution: {integrity: sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.11 - '@babel/types': 7.18.10 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/parser': 7.19.3 + '@babel/types': 7.19.3 /@babel/traverse/7.18.5: resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-hoist-variables': 7.16.7 + '@babel/generator': 7.19.3 + '@babel/helper-environment-visitor': 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.11 - '@babel/types': 7.18.10 + '@babel/parser': 7.19.3 + '@babel/types': 7.19.3 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/traverse/7.18.5_supports-color@5.5.0: - resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} + /@babel/traverse/7.19.3: + resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-hoist-variables': 7.16.7 + '@babel/generator': 7.19.3 + '@babel/helper-environment-visitor': 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.11 - '@babel/types': 7.18.10 + '@babel/parser': 7.19.3 + '@babel/types': 7.19.3 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + /@babel/traverse/7.19.3_supports-color@5.5.0: + resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.19.3 + '@babel/helper-environment-visitor': 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.19.3 + '@babel/types': 7.19.3 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: @@ -4226,14 +4202,15 @@ packages: '@babel/helper-string-parser': 7.18.10 '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 + dev: true - /@babel/types/7.18.4: - resolution: {integrity: sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==} + /@babel/types/7.19.3: + resolution: {integrity: sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.16.7 + '@babel/helper-string-parser': 7.18.10 + '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - dev: true /@base2/pretty-print-object/1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -4243,7 +4220,7 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.0.3_jrbr2z4q4th6w7e7r7y6gcaakm: + /@chakra-ui/accordion/2.0.3_hcrs7yt74qadfs4d3y7dpkabka: resolution: {integrity: sha512-3fu5q6I6QtYVfpBHK+xxIkZ3b/spHgDongXuKuLEJZswcSU8+X5B9YmNfv73ZMRKO3PboYtyHAmZZo4pYqzbbA==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4254,10 +4231,10 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy - '@chakra-ui/transition': 2.0.2_enons6ofcbv6wnhdfce7mzlh5m + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u '@chakra-ui/utils': 2.0.2 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4270,7 +4247,7 @@ packages: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4280,7 +4257,7 @@ packages: peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 dev: false @@ -4292,7 +4269,7 @@ packages: dependencies: '@chakra-ui/image': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4304,7 +4281,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4318,12 +4295,12 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.1.0_jrbr2z4q4th6w7e7r7y6gcaakm: + /@chakra-ui/checkbox/2.1.0_hcrs7yt74qadfs4d3y7dpkabka: resolution: {integrity: sha512-LPKhJM/IMp8LKdr52PVfSGAnmqcgwTMPcjyWT8jXQ3OhEXRUKc5rSUORmPtJmffNLjLq1nPCcSMWQsVHhJ9MXw==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4333,11 +4310,11 @@ packages: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle '@zag-js/focus-visible': 0.1.0 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4358,7 +4335,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4379,7 +4356,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4394,13 +4371,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.1_g566eayvhbit5eqxocdac5mhdm: + /@chakra-ui/css-reset/2.0.1_gyryel6m34lsxtsejhafetjriq: resolution: {integrity: sha512-8RhAC7l5RHp9hNDN2M2feZ2wPaoSrgxzqx6VqLTIul2lwucpp1LTlrDlPCBMJe8fp51Q83IOCW4882ktsXxktA==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' dependencies: - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu react: 18.2.0 dev: false @@ -4421,19 +4398,19 @@ packages: dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/focus-lock/2.0.3_ug65io7jkbhmo4fihdmbrh3ina: + /@chakra-ui/focus-lock/2.0.3_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-QcKUy0n26T1qOEoqk9rDmr9tumZs/+VXh9gIhWYKlmScm8Dy87qCMfOJ2M8/sUCQcqypl8SwlONQdiCZ99FUFQ==} peerDependencies: react: '>=18 || 18' dependencies: '@chakra-ui/utils': 2.0.2 react: 18.2.0 - react-focus-lock: 2.9.1_ug65io7jkbhmo4fihdmbrh3ina + react-focus-lock: 2.9.1_iapumuv4e6jcjznwuxpf4tt22e transitivePeerDependencies: - '@types/react' dev: false @@ -4447,7 +4424,7 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4470,7 +4447,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4482,7 +4459,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4495,7 +4472,7 @@ packages: dependencies: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4508,7 +4485,7 @@ packages: dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4530,13 +4507,13 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/menu/2.0.3_jrbr2z4q4th6w7e7r7y6gcaakm: + /@chakra-ui/menu/2.0.3_hcrs7yt74qadfs4d3y7dpkabka: resolution: {integrity: sha512-hW1XBK0ZOEvnrwurqZiQ7+CFW8Olfk82BilNOulQ7LxQ2hQAAg4JBQxs755jVEtqhSAP+oe/yuWEabWtCWLGQw==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4548,14 +4525,14 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy - '@chakra-ui/transition': 2.0.2_enons6ofcbv6wnhdfce7mzlh5m + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u '@chakra-ui/utils': 2.0.2 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.0.3_afnayjro3tvoh37b7xw3myydwq: + /@chakra-ui/modal/2.0.3_y6ic2defqd5ahjdizvqrsshbt4: resolution: {integrity: sha512-GS1Apvrsr8scM1d/awVgJdcheITja4fMKTKwWljstw7SfAMOPc4skKIg+MzriLvtIialm1WFxOWYfiQ5MKAAcQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4564,18 +4541,18 @@ packages: react-dom: '>=18 || 18' dependencies: '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/focus-lock': 2.0.3_ug65io7jkbhmo4fihdmbrh3ina + '@chakra-ui/focus-lock': 2.0.3_iapumuv4e6jcjznwuxpf4tt22e '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy - '@chakra-ui/transition': 2.0.2_enons6ofcbv6wnhdfce7mzlh5m + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u '@chakra-ui/utils': 2.0.2 aria-hidden: 1.1.3 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.4_ug65io7jkbhmo4fihdmbrh3ina + react-remove-scroll: 2.5.4_iapumuv4e6jcjznwuxpf4tt22e transitivePeerDependencies: - '@types/react' dev: false @@ -4591,7 +4568,7 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4605,12 +4582,12 @@ packages: '@chakra-ui/descendant': 3.0.2_react@18.2.0 '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/popover/2.0.2_jrbr2z4q4th6w7e7r7y6gcaakm: + /@chakra-ui/popover/2.0.2_hcrs7yt74qadfs4d3y7dpkabka: resolution: {integrity: sha512-i9Tsx+gpN470V7eLPng+lVK25DfUdQ44OAzWMUavIiutCtVJknZEPYbSr72JnT4NHBnr7b8rqUBEYq9+36LmlQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4621,9 +4598,9 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4656,13 +4633,13 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.6_tyh4ta3a3jg5wknldy4g2a7uiy: + /@chakra-ui/provider/2.0.6_6xnkn2aqnlmdvuspwqrjexfduy: resolution: {integrity: sha512-EwwFF8ib9L5OYTRJq450Uvk7DqQJA/W6TyBo2f7mUE0j56GmV8ZRdsaXGqqag/aopCS/1n+ZfpQvQr/qNhAQBQ==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4670,13 +4647,13 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/css-reset': 2.0.1_g566eayvhbit5eqxocdac5mhdm + '@chakra-ui/css-reset': 2.0.1_gyryel6m34lsxtsejhafetjriq '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema - '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -4690,7 +4667,7 @@ packages: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle react: 18.2.0 @@ -4714,7 +4691,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react/2.2.1_jqesa6ebkoapfeenc26drtibfe: + /@chakra-ui/react/2.2.1_356kgaleomk4jdithf3bcp4v5i: resolution: {integrity: sha512-m2vFICTUO3GivTkJROnTTJT+w8otcYMraKqOSdrAGmsjqtZAp8/FaGS+1bxzeZnZTszMn65LoLvlgBUDrTHhQA==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4723,16 +4700,16 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.0.3_jrbr2z4q4th6w7e7r7y6gcaakm + '@chakra-ui/accordion': 2.0.3_hcrs7yt74qadfs4d3y7dpkabka '@chakra-ui/alert': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/avatar': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/breadcrumb': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/checkbox': 2.1.0_jrbr2z4q4th6w7e7r7y6gcaakm + '@chakra-ui/checkbox': 2.1.0_hcrs7yt74qadfs4d3y7dpkabka '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/control-box': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/counter': 2.0.2_react@18.2.0 - '@chakra-ui/css-reset': 2.0.1_g566eayvhbit5eqxocdac5mhdm + '@chakra-ui/css-reset': 2.0.1_gyryel6m34lsxtsejhafetjriq '@chakra-ui/editable': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/hooks': 2.0.2_react@18.2.0 @@ -4742,37 +4719,37 @@ packages: '@chakra-ui/layout': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/live-region': 2.0.2_react@18.2.0 '@chakra-ui/media-query': 3.1.0_swpbf3sk2xubz3bowba44eqanu - '@chakra-ui/menu': 2.0.3_jrbr2z4q4th6w7e7r7y6gcaakm - '@chakra-ui/modal': 2.0.3_afnayjro3tvoh37b7xw3myydwq + '@chakra-ui/menu': 2.0.3_hcrs7yt74qadfs4d3y7dpkabka + '@chakra-ui/modal': 2.0.3_y6ic2defqd5ahjdizvqrsshbt4 '@chakra-ui/number-input': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/pin-input': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/popover': 2.0.2_jrbr2z4q4th6w7e7r7y6gcaakm + '@chakra-ui/popover': 2.0.2_hcrs7yt74qadfs4d3y7dpkabka '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/progress': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/provider': 2.0.6_tyh4ta3a3jg5wknldy4g2a7uiy + '@chakra-ui/provider': 2.0.6_6xnkn2aqnlmdvuspwqrjexfduy '@chakra-ui/radio': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/react-env': 2.0.2_react@18.2.0 '@chakra-ui/select': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/skeleton': 2.0.6_6fvfryypbryy7ecdkfxyof7pdu + '@chakra-ui/skeleton': 2.0.6_ywwpsjlpazuvusvso3wpwmpbxu '@chakra-ui/slider': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/stat': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/switch': 2.0.3_jrbr2z4q4th6w7e7r7y6gcaakm - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/switch': 2.0.3_hcrs7yt74qadfs4d3y7dpkabka + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/table': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/tabs': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/tag': 2.0.2_smtw3k2wuexenqj33awaujbhle '@chakra-ui/textarea': 2.0.3_smtw3k2wuexenqj33awaujbhle '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/toast': 2.1.0_csvx7i6msol53jgjsrqpr4ryeu - '@chakra-ui/tooltip': 2.0.2_pbyqz4mp7ngecqb5ynou7bcm7q - '@chakra-ui/transition': 2.0.2_enons6ofcbv6wnhdfce7mzlh5m + '@chakra-ui/toast': 2.1.0_xkqpmetvpu72ngaw6htttxrkde + '@chakra-ui/tooltip': 2.0.2_lnjmpdrzqkbareh3h3hvgex7im + '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema - '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: @@ -4786,12 +4763,12 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/skeleton/2.0.6_6fvfryypbryy7ecdkfxyof7pdu: + /@chakra-ui/skeleton/2.0.6_ywwpsjlpazuvusvso3wpwmpbxu: resolution: {integrity: sha512-nbZEfA7vSxJ8qXM0sb+e/Dh8t2ZcAkjWUzScMvO8FWfblk3wkoeUT0ocTwJ4eDyTzEVBu+ym7Uc+ACZmBheabQ==} peerDependencies: '@chakra-ui/theme': '>=2.0.0-next.0' @@ -4801,11 +4778,11 @@ packages: dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/media-query': 3.1.0_swpbf3sk2xubz3bowba44eqanu - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema - '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty react: 18.2.0 dev: false @@ -4817,7 +4794,7 @@ packages: dependencies: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4828,7 +4805,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle react: 18.2.0 @@ -4841,7 +4818,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle react: 18.2.0 @@ -4851,24 +4828,24 @@ packages: resolution: {integrity: sha512-5THQlrMr6CsiulNtjzZV3DqYD85eQ+S8G6rsnjAKqFVJ1G29R392RKK/67R96WIRUJRtsHPq2REeTgAxGLDhOQ==} dependencies: '@chakra-ui/utils': 2.0.2 - csstype: 3.1.0 + csstype: 3.1.1 dev: false - /@chakra-ui/switch/2.0.3_jrbr2z4q4th6w7e7r7y6gcaakm: + /@chakra-ui/switch/2.0.3_hcrs7yt74qadfs4d3y7dpkabka: resolution: {integrity: sha512-k7HLnKBM9GsY/RdqUWqe233QNFa2JtE+G4UyX8BsYLquWOkBfgJvI+f2gSUye1zLS8e1bFwz5BBIljTQMb/Smw==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.1.0_jrbr2z4q4th6w7e7r7y6gcaakm - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/checkbox': 2.1.0_hcrs7yt74qadfs4d3y7dpkabka + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy: + /@chakra-ui/system/2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq: resolution: {integrity: sha512-f9GfJr7HGxxhyAbXmka/k/mPsLl8wl+5fZUWglfRg4iddmsuYQcJEYg8+ewCyr7MA1Ddw9bPVgsC5uf/KYlo3w==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4879,8 +4856,8 @@ packages: '@chakra-ui/react-utils': 2.0.1_react@18.2.0 '@chakra-ui/styled-system': 2.2.0 '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema - '@emotion/styled': 11.10.0_5sec57kzpgkzooe4crua5kfcly + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty react: 18.2.0 react-fast-compare: 3.2.0 dev: false @@ -4891,7 +4868,7 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4906,7 +4883,7 @@ packages: '@chakra-ui/descendant': 3.0.2_react@18.2.0 '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4918,7 +4895,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4930,7 +4907,7 @@ packages: react: '>=18 || 18' dependencies: '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false @@ -4940,7 +4917,7 @@ packages: peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 '@ctrl/tinycolor': 3.4.1 dev: false @@ -4951,12 +4928,12 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' dependencies: '@chakra-ui/anatomy': 2.0.1_@chakra-ui+system@2.1.3 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 '@chakra-ui/utils': 2.0.2 dev: false - /@chakra-ui/toast/2.1.0_csvx7i6msol53jgjsrqpr4ryeu: + /@chakra-ui/toast/2.1.0_xkqpmetvpu72ngaw6htttxrkde: resolution: {integrity: sha512-xXgwzff/gtNrq2HGGG3fuqcfRQEIObluHzHhqgS3gesf8KYut/5ZJoLdgV4RKE+NYgJIi77BFUcQDiLJttxxPA==} peerDependencies: framer-motion: '>=4.0.0' @@ -4968,11 +4945,11 @@ packages: '@chakra-ui/hooks': 2.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/transition': 2.0.2_enons6ofcbv6wnhdfce7mzlh5m + '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u '@chakra-ui/utils': 2.0.2 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: @@ -4980,7 +4957,7 @@ packages: - '@emotion/styled' dev: false - /@chakra-ui/tooltip/2.0.2_pbyqz4mp7ngecqb5ynou7bcm7q: + /@chakra-ui/tooltip/2.0.2_lnjmpdrzqkbareh3h3hvgex7im: resolution: {integrity: sha512-oK6gXybFe/MmHBXbd9w3XgNChVHQ9BeLW0IAtFeDyeHn5gJg0iKul/SNmJkD73Iyv/j+BsmBMn98mbNYQkeMQA==} peerDependencies: '@chakra-ui/system': '>=2.0.0-next.0' @@ -4992,22 +4969,22 @@ packages: '@chakra-ui/popper': 3.0.2_react@18.2.0 '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.2_enons6ofcbv6wnhdfce7mzlh5m: + /@chakra-ui/transition/2.0.2_3scsim3kjm5bnetripeelcaw6u: resolution: {integrity: sha512-s98gDFIGbv60WMyniVjy381NXxgS1Y/6RACR1Z1pReC5XZLY5GyMqeRYyFCAeE78qKkqon77Y8EDPQXl6X78dw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/utils': 2.0.2 - framer-motion: 7.1.0_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -5026,64 +5003,64 @@ packages: '@chakra-ui/system': '>=2.0.0-next.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_rq3l25qc4qpq3j4w6o4x7hatzy + '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@changesets/apply-release-plan/6.0.4: - resolution: {integrity: sha512-PutV/ymf8cZMqvaLe/Lh5cP3kBQ9FZl6oGQ3qRDxWD1ML+/uH3jrCE7S7Zw7IVSXkD0lnMD+1dAX7fsOJ6ZvgA==} + /@changesets/apply-release-plan/6.1.1: + resolution: {integrity: sha512-LaQiP/Wf0zMVR0HNrLQAjz3rsNsr0d/RlnP6Ef4oi8VafOwnY1EoWdK4kssuUJGgNgDyHpomS50dm8CU3D7k7g==} dependencies: - '@babel/runtime': 7.18.9 - '@changesets/config': 2.1.1 + '@babel/runtime': 7.19.0 + '@changesets/config': 2.2.0 '@changesets/get-version-range-type': 0.3.2 - '@changesets/git': 1.4.1 - '@changesets/types': 5.1.0 + '@changesets/git': 1.5.0 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 lodash.startcase: 4.4.0 outdent: 0.5.0 - prettier: 1.19.1 + prettier: 2.7.1 resolve-from: 5.0.0 semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.2.0: - resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==} + /@changesets/assemble-release-plan/5.2.2: + resolution: {integrity: sha512-B1qxErQd85AeZgZFZw2bDKyOfdXHhG+X5S+W3Da2yCem8l/pRy4G/S7iOpEcMwg6lH8q2ZhgbZZwZ817D+aLuQ==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.3 - '@changesets/types': 5.1.0 + '@changesets/get-dependents-graph': 1.3.4 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 semver: 5.7.1 dev: true - /@changesets/changelog-git/0.1.12: - resolution: {integrity: sha512-Xv2CPjTBmwjl8l4ZyQ3xrsXZMq8WafPUpEonDpTmcb24XY8keVzt7ZSCJuDz035EiqrjmDKDhODoQ6XiHudlig==} + /@changesets/changelog-git/0.1.13: + resolution: {integrity: sha512-zvJ50Q+EUALzeawAxax6nF2WIcSsC5PwbuLeWkckS8ulWnuPYx8Fn/Sjd3rF46OzeKA8t30loYYV6TIzp4DIdg==} dependencies: - '@changesets/types': 5.1.0 + '@changesets/types': 5.2.0 dev: true - /@changesets/cli/2.24.2: - resolution: {integrity: sha512-Bya7bnxF8Sz+O25M6kseAludVsCy5nXSW9u2Lbje/XbJTyU5q/xwIiXF9aTUzVi/4jyKoKoOasx7B1/z+NJLzg==} + /@changesets/cli/2.25.0: + resolution: {integrity: sha512-Svu5KD2enurVHGEEzCRlaojrHjVYgF9srmMP9VQSy9c1TspX6C9lDPpulsSNIjYY9BuU/oiWpjBgR7RI9eQiAA==} hasBin: true dependencies: - '@babel/runtime': 7.18.9 - '@changesets/apply-release-plan': 6.0.4 - '@changesets/assemble-release-plan': 5.2.0 - '@changesets/changelog-git': 0.1.12 - '@changesets/config': 2.1.1 + '@babel/runtime': 7.19.0 + '@changesets/apply-release-plan': 6.1.1 + '@changesets/assemble-release-plan': 5.2.2 + '@changesets/changelog-git': 0.1.13 + '@changesets/config': 2.2.0 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.3 - '@changesets/get-release-plan': 3.0.13 - '@changesets/git': 1.4.1 + '@changesets/get-dependents-graph': 1.3.4 + '@changesets/get-release-plan': 3.0.15 + '@changesets/git': 1.5.0 '@changesets/logger': 0.0.5 - '@changesets/pre': 1.0.12 - '@changesets/read': 0.5.7 - '@changesets/types': 5.1.0 - '@changesets/write': 0.1.9 + '@changesets/pre': 1.0.13 + '@changesets/read': 0.5.8 + '@changesets/types': 5.2.0 + '@changesets/write': 0.2.1 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 '@types/semver': 6.2.3 @@ -5105,13 +5082,13 @@ packages: tty-table: 4.1.6 dev: true - /@changesets/config/2.1.1: - resolution: {integrity: sha512-nSRINMqHpdtBpNVT9Eh9HtmLhOwOTAeSbaqKM5pRmGfsvyaROTBXV84ujF9UsWNlV71YxFbxTbeZnwXSGQlyTw==} + /@changesets/config/2.2.0: + resolution: {integrity: sha512-GGaokp3nm5FEDk/Fv2PCRcQCOxGKKPRZ7prcMqxEr7VSsG75MnChQE8plaW1k6V8L2bJE+jZWiRm19LbnproOw==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.3 + '@changesets/get-dependents-graph': 1.3.4 '@changesets/logger': 0.0.5 - '@changesets/types': 5.1.0 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.5 @@ -5123,25 +5100,25 @@ packages: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.3.3: - resolution: {integrity: sha512-h4fHEIt6X+zbxdcznt1e8QD7xgsXRAXd2qzLlyxoRDFSa6SxJrDAUyh7ZUNdhjBU4Byvp4+6acVWVgzmTy4UNQ==} + /@changesets/get-dependents-graph/1.3.4: + resolution: {integrity: sha512-+C4AOrrFY146ydrgKOo5vTZfj7vetNu1tWshOID+UjPUU9afYGDXI8yLnAeib1ffeBXV3TuGVcyphKpJ3cKe+A==} dependencies: - '@changesets/types': 5.1.0 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 semver: 5.7.1 dev: true - /@changesets/get-release-plan/3.0.13: - resolution: {integrity: sha512-Zl/UN4FUzb5LwmzhO2STRijJT5nQCN4syPEs0p1HSIR+O2iVOzes+2yTLF2zGiOx8qPOsFx/GRSAvuhSzm+9ig==} + /@changesets/get-release-plan/3.0.15: + resolution: {integrity: sha512-W1tFwxE178/en+zSj/Nqbc3mvz88mcdqUMJhRzN1jDYqN3QI4ifVaRF9mcWUU+KI0gyYEtYR65tour690PqTcA==} dependencies: - '@babel/runtime': 7.18.9 - '@changesets/assemble-release-plan': 5.2.0 - '@changesets/config': 2.1.1 - '@changesets/pre': 1.0.12 - '@changesets/read': 0.5.7 - '@changesets/types': 5.1.0 + '@babel/runtime': 7.19.0 + '@changesets/assemble-release-plan': 5.2.2 + '@changesets/config': 2.2.0 + '@changesets/pre': 1.0.13 + '@changesets/read': 0.5.8 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 dev: true @@ -5149,12 +5126,12 @@ packages: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.4.1: - resolution: {integrity: sha512-GWwRXEqBsQ3nEYcyvY/u2xUK86EKAevSoKV/IhELoZ13caZ1A1TSak/71vyKILtzuLnFPk5mepP5HjBxr7lZ9Q==} + /@changesets/git/1.5.0: + resolution: {integrity: sha512-Xo8AT2G7rQJSwV87c8PwMm6BAc98BnufRMsML7m7Iw8Or18WFvFmxqG5aOL5PBvhgq9KrKvaeIBNIymracSuHg==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@changesets/errors': 0.1.4 - '@changesets/types': 5.1.0 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 spawndamnit: 2.0.0 @@ -5166,31 +5143,31 @@ packages: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.14: - resolution: {integrity: sha512-SWnNVyC9vz61ueTbuxvA6b4HXcSx2iaWr2VEa37lPg1Vw+cEyQp7lOB219P7uow1xFfdtIEEsxbzXnqLAAaY8w==} + /@changesets/parse/0.3.15: + resolution: {integrity: sha512-3eDVqVuBtp63i+BxEWHPFj2P1s3syk0PTrk2d94W9JD30iG+OER0Y6n65TeLlY8T2yB9Fvj6Ev5Gg0+cKe/ZUA==} dependencies: - '@changesets/types': 5.1.0 + '@changesets/types': 5.2.0 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.12: - resolution: {integrity: sha512-RFzWYBZx56MtgMesXjxx7ymyI829/rcIw/41hvz3VJPnY8mDscN7RJyYu7Xm7vts2Fcd+SRcO0T/Ws3I1/6J7g==} + /@changesets/pre/1.0.13: + resolution: {integrity: sha512-jrZc766+kGZHDukjKhpBXhBJjVQMied4Fu076y9guY1D3H622NOw8AQaLV3oQsDtKBTrT2AUFjt9Z2Y9Qx+GfA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@changesets/errors': 0.1.4 - '@changesets/types': 5.1.0 + '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.7: - resolution: {integrity: sha512-Iteg0ccTPpkJ+qFzY97k7qqdVE5Kz30TqPo9GibpBk2g8tcLFUqf+Qd0iXPLcyhUZpPL1U6Hia1gINHNKIKx4g==} + /@changesets/read/0.5.8: + resolution: {integrity: sha512-eYaNfxemgX7f7ELC58e7yqQICW5FB7V+bd1lKt7g57mxUrTveYME+JPaBPpYx02nP53XI6CQp6YxnR9NfmFPKw==} dependencies: - '@babel/runtime': 7.18.9 - '@changesets/git': 1.4.1 + '@babel/runtime': 7.19.0 + '@changesets/git': 1.5.0 '@changesets/logger': 0.0.5 - '@changesets/parse': 0.3.14 - '@changesets/types': 5.1.0 + '@changesets/parse': 0.3.15 + '@changesets/types': 5.2.0 chalk: 2.4.2 fs-extra: 7.0.1 p-filter: 2.1.0 @@ -5200,18 +5177,18 @@ packages: resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} dev: true - /@changesets/types/5.1.0: - resolution: {integrity: sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==} + /@changesets/types/5.2.0: + resolution: {integrity: sha512-km/66KOqJC+eicZXsm2oq8A8bVTSpkZJ60iPV/Nl5Z5c7p9kk8xxh6XGRTlnludHldxOOfudhnDN2qPxtHmXzA==} dev: true - /@changesets/write/0.1.9: - resolution: {integrity: sha512-E90ZrsrfJVOOQaP3Mm5Xd7uDwBAqq3z5paVEavTHKA8wxi7NAL8CmjgbGxSFuiP7ubnJA2BuHlrdE4z86voGOg==} + /@changesets/write/0.2.1: + resolution: {integrity: sha512-KUd49nt2fnYdGixIqTi1yVE1nAoZYUMdtB3jBfp77IMqjZ65hrmZE5HdccDlTeClZN0420ffpnfET3zzeY8pdw==} dependencies: - '@babel/runtime': 7.18.9 - '@changesets/types': 5.1.0 + '@babel/runtime': 7.19.0 + '@changesets/types': 5.2.0 fs-extra: 7.0.1 human-id: 1.0.2 - prettier: 1.19.1 + prettier: 2.7.1 dev: true /@cnakazawa/watch/1.0.4: @@ -5275,15 +5252,15 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.10.0_@babel+core@7.18.10: + /@emotion/babel-plugin/11.10.0_@babel+core@7.19.3: resolution: {integrity: sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.10 - '@babel/runtime': 7.18.9 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 + '@babel/runtime': 7.19.0 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.0 @@ -5309,7 +5286,7 @@ packages: resolution: {integrity: sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==} dependencies: '@emotion/memoize': 0.7.5 - '@emotion/sheet': 1.1.1 + '@emotion/sheet': 1.2.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.2.5 stylis: 4.0.13 @@ -5327,16 +5304,10 @@ packages: dev: false optional: true - /@emotion/is-prop-valid/1.1.3: - resolution: {integrity: sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA==} - dependencies: - '@emotion/memoize': 0.7.5 - /@emotion/is-prop-valid/1.2.0: resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} dependencies: '@emotion/memoize': 0.8.0 - dev: false /@emotion/memoize/0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} @@ -5345,12 +5316,12 @@ packages: /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} + dev: false /@emotion/memoize/0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - dev: false - /@emotion/react/11.10.0_msmmgljd7hl2w2irtggflhmema: + /@emotion/react/11.10.0_bjroym7kxlcs2vvwnej4p3gzwu: resolution: {integrity: sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -5362,14 +5333,39 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/runtime': 7.18.9 - '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/runtime': 7.19.0 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.19.3 '@emotion/cache': 11.10.1 '@emotion/serialize': 1.1.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.17 + '@types/react': 18.0.21 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + dev: false + + /@emotion/react/11.10.4_bjroym7kxlcs2vvwnej4p3gzwu: + resolution: {integrity: sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/react': '*' + react: '>=16.8.0 || 18' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/react': + optional: true + dependencies: + '@babel/core': 7.19.3 + '@babel/runtime': 7.19.0 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.19.3 + '@emotion/cache': 11.10.1 + '@emotion/serialize': 1.1.0 + '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 + '@types/react': 18.0.21 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -5381,19 +5377,15 @@ packages: '@emotion/memoize': 0.8.0 '@emotion/unitless': 0.8.0 '@emotion/utils': 1.2.0 - csstype: 3.1.0 - dev: false - - /@emotion/sheet/1.1.1: - resolution: {integrity: sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==} + csstype: 3.1.1 dev: false /@emotion/sheet/1.2.0: resolution: {integrity: sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==} dev: false - /@emotion/styled/11.10.0_5sec57kzpgkzooe4crua5kfcly: - resolution: {integrity: sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==} + /@emotion/styled/11.10.4_ogudqqhlstsi7uge4lir7ff3ty: + resolution: {integrity: sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ==} peerDependencies: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 @@ -5405,14 +5397,15 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/runtime': 7.18.9 - '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/runtime': 7.19.0 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.19.3 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/serialize': 1.1.0 + '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 - '@types/react': 18.0.17 + '@types/react': 18.0.21 react: 18.2.0 dev: false @@ -5426,6 +5419,14 @@ packages: resolution: {integrity: sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==} dev: false + /@emotion/use-insertion-effect-with-fallbacks/1.0.0_react@18.2.0: + resolution: {integrity: sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==} + peerDependencies: + react: '>=16.8.0 || 18' + dependencies: + react: 18.2.0 + dev: false + /@emotion/utils/1.2.0: resolution: {integrity: sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==} dev: false @@ -5438,13 +5439,13 @@ packages: resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} dev: false - /@eslint/eslintrc/1.3.0: - resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==} + /@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 debug: 4.3.4 - espree: 9.3.3 + espree: 9.4.0 globals: 13.15.0 ignore: 5.2.0 import-fresh: 3.3.0 @@ -5458,51 +5459,51 @@ packages: /@gar/promisify/1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - /@graphql-tools/merge/8.2.14_graphql@16.5.0: + /@graphql-tools/merge/8.2.14_graphql@16.6.0: resolution: {integrity: sha512-od6lTF732nwPX91G79eiJf+dyRBHxCaKe7QL4IYeH4d1k+NYqx/ihYpFJNjDaqxmpHH92Hr+TxsP9SYRK3/QKg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.6.13_graphql@16.5.0 - graphql: 16.5.0 + '@graphql-tools/utils': 8.6.13_graphql@16.6.0 + graphql: 16.6.0 tslib: 2.4.0 dev: false - /@graphql-tools/mock/8.6.12_graphql@16.5.0: + /@graphql-tools/mock/8.6.12_graphql@16.6.0: resolution: {integrity: sha512-o4plehiIgwqIB3TJDlEx7s6CHucTnrYsv4LqBXfyiXN10E9x0Ab44UxXjePbAd9yJFYEUYp0thqb7WjI3/3cmQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 8.3.14_graphql@16.5.0 - '@graphql-tools/utils': 8.6.13_graphql@16.5.0 + '@graphql-tools/schema': 8.3.14_graphql@16.6.0 + '@graphql-tools/utils': 8.6.13_graphql@16.6.0 fast-json-stable-stringify: 2.1.0 - graphql: 16.5.0 + graphql: 16.6.0 tslib: 2.4.0 dev: false - /@graphql-tools/schema/8.3.14_graphql@16.5.0: + /@graphql-tools/schema/8.3.14_graphql@16.6.0: resolution: {integrity: sha512-ntA4pKwyyPHFFKcIw17FfqGZAiTNZl0tHieQpPIkN5fPc4oHcXOfaj1vBjtIC/Qn6H7XBBu3l2kMA8FpobdxTQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.2.14_graphql@16.5.0 - '@graphql-tools/utils': 8.6.13_graphql@16.5.0 - graphql: 16.5.0 + '@graphql-tools/merge': 8.2.14_graphql@16.6.0 + '@graphql-tools/utils': 8.6.13_graphql@16.6.0 + graphql: 16.6.0 tslib: 2.4.0 value-or-promise: 1.0.11 dev: false - /@graphql-tools/utils/8.6.13_graphql@16.5.0: + /@graphql-tools/utils/8.6.13_graphql@16.6.0: resolution: {integrity: sha512-FiVqrQzj4cgz0HcZ3CxUs8NtBGPZFpmsVyIgwmL6YCwIhjJQnT72h8G3/vk5zVfjfesht85YGp0inWWuoCKWzg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - graphql: 16.5.0 + graphql: 16.6.0 tslib: 2.4.0 dev: false - /@humanwhocodes/config-array/0.10.4: - resolution: {integrity: sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==} + /@humanwhocodes/config-array/0.10.7: + resolution: {integrity: sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -5512,8 +5513,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: @@ -5742,7 +5744,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5765,7 +5767,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5872,7 +5874,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -5881,7 +5883,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -5900,7 +5902,7 @@ packages: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.3.7 + semver: 7.3.8 tar: 6.1.11 transitivePeerDependencies: - encoding @@ -6008,10 +6010,10 @@ packages: set-cookie-parser: 2.5.0 dev: false - /@mswjs/data/0.10.1_typescript@4.7.4: - resolution: {integrity: sha512-ne1vRWjUK9W24mCvuTH0EGPYq1RM01NMF4UtjvrLuQYfCf2nKEoy+iw+/j5EzXxZv6G+VnKTtAlYm63cPWd+sw==} + /@mswjs/data/0.10.2_typescript@4.7.4: + resolution: {integrity: sha512-L6AGyse4GjFfyF9OI7AfYtcLbALN5MZQSvSr7p48wj6zlrrrgIKGkRVf9IEEfqaWimKP31mJDdHhie3lfJQ4SQ==} dependencies: - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 '@types/md5': 2.3.2 '@types/pluralize': 0.0.29 '@types/uuid': 8.3.4 @@ -6022,32 +6024,16 @@ packages: md5: 2.3.0 outvariant: 1.3.0 pluralize: 8.0.0 - strict-event-emitter: 0.2.4 + strict-event-emitter: 0.2.7 uuid: 8.3.2 optionalDependencies: - msw: 0.44.2_typescript@4.7.4 + msw: 0.47.4_typescript@4.7.4 transitivePeerDependencies: - encoding - supports-color - typescript dev: false - /@mswjs/interceptors/0.17.3: - resolution: {integrity: sha512-jBRFPeHBPqKv3od8KPjmrvt4b/+e1DorizFDYJ8NQCrjFT9YGnxA8ojGi0MIo64x/JgdjYkhP8bG9EY4BGPoqg==} - engines: {node: '>=14'} - dependencies: - '@open-draft/until': 1.0.3 - '@types/debug': 4.1.7 - '@xmldom/xmldom': 0.7.5 - debug: 4.3.4 - headers-polyfill: 3.0.7 - outvariant: 1.3.0 - strict-event-emitter: 0.2.4 - web-encoding: 1.1.5 - transitivePeerDependencies: - - supports-color - dev: false - /@mswjs/interceptors/0.17.5: resolution: {integrity: sha512-/uZkyPUZMRExZs+DZQVnc+uoDwLfs1gFNvcRY5S3Gu78U+uhovaSEUW3tuyld1e7Oke5Qphfseb8v66V+H1zWQ==} engines: {node: '>=14'} @@ -6063,7 +6049,6 @@ packages: transitivePeerDependencies: - supports-color dev: false - optional: true /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} @@ -6071,6 +6056,12 @@ packages: dev: true optional: true + /@nicolo-ribaudo/eslint-scope-5-internals/5.1.1-v1: + resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} + dependencies: + eslint-scope: 5.1.1 + dev: true + /@nodelib/fs.scandir/2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -6101,7 +6092,7 @@ packages: resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 - semver: 7.3.7 + semver: 7.3.8 /@npmcli/move-file/1.1.2: resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} @@ -6110,36 +6101,41 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/14.5.4: - resolution: {integrity: sha512-UYr14hxeYV8p/zt6D6z33hljZJQROJAVxSC+mm72fyVvy88Gt0sQNLfMmOARXur0p/73PSLM0jJ2Sr7Ftsuu+A==} + /@nrwl/cli/14.8.3: + resolution: {integrity: sha512-a8URAbqyZvegXMYU8pCA3Hfv0UdiDJc6HboazxinCJJgZWyqKYxRIWmKiWnfpXsr+qF6ntmBR/tC6yHbOL22gQ==} dependencies: - nx: 14.5.4 + nx: 14.8.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' + - debug dev: true - /@nrwl/nx-cloud/14.3.0: - resolution: {integrity: sha512-aByHe8Gp1/IT9CtQYlGLIYBgU+ZtrgEwblBX8kcoBNRPf1OOdouahjyasAjQ9zi1cznve8AzTTcLt2eSCHWfrw==} + /@nrwl/nx-cloud/14.7.0: + resolution: {integrity: sha512-sEGK5Ire5DC2liIsT89qR6SzZa46uinmWEAMz8ocMuu7nIMnwV9m15qajxhmYKasYsq9vTeT+x7BlZ4fnxPrNg==} hasBin: true dependencies: axios: 0.21.4 chalk: 4.1.0 + dotenv: 10.0.0 + fs-extra: 10.1.0 node-machine-id: 1.1.12 strip-json-comments: 3.1.1 tar: 6.1.11 + yargs-parser: 21.0.1 transitivePeerDependencies: - debug dev: true - /@nrwl/tao/14.5.4: - resolution: {integrity: sha512-a2GCuSE8WghjehuU3GVO63KZEnZXXQiqEg137yN/Na+PxwSu68XeaX53SLyzRskTV120YwBBy1YCTNzAZxxsjg==} + /@nrwl/tao/14.8.3: + resolution: {integrity: sha512-lN7+1biSM/7PYMMgh3jjOXJ9fe6VjhVrtZsDcB6lcklpShjXfHXqlpXDM7vjlw19aLeZMdFWHFoU2C5BTBtzgQ==} hasBin: true dependencies: - nx: 14.5.4 + nx: 14.8.3 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' + - debug dev: true /@open-draft/until/1.0.3: @@ -6246,12 +6242,12 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 react: 18.2.0 dev: false - /@reduxjs/toolkit/1.8.4_kkwg4cbsojnjnupd3btipussee: - resolution: {integrity: sha512-IpFq1WI7sCYeLQpDCGvlcQY9wn70UpAM3cOLq78HRnVn1746RI+l3y5xcuOeVOxORaxABJh3cfJMxycD2IwH5w==} + /@reduxjs/toolkit/1.8.6_kuo2ie247izvzll3jejufdtq3q: + resolution: {integrity: sha512-4Ia/Loc6WLmdSOzi7k5ff7dLK8CgG2b8aqpLsCAJhazAzGdp//YBUSaj0ceW6a3kDBDNRrq5CRwyCS0wBiL1ig==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 || 18 react-redux: ^7.2.1 || ^8.0.2 @@ -6263,11 +6259,16 @@ packages: dependencies: immer: 9.0.15 react: 18.2.0 - react-redux: 8.0.2_aaa45f7jnlnm2uprinsrzxzaje + react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 reselect: 4.1.6 + /@remix-run/router/1.0.2: + resolution: {integrity: sha512-GRSOFhJzjGN+d4sKHTMSvNeUPoZiDHWmRnXfzaxrqe7dE/Nzlc8BiMSJdLDESZlndM7jIUrZ/F4yWqVYlI0rwQ==} + engines: {node: '>=14'} + dev: false + /@restart/hooks/0.4.7_react@18.2.0: resolution: {integrity: sha512-ZbjlEHcG+FQtpDPHd7i4FzNNvJf2enAwZfJbpM8CW7BhmOAbsHpZe3tsHwfQUrBuyrxWqPYp2x5UMnilWcY22A==} peerDependencies: @@ -6283,7 +6284,7 @@ packages: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@popperjs/core': 2.11.5 '@react-aria/ssr': 3.2.0_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 @@ -6314,7 +6315,7 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/5.3.1_56fnebo2rl23pzm3cph57q7t7i: + /@rollup/plugin-babel/5.3.1_vy4anxjpv2s44kyfi2kxqu576u: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -6325,44 +6326,44 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@babel/helper-module-imports': 7.16.7 - '@rollup/pluginutils': 3.1.0_rollup@2.77.3 - rollup: 2.77.3 + '@rollup/pluginutils': 3.1.0_rollup@2.79.1 + rollup: 2.79.1 dev: true - /@rollup/plugin-commonjs/22.0.2_rollup@2.77.3: + /@rollup/plugin-commonjs/22.0.2_rollup@2.79.1: resolution: {integrity: sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==} engines: {node: '>= 12.0.0'} peerDependencies: rollup: ^2.68.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.77.3 + '@rollup/pluginutils': 3.1.0_rollup@2.79.1 commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 resolve: 1.22.1 - rollup: 2.77.3 + rollup: 2.79.1 dev: true - /@rollup/plugin-node-resolve/13.3.0_rollup@2.77.3: + /@rollup/plugin-node-resolve/13.3.0_rollup@2.79.1: resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.77.3 + '@rollup/pluginutils': 3.1.0_rollup@2.79.1 '@types/resolve': 1.17.1 deepmerge: 4.2.2 is-builtin-module: 3.1.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 2.77.3 + rollup: 2.79.1 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.77.3: + /@rollup/pluginutils/3.1.0_rollup@2.79.1: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -6371,7 +6372,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.77.3 + rollup: 2.79.1 dev: true /@rollup/pluginutils/4.2.1: @@ -6417,8 +6418,8 @@ packages: resolution: {integrity: sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==} dev: true - /@storybook/addon-actions/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-vpCnEu81fmtYzOf0QsRYoDuf9wXgVVl2VysE1dWRebRhIUDU0JurrthTnw322e38D4FzaoNGqZE7wnBYBohzZA==} + /@storybook/addon-actions/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-yEbyKjBsSRUr61SlS+SOTqQwdumO8Wa3GoHO3AfmvoKfzdGrM7w8G5Zs9Iev16khWg/7bQvoH3KZsg/hQuKnNg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6428,13 +6429,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6451,8 +6452,8 @@ packages: uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-5uzQda3dh891h7BL8e9Ymk7BI+QgkkzDJXuA4mHjOXfIiD3S3efhJI8amXuBC2ZpIr6zmVit0MqZVyoVve46cQ==} + /@storybook/addon-backgrounds/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-S0QThY1jnU7Q+HY+g9JgpAJszzNmNkigZ4+X/4qlUXE0WYYn9i2YG5H6me1+57QmIXYddcWWqqgF9HUXl667NA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6462,13 +6463,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 global: 4.4.0 memoizerific: 1.11.3 @@ -6479,8 +6480,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: - resolution: {integrity: sha512-lC2y3XcolmQAJwFurIyGrynAHPWmfNtTCdu3rQBTVGwyxCoNwdOOeC2jV0BRqX2+CW6OHzJr9frNWXPSaZ8c4w==} + /@storybook/addon-controls/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + resolution: {integrity: sha512-UoaamkGgAQXplr0kixkPhROdzkY+ZJQpG7VFDU6kmZsIgPRNfX/QoJFR5vV6TpDArBIjWaUUqWII+GHgPRzLgQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6490,15 +6491,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.10 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.12 + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 lodash: 4.17.21 react: 18.2.0 @@ -6513,8 +6514,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.10_egvqfdazsinegjdfjpjsjh6fyi: - resolution: {integrity: sha512-1kgjo3f0vL6GN8fTwLL05M/q/kDdzvuqwhxPY/v5hubFb3aQZGr2yk9pRBaLAbs4bez0yG0ASXcwhYnrEZUppg==} + /@storybook/addon-docs/6.5.12_yxziofeetrzltqo3fmvb7j7lpy: + resolution: {integrity: sha512-T+QTkmF7QlMVfXHXEberP8CYti/XMTo9oi6VEbZLx+a2N3qY4GZl7X2g26Sf5V4Za+xnapYKBMEIiJ5SvH9weQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6527,25 +6528,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.10 - '@storybook/node-logger': 6.5.10 - '@storybook/postinstall': 6.5.10 - '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/source-loader': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y - babel-loader: 8.2.5_xc6oct4hcywdrbo4ned6ytbybm + '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 + '@storybook/node-logger': 6.5.12 + '@storybook/postinstall': 6.5.12 + '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/source-loader': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6568,8 +6569,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.10_egvqfdazsinegjdfjpjsjh6fyi: - resolution: {integrity: sha512-PT2aiR4vgAyB0pl3HNBUa4/a7NDRxASxAazz7zt9ZDirkipDKfxwdcLeRoJzwSngVDWEhuz5/paN5x4eNp4Hww==} + /@storybook/addon-essentials/6.5.12_yxziofeetrzltqo3fmvb7j7lpy: + resolution: {integrity: sha512-4AAV0/mQPSk3V0Pie1NIqqgBgScUc0VtBEXDm8BgPeuDNVhPEupnaZgVt+I3GkzzPPo6JjdCsp2L11f3bBSEjw==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -6625,19 +6626,19 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.18.10 - '@storybook/addon-actions': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-backgrounds': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/addon-docs': 6.5.10_egvqfdazsinegjdfjpjsjh6fyi - '@storybook/addon-measure': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-outline': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-toolbars': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-viewport': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/node-logger': 6.5.10 + '@babel/core': 7.19.3 + '@storybook/addon-actions': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-backgrounds': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-controls': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/addon-docs': 6.5.12_yxziofeetrzltqo3fmvb7j7lpy + '@storybook/addon-measure': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-outline': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-toolbars': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-viewport': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/node-logger': 6.5.12 core-js: 3.23.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6654,8 +6655,8 @@ packages: - webpack-command dev: true - /@storybook/addon-measure/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-ss7L1H5K5hXygDIoVwj+QyVXbve5V67x7CofLiLCgQYuJzfO16+sPGjiTGWMpTb4ijox2uKWnTkpilt5bCjXgw==} + /@storybook/addon-measure/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-zmolO6+VG4ov2620G7f1myqLQLztfU+ykN+U5y52GXMFsCOyB7fMoVWIMrZwsNlinDu+CnUvelXHUNbqqnjPRg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6665,11 +6666,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 global: 4.4.0 @@ -6677,8 +6678,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /@storybook/addon-outline/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-AjdaeQ+/iBKmGrAqRW4niwMB6AkgGnYmSzVs5Cf6F/Sb4Dp+vzgLNOwLABD9qs8Ri8dvHl5J4QpVwQKUhYZaOQ==} + /@storybook/addon-outline/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-jXwLz2rF/CZt6Cgy+QUTa+pNW0IevSONYwS3D533E9z5h0T5ZKJbbxG5jxM+oC+FpZ/nFk5mEmUaYNkxgIVdpw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6688,11 +6689,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 global: 4.4.0 @@ -6702,8 +6703,8 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-S0Ljc6Wv+bPbx2e0iTveJ6bBDqjsemu+FZD4qDLsHreoI7DAcqyrF5Def1l8xNohixIVpx8dQpYXRtyzNlXekg==} + /@storybook/addon-toolbars/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-+QjoEHkekz4wTy8zqxYdV9ijDJ5YcjDc/qdnV8wx22zkoVU93FQlo0CHHVjpyvc3ilQliZbdQDJx62BcHXw30Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6713,19 +6714,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 dev: true - /@storybook/addon-viewport/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-RFMd+4kZljyuJjR9OJ2bFXHrSG7VTi5FDZYWEU+4W1sBxzC+JhnVnUP+HJH3gUxEFIRQC5neRzwWRE9RUUoALQ==} + /@storybook/addon-viewport/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-eQ1UrmbiMiPmWe+fdMWIc0F6brh/S2z4ADfwFz0tTd+vOLWRZp1xw8JYQ9P2ZasE+PM3WFOVT9jvNjZj/cHnfw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6735,12 +6736,12 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.10 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.12 + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 global: 4.4.0 memoizerific: 1.11.3 @@ -6750,20 +6751,20 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/addons/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==} + /@storybook/addons/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-y3cgxZq41YGnuIlBJEuJjSFdMsm8wnvlNOGUP9Q+Er2dgfx8rJz4Q22o4hPjpvpaj4XdBtxCJXI2NeFpN59+Cw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.12 + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@types/webpack-env': 1.17.0 + '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@types/webpack-env': 1.18.0 core-js: 3.23.1 global: 4.4.0 react: 18.2.0 @@ -6771,19 +6772,19 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/api/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==} + /@storybook/api/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-DuUZmMlQxkFNU9Vgkp9aNfCkAongU76VVmygvCuSpMVDI9HQ2lG0ydL+ppL4XKoSMCCoXTY6+rg4hJANnH+1AQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/channels': 6.5.12 + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6798,8 +6799,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: - resolution: {integrity: sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==} + /@storybook/builder-webpack4/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + resolution: {integrity: sha512-TsthT5jm9ZxQPNOZJbF5AV24me3i+jjYD7gbdKdSHrOVn1r3ydX4Z8aD6+BjLCtTn3T+e8NMvUkL4dInEo1x6g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6808,33 +6809,33 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channels': 6.5.10 - '@storybook/client-api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/core-events': 6.5.10 - '@storybook/node-logger': 6.5.10 - '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@babel/core': 7.19.3 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/channels': 6.5.12 + '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-events': 6.5.12 + '@storybook/node-logger': 6.5.12 + '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.47 + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.11.64 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.23.1 css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_ivdcbprtuxihnrfl74yu7thspu + fork-ts-checker-webpack-plugin: 4.1.6_nt235yxxo4biuscmfwd22rliee glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 @@ -6867,57 +6868,57 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.10: - resolution: {integrity: sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==} + /@storybook/channel-postmessage/6.5.12: + resolution: {integrity: sha512-SL/tJBLOdDlbUAAxhiZWOEYd5HI4y8rN50r6jeed5nD8PlocZjxJ6mO0IxnePqIL9Yu3nSrQRHrtp8AJvPX0Yg==} dependencies: - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/channels': 6.5.12 + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 core-js: 3.23.1 global: 4.4.0 - qs: 6.10.5 + qs: 6.11.0 telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.10: - resolution: {integrity: sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==} + /@storybook/channel-websocket/6.5.12: + resolution: {integrity: sha512-0t5dLselHVKTRYaphxx1dRh4pmOFCfR7h8oNJlOvJ29Qy5eNyVujDG9nhwWbqU6IKayuP4nZrAbe9Req9YZYlQ==} dependencies: - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 + '@storybook/channels': 6.5.12 + '@storybook/client-logger': 6.5.12 core-js: 3.23.1 global: 4.4.0 telejson: 6.0.8 dev: true - /@storybook/channels/6.5.10: - resolution: {integrity: sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==} + /@storybook/channels/6.5.12: + resolution: {integrity: sha512-X5XaKbe4b7LXJ4sUakBo00x6pXnW78JkOonHoaKoWsccHLlEzwfBZpVVekhVZnqtCoLT23dB8wjKgA71RYWoiw==} dependencies: core-js: 3.23.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==} + /@storybook/client-api/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-+JiRSgiU829KPc25nG/k0+Ao2nUelHUe8Y/9cRoKWbCAGzi4xd0JLhHAOr9Oi2szWx/OI1L08lxVv1+WTveAeA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/channels': 6.5.12 + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 - '@types/webpack-env': 1.17.0 + '@types/webpack-env': 1.18.0 core-js: 3.23.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -6927,33 +6928,33 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.10: - resolution: {integrity: sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==} + /@storybook/client-logger/6.5.12: + resolution: {integrity: sha512-IrkMr5KZcudX935/C2balFbxLHhkvQnJ78rbVThHDVckQ7l3oIXTh66IMzldeOabVFDZEMiW8AWuGEYof+JtLw==} dependencies: core-js: 3.23.1 global: 4.4.0 dev: true - /@storybook/components/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==} + /@storybook/components/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-NAAGl5PDXaHdVLd6hA+ttmLwH3zAVGXeUmEubzKZ9bJzb+duhFKxDa9blM4YEkI+palumvgAMm0UgS7ou680Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/client-logger': 6.5.10 + '@storybook/client-logger': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 memoizerific: 1.11.3 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.10_c3hoyc4loabfhtyuh36vjkyyai: - resolution: {integrity: sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==} + /@storybook/core-client/6.5.12_c3hoyc4loabfhtyuh36vjkyyai: + resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6963,22 +6964,22 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channel-websocket': 6.5.10 - '@storybook/client-api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/channel-websocket': 6.5.12 + '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.23.1 global: 4.4.0 lodash: 4.17.21 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -6989,8 +6990,8 @@ packages: webpack: 4.46.0 dev: true - /@storybook/core-client/6.5.10_qyk6idcafspi7uz7vy6757spbm: - resolution: {integrity: sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==} + /@storybook/core-client/6.5.12_qyk6idcafspi7uz7vy6757spbm: + resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7000,22 +7001,22 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channel-websocket': 6.5.10 - '@storybook/client-api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/channel-websocket': 6.5.12 + '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.23.1 global: 4.4.0 lodash: 4.17.21 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -7026,8 +7027,8 @@ packages: webpack: 5.74.0 dev: true - /@storybook/core-common/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: - resolution: {integrity: sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==} + /@storybook/core-common/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + resolution: {integrity: sha512-gG20+eYdIhwQNu6Xs805FLrOCWtkoc8Rt8gJiRt8yXzZh9EZkU4xgCRoCxrrJ03ys/gTiCFbBOfRi749uM3z4w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7036,41 +7037,41 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-proposal-decorators': 7.18.2_@babel+core@7.18.10 - '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 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-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-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-transform-arrow-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-destructuring': 7.18.9_@babel+core@7.18.10 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.18.8_@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/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@babel/register': 7.18.9_@babel+core@7.18.10 - '@storybook/node-logger': 6.5.10 + '@babel/core': 7.19.3 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-decorators': 7.18.2_@babel+core@7.19.3 + '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.19.3 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.19.3 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@babel/register': 7.18.9_@babel+core@7.19.3 + '@storybook/node-logger': 6.5.12 '@storybook/semver': 7.3.2 - '@types/node': 16.11.47 + '@types/node': 16.11.64 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.10 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.19.3 chalk: 4.1.2 core-js: 3.23.1 - express: 4.18.1 + express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_ivdcbprtuxihnrfl74yu7thspu + fork-ts-checker-webpack-plugin: 6.5.2_nt235yxxo4biuscmfwd22rliee fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7097,14 +7098,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.10: - resolution: {integrity: sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==} + /@storybook/core-events/6.5.12: + resolution: {integrity: sha512-0AMyMM19R/lHsYRfWqM8zZTXthasTAK2ExkSRzYi2GkIaVMxRKtM33YRwxKIpJ6KmIKIs8Ru3QCXu1mfCmGzNg==} dependencies: core-js: 3.23.1 dev: true - /@storybook/core-server/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: - resolution: {integrity: sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==} + /@storybook/core-server/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + resolution: {integrity: sha512-q1b/XKwoLUcCoCQ+8ndPD5THkEwXZYJ9ROv16i2VGUjjjAuSqpEYBq5GMGQUgxlWp1bkxtdGL2Jz+6pZfvldzA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -7120,18 +7121,18 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/core-client': 6.5.10_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/core-events': 6.5.10 + '@storybook/builder-webpack4': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-client': 6.5.12_c3hoyc4loabfhtyuh36vjkyyai + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.10 - '@storybook/manager-webpack4': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/node-logger': 6.5.10 + '@storybook/csf-tools': 6.5.12 + '@storybook/manager-webpack4': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/node-logger': 6.5.12 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@types/node': 16.11.47 + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/telemetry': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@types/node': 16.11.64 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.32 @@ -7144,7 +7145,7 @@ packages: core-js: 3.23.1 cpy: 8.1.2 detect-port: 1.3.0 - express: 4.18.1 + express: 4.18.2 fs-extra: 9.1.0 global: 4.4.0 globby: 11.1.0 @@ -7180,8 +7181,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.10_fbfc5bujbsqeqvejhu25k3ahfe: - resolution: {integrity: sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==} + /@storybook/core/6.5.12_j6ooe25olrkpcpermwcqizxdfi: + resolution: {integrity: sha512-+o3psAVWL+5LSwyJmEbvhgxKO1Et5uOX8ujNVt/f1fgwJBIf6BypxyPKu9YGQDRzcRssESQQZWNrZCCAZlFeuQ==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -7197,8 +7198,8 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.10_qyk6idcafspi7uz7vy6757spbm - '@storybook/core-server': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/core-client': 6.5.12_qyk6idcafspi7uz7vy6757spbm + '@storybook/core-server': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.7.4 @@ -7216,23 +7217,23 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.10: - resolution: {integrity: sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==} + /@storybook/csf-tools/6.5.12: + resolution: {integrity: sha512-BPhnB1xJtBVOzXuCURzQRdXcstE27ht4qoTgQkbwUTy4MEtUZ/f1AnHSYRdzrgukXdUFWseNIK4RkNdJpfOfNQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/core': 7.19.3 + '@babel/generator': 7.19.3 + '@babel/parser': 7.19.3 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.10 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 core-js: 3.23.1 fs-extra: 9.1.0 global: 4.4.0 @@ -7248,12 +7249,12 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-/bvYgOO+CxMEcHifkjJg0A60OTGOhcjGxnsB1h0gJuxMrqA/7Qwc108bFmPiX0eiD1BovFkZLJV4O6OY7zP5Vw==} + /@storybook/docs-tools/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-8brf8W89KVk95flVqW0sYEqkL+FBwb5W9CnwI+Ggd6r2cqXe9jyg+0vDZFdYp6kYNQKrPr4fbXGrGVXQG18/QQ==} dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 doctrine: 3.0.0 lodash: 4.17.21 @@ -7264,8 +7265,8 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: - resolution: {integrity: sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==} + /@storybook/manager-webpack4/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + resolution: {integrity: sha512-LH3e6qfvq2znEdxe2kaWtmdDPTnvSkufzoC9iwOgNvo3YrTGrYNyUTDegvW293TOTVfUn7j6TBcsOxIgRnt28g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7274,23 +7275,23 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.10_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq - '@storybook/node-logger': 6.5.10 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.47 + '@babel/core': 7.19.3 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.12_c3hoyc4loabfhtyuh36vjkyyai + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/node-logger': 6.5.12 + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.11.64 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.23.1 css-loader: 3.6.0_webpack@4.46.0 - express: 4.18.1 + express: 4.18.2 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 fs-extra: 9.1.0 @@ -7322,15 +7323,15 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.18.10: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.19.3: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/preset-env': 7.18.10_@babel+core@7.18.10 - '@babel/types': 7.18.10 + '@babel/generator': 7.19.3 + '@babel/parser': 7.19.3 + '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/types': 7.19.3 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 js-string-escape: 1.0.1 loader-utils: 2.0.2 lodash: 4.17.21 @@ -7341,8 +7342,8 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.10: - resolution: {integrity: sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==} + /@storybook/node-logger/6.5.12: + resolution: {integrity: sha512-jdLtT3mX5GQKa+0LuX0q0sprKxtCGf6HdXlKZGD5FEuz4MgJUGaaiN0Hgi+U7Z4tVNOtSoIbYBYXHqfUgJrVZw==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 @@ -7351,29 +7352,29 @@ packages: pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.10: - resolution: {integrity: sha512-xqUdpnFHYkn8MgtV+QztvIsRWa6jQUk7QT1Mu17Y0S7PbslNGsuskRPHenHhACXBJF+TM86R+4BaAhnVYTmElw==} + /@storybook/postinstall/6.5.12: + resolution: {integrity: sha512-6K73f9c2UO+w4Wtyo2BxEpEsnhPvMgqHSaJ9Yt6Tc90LaDGUbcVgy6PNibsRyuJ/KQ543WeiRO5rSZfm2uJU9A==} dependencies: core-js: 3.23.1 dev: true - /@storybook/preview-web/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==} + /@storybook/preview-web/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Q5mduCJsY9zhmlsrhHvtOBA3Jt2n45bhfVkiUEqtj8fDit45/GW+eLoffv8GaVTGjV96/Y1JFwDZUwU6mEfgGQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 core-js: 3.23.1 global: 4.4.0 lodash: 4.17.21 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -7402,8 +7403,8 @@ packages: - supports-color dev: true - /@storybook/react/6.5.10_v3px4sshlpmiq6tqqws5mil25u: - resolution: {integrity: sha512-m8S1qQrwA7pDGwdKEvL6LV3YKvSzVUY297Fq+xcTU3irnAy4sHDuFoLqV6Mi1510mErK1r8+rf+0R5rEXB219g==} + /@storybook/react/6.5.12_5p75nysb23ppx3xzollcctiayi: + resolution: {integrity: sha512-1tG8EdSfp+OZAKAWPT2UrexF4o007jEMwQFFXw1atIQrQOADzSnZ7lTYJ08o5TyJwksswtr18tH3oJJ9sG3KPw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -7430,23 +7431,23 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/preset-flow': 7.17.12_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/preset-flow': 7.17.12_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@pmmmwh/react-refresh-webpack-plugin': 0.5.7_metx475lqcp4j5c75za4zf7xbi - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/core': 6.5.10_fbfc5bujbsqeqvejhu25k3ahfe - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/core': 6.5.12_j6ooe25olrkpcpermwcqizxdfi + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.10 + '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.12 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 - '@types/node': 16.11.47 - '@types/webpack-env': 1.17.0 + '@types/node': 16.11.64 + '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 @@ -7492,16 +7493,16 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==} + /@storybook/router/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-xHubde9YnBbpkDY5+zGO4Pr6VPxP8H9J2v4OTF3H82uaxCIKR0PKG0utS9pFKIsEiP3aM62Hb9qB8nU+v1nj3w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/client-logger': 6.5.10 + '@storybook/client-logger': 6.5.12 core-js: 3.23.1 memoizerific: 1.11.3 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -7516,14 +7517,14 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-1RxxRumpjs8VUUwES9LId+cuNQnixhZAcwCxd6jaKkTZbjiQCtAhXX6DBTjJGV1u/JnCsqEp5b1wB8j/EioNHw==} + /@storybook/source-loader/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-4iuILFsKNV70sEyjzIkOqgzgQx7CJ8kTEFz590vkmWXQNKz7YQzjgISIwL7GBw/myJgeb04bl5psVgY0cbG5vg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 estraverse: 5.3.0 @@ -7536,15 +7537,15 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/store/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==} + /@storybook/store/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-SMQOr0XvV0mhTuqj3XOwGGc4kTPVjh3xqrG1fqkj9RGs+2jRdmO6mnwzda5gPwUmWNTorZ7FxZ1iEoyfYNtuiQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.23.1 fast-deep-equal: 3.1.3 @@ -7561,11 +7562,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq: - resolution: {integrity: sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==} + /@storybook/telemetry/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + resolution: {integrity: sha512-mCHxx7NmQ3n7gx0nmblNlZE5ZgrjQm6B08mYeWg6Y7r4GZnqS6wZbvAwVhZZ3Gg/9fdqaBApHsdAXp0d5BrlxA==} dependencies: - '@storybook/client-logger': 6.5.10 - '@storybook/core-common': 6.5.10_7pxu6c7vgs7yic5gnzu7awjkkq + '@storybook/client-logger': 6.5.12 + '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm chalk: 4.1.2 core-js: 3.23.1 detect-package-manager: 2.0.1 @@ -7588,13 +7589,13 @@ packages: - webpack-command dev: true - /@storybook/theming/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==} + /@storybook/theming/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-uWOo84qMQ2R6c1C0faZ4Q0nY01uNaX7nXoJKieoiJ6ZqY9PSYxJl1kZLi3uPYnrxLZjzjVyXX8MgdxzbppYItA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/client-logger': 6.5.10 + '@storybook/client-logger': 6.5.12 core-js: 3.23.1 memoizerific: 1.11.3 react: 18.2.0 @@ -7602,24 +7603,24 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/ui/6.5.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==} + /@storybook/ui/6.5.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-P7+ARI5NvaEYkrbIciT/UMgy3kxMt4WCtHMXss2T01UMCIWh1Ws4BJaDNqtQSpKuwjjS4eqZL3aQWhlUpYAUEg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.10 - '@storybook/router': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.12 + '@storybook/client-logger': 6.5.12 + '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.12 + '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.10_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y core-js: 3.23.1 memoizerific: 1.11.3 - qs: 6.10.5 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -7636,12 +7637,12 @@ packages: resolution: {integrity: sha512-g697J3WxV/Zytemz8aTuKjTGYtta9+02kva3C1xc7KXB8GdbfE1akGJIsZLyY/FSh2QrnE+fiB7vmWU3XNcb6A==} dev: true - /@testing-library/dom/8.17.1: - resolution: {integrity: sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==} + /@testing-library/dom/8.19.0: + resolution: {integrity: sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==} engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/aria-query': 4.2.2 aria-query: 5.0.0 chalk: 4.1.2 @@ -7655,7 +7656,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.0.1 - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.0.0 chalk: 3.0.0 @@ -7665,27 +7666,27 @@ packages: redent: 3.0.0 dev: true - /@testing-library/react/13.3.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ==} + /@testing-library/react/13.4.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==} engines: {node: '>=12'} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.9 - '@testing-library/dom': 8.17.1 - '@types/react-dom': 18.0.5 + '@babel/runtime': 7.19.0 + '@testing-library/dom': 8.19.0 + '@types/react-dom': 18.0.6 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@testing-library/user-event/14.4.3_wl4iynrlixafokvgqnhzlvigei: + /@testing-library/user-event/14.4.3_aaq3sbffpfe3jnxzm2zngsddei: resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@testing-library/dom': 8.17.1 + '@testing-library/dom': 8.19.0 dev: true /@tootallnate/once/1.1.2: @@ -7760,8 +7761,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 + '@babel/parser': 7.19.3 + '@babel/types': 7.19.3 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.17.1 @@ -7770,20 +7771,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.19.3 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 + '@babel/parser': 7.19.3 + '@babel/types': 7.19.3 dev: true /@types/babel__traverse/7.17.1: resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.19.3 dev: true /@types/babylon/6.16.6: @@ -7807,8 +7808,8 @@ packages: '@types/node': 18.0.0 dev: true - /@types/chrome/0.0.193: - resolution: {integrity: sha512-R8C84oqvk8A8C8G1viBd8qLpDr86Y/jwD+KLgzUekbIT9RGds6a9GnlQyg8P7ltnGogTMHkiEQK0ZlcrvTeo3Q==} + /@types/chrome/0.0.197: + resolution: {integrity: sha512-m1NfS5bOjaypyqQfaX6CxmJodZVcvj5+Mt/K94EBHkflYjPNmXHAzbxfifdLMa0YM3PDyOxohoTS5ug/e6p5jA==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.8 @@ -7817,7 +7818,7 @@ packages: resolution: {integrity: sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==} deprecated: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed. dependencies: - classnames: 2.3.1 + classnames: 2.3.2 dev: true /@types/codemirror/5.60.5: @@ -7845,7 +7846,7 @@ packages: /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: - '@types/express-serve-static-core': 4.17.30 + '@types/express-serve-static-core': 4.17.31 '@types/node': 18.0.0 dev: true @@ -7931,13 +7932,6 @@ packages: /@types/estree/0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} - /@types/express-serve-static-core/4.17.29: - resolution: {integrity: sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==} - dependencies: - '@types/node': 18.0.0 - '@types/qs': 6.9.7 - '@types/range-parser': 1.2.4 - /@types/express-serve-static-core/4.17.30: resolution: {integrity: sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==} dependencies: @@ -7945,11 +7939,18 @@ packages: '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 - /@types/express/4.17.13: - resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} + /@types/express-serve-static-core/4.17.31: + resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} + dependencies: + '@types/node': 18.0.0 + '@types/qs': 6.9.7 + '@types/range-parser': 1.2.4 + + /@types/express/4.17.14: + resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.29 + '@types/express-serve-static-core': 4.17.30 '@types/qs': 6.9.7 '@types/serve-static': 1.13.10 @@ -7998,7 +7999,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 hoist-non-react-statics: 3.3.2 /@types/html-entities/1.3.4: @@ -8083,28 +8084,28 @@ packages: /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} dependencies: - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 dev: true /@types/lodash.debounce/4.0.7: resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==} dependencies: - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 /@types/lodash.mergewith/4.6.6: resolution: {integrity: sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg==} dependencies: - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 dev: false /@types/lodash.shuffle/4.2.7: resolution: {integrity: sha512-b+K0NBpB4WcNoQTfifuTmi5nm5mJXRw9DBdbFfBr1q1+EVoTKkClDxq/7r1sq2GZcRelMFRsFcGGHrHQgxRySg==} dependencies: - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.186 dev: true - /@types/lodash/4.14.182: - resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==} + /@types/lodash/4.14.186: + resolution: {integrity: sha512-eHcVlLXP0c2FlMPm56ITode2AgLMSa6aJ05JTTbYbI+7EMkCEE5qk2E41d5g2lCVTqRe0GnnRFurmlCsDODrPw==} /@types/long/4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} @@ -8156,8 +8157,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/16.11.47: - resolution: {integrity: sha512-fpP+jk2zJ4VW66+wAMFoBJlx1bxmBKx4DUFf68UHgdGCOuyUTDlLWqsaNPJh7xhNDykyJ9eIzAygilP/4WoN8g==} + /@types/node/16.11.64: + resolution: {integrity: sha512-z5hPTlVFzNwtJ2LNozTpJcD1Cu44c4LNuzaq1mwxmiHWQh2ULdR6Vjwo1UGldzRpzL0yUEdZddnfqGW2G70z6Q==} /@types/node/18.0.0: resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} @@ -8216,16 +8217,10 @@ packages: /@types/range-parser/1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom/18.0.5: - resolution: {integrity: sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==} - dependencies: - '@types/react': 18.0.17 - dev: true - /@types/react-dom/18.0.6: resolution: {integrity: sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==} dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 /@types/react-dragula/1.1.0: resolution: {integrity: sha512-wgRIVV2jo/Gria1PK3K26II7gfRD3VTcMfPYhL0CuIApSeon7xjBTj8Xs8Ln+Vbb/FuRKWfUaJXmF4R3KUGntA==} @@ -8236,21 +8231,21 @@ packages: /@types/react-test-renderer/18.0.0: resolution: {integrity: sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==} dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 dev: true /@types/react-transition-group/4.4.4: resolution: {integrity: sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug==} dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 dev: false - /@types/react/18.0.17: - resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==} + /@types/react/18.0.21: + resolution: {integrity: sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 - csstype: 3.1.0 + csstype: 3.1.1 /@types/redux-devtools-themes/1.0.0: resolution: {integrity: sha512-ul3x0MYM5Nzj57Fh9wINyHFne8vZL04RC4nWAUWLYcL105vHoa/oJyopuKOrQmqVmhqmDiL4c9FfLbUmIB7TWQ==} @@ -8300,7 +8295,7 @@ packages: /@types/serve-index/1.9.1: resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} dependencies: - '@types/express': 4.17.13 + '@types/express': 4.17.14 dev: true /@types/serve-static/1.13.10: @@ -8379,8 +8374,8 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.17 - csstype: 3.1.0 + '@types/react': 18.0.21 + csstype: 3.1.1 dev: true /@types/superagent/4.1.15: @@ -8432,8 +8427,8 @@ packages: resolution: {integrity: sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==} dev: false - /@types/webpack-env/1.17.0: - resolution: {integrity: sha512-eHSaNYEyxRA5IAG0Ym/yCyf86niZUIF/TpWKofQI/CVfh5HsMEUyfE2kwFxha4ow0s5g0LfISQxpDKjbRDrizw==} + /@types/webpack-env/1.18.0: + resolution: {integrity: sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==} dev: true /@types/webpack-sources/3.2.0: @@ -8490,8 +8485,8 @@ packages: '@types/node': 18.0.0 optional: true - /@typescript-eslint/eslint-plugin/5.33.0_njno5y7ry2l2lcmiu4tywxkwnq: - resolution: {integrity: sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==} + /@typescript-eslint/eslint-plugin/5.39.0_23z4ljmzfershnk3fir43q6pzi: + resolution: {integrity: sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8501,24 +8496,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - '@typescript-eslint/scope-manager': 5.33.0 - '@typescript-eslint/type-utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq - '@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/scope-manager': 5.39.0 + '@typescript-eslint/type-utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 debug: 4.3.4 - eslint: 8.21.0 - functional-red-black-tree: 1.0.1 + eslint: 8.25.0 ignore: 5.2.0 regexpp: 3.2.0 - semver: 7.3.7 + semver: 7.3.8 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==} + /@typescript-eslint/parser/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + resolution: {integrity: sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8527,34 +8521,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.33.0 - '@typescript-eslint/types': 5.33.0 - '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.39.0 + '@typescript-eslint/types': 5.39.0 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.25.0 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.29.0: - resolution: {integrity: sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==} + /@typescript-eslint/scope-manager/5.39.0: + resolution: {integrity: sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/visitor-keys': 5.29.0 + '@typescript-eslint/types': 5.39.0 + '@typescript-eslint/visitor-keys': 5.39.0 dev: true - /@typescript-eslint/scope-manager/5.33.0: - resolution: {integrity: sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.33.0 - '@typescript-eslint/visitor-keys': 5.33.0 - dev: true - - /@typescript-eslint/type-utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==} + /@typescript-eslint/type-utils/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + resolution: {integrity: sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8563,27 +8549,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 debug: 4.3.4 - eslint: 8.21.0 + eslint: 8.25.0 tsutils: 3.21.0_typescript@4.7.4 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.29.0: - resolution: {integrity: sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==} + /@typescript-eslint/types/5.39.0: + resolution: {integrity: sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.33.0: - resolution: {integrity: sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - - /@typescript-eslint/typescript-estree/5.29.0_typescript@4.7.4: - resolution: {integrity: sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==} + /@typescript-eslint/typescript-estree/5.39.0_typescript@4.7.4: + resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -8591,88 +8573,41 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/visitor-keys': 5.29.0 + '@typescript-eslint/types': 5.39.0 + '@typescript-eslint/visitor-keys': 5.39.0 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.7.4 typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.33.0_typescript@4.7.4: - resolution: {integrity: sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.33.0 - '@typescript-eslint/visitor-keys': 5.33.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/utils/5.29.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==} + /@typescript-eslint/utils/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} 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.29.0 - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/typescript-estree': 5.29.0_typescript@4.7.4 - eslint: 8.21.0 + '@typescript-eslint/scope-manager': 5.39.0 + '@typescript-eslint/types': 5.39.0 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + eslint: 8.25.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 + eslint-utils: 3.0.0_eslint@8.25.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: - resolution: {integrity: sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==} - 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.33.0 - '@typescript-eslint/types': 5.33.0 - '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 - eslint: 8.21.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.21.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/visitor-keys/5.29.0: - resolution: {integrity: sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==} + /@typescript-eslint/visitor-keys/5.39.0: + resolution: {integrity: sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.29.0 - eslint-visitor-keys: 3.3.0 - dev: true - - /@typescript-eslint/visitor-keys/5.33.0: - resolution: {integrity: sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/types': 5.39.0 eslint-visitor-keys: 3.3.0 dev: true @@ -8916,7 +8851,7 @@ packages: webpack-cli: 4.x.x dependencies: webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri dev: true /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: @@ -8925,10 +8860,10 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri dev: true - /@webpack-cli/serve/1.7.0_7r45by5oyo7ronrzgeqf7j6vxq: + /@webpack-cli/serve/1.7.0_ud4agclah7rahur6ntojouq57y: resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} peerDependencies: webpack-cli: 4.x.x @@ -8937,8 +8872,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq dev: true /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: @@ -8966,10 +8901,29 @@ packages: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} dev: true + /@yarnpkg/lockfile/1.1.0: + resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} + dev: true + + /@yarnpkg/parsers/3.0.0-rc.24: + resolution: {integrity: sha512-A5wXsIUOipZUGDly1SHBht1OjKKW4y+E9EzzJxR2tby0Pj3atgCta9RSYa4+aXLkFfIMX3onnykmJnwJWqJj5g==} + engines: {node: '>=14.15.0'} + dependencies: + js-yaml: 3.14.1 + tslib: 2.4.0 + dev: true + /@zag-js/focus-visible/0.1.0: resolution: {integrity: sha512-PeaBcTmdZWcFf7n1aM+oiOdZc+sy14qi0emPIeUuGMTjbP0xLGrZu43kdpHnWSXy7/r4Ubp/vlg50MCV8+9Isg==} dev: false + /@zkochan/js-yaml/0.0.6: + resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} + hasBin: true + dependencies: + argparse: 2.0.1 + dev: true + /@zxing/text-encoding/0.9.0: resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} requiresBuild: true @@ -9305,40 +9259,40 @@ packages: - encoding dev: false - /apollo-reporting-protobuf/3.3.2: - resolution: {integrity: sha512-j1tx9tmkVdsLt1UPzBrvz90PdjAeKW157WxGn+aXlnnGfVjZLIRXX3x5t1NWtXvB7rVaAsLLILLtDHW382TSoQ==} + /apollo-reporting-protobuf/3.3.3: + resolution: {integrity: sha512-L3+DdClhLMaRZWVmMbBcwl4Ic77CnEBPXLW53F7hkYhkaZD88ivbCVB1w/x5gunO6ZHrdzhjq0FHmTsBvPo7aQ==} dependencies: - '@apollo/protobufjs': 1.2.4 + '@apollo/protobufjs': 1.2.6 dev: false - /apollo-server-core/3.10.1_graphql@16.5.0: - resolution: {integrity: sha512-UFFziv6h15QbKRZOA6wLyr1Sle9kns3JuQ5DEB7OYe5AIoOJNjZkWXX/tmLFUrSmlnDDryi6Sf5pDzpYmUC/UA==} + /apollo-server-core/3.10.3_graphql@16.6.0: + resolution: {integrity: sha512-PiTirlcaszgnJGzSsGui9XWh0KAh0BUW+GvRKN6O0H0qOSXSLmoqqyL83J+u+HaUZGyyiE0+VOkyCcuF+kKbEw==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.0 - '@apollo/utils.usagereporting': 1.0.0_graphql@16.5.0 - '@apollographql/apollo-tools': 0.5.4_graphql@16.5.0 + '@apollo/utils.usagereporting': 1.0.0_graphql@16.6.0 + '@apollographql/apollo-tools': 0.5.4_graphql@16.6.0 '@apollographql/graphql-playground-html': 1.6.29 - '@graphql-tools/mock': 8.6.12_graphql@16.5.0 - '@graphql-tools/schema': 8.3.14_graphql@16.5.0 + '@graphql-tools/mock': 8.6.12_graphql@16.6.0 + '@graphql-tools/schema': 8.3.14_graphql@16.6.0 '@josephg/resolvable': 1.0.1 apollo-datasource: 3.3.2 - apollo-reporting-protobuf: 3.3.2 + apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 - apollo-server-errors: 3.3.1_graphql@16.5.0 - apollo-server-plugin-base: 3.6.2_graphql@16.5.0 - apollo-server-types: 3.6.2_graphql@16.5.0 + apollo-server-errors: 3.3.1_graphql@16.6.0 + apollo-server-plugin-base: 3.6.3_graphql@16.6.0 + apollo-server-types: 3.6.3_graphql@16.6.0 async-retry: 1.3.3 fast-json-stable-stringify: 2.1.0 - graphql: 16.5.0 - graphql-tag: 2.12.6_graphql@16.5.0 + graphql: 16.6.0 + graphql-tag: 2.12.6_graphql@16.6.0 loglevel: 1.8.0 lru-cache: 6.0.0 sha.js: 2.4.11 - uuid: 8.3.2 + uuid: 9.0.0 whatwg-mimetype: 3.0.0 transitivePeerDependencies: - encoding @@ -9353,17 +9307,17 @@ packages: - encoding dev: false - /apollo-server-errors/3.3.1_graphql@16.5.0: + /apollo-server-errors/3.3.1_graphql@16.6.0: resolution: {integrity: sha512-xnZJ5QWs6FixHICXHxUfm+ZWqqxrNuPlQ+kj5m6RtEgIpekOPssH/SD9gf2B4HuWV0QozorrygwZnux8POvyPA==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - graphql: 16.5.0 + graphql: 16.6.0 dev: false - /apollo-server-express/3.10.1_g7snex6epo2tsaz6yhvyva23iq: - resolution: {integrity: sha512-r0esst3YGNdlphYiOrflfBqJ15VAZAhYhWSFo2kPF4knsIGK5HUkeqwjMr+fFDBn4DEfYzC+I1+LnsF/hFN8VQ==} + /apollo-server-express/3.10.3_5ha345eiak62qiwwva5z4dp6gu: + resolution: {integrity: sha512-Z8m0r10mX8KlGS3noYeRPcWxWR2hX6NHJicjuwZ62PeTZlrDJF5cwGmXqbUg/sCTPx7Ny//ZEASBTwFFp8DOeQ==} engines: {node: '>=12.0'} peerDependencies: express: ^4.17.1 @@ -9372,44 +9326,44 @@ packages: '@types/accepts': 1.3.5 '@types/body-parser': 1.19.2 '@types/cors': 2.8.12 - '@types/express': 4.17.13 - '@types/express-serve-static-core': 4.17.30 + '@types/express': 4.17.14 + '@types/express-serve-static-core': 4.17.31 accepts: 1.3.8 - apollo-server-core: 3.10.1_graphql@16.5.0 - apollo-server-types: 3.6.2_graphql@16.5.0 - body-parser: 1.20.0 + apollo-server-core: 3.10.3_graphql@16.6.0 + apollo-server-types: 3.6.3_graphql@16.6.0 + body-parser: 1.20.1 cors: 2.8.5 - express: 4.18.1 - graphql: 16.5.0 + express: 4.18.2 + graphql: 16.6.0 parseurl: 1.3.3 transitivePeerDependencies: - encoding - supports-color dev: false - /apollo-server-plugin-base/3.6.2_graphql@16.5.0: - resolution: {integrity: sha512-erWXjLOO1u7fxQkbxJ2cwSO7p0tYzNied91I1SJ9tikXZ/2eZUyDyvrpI+4g70kOdEi+AmJ5Fo8ahEXKJ75zdg==} + /apollo-server-plugin-base/3.6.3_graphql@16.6.0: + resolution: {integrity: sha512-/Q0Zx8N8La97faKV0siGHDzfZ56ygN6ovtUpPbr+1GIbNmUzkte3lWW2YV08HmxiRmC2i2OGN80exNJEvbKvNA==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - apollo-server-types: 3.6.2_graphql@16.5.0 - graphql: 16.5.0 + apollo-server-types: 3.6.3_graphql@16.6.0 + graphql: 16.6.0 transitivePeerDependencies: - encoding dev: false - /apollo-server-types/3.6.2_graphql@16.5.0: - resolution: {integrity: sha512-9Z54S7NB+qW1VV+kmiqwU2Q6jxWfX89HlSGCGOo3zrkrperh85LrzABgN9S92+qyeHYd72noMDg2aI039sF3dg==} + /apollo-server-types/3.6.3_graphql@16.6.0: + resolution: {integrity: sha512-+7caNTLdevpWI2dGKSa7CWdyudO3NBuJ3HzcrYxjBei6Bth9YdRUNzPSFmBjlm2baHF0GsrMwLpjO+HStJzm3A==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.0 - apollo-reporting-protobuf: 3.3.2 + apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 - graphql: 16.5.0 + graphql: 16.6.0 transitivePeerDependencies: - encoding dev: false @@ -9495,7 +9449,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@babel/runtime-corejs3': 7.18.3 dev: true @@ -9705,8 +9659,8 @@ packages: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.20.4 - caniuse-lite: 1.0.30001356 + browserslist: 4.21.4 + caniuse-lite: 1.0.30001418 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -9724,6 +9678,14 @@ packages: engines: {node: '>=4'} dev: true + /axios/0.21.1: + resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} + dependencies: + follow-redirects: 1.15.1 + transitivePeerDependencies: + - debug + dev: true + /axios/0.21.4: resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: @@ -9745,18 +9707,18 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/27.5.1_@babel+core@7.18.10: + /babel-jest/27.5.1_@babel+core@7.19.3: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.18.10 + babel-preset-jest: 27.5.1_@babel+core@7.19.3 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -9764,14 +9726,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_5ouqwanl7jnotevpn4w6qovjqm: + /babel-loader/8.2.5_jeg5564y5etyvi3ajplf6yhqg4: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -9779,14 +9741,14 @@ packages: webpack: 4.46.0 dev: true - /babel-loader/8.2.5_xc6oct4hcywdrbo4ned6ytbybm: + /babel-loader/8.2.5_wfdvla2jorjoj23kkavho2upde: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -9824,7 +9786,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.0 @@ -9837,8 +9799,8 @@ packages: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/template': 7.16.7 - '@babel/types': 7.18.4 + '@babel/template': 7.18.10 + '@babel/types': 7.19.3 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.17.1 dev: true @@ -9847,54 +9809,54 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 cosmiconfig: 7.0.1 resolve: 1.22.1 - /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==} + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.19.3: + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.10 + '@babel/compat-data': 7.19.3 + '@babel/core': 7.19.3 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.18.10: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.19.3: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.18.10 - core-js-compat: 3.23.1 + '@babel/core': 7.19.3 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.19.3 + core-js-compat: 3.25.5 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.18.10: - resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.19.3: + 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 - core-js-compat: 3.23.1 + '@babel/core': 7.19.3 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 + core-js-compat: 3.25.5 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-regenerator/0.4.1_@babel+core@7.19.3: + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} 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.19.3 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true @@ -9909,50 +9871,50 @@ packages: - supports-color dev: true - /babel-plugin-styled-components/2.0.7_styled-components@5.3.5: + /babel-plugin-styled-components/2.0.7_styled-components@5.3.6: resolution: {integrity: sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==} peerDependencies: styled-components: '>= 2' dependencies: - '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.5_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.10: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.19.3: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@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-top-level-await': 7.14.5_@babel+core@7.18.10 + '@babel/core': 7.19.3 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.3 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.19.3 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.3 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.3 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.3 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.3 dev: true - /babel-preset-jest/27.5.1_@babel+core@7.18.10: + /babel-preset-jest/27.5.1_@babel+core@7.19.3: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.10 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 dev: true /babel-runtime/6.26.0: @@ -10106,8 +10068,8 @@ packages: resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} dev: true - /body-parser/1.20.0: - resolution: {integrity: sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==} + /body-parser/1.20.1: + resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 @@ -10118,7 +10080,7 @@ packages: http-errors: 2.0.0 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.10.3 + qs: 6.11.0 raw-body: 2.5.1 type-is: 1.6.18 unpipe: 1.0.0 @@ -10267,11 +10229,22 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001356 - electron-to-chromium: 1.4.161 + caniuse-lite: 1.0.30001418 + electron-to-chromium: 1.4.276 escalade: 3.1.1 - node-releases: 2.0.5 + node-releases: 2.0.6 picocolors: 1.0.0 + dev: true + + /browserslist/4.21.4: + resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001418 + electron-to-chromium: 1.4.276 + node-releases: 2.0.6 + update-browserslist-db: 1.0.10_browserslist@4.21.4 /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -10492,8 +10465,8 @@ packages: /camelize/1.0.0: resolution: {integrity: sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg==} - /caniuse-lite/1.0.30001356: - resolution: {integrity: sha512-/30854bktMLhxtjieIxsrJBfs2gTM1pel6MXKF3K+RdIVJZcsn2A2QdhsuR4/p9+R204fZw0zCBBhktX8xWuyQ==} + /caniuse-lite/1.0.30001418: + resolution: {integrity: sha512-oIs7+JL3K9JRQ3jPZjlH6qyYDp+nBTCais7hjh0s+fuBwufc7uZ7hPYMXrDOJhV360KGMTcczMRObk0/iMqZRg==} /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -10692,6 +10665,10 @@ packages: /classnames/2.3.1: resolution: {integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==} + dev: false + + /classnames/2.3.2: + resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} /clean-css/4.2.4: resolution: {integrity: sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==} @@ -10700,6 +10677,13 @@ packages: source-map: 0.6.1 dev: true + /clean-css/5.2.0: + resolution: {integrity: sha512-2639sWGa43EMmG7fn8mdVuBSs6HuWaSor+ZPoFWzenBc6oN+td8YhTfghWXZ25G1NiiSvz8bOFBS7PdSbTiqEA==} + engines: {node: '>= 10.0'} + dependencies: + source-map: 0.6.1 + dev: true + /clean-css/5.3.0: resolution: {integrity: sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==} engines: {node: '>= 10.0'} @@ -10785,8 +10769,8 @@ packages: engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - /codemirror/5.65.7: - resolution: {integrity: sha512-zb67cXzgugIQmb6tfD4G11ILjYoMfTjwcjn+cWsa4GewlI2adhR/h3kolkoCQTm1msD/1BuqVTKuO09ELsS++A==} + /codemirror/5.65.9: + resolution: {integrity: sha512-19Jox5sAKpusTDgqgKB5dawPpQcY+ipQK7xoEI+MVucEF9qqFaXpeqY1KaoyGBso/wHQoDa4HMMxMjdsS3Zzzw==} dev: false /collapse-white-space/1.0.6: @@ -10841,8 +10825,8 @@ packages: color-string: 1.9.1 dev: false - /colord/2.9.2: - resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} + /colord/2.9.3: + resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} dev: true /colorette/2.0.19: @@ -10887,6 +10871,11 @@ packages: engines: {node: ^12.20.0 || >=14} dev: false + /commander/9.4.1: + resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} + engines: {node: ^12.20.0 || >=14} + dev: true + /common-path-prefix/3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} dev: true @@ -11081,11 +11070,10 @@ packages: webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /core-js-compat/3.23.1: - resolution: {integrity: sha512-KeYrEc8t6FJsKYB2qnDwRHWaC0cJNaqlHfCpMe5q3j/W1nje3moib/txNklddLPCtGb+etcBIyJ8zuMa/LN5/A==} + /core-js-compat/3.25.5: + resolution: {integrity: sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==} dependencies: - browserslist: 4.20.4 - semver: 7.0.0 + browserslist: 4.21.4 dev: true /core-js-pure/3.23.1: @@ -11344,7 +11332,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 is-in-browser: 1.1.3 dev: false @@ -11382,8 +11370,8 @@ packages: cssom: 0.3.8 dev: true - /csstype/3.1.0: - resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==} + /csstype/3.1.1: + resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} /csv-generate/3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} @@ -11790,8 +11778,8 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.18.9 - csstype: 3.1.0 + '@babel/runtime': 7.19.0 + csstype: 3.1.1 dev: false /dom-serializer/1.4.1: @@ -11865,6 +11853,10 @@ packages: crossvent: 1.5.4 dev: false + /duplexer/0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + dev: true + /duplexer3/0.1.4: resolution: {integrity: sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==} @@ -11886,8 +11878,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /electron-to-chromium/1.4.161: - resolution: {integrity: sha512-sTjBRhqh6wFodzZtc5Iu8/R95OkwaPNn7tj/TaDU5nu/5EFiQDtADGAXdR4tJcTEHlYfJpHqigzJqHvPgehP8A==} + /electron-to-chromium/1.4.276: + resolution: {integrity: sha512-EpuHPqu8YhonqLBXHoU6hDJCD98FCe6KDoet3/gY1qsQ6usjJoHqBH2YIVs8FXaAtHwVL8Uqa/fsYao/vq9VWQ==} /electron/21.1.0: resolution: {integrity: sha512-CM5VZpZPtAoPgTPcmEbRaZWXlxGuD5a5DTeAwm0F0F6/k6R3HZAi8vZnE77gwuHK/Qqcinw4/MAbiCwAKh2W+g==} @@ -11896,7 +11888,7 @@ packages: requiresBuild: true dependencies: '@electron/get': 1.14.1 - '@types/node': 16.11.47 + '@types/node': 16.11.64 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -12149,7 +12141,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae: + /eslint-config-airbnb-base/15.0.0_fyln4uq2tv75svthy6prqvt6lm: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12157,14 +12149,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.21.0 - eslint-plugin-import: 2.26.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-plugin-import: 2.26.0_eslint@8.25.0 object.assign: 4.1.2 object.entries: 1.1.5 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_oyn2uifcemcbkyuj2uapcqffk4: + /eslint-config-airbnb/19.0.4_ckxtnaoy67ewg7fa3hkinvzrqe: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12174,23 +12166,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.21.0 - eslint-config-airbnb-base: 15.0.0_jatgrcxl4x7ywe7ak6cnjca2ae - eslint-plugin-import: 2.26.0_eslint@8.21.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.21.0 - eslint-plugin-react: 7.30.1_eslint@8.21.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.21.0 + eslint: 8.25.0 + eslint-config-airbnb-base: 15.0.0_fyln4uq2tv75svthy6prqvt6lm + eslint-plugin-import: 2.26.0_eslint@8.25.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.25.0 + eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 object.assign: 4.1.2 object.entries: 1.1.5 dev: true - /eslint-config-prettier/8.5.0_eslint@8.21.0: + /eslint-config-prettier/8.5.0_eslint@8.25.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.21.0 + eslint: 8.25.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -12227,7 +12219,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.21.0: + /eslint-plugin-import/2.26.0_eslint@8.25.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -12241,7 +12233,7 @@ packages: array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.21.0 + eslint: 8.25.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_ulu2225r2ychl26a37c6o2rfje has: 1.0.3 @@ -12257,8 +12249,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/26.8.2_wrgbuxkffy2jst3kcdmzs7hi5i: - resolution: {integrity: sha512-67oh0FKaku9y48OpLzL3uK9ckrgLb83Sp5gxxTbtOGDw9lq6D8jw/Psj/9CipkbK406I2M7mvx1q+pv/MdbvxA==} + /eslint-plugin-jest/26.9.0_b2lgjkkacbu4ndkugyvklv65hq: + resolution: {integrity: sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -12270,22 +12262,22 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq - '@typescript-eslint/utils': 5.29.0_qugx7qdu5zevzvxaiqyxfiwquq - eslint: 8.21.0 + '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi + '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + eslint: 8.25.0 jest: 27.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.21.0: + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.25.0: resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 aria-query: 4.2.2 array-includes: 3.1.5 ast-types-flow: 0.0.7 @@ -12293,7 +12285,7 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.21.0 + eslint: 8.25.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -12301,17 +12293,17 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.21.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.25.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.21.0 + eslint: 8.25.0 dev: true - /eslint-plugin-react/7.30.1_eslint@8.21.0: - resolution: {integrity: sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==} + /eslint-plugin-react/7.31.9_eslint@8.25.0: + resolution: {integrity: sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -12319,9 +12311,9 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.21.0 + eslint: 8.25.0 estraverse: 5.3.0 - jsx-ast-utils: 3.3.0 + jsx-ast-utils: 3.3.3 minimatch: 3.1.2 object.entries: 1.1.5 object.fromentries: 2.0.5 @@ -12357,13 +12349,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.21.0: + /eslint-utils/3.0.0_eslint@8.25.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.25.0 eslint-visitor-keys: 2.1.0 dev: true @@ -12377,14 +12369,14 @@ 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.25.0: + resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.3.0 - '@humanwhocodes/config-array': 0.10.4 - '@humanwhocodes/gitignore-to-minimatch': 1.0.2 + '@eslint/eslintrc': 1.3.3 + '@humanwhocodes/config-array': 0.10.7 + '@humanwhocodes/module-importer': 1.0.1 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -12392,15 +12384,14 @@ 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.25.0 eslint-visitor-keys: 3.3.0 - espree: 9.3.3 + espree: 9.4.0 esquery: 1.4.0 esutils: 2.0.3 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.15.0 globby: 11.1.0 @@ -12409,6 +12400,7 @@ packages: import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 + js-sdsl: 4.1.5 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -12420,7 +12412,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 @@ -12430,8 +12421,8 @@ packages: engines: {node: '>=6'} dev: false - /espree/9.3.3: - resolution: {integrity: sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==} + /espree/9.4.0: + resolution: {integrity: sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.8.0 @@ -12473,8 +12464,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 c8: 7.11.3 transitivePeerDependencies: - supports-color @@ -12574,13 +12565,13 @@ packages: jest-message-util: 27.5.1 dev: true - /express/4.18.1: - resolution: {integrity: sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==} + /express/4.18.2: + resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.0 + body-parser: 1.20.1 content-disposition: 0.5.4 content-type: 1.0.4 cookie: 0.5.0 @@ -12599,7 +12590,7 @@ packages: parseurl: 1.3.3 path-to-regexp: 0.1.7 proxy-addr: 2.0.7 - qs: 6.10.3 + qs: 6.11.0 range-parser: 1.2.1 safe-buffer: 5.2.1 send: 0.18.0 @@ -12699,6 +12690,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'} @@ -12972,7 +12974,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_ivdcbprtuxihnrfl74yu7thspu: + /fork-ts-checker-webpack-plugin/4.1.6_nt235yxxo4biuscmfwd22rliee: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -12988,7 +12990,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.21.0 + eslint: 8.25.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -13000,7 +13002,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_ivdcbprtuxihnrfl74yu7thspu: + /fork-ts-checker-webpack-plugin/6.5.2_nt235yxxo4biuscmfwd22rliee: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13020,13 +13022,13 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.21.0 + eslint: 8.25.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.6 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.3.7 + semver: 7.3.8 tapable: 1.1.3 typescript: 4.7.4 webpack: 4.46.0 @@ -13097,19 +13099,19 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/7.1.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-It0LIsooAr83kGwT55sRRo5pQ/chbvPKGeGmHCl1ARVeWGaeFFfNWSoSF1UgsjWtni/lsUxNsf2BCg1Hy7W3Ag==} + /framer-motion/7.5.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-VvANga9Z7bYtKMAsM/je81FwJDHfThOYywN04xVQ4OGdMVY09Bowx/q7nZd6XtytLuv6byc6GT1mYwag+SQ/nw==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 dependencies: '@motionone/dom': 10.13.1 - framesync: 6.1.1 + framesync: 6.1.2 hey-listen: 1.0.8 - popmotion: 11.0.4 + popmotion: 11.0.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - style-value-types: 5.1.1 + style-value-types: 5.1.2 tslib: 2.4.0 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 @@ -13121,8 +13123,8 @@ packages: tslib: 2.4.0 dev: false - /framesync/6.1.1: - resolution: {integrity: sha512-ApprAm7ey4LSp7BPucYz/JPMdRvL1VnBmQ64e61dkns/WPM4aCU8oSKiMRF/p4NtVEG9sZeVyHOBoVaA9+p3sA==} + /framesync/6.1.2: + resolution: {integrity: sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==} dependencies: tslib: 2.4.0 dev: false @@ -13235,10 +13237,6 @@ packages: es-abstract: 1.20.1 functions-have-names: 1.2.3 - /functional-red-black-tree/1.0.1: - resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} - dev: true - /functions-have-names/1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} @@ -13413,7 +13411,7 @@ packages: es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 - semver: 7.3.7 + semver: 7.3.8 serialize-error: 7.0.1 optional: true @@ -13474,7 +13472,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 @@ -13485,7 +13483,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 @@ -13536,13 +13534,13 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /graphql-tag/2.12.6_graphql@16.5.0: + /graphql-tag/2.12.6_graphql@16.6.0: resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.5.0 + graphql: 16.6.0 tslib: 2.4.0 dev: false @@ -13551,8 +13549,8 @@ packages: engines: {node: '>= 10.x'} dev: false - /graphql/16.5.0: - resolution: {integrity: sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==} + /graphql/16.6.0: + resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} dev: false @@ -13734,14 +13732,9 @@ packages: hasBin: true dev: true - /headers-polyfill/3.0.7: - resolution: {integrity: sha512-JoLCAdCEab58+2/yEmSnOlficyHFpIl0XJqwu3l+Unkm1gXpFUYsThz6Yha3D6tNhocWkCPfyW0YVIGWFqTi7w==} - dev: false - /headers-polyfill/3.1.2: resolution: {integrity: sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==} dev: false - optional: true /hex-rgba/1.0.2: resolution: {integrity: sha512-MKla68wFGv+i7zU3Q4giWN74f+zWdkuf2Tk21fISV7aw55r8dH/noBbH5JsVlM4Z2WRTYCEmSxsoZ1QR/o68jg==} @@ -13756,12 +13749,6 @@ packages: resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} dev: false - /history/5.3.0: - resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} - dependencies: - '@babel/runtime': 7.18.3 - dev: false - /hmac-drbg/1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} dependencies: @@ -13809,13 +13796,13 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-loader/4.1.0_webpack@5.74.0: - resolution: {integrity: sha512-QDDNmLgn96NWtTPx/VXRerFXH0hn7cm4bruqsZ333GCb+rqiqGurcxtP/M52wcui1/iLiu0l5ms/McE7/Ik6aQ==} + /html-loader/4.2.0_webpack@5.74.0: + resolution: {integrity: sha512-OxCHD3yt+qwqng2vvcaPApCEvbx+nXWu+v69TYHx1FO8bffHn/JjHtE3TTQZmHjwvnJe4xxzuecetDVBrQR1Zg==} engines: {node: '>= 14.15.0'} peerDependencies: webpack: ^5.0.0 dependencies: - html-minifier-terser: 6.1.0 + html-minifier-terser: 7.0.0 parse5: 7.0.0 webpack: 5.74.0_webpack-cli@4.10.0 dev: true @@ -13848,6 +13835,20 @@ packages: terser: 5.14.1 dev: true + /html-minifier-terser/7.0.0: + resolution: {integrity: sha512-Adqk0b/pWKIQiGvEAuzPKpBKNHiwblr3QSGS7TTr6v+xXKV9AI2k4vWW+6Oytt6Z5SeBnfvYypKOnz8r75pz3Q==} + engines: {node: ^14.13.1 || >=16.0.0} + hasBin: true + dependencies: + camel-case: 4.1.2 + clean-css: 5.2.0 + commander: 9.4.1 + entities: 4.3.1 + param-case: 3.0.4 + relateurl: 0.2.7 + terser: 5.15.1 + dev: true + /html-tags/3.2.0: resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==} engines: {node: '>=8'} @@ -13939,7 +13940,7 @@ packages: transitivePeerDependencies: - supports-color - /http-proxy-middleware/2.0.6_@types+express@4.17.13: + /http-proxy-middleware/2.0.6_@types+express@4.17.14: resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -13948,7 +13949,7 @@ packages: '@types/express': optional: true dependencies: - '@types/express': 4.17.13 + '@types/express': 4.17.14 '@types/http-proxy': 1.17.9 http-proxy: 1.18.1 is-glob: 4.0.3 @@ -14136,7 +14137,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 @@ -14676,8 +14677,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.18.10 - '@babel/parser': 7.18.11 + '@babel/core': 7.19.3 + '@babel/parser': 7.19.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -14833,10 +14834,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.18.10 + babel-jest: 27.5.1_@babel+core@7.19.3 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -14873,10 +14874,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.18.10 + babel-jest: 27.5.1_@babel+core@7.19.3 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -14897,7 +14898,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_ow5yu25silzxcp7pmv7jv4j54m + ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq transitivePeerDependencies: - bufferutil - canvas @@ -15058,7 +15059,7 @@ packages: resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 '@jest/types': 27.5.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -15208,16 +15209,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.18.10 - '@babel/generator': 7.18.2 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.10 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/core': 7.19.3 + '@babel/generator': 7.19.3 + '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.19.3 + '@babel/traverse': 7.19.3 + '@babel/types': 7.19.3 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.17.1 '@types/prettier': 2.6.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.10 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -15229,7 +15230,7 @@ packages: jest-util: 27.5.1 natural-compare: 1.4.0 pretty-format: 27.5.1 - semver: 7.3.7 + semver: 7.3.8 transitivePeerDependencies: - supports-color dev: true @@ -15348,6 +15349,10 @@ packages: engines: {node: '>=0.10.0'} dev: false + /js-sdsl/4.1.5: + resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} + dev: true + /js-string-escape/1.0.1: resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} engines: {node: '>= 0.8'} @@ -15389,7 +15394,7 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.7.1 + acorn: 8.8.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -15485,8 +15490,8 @@ packages: engines: {node: '>=6'} hasBin: true - /jsonc-parser/3.0.0: - resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==} + /jsonc-parser/3.2.0: + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true /jsondiffpatch/0.4.1: @@ -15535,7 +15540,7 @@ packages: /jss-plugin-camel-case/10.9.2: resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 hyphenate-style-name: 1.0.4 jss: 10.9.2 dev: false @@ -15543,7 +15548,7 @@ packages: /jss-plugin-compose/10.9.2: resolution: {integrity: sha512-XvsGar4D791VgOMqbEk1XYY5s84Ew57OMLYjbnTXl3MSaBTvmR5M3dTqQbBquJGp4pLyyqlfTcijfolZII1w4Q==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15551,21 +15556,21 @@ packages: /jss-plugin-default-unit/10.9.2: resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 dev: false /jss-plugin-expand/10.9.2: resolution: {integrity: sha512-D3PGLUJu3YbHhX6vANooCa1gqfv68wLssDp08wH21YVTCt6u8jWfqkoj9NmPz5ea1Fc0WMoJtofJTlgb6ApZvw==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 dev: false /jss-plugin-extend/10.9.2: resolution: {integrity: sha512-55lXOQ7yyRtrMRYOcWUeZ3Ea4/Cd/oTndvb9j/5O3+E816nRoYbDsqKI8ob0Yx8PnfHBsQN0u10JcLnqq+8aPA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15573,14 +15578,14 @@ packages: /jss-plugin-global/10.9.2: resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 dev: false /jss-plugin-nested/10.9.2: resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15588,14 +15593,14 @@ packages: /jss-plugin-props-sort/10.9.2: resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 dev: false /jss-plugin-rule-value-function/10.9.2: resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15603,7 +15608,7 @@ packages: /jss-plugin-rule-value-observable/10.9.2: resolution: {integrity: sha512-SSqBD4s/k2mwsOUg6+LI/oEmvUxokIWi+5bZOyer/2nP4kMxeo3gHURc2yiAEu3v62Sf3GHhgC6pBAugxhLL9A==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 symbol-observable: 1.2.0 dev: false @@ -15611,7 +15616,7 @@ packages: /jss-plugin-template/10.9.2: resolution: {integrity: sha512-f+ANQg8n+tkYea4Fu1Qt4skv9UJiNllzJB1Ga0QyumDZZJVpCzl8/mbFT1cvQSW7h+yB31GexFYVF3ct5fFGzA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15619,7 +15624,7 @@ packages: /jss-plugin-vendor-prefixer/10.9.2: resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 css-vendor: 2.0.8 jss: 10.9.2 dev: false @@ -15627,7 +15632,7 @@ packages: /jss-preset-default/10.9.2: resolution: {integrity: sha512-HMkTLgYPRjwdiu8n8ZB2VEfpO95cZ5AmmSYvFSvt76MQJMp/xDh6cP49MmZHwMpIvXwNj0LI8Peglgwz+rHKBQ==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 jss: 10.9.2 jss-plugin-camel-case: 10.9.2 jss-plugin-compose: 10.9.2 @@ -15646,8 +15651,8 @@ packages: /jss/10.9.2: resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} dependencies: - '@babel/runtime': 7.18.9 - csstype: 3.1.0 + '@babel/runtime': 7.19.0 + csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 dev: false @@ -15659,14 +15664,6 @@ packages: promise: 7.3.1 dev: true - /jsx-ast-utils/3.3.0: - resolution: {integrity: sha512-XzO9luP6L0xkxwhIJMTJQpZo/eeN60K08jHdexfD569AGxeNug6UketeHXEhROoM8aR7EcUoOQmIhcJQjcuq8Q==} - engines: {node: '>=4.0'} - dependencies: - array-includes: 3.1.5 - object.assign: 4.1.2 - dev: true - /jsx-ast-utils/3.3.3: resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} engines: {node: '>=4.0'} @@ -15751,8 +15748,8 @@ packages: engines: {node: '>= 8'} dev: true - /knex/2.2.0_sqlite3@5.0.11: - resolution: {integrity: sha512-yhm1Qe9Ok0TeXBq3nNHqZYJPrQ4Iw2tq9k/HxjrZ/EWec2ifOjJlkNHr26v8cQrWtk5iG3iwfUazTIWy+VKG5g==} + /knex/2.3.0_sqlite3@5.1.2: + resolution: {integrity: sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -15791,7 +15788,7 @@ packages: pg-connection-string: 2.5.0 rechoir: 0.8.0 resolve-from: 5.0.0 - sqlite3: 5.0.11 + sqlite3: 5.1.2 tarn: 3.0.2 tildify: 2.0.0 transitivePeerDependencies: @@ -15821,7 +15818,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 app-root-dir: 1.0.2 core-js: 3.23.1 dotenv: 8.6.0 @@ -16638,27 +16635,27 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.44.2_typescript@4.7.4: - resolution: {integrity: sha512-u8wjzzcMWouoZtuIShCwx4M3wFF5sBAV1f8K4a0WX8kiihFjzl89IKE1VYmTclLyMIwpOq8qQ1HTpuh2BFX/3A==} + /msw/0.47.4_typescript@4.7.4: + resolution: {integrity: sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==} engines: {node: '>=14'} hasBin: true requiresBuild: true peerDependencies: - typescript: '>= 4.2.x <= 4.7.x' + typescript: '>= 4.2.x <= 4.8.x' peerDependenciesMeta: typescript: optional: true dependencies: '@mswjs/cookies': 0.2.2 - '@mswjs/interceptors': 0.17.3 + '@mswjs/interceptors': 0.17.5 '@open-draft/until': 1.0.3 '@types/cookie': 0.4.1 '@types/js-levenshtein': 1.1.1 chalk: 4.1.1 chokidar: 3.5.3 cookie: 0.4.2 - graphql: 16.5.0 - headers-polyfill: 3.0.7 + graphql: 16.6.0 + headers-polyfill: 3.1.2 inquirer: 8.2.4 is-node-process: 1.0.1 js-levenshtein: 1.1.6 @@ -16666,8 +16663,8 @@ packages: outvariant: 1.3.0 path-to-regexp: 6.2.1 statuses: 2.0.1 - strict-event-emitter: 0.2.4 - type-fest: 1.4.0 + strict-event-emitter: 0.2.7 + type-fest: 2.19.0 typescript: 4.7.4 yargs: 17.5.1 transitivePeerDependencies: @@ -16812,7 +16809,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: @@ -16857,8 +16854,8 @@ packages: resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} dev: true - /node-releases/2.0.5: - resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==} + /node-releases/2.0.6: + resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} /nopt/5.0.0: resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} @@ -16883,7 +16880,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.9.0 - semver: 7.3.7 + semver: 7.3.8 validate-npm-package-license: 3.0.4 dev: true @@ -16962,8 +16959,8 @@ packages: resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} dev: true - /nx/14.5.4: - resolution: {integrity: sha512-xv1nTaQP6kqVDE4PXcB1tLlgzNAPUHE/2vlqSLgxjNb6colKf0vrEZhVTjhnbqBeJiTb33gUx50bBXkurCkN5w==} + /nx/14.8.3: + resolution: {integrity: sha512-6aMYrzlTqE77vHbaE1teI5P1A2oYkJGkuDMIo/zegRwUxCAjRzLAluUgPrmgqhuPTyTDn8p4aDfxAWV3Q0o/2Q==} hasBin: true requiresBuild: true peerDependencies: @@ -16975,9 +16972,13 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 14.5.4 - '@nrwl/tao': 14.5.4 + '@nrwl/cli': 14.8.3 + '@nrwl/tao': 14.8.3 '@parcel/watcher': 2.0.4 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.0-rc.24 + '@zkochan/js-yaml': 0.0.6 + axios: 0.21.1 chalk: 4.1.0 chokidar: 3.5.3 cli-cursor: 3.1.0 @@ -16992,12 +16993,13 @@ packages: glob: 7.1.4 ignore: 5.2.0 js-yaml: 4.1.0 - jsonc-parser: 3.0.0 + jsonc-parser: 3.2.0 minimatch: 3.0.5 npm-run-path: 4.0.1 open: 8.4.0 semver: 7.3.4 string-width: 4.2.3 + strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.1 tsconfig-paths: 3.14.1 @@ -17005,6 +17007,8 @@ packages: v8-compile-cache: 2.3.0 yargs: 17.5.1 yargs-parser: 21.0.1 + transitivePeerDependencies: + - debug dev: true /object-assign/4.1.1: @@ -17618,15 +17622,15 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 dev: true - /popmotion/11.0.4: - resolution: {integrity: sha512-gY9zNSzpEaToyS5Nm+PpE9x6Vu5HhuRVbVER+haML+1OkO8B3yCp0rD5UKZUrt5fClX2r2DY7RtDjkp5bcwyPg==} + /popmotion/11.0.5: + resolution: {integrity: sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==} dependencies: - framesync: 6.1.1 + framesync: 6.1.2 hey-listen: 1.0.8 - style-value-types: 5.1.1 + style-value-types: 5.1.2 tslib: 2.4.0 dev: false @@ -17653,7 +17657,7 @@ packages: loader-utils: 2.0.2 postcss: 7.0.39 schema-utils: 3.1.1 - semver: 7.3.7 + semver: 7.3.8 webpack: 4.46.0 dev: true @@ -17808,12 +17812,6 @@ packages: resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} engines: {node: '>=4'} - /prettier/1.19.1: - resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} - engines: {node: '>=4'} - hasBin: true - dev: true - /prettier/2.3.0: resolution: {integrity: sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==} engines: {node: '>=10.13.0'} @@ -18123,20 +18121,12 @@ packages: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} - /qs/6.10.3: - resolution: {integrity: sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==} + /qs/6.11.0: + resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 - /qs/6.10.5: - resolution: {integrity: sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==} - engines: {node: '>=0.6'} - deprecated: when using stringify with arrayFormat comma, `[]` is appended on single-item arrays. Upgrade to v6.11.0 or downgrade to v6.10.4 to fix. - dependencies: - side-channel: 1.0.4 - dev: true - /qs/6.9.3: resolution: {integrity: sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==} engines: {node: '>=0.6'} @@ -18218,7 +18208,7 @@ packages: webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /react-bootstrap/2.5.0_zxljzmqdrxwnuenbkrz77w74uy: + /react-bootstrap/2.5.0_rj7ozvcq3uehdlnj3cbwzbi5ce: resolution: {integrity: sha512-j/aLR+okzbYk61TM3eDOU1NqOqnUdwyVrF+ojoCRUxPdzc2R0xXvqyRsjSoyRoCo7n82Fs/LWjPCin/QJNdwvA==} peerDependencies: '@types/react': '>=16.14.8' @@ -18228,10 +18218,10 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@restart/hooks': 0.4.7_react@18.2.0 '@restart/ui': 1.3.1_biqbaboplfbrettd7655fr4n2y - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-transition-group': 4.4.4 classnames: 2.3.1 dom-helpers: 5.2.1 @@ -18250,7 +18240,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 react: 18.2.0 dev: false @@ -18271,9 +18261,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.18.10 - '@babel/generator': 7.18.12 - '@babel/runtime': 7.18.9 + '@babel/core': 7.19.3 + '@babel/generator': 7.19.3 + '@babel/runtime': 7.19.0 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -18318,7 +18308,7 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.9.1_ug65io7jkbhmo4fihdmbrh3ina: + /react-focus-lock/2.9.1_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18327,14 +18317,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.18.9 - '@types/react': 18.0.17 + '@babel/runtime': 7.19.0 + '@types/react': 18.0.21 focus-lock: 0.11.2 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6_react@18.2.0 - use-callback-ref: 1.3.0_ug65io7jkbhmo4fihdmbrh3ina - use-sidecar: 1.1.2_ug65io7jkbhmo4fihdmbrh3ina + use-callback-ref: 1.3.0_iapumuv4e6jcjznwuxpf4tt22e + use-sidecar: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e dev: false /react-icons/4.4.0_react@18.2.0: @@ -18350,7 +18340,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -18380,8 +18370,8 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux/8.0.2_76am3hp3mjvgy3cckgdecixdi4: - resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} + /react-redux/8.0.4_5uumaiclxbdbzaqafclbf6maf4: + resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -18401,9 +18391,9 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -18413,8 +18403,8 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.0.2_aaa45f7jnlnm2uprinsrzxzaje: - resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} + /react-redux/8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a: + resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -18434,9 +18424,9 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -18445,8 +18435,8 @@ packages: redux: 4.2.0 use-sync-external-store: 1.2.0_react@18.2.0 - /react-redux/8.0.2_ps4ywwwjjeajezffxxirqk36qa: - resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} + /react-redux/8.0.4_yfr4m6wk75wdra335rld4tkrbu: + resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -18466,9 +18456,9 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.17 + '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -18484,7 +18474,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar/2.3.3_ug65io7jkbhmo4fihdmbrh3ina: + /react-remove-scroll-bar/2.3.3_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-i9GMNWwpz8XpUpQ6QlevUtFjHGqnPG4Hxs+wlIJntu/xcsZVEpJcIV71K3ZkqNy2q3GfgvkD7y6t/Sv8ofYSbw==} engines: {node: '>=10'} peerDependencies: @@ -18494,13 +18484,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 react: 18.2.0 - react-style-singleton: 2.2.1_ug65io7jkbhmo4fihdmbrh3ina + react-style-singleton: 2.2.1_iapumuv4e6jcjznwuxpf4tt22e tslib: 2.4.0 dev: false - /react-remove-scroll/2.5.4_ug65io7jkbhmo4fihdmbrh3ina: + /react-remove-scroll/2.5.4_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} engines: {node: '>=10'} peerDependencies: @@ -18510,45 +18500,47 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 react: 18.2.0 - react-remove-scroll-bar: 2.3.3_ug65io7jkbhmo4fihdmbrh3ina - react-style-singleton: 2.2.1_ug65io7jkbhmo4fihdmbrh3ina + react-remove-scroll-bar: 2.3.3_iapumuv4e6jcjznwuxpf4tt22e + react-style-singleton: 2.2.1_iapumuv4e6jcjznwuxpf4tt22e tslib: 2.4.0 - use-callback-ref: 1.3.0_ug65io7jkbhmo4fihdmbrh3ina - use-sidecar: 1.1.2_ug65io7jkbhmo4fihdmbrh3ina + use-callback-ref: 1.3.0_iapumuv4e6jcjznwuxpf4tt22e + use-sidecar: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e dev: false - /react-router-dom/6.3.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} + /react-router-dom/6.4.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-yM1kjoTkpfjgczPrcyWrp+OuQMyB1WleICiiGfstnQYo/S8hPEEnVjr/RdmlH6yKK4Tnj1UGXFSa7uwAtmDoLQ==} + engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' react-dom: '>=16.8 || 18' dependencies: - history: 5.3.0 + '@remix-run/router': 1.0.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.3.0_react@18.2.0 + react-router: 6.4.2_react@18.2.0 dev: false - /react-router/6.3.0_react@18.2.0: - resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==} + /react-router/6.4.2_react@18.2.0: + resolution: {integrity: sha512-Rb0BAX9KHhVzT1OKhMvCDMw776aTYM0DtkxqUBP8dNBom3mPXlfNs76JNGK8wKJ1IZEY1+WGj+cvZxHVk/GiKw==} + engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' dependencies: - history: 5.3.0 + '@remix-run/router': 1.0.2 react: 18.2.0 dev: false - /react-select/5.4.0_dvp6wxm7rs4sirs67lhxth6k7q: + /react-select/5.4.0_eat7hc23gfabdflnphmz6xfchm: resolution: {integrity: sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 '@emotion/cache': 11.9.3 - '@emotion/react': 11.10.0_msmmgljd7hl2w2irtggflhmema + '@emotion/react': 11.10.0_bjroym7kxlcs2vvwnej4p3gzwu '@types/react-transition-group': 4.4.4 memoize-one: 5.2.1 prop-types: 15.8.1 @@ -18570,7 +18562,7 @@ packages: react-is: 18.2.0 dev: true - /react-style-singleton/2.2.1_ug65io7jkbhmo4fihdmbrh3ina: + /react-style-singleton/2.2.1_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -18580,7 +18572,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -18615,7 +18607,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -18786,7 +18778,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 /regenerate-unicode-properties/10.0.1: resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} @@ -18809,7 +18801,7 @@ packages: /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.19.0 dev: true /regex-not/1.0.2: @@ -19104,20 +19096,20 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-terser/7.0.2_rollup@2.77.3: + /rollup-plugin-terser/7.0.2_rollup@2.79.1: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 jest-worker: 26.6.2 - rollup: 2.77.3 + rollup: 2.79.1 serialize-javascript: 4.0.0 terser: 5.14.1 dev: true - /rollup-plugin-typescript2/0.32.1_u7uwnjpwzdscdmf57dt35g5b44: - resolution: {integrity: sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==} + /rollup-plugin-typescript2/0.34.1_5j6xs4al5kvj74qioxrurhiohm: + resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' typescript: '>=2.4.0' @@ -19125,14 +19117,14 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - resolve: 1.22.1 - rollup: 2.77.3 + rollup: 2.79.1 + semver: 7.3.8 tslib: 2.4.0 typescript: 4.7.4 dev: true - /rollup/2.77.3: - resolution: {integrity: sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==} + /rollup/2.79.1: + resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -19161,8 +19153,8 @@ packages: aproba: 1.2.0 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 @@ -19272,9 +19264,9 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selenium-webdriver/4.4.0: - resolution: {integrity: sha512-Du+/xfpvNi9zHAeYgXhOWN9yH0hph+cuX+hHDBr7d+SbtQVcfNJwBzLsbdHrB1Wh7MHXFuIkSG88A9TRRQUx3g==} - engines: {node: '>= 10.15.0'} + /selenium-webdriver/4.5.0: + resolution: {integrity: sha512-9mSFii+lRwcnT2KUAB1kqvx6+mMiiQHH60Y0VUtr3kxxi3oZ3CV3B8e2nuJ7T4SPb+Q6VA0swswe7rYpez07Bg==} + engines: {node: '>= 14.20.0'} dependencies: jszip: 3.10.0 tmp: 0.2.1 @@ -19284,8 +19276,8 @@ packages: - utf-8-validate 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 @@ -19303,11 +19295,6 @@ packages: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: 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'} @@ -19322,6 +19309,14 @@ packages: hasBin: true dependencies: 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 /send/0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} @@ -19789,8 +19784,8 @@ packages: resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} optional: true - /sqlite3/5.0.11: - resolution: {integrity: sha512-4akFOr7u9lJEeAWLJxmwiV43DJcGV7w3ab7SjQFAFaTVyknY3rZjvXTKIVtWqUoY4xwhjwoHKYs2HDW2SoHVsA==} + /sqlite3/5.1.2: + resolution: {integrity: sha512-D0Reg6pRWAFXFUnZKsszCI67tthFD8fGPewRddDCX6w4cYwz3MbvuwRICbL+YQjBAh9zbw+lJ/V9oC8nG5j6eg==} requiresBuild: true peerDependenciesMeta: node-gyp: @@ -19900,18 +19895,11 @@ packages: mixme: 0.5.4 dev: true - /strict-event-emitter/0.2.4: - resolution: {integrity: sha512-xIqTLS5azUH1djSUsLH9DbP6UnM/nI18vu8d43JigCQEoVsnY+mrlE+qv6kYqs6/1OkMnMIiL6ffedQSZStuoQ==} - dependencies: - events: 3.3.0 - dev: false - /strict-event-emitter/0.2.7: resolution: {integrity: sha512-TavbHJ87WD2tDbKI7bTrmc6U4J4Qjh8E9fVvFkIFw2gCu34Wxstn2Yas0+4D78FJN8DOTEzxiT+udBdraRk4UQ==} dependencies: events: 3.3.0 dev: false - optional: true /string-length/4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} @@ -20046,6 +20034,16 @@ packages: engines: {node: '>=8'} dev: true + /strong-log-transformer/2.1.0: + resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} + engines: {node: '>=4'} + hasBin: true + dependencies: + duplexer: 0.1.2 + minimist: 1.2.6 + through: 2.3.8 + dev: true + /style-loader/1.3.0_webpack@4.46.0: resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==} engines: {node: '>= 8.9.0'} @@ -20076,15 +20074,15 @@ packages: inline-style-parser: 0.1.1 dev: true - /style-value-types/5.1.1: - resolution: {integrity: sha512-s1p02MYD7E2f1b8lr6CjW8n6CEt+6PdK6QMuUfuTA3yqA6jYktZ1MOWpk7ZpaADl5WAkktBcJAOlDgYIg4yEsQ==} + /style-value-types/5.1.2: + resolution: {integrity: sha512-Vs9fNreYF9j6W2VvuDTP7kepALi7sk0xtk2Tu8Yxi9UoajJdEVpNpCov0HsLTqXvNGKX+Uv09pkozVITi1jf3Q==} dependencies: hey-listen: 1.0.8 tslib: 2.4.0 dev: false - /styled-components/5.3.5_7i5myeigehqah43i5u7wbekgba: - resolution: {integrity: sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==} + /styled-components/5.3.6_7i5myeigehqah43i5u7wbekgba: + resolution: {integrity: sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -20092,12 +20090,12 @@ packages: react-dom: '>= 16.8.0 || 18' react-is: '>= 16.8.0' dependencies: - '@babel/helper-module-imports': 7.16.7 - '@babel/traverse': 7.18.5_supports-color@5.5.0 - '@emotion/is-prop-valid': 1.1.3 + '@babel/helper-module-imports': 7.18.6 + '@babel/traverse': 7.19.3_supports-color@5.5.0 + '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.0.7_styled-components@5.3.5 + babel-plugin-styled-components: 2.0.7_styled-components@5.3.6 css-to-react-native: 3.0.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -20106,31 +20104,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.3_stylelint@14.10.0: + /stylelint-config-prettier/9.0.3_stylelint@14.13.0: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.10.0 + stylelint: 14.13.0 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.10.0: + /stylelint-config-recommended/7.0.0_stylelint@14.13.0: resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.10.0 + stylelint: 14.13.0 dev: true - /stylelint-config-standard/25.0.0_stylelint@14.10.0: + /stylelint-config-standard/25.0.0_stylelint@14.13.0: resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.10.0 - stylelint-config-recommended: 7.0.0_stylelint@14.10.0 + stylelint: 14.13.0 + stylelint-config-recommended: 7.0.0_stylelint@14.13.0 dev: true /stylelint-config-styled-components/0.1.1: @@ -20148,18 +20146,18 @@ packages: - supports-color dev: true - /stylelint/14.10.0: - resolution: {integrity: sha512-VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ==} + /stylelint/14.13.0: + resolution: {integrity: sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: '@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi balanced-match: 2.0.0 - colord: 2.9.2 + colord: 2.9.3 cosmiconfig: 7.0.1 css-functions-list: 3.1.0 debug: 4.3.4 - fast-glob: 3.2.11 + fast-glob: 3.2.12 fastest-levenshtein: 1.0.16 file-entry-cache: 6.0.1 global-modules: 2.0.0 @@ -20186,11 +20184,11 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 style-search: 0.1.0 - supports-hyperlinks: 2.2.0 + supports-hyperlinks: 2.3.0 svg-tags: 1.0.0 table: 6.8.0 v8-compile-cache: 2.3.0 - write-file-atomic: 4.0.1 + write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color dev: true @@ -20219,15 +20217,15 @@ packages: formidable: 2.0.1 methods: 1.1.2 mime: 2.6.0 - qs: 6.10.5 + qs: 6.11.0 readable-stream: 3.6.0 - semver: 7.3.7 + semver: 7.3.8 transitivePeerDependencies: - supports-color dev: true - /supertest/6.2.4: - resolution: {integrity: sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==} + /supertest/6.3.0: + resolution: {integrity: sha512-QgWju1cNoacP81Rv88NKkQ4oXTzGg0eNZtOoxp1ROpbS4OHY/eK5b8meShuFtdni161o5X0VQvgo7ErVyKK+Ow==} engines: {node: '>=6.4.0'} dependencies: methods: 1.1.2 @@ -20255,8 +20253,8 @@ packages: has-flag: 4.0.0 dev: true - /supports-hyperlinks/2.2.0: - resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} + /supports-hyperlinks/2.3.0: + resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 @@ -20374,7 +20372,7 @@ packages: engines: {node: '>=8'} dependencies: ansi-escapes: 4.3.2 - supports-hyperlinks: 2.2.0 + supports-hyperlinks: 2.3.0 dev: true /terser-webpack-plugin/1.4.5_webpack@4.46.0: @@ -20408,7 +20406,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.14.1 + terser: 5.15.1 webpack: 4.46.0 webpack-sources: 1.4.3 transitivePeerDependencies: @@ -20435,7 +20433,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - terser: 5.14.1 + terser: 5.15.1 webpack: 5.74.0_webpack-cli@4.10.0 dev: true @@ -20461,6 +20459,17 @@ packages: source-map-support: 0.5.21 dev: true + /terser/5.15.1: + resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} + 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 + /test-exclude/6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} @@ -20480,7 +20489,6 @@ packages: /through/2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - dev: false /through2/2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} @@ -20644,7 +20652,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.5_5ad62742t534jpseix4ezmbr64: + /ts-jest/27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu: resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -20665,7 +20673,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 '@types/jest': 27.5.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -20713,7 +20721,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.5_yimvri5xxiu7oetotjr3m5ivle: + /ts-jest/27.1.5_r6sv7vhlorze2lugtxfzxjcdn4: resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -20734,7 +20742,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.19.3 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.5.1 @@ -20747,7 +20755,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-node/10.9.1_ow5yu25silzxcp7pmv7jv4j54m: + /ts-node/10.9.1_fqjczfflmxvrwatmzc635sraoq: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -20766,7 +20774,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 16.11.47 + '@types/node': 16.11.64 acorn: 8.7.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -20889,16 +20897,10 @@ packages: engines: {node: '>=8'} dev: true - /type-fest/1.4.0: - resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} - engines: {node: '>=10'} - dev: false - /type-fest/2.19.0: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} dev: false - optional: true /type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} @@ -20960,8 +20962,8 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.18.9 - '@types/react': 18.0.17 + '@babel/runtime': 7.19.0 + '@types/react': 18.0.21 invariant: 2.2.4 react: 18.2.0 react-lifecycles-compat: 3.0.4 @@ -21004,6 +21006,7 @@ packages: /unified/9.2.0: resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==} dependencies: + '@types/unist': 2.0.6 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 @@ -21116,6 +21119,16 @@ packages: dev: true optional: true + /update-browserslist-db/1.0.10_browserslist@4.21.4: + resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.4 + escalade: 3.1.1 + picocolors: 1.0.0 + /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: @@ -21160,7 +21173,7 @@ packages: querystring: 0.2.0 dev: true - /use-callback-ref/1.3.0_ug65io7jkbhmo4fihdmbrh3ina: + /use-callback-ref/1.3.0_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -21170,12 +21183,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 react: 18.2.0 tslib: 2.4.0 dev: false - /use-sidecar/1.1.2_ug65io7jkbhmo4fihdmbrh3ina: + /use-sidecar/1.1.2_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -21185,7 +21198,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.17 + '@types/react': 18.0.21 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.4.0 @@ -21258,6 +21271,11 @@ packages: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true + /uuid/9.0.0: + resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + hasBin: true + dev: false + /v8-compile-cache-lib/3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true @@ -21446,7 +21464,7 @@ packages: engines: {node: '>=10.4'} dev: true - /webpack-cli/4.10.0_r5zkyi3k4cwcnn76n4wwxu6434: + /webpack-cli/4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -21469,7 +21487,7 @@ packages: '@discoveryjs/json-ext': 0.5.7 '@webpack-cli/configtest': 1.2.0_5v66e2inugklgvlh4huuavolfq '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_7r45by5oyo7ronrzgeqf7j6vxq + '@webpack-cli/serve': 1.7.0_ud4agclah7rahur6ntojouq57y colorette: 2.0.19 commander: 7.2.0 cross-spawn: 7.0.3 @@ -21478,7 +21496,7 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-dev-server: 4.10.0_5v66e2inugklgvlh4huuavolfq + webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq webpack-merge: 5.8.0 dev: true @@ -21545,8 +21563,8 @@ packages: webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /webpack-dev-server/4.10.0_5v66e2inugklgvlh4huuavolfq: - resolution: {integrity: sha512-7dezwAs+k6yXVFZ+MaL8VnE+APobiO3zvpp3rBHe/HmWQ+avwh0Q3d0xxacOiBybZZ3syTZw9HXzpa3YNbAZDQ==} + /webpack-dev-server/4.11.1_5v66e2inugklgvlh4huuavolfq: + resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: @@ -21558,7 +21576,7 @@ packages: dependencies: '@types/bonjour': 3.5.10 '@types/connect-history-api-fallback': 1.3.5 - '@types/express': 4.17.13 + '@types/express': 4.17.14 '@types/serve-index': 1.9.1 '@types/serve-static': 1.13.10 '@types/sockjs': 0.3.33 @@ -21570,21 +21588,21 @@ packages: compression: 1.7.4 connect-history-api-fallback: 2.0.0 default-gateway: 6.0.3 - express: 4.18.1 + express: 4.18.2 graceful-fs: 4.2.10 html-entities: 2.3.3 - http-proxy-middleware: 2.0.6_@types+express@4.17.13 + http-proxy-middleware: 2.0.6_@types+express@4.17.14 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.0.1 + selfsigned: 2.1.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-middleware: 5.3.3_webpack@5.74.0 ws: 8.8.0 transitivePeerDependencies: @@ -21761,7 +21779,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.3_webpack@5.74.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_r5zkyi3k4cwcnn76n4wwxu6434 + webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -21948,9 +21966,9 @@ packages: typedarray-to-buffer: 3.1.5 dev: true - /write-file-atomic/4.0.1: - resolution: {integrity: sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} + /write-file-atomic/4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7 From 55f5bac47933fec763fd1a02b23852e30361e8ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:38:39 +0000 Subject: [PATCH 06/45] chore(deps): lock file maintenance (#1245) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 2732 ++++++++++++++++++++++++------------------------ 1 file changed, 1384 insertions(+), 1348 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8341e0df..3c5eae03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1918,7 +1918,7 @@ importers: webpack-dev-server: ^4.11.1 dependencies: '@babel/runtime': 7.19.0 - '@chakra-ui/react': 2.2.1_356kgaleomk4jdithf3bcp4v5i + '@chakra-ui/react': 2.3.5_356kgaleomk4jdithf3bcp4v5i '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty '@mswjs/data': 0.10.2_typescript@4.7.4 @@ -2497,7 +2497,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.16 /@apollo/protobufjs/1.2.6: resolution: {integrity: sha512-Wqo1oSHNUj/jxmsVp4iR3I480p6qdqHikn38lKrFhfzcDJ7lwd7Ck7cHRl4JE81tWNArl77xhnG/OkZhxKBYOw==} @@ -2532,7 +2532,7 @@ packages: resolution: {integrity: sha512-nLgYLomqjVimEzQ4cdvVQkcryi970NDvcRVPfd0OPeXhBfda38WjBq+WhQFk+czSHrmrSp34YHBxpat0EtiowA==} dependencies: '@apollo/utils.logger': 1.0.0 - lru-cache: 7.10.1 + lru-cache: 7.14.0 dev: false /@apollo/utils.logger/1.0.0: @@ -2603,7 +2603,7 @@ packages: /@apollographql/graphql-playground-html/1.6.29: resolution: {integrity: sha512-xCcXpoz52rI4ksJSdOCxeOCn2DLocxwHf9dVT/Q90Pte1LX+LY+91SFtJF3KXVHH8kEin+g1KKCQPKBjZJfWNA==} dependencies: - xss: 1.0.13 + xss: 1.0.14 dev: false /@babel/cli/7.19.3_@babel+core@7.19.3: @@ -2614,7 +2614,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.16 commander: 4.1.1 convert-source-map: 1.8.0 fs-readdir-recursive: 1.1.0 @@ -2626,13 +2626,6 @@ packages: chokidar: 3.5.3 dev: true - /@babel/code-frame/7.16.7: - resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.17.12 - dev: true - /@babel/code-frame/7.18.6: resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} engines: {node: '>=6.9.0'} @@ -2737,8 +2730,8 @@ packages: browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.19.3: - resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} + /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2746,26 +2739,15 @@ packages: '@babel/core': 7.19.3 '@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.19.3: - resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.19.3 - '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.1.0 - dev: true - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.19.3: resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} @@ -2774,7 +2756,7 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.1.0 + regexpu-core: 5.2.1 dev: true /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.19.3: @@ -2822,14 +2804,6 @@ packages: '@babel/types': 7.19.3 dev: true - /@babel/helper-function-name/7.18.9: - resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.19.3 - dev: true - /@babel/helper-function-name/7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} @@ -2850,13 +2824,6 @@ packages: '@babel/types': 7.19.3 dev: true - /@babel/helper-module-imports/7.16.7: - resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.10 - dev: true - /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} @@ -2871,7 +2838,7 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/helper-simple-access': 7.18.6 '@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.19.3 '@babel/types': 7.19.3 @@ -2889,11 +2856,6 @@ packages: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils/7.18.9: - resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-plugin-utils/7.19.0: resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} engines: {node: '>=6.9.0'} @@ -2907,14 +2869,14 @@ packages: '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.18.11 + '@babel/helper-wrap-function': 7.19.0 '@babel/types': 7.19.3 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 @@ -2949,15 +2911,6 @@ packages: resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier/7.16.7: - resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} - engines: {node: '>=6.9.0'} - dev: true - - /@babel/helper-validator-identifier/7.18.6: - resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} - engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier/7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} @@ -2966,8 +2919,8 @@ packages: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.18.11: - resolution: {integrity: sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==} + /@babel/helper-wrap-function/7.19.0: + resolution: {integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.19.0 @@ -2988,31 +2941,14 @@ packages: transitivePeerDependencies: - supports-color - /@babel/highlight/7.17.12: - resolution: {integrity: sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.16.7 - chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 - js-tokens: 4.0.0 - dev: true - /@babel/highlight/7.18.6: 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: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 js-tokens: 4.0.0 - /@babel/parser/7.18.5: - resolution: {integrity: sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.19.3 - dev: true - /@babel/parser/7.19.3: resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} engines: {node: '>=6.0.0'} @@ -3064,7 +3000,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 transitivePeerDependencies: - supports-color @@ -3077,26 +3013,25 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.18.2_@babel+core@7.19.3: - resolution: {integrity: sha512-kbDISufFOxeczi0v4NQP3p5kIeW6izn/6klfWBrIIdGZZe4UpHR+QU03FAoWjGGd9SUXAwbw2pup1kaL4OQsJQ==} + /@babel/plugin-proposal-decorators/7.19.3_@babel+core@7.19.3: + resolution: {integrity: sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.17.12_@babel+core@7.19.3 - charcodes: 0.2.0 + '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true @@ -3112,15 +3047,15 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 dev: true - /@babel/plugin-proposal-export-default-from/7.17.12_@babel+core@7.19.3: - resolution: {integrity: sha512-LpsTRw725eBAXXKUOnJJct+SEaOzwR78zahcLuripD2+dKc2Sj+8Q2DzA+GC/jOpOu/KlDXuxrzG214o1zTauQ==} + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.19.3: + resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.19.3 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.19.3 dev: true /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.19.3: @@ -3184,7 +3119,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true @@ -3233,7 +3168,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 transitivePeerDependencies: - supports-color @@ -3247,7 +3182,7 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.3 transitivePeerDependencies: @@ -3261,7 +3196,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.19.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 dev: true @@ -3302,8 +3237,8 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-decorators/7.17.12_@babel+core@7.19.3: - resolution: {integrity: sha512-D1Hz0qtGTza8K2xGyEdVNCYLdVHukAcbQr4K3/s6r/esadyEriZovpJimQOpu8ju4/jV8dW/1xdaE0UpDroidw==} + /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3321,8 +3256,8 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.19.3: - resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.19.3: + resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3340,8 +3275,8 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.19.3: - resolution: {integrity: sha512-B8QIgBvkIG6G2jgsOHQUist7Sm0EBLDCx8sen072IwqNuzMegZNXrYnSv77cYzA8mLDZAfQYqsLIhimiP1s2HQ==} + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.19.3: + resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3479,16 +3414,6 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.19.3: - resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} @@ -3496,7 +3421,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 dev: true /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.19.3: @@ -3556,7 +3481,7 @@ packages: '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: @@ -3590,7 +3515,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.19.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 dev: true @@ -3615,15 +3540,15 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-flow-strip-types/7.17.12_@babel+core@7.19.3: - resolution: {integrity: sha512-g8cSNt+cHCpG/uunPQELdq/TeV3eg1OLJYwxypwHtAWo9+nErH3lQx9CSO2uI9lF74A0mR0t4KoMjs1snSgnTw==} + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-flow': 7.17.12_@babel+core@7.19.3 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.19.3 dev: true /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.19.3: @@ -3755,7 +3680,7 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: - supports-color dev: true @@ -3807,11 +3732,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 dev: true - /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.19.3: - resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.19.3: + resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3924,15 +3849,15 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.19.3: - resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} + /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.19.3: + resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 + '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 transitivePeerDependencies: - supports-color @@ -4053,8 +3978,8 @@ packages: - supports-color dev: true - /@babel/preset-flow/7.17.12_@babel+core@7.19.3: - resolution: {integrity: sha512-7QDz7k4uiaBdu7N89VKjUn807pJRXmdirQu0KyR9LXnQrr5Jt41eIMKTS7ljej+H29erwmMrwq9Io9mJHLI3Lw==} + /@babel/preset-flow/7.18.6_@babel+core@7.19.3: + resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4062,7 +3987,7 @@ packages: '@babel/core': 7.19.3 '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.17.12_@babel+core@7.19.3 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.19.3 dev: true /@babel/preset-modules/0.1.5_@babel+core@7.19.3: @@ -4085,10 +4010,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.19.3 '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.19.3 dev: true @@ -4100,9 +4025,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.19.3 + '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.19.3 transitivePeerDependencies: - supports-color dev: true @@ -4121,11 +4046,11 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/runtime-corejs3/7.18.3: - resolution: {integrity: sha512-l4ddFwrc9rnR+EJsHsh+TJ4A35YqQz/UqcjtlX2ov53hlJYG5CxtQmNZxyajwDVmCxwy++rtvGU5HazCK4W41Q==} + /@babel/runtime-corejs3/7.19.1: + resolution: {integrity: sha512-j2vJGnkopRzH+ykJ8h68wrHnEUmtK//E723jjixiAl/PPf6FhqY/vYRcMVlNydRKQjQsTsYEjpx+DZMIvnGk/g==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.23.1 + core-js-pure: 3.25.5 regenerator-runtime: 0.13.9 dev: true @@ -4143,24 +4068,6 @@ packages: '@babel/parser': 7.19.3 '@babel/types': 7.19.3 - /@babel/traverse/7.18.5: - resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.3 - '@babel/helper-environment-visitor': 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.19.3 - '@babel/types': 7.19.3 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/traverse/7.19.3: resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} engines: {node: '>=6.9.0'} @@ -4195,15 +4102,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types/7.18.10: - resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.18.10 - '@babel/helper-validator-identifier': 7.18.6 - to-fast-properties: 2.0.0 - dev: true - /@babel/types/7.19.3: resolution: {integrity: sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==} engines: {node: '>=6.9.0'} @@ -4220,159 +4118,156 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.0.3_hcrs7yt74qadfs4d3y7dpkabka: - resolution: {integrity: sha512-3fu5q6I6QtYVfpBHK+xxIkZ3b/spHgDongXuKuLEJZswcSU8+X5B9YmNfv73ZMRKO3PboYtyHAmZZo4pYqzbbA==} + /@chakra-ui/accordion/2.1.1_yxtycg2t66eeo2pchgyrvsgrfm: + resolution: {integrity: sha512-5f4QBl/0EgU/9EVvzlj8ZU7SWwG6nUHCE9moGBCbgiIOVBEySxZ5Robsk6+T7sXmzQ41db04GcUE9NRKdalgIA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.2_react@18.2.0 - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/descendant': 3.0.10_react@18.2.0 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-QqXFYeX74mHSVp5Peqc+0CkYGQlvKQzpvOKkn00M3ZczsgVxoDNrUv0PI2V3fuZDwo1ziLBGJsjgMFbJ+JrYgA==} + /@chakra-ui/alert/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-n40KHU3j1H6EbIdgptjEad92V7Fpv7YD++ZBjy2g1h4w9ay9nw4kGHib3gaIkBupLf52CfLqySEc8w0taoIlXQ==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/spinner': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/anatomy/2.0.1_@chakra-ui+system@2.1.3: - resolution: {integrity: sha512-lbOUfPmCtgIe0G7Iu6C2MaFP3FKOHgKWxDrYc3498TQ7/z5N1r7AO6jB+gFRGDbxJNLjRGOLG7tV0bufagGTUw==} - peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' - dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 + /@chakra-ui/anatomy/2.0.7: + resolution: {integrity: sha512-vzcB2gcsGCxhrKbldQQV6LnBPys4eSSsH2UA2mLsT+J3WlXw0aodZw0eE/nH7yLxe4zaQ4Gnc0KjkFW4EWNKSg==} dev: false - /@chakra-ui/avatar/2.0.3_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-LbCQBJzDLkx2jqOjuEG5zOWA5njEAhUlQ3GnSkqOGaiDQWgM6eSLxWkgpI5fKhBlZ2OvMxjSSFaCCpf8wvU+YQ==} + /@chakra-ui/avatar/2.1.1_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-lTZPUq4Pefxgv3ndyJMxIHgFrXwdz2VZFCLF/aKcuGaUlB7TBYaCurQ7TNbME8j8VkJWNX+vKiVHPYvxsrITwQ==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/image': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/image': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-rJOkgaWqtxaPfISNXjhl9J4efD96FBnQnAKQJZtlG3WpWmIse/BPv1Pg4OCexPTBQQSwFkbTBgBD0lWD/i2UUw==} + /@chakra-ui/breadcrumb/2.0.10_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-roKFA7nheq18eWNAdrHV6w8A9vZMSQTEEsbL6eU0lhUkolW9RlDjBl1bZvE7icFkNFXlJ33n8+0QAezLI+mMrQ==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/button/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-l2RE1031HR+vVqNQhfrJCuC1OzKTTLmyA8+ScGZhjV6G4LWGzU5LfsyGAXq53l1lFcx6O9XJzfgnxAvnGGKJsw==} + /@chakra-ui/breakpoint-utils/2.0.4: + resolution: {integrity: sha512-SUUEYnA/FCIKYDHMuEXcnBMwet+6RAAjQ+CqGD1hlwKPTfh7EK9fS8FoVAJa9KpRKAc/AawzPkgwvorzPj8NSg==} + dev: false + + /@chakra-ui/button/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-J6iMRITqxTxa0JexHUY9c7BXUrTZtSkl3jZ2hxiFybB4MQL8J2wZ24O846B6M+WTYqy7XVuHRuVURnH4czWesw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/spinner': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.1.0_hcrs7yt74qadfs4d3y7dpkabka: - resolution: {integrity: sha512-LPKhJM/IMp8LKdr52PVfSGAnmqcgwTMPcjyWT8jXQ3OhEXRUKc5rSUORmPtJmffNLjLq1nPCcSMWQsVHhJ9MXw==} + /@chakra-ui/checkbox/2.2.1_yxtycg2t66eeo2pchgyrvsgrfm: + resolution: {integrity: sha512-soTeXEI+4UZSA4B4rRLpdh3cIW/gdhY6k0eXF4ZWExPb+dJ5Giv497S96vS4IGE7SJ7Ugw9kaWS+do2lSiPJew==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 - '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/visually-hidden': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq '@zag-js/focus-visible': 0.1.0 framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/clickable/2.0.2_react@18.2.0: - resolution: {integrity: sha512-Zn0Hd9BCGVNMOXerUlfmOdCeVAyl6XYo5WC/Skm/REAQygk22/WjV42sLeT+1+bpOLpSvO4ZnheXfD5sIuDdfA==} + /@chakra-ui/clickable/2.0.10_react@18.2.0: + resolution: {integrity: sha512-G6JdR6yAMlXpfjOJ70W2FL7aUwNuomiMFtkneeTpk7Q42bJ5iGHfYlbZEx5nJd8iB+UluXVM4xlhMv2MyytjGw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-aIpkIQdmbuKTiM1IuZRI4iUPzcaWla8mXysKIL+M6g0QbpaO/Xw3eucnAS0qO24djCzkcCZSLnHsEimBOBJdgA==} + /@chakra-ui/close-button/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-9WF/nwwK9BldS89WQ5PtXK2nFS4r8QOgKls2BOwXfE+rGmOUZtOsu8ne/drXRjgkiBRETR6CxdyUjm7EPzXllw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/color-mode/2.0.4_react@18.2.0: - resolution: {integrity: sha512-DIR6CSPlkmi92LDR3IhjIediLk7GFWttlTUvJQP06ZUvN+iCpd5TjgchxOYzqlP4T9W0L62eZXsluOxmRF/JSQ==} + /@chakra-ui/color-mode/2.1.9_react@18.2.0: + resolution: {integrity: sha512-0kx0I+AQon8oS23/X+qMtnhsv/1BUulyJvU56p3Uh8CRaBfgJ7Ly9CerShoUL+5kadu6hN1M9oty4cugaCwv2w==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-D3vQoyCRjAwCmB39jFvTv+fAXmALLhScXe6s/S7rdgSYxuSEksuGlNjvBUYAVwDXeE2sjDoeWMvrHydRGv44Bw==} + /@chakra-ui/control-box/2.0.10_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-sHmZanFLEv4IDATl19ZTxq8Bi8PtjfvnsN6xF4k7JGSYUnk1YXUf1coyW7WKdcsczOASrMikfsLc3iEVAzx4Ng==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/counter/2.0.2_react@18.2.0: - resolution: {integrity: sha512-mRYrnu1924spsPU5GaHSbaoX28Gbzf8PDkO6Y1R6r6MQKTLjpdbkFmyG0QyEixD8aoaSaCO7iVbJRnUJ+dhlww==} + /@chakra-ui/counter/2.0.10_react@18.2.0: + resolution: {integrity: sha512-MZK8UKUZp4nFMd+GlV/cq0NIARS7UdlubTuCx+wockw9j2JI5OHzsyK0XiWuJiq5psegSTzpbtT99QfAUm3Yiw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/number-utils': 2.0.4 + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.1_gyryel6m34lsxtsejhafetjriq: - resolution: {integrity: sha512-8RhAC7l5RHp9hNDN2M2feZ2wPaoSrgxzqx6VqLTIul2lwucpp1LTlrDlPCBMJe8fp51Q83IOCW4882ktsXxktA==} + /@chakra-ui/css-reset/2.0.8_gyryel6m34lsxtsejhafetjriq: + resolution: {integrity: sha512-VuDD1rk1pFc+dItk4yUcstyoC9D2B35hatHDBtlPMqTczFAzpbgVJJYgEHANatXGfulM5SdckmYEIJ3Tac1Rtg==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' @@ -4381,318 +4276,534 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/descendant/3.0.2_react@18.2.0: - resolution: {integrity: sha512-BV4IpONYr52V7rJnEYj5Ej946HD2BTOgOQpSB/LMeITfkp51/O9pOayNoVghYW7cFts+Opy4YmvLcuxFhWrD3Q==} + /@chakra-ui/descendant/3.0.10_react@18.2.0: + resolution: {integrity: sha512-MHH0Qdm0fGllGP2xgx4WOycmrpctyyEdGw6zxcfs2VqZNlrwmjG3Yb9eVY+Q7UmEv5rwAq6qRn7BhQxgSPn3Cg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/editable/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-hZBD4K1i3a8+RnW5jaoVfHeEm0zDKcyZ7yZCNGmmM7sz2LAw/LdE6+IKBoEbXc5Gf8KnEs9eH/TBcPDhS9KUQg==} + /@chakra-ui/dom-utils/2.0.3: + resolution: {integrity: sha512-aeGlRmTxcv0cvW44DyeZHru1i68ZDQsXpfX2dnG1I1yBlT6GlVx1xYjCULis9mjhgvd2O3NfcYPRTkjNWTDUbA==} + dev: false + + /@chakra-ui/editable/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-37bDqm+j2JTN2XR443KRK9MmHHIQuS6fN+2TRuFgjfG8TomxxCJnhJ3GIfQSKh5Yjtnt4sXDmL4L0tyDpNrrrw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.2 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/focus-lock/2.0.3_iapumuv4e6jcjznwuxpf4tt22e: - resolution: {integrity: sha512-QcKUy0n26T1qOEoqk9rDmr9tumZs/+VXh9gIhWYKlmScm8Dy87qCMfOJ2M8/sUCQcqypl8SwlONQdiCZ99FUFQ==} + /@chakra-ui/event-utils/2.0.5: + resolution: {integrity: sha512-VXoOAIsM0PFKDlhm+EZxkWlUXd5UFTb/LTux3y3A+S9G5fDxLRvpiLWByPUgTFTCDFcgTCF+YnQtdWJB4DLyxg==} + dev: false + + /@chakra-ui/focus-lock/2.0.12_iapumuv4e6jcjznwuxpf4tt22e: + resolution: {integrity: sha512-NvIP59A11ZNbxXZ3qwxSiQ5npjABkpSbTIjK0uZ9bZm5LMfepRnuuA19VsVlq31/BYV9nHFAy6xzIuG+Qf9xMA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/dom-utils': 2.0.3 react: 18.2.0 react-focus-lock: 2.9.1_iapumuv4e6jcjznwuxpf4tt22e transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-uelLKIZgrcahvodEAd2WjdCJUus9q9Wq++KliN+8VIhPti89s8eewyDh3xWvurbgby+oGkHyjDMmxHrkfa3YYQ==} + /@chakra-ui/form-control/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-MVhIe0xY4Zn06IXRXFmS9tCa93snppK1SdUQb1P99Ipo424RrL5ykzLnJ8CAkQrhoVP3sxF7z3eOSzk8/iRfow==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/hooks/2.0.2_react@18.2.0: - resolution: {integrity: sha512-3B4zsl51tevmO6T6xUKcclwxf4FClKtScaNvb8jMmVczTGRL7WhZ6LxXeYUJMms11C8W9uZczE5yXSP0qweeAw==} + /@chakra-ui/hooks/2.0.11_react@18.2.0: + resolution: {integrity: sha512-mYN4u9lbjDjEr/VucrVcLGg/sIO6gA9ZprcT3n9CBGSWt3xih7fCOJmE+yRcCNbL7335AMrv7a/M5Q30aRArcA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-utils': 2.0.8_react@18.2.0 + '@chakra-ui/utils': 2.0.11 compute-scroll-into-view: 1.0.14 copy-to-clipboard: 3.3.1 react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-sas37byldn5O/TTIKHzxHBujEYqVPXegisoMqutLtF60fpXnb62aG1JTyorXSG3zJxJWQW7+AvjbOGyWKHXc0Q==} + /@chakra-ui/icon/3.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-RG4jf/XmBdaxOYI5J5QstEtTCPoVlmrQ/XiWhvN0LTgAnmZIqVwFl3Uw+satArdStHAs0GmJZg/E/soFTWuFmw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/shared-utils': 2.0.2 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/image/2.0.3_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-GLMJXLdR0y7CCZ0hKHf6YZLb8dlPpx4vdXWTbtLnIU5EfGIOSiCU4N3+0KcjvMtDB69hBr5W4h1XMJNpetP1EA==} + /@chakra-ui/image/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-S6NqAprPcbHnck/J+2wg06r9SSol62v5A01O8Kke2PnAyjalMcS+6P59lDRO7wvPqsdxq4PPbSTZP6Dww2CvcA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/input/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-ODwdlsLha+EBPFSnCEqWjlndeXaL4cXvCk4rrKuvs9vexhOBr+X9V6KNn5Rmn/bXah+Wsrn+5g6T9V7BvRES3Q==} + /@chakra-ui/input/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-kaV0VCz6/yzoCKQnh/tMUVgh+Rp6EnM+WzJ37SVX1gDvErON2bmmVLU45BiRoWUcd50wOhDlpsNVUWP0sLlCDA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/object-utils': 2.0.4 + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.2 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/layout/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-iElUGxj8YmVGcaCQlQovJJC4APHMh5vwlZU37IC6W3FdJzv+orVhzbuB98tuzfWHxjKQZeGhcz7+npIkN87D5w==} + /@chakra-ui/layout/2.1.8_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-pcNUNgMh+e4wepNOlCg5iDrxGg4VFBpqZPmSHoP4TyPN2ddEnDRLoMLaREMoX7gEVyTsqEFOFg+wa3JZK32H4A==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/breakpoint-utils': 2.0.4 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/object-utils': 2.0.4 + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.2 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/live-region/2.0.2_react@18.2.0: - resolution: {integrity: sha512-aRJRaJInqNkFRRIjW57SPNhj7ngxh0xkdQZeOohvOcd7VbjvHNgXO1glKjIXRzSRHyteCdGUzb/jo68NizE3bQ==} + /@chakra-ui/lazy-utils/2.0.2: + resolution: {integrity: sha512-MTxutBJZvqNNqrrS0722cI7qrnGu0yUQpIebmTxYwI+F3cOnPEKf5Ni+hrA8hKcw4XJhSY4npAPPYu1zJbOV4w==} + dev: false + + /@chakra-ui/live-region/2.0.10_react@18.2.0: + resolution: {integrity: sha512-eQ2ZIreR/plzi/KGszDYTi1TvIyGEBcPiWP52BQOS7xwpzb1vsoR1FgFAIELxAGJvKnMUs+9qVogfyRBX8PdOg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/media-query/3.1.0_swpbf3sk2xubz3bowba44eqanu: - resolution: {integrity: sha512-E05PUom+izNILJff0Yje8OMWHVN5C2H2A/F0aaptIJ+600YNWn5CuGvdlSMb/VWHziHT7u5xyrtv0mdbxMlYBA==} + /@chakra-ui/media-query/3.2.7_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-hbgm6JCe0kYU3PAhxASYYDopFQI26cW9kZnbp+5tRL1fykkVWNMPwoGC8FEZPur9JjXp7aoL6H4Jk7nrxY/XWw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' - '@chakra-ui/theme': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/breakpoint-utils': 2.0.4 + '@chakra-ui/react-env': 2.0.10_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/menu/2.0.3_hcrs7yt74qadfs4d3y7dpkabka: - resolution: {integrity: sha512-hW1XBK0ZOEvnrwurqZiQ7+CFW8Olfk82BilNOulQ7LxQ2hQAAg4JBQxs755jVEtqhSAP+oe/yuWEabWtCWLGQw==} + /@chakra-ui/menu/2.1.1_yxtycg2t66eeo2pchgyrvsgrfm: + resolution: {integrity: sha512-9fpCyV3vufLV5Rvv/oYC3LyCIkNqh0bEdYFVOLiqCZ6mt6NLFxL2jgE25nROYfDXQuBkY0qPC9IopYU198G4nw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.2_react@18.2.0 - '@chakra-ui/descendant': 3.0.2_react@18.2.0 - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/popper': 3.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/clickable': 2.0.10_react@18.2.0 + '@chakra-ui/descendant': 3.0.10_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.2 + '@chakra-ui/popper': 3.0.8_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-outside-click': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.0.3_y6ic2defqd5ahjdizvqrsshbt4: - resolution: {integrity: sha512-GS1Apvrsr8scM1d/awVgJdcheITja4fMKTKwWljstw7SfAMOPc4skKIg+MzriLvtIialm1WFxOWYfiQ5MKAAcQ==} + /@chakra-ui/modal/2.2.1_fhvivh6d3co4nbcuohiwtac254: + resolution: {integrity: sha512-+zfiUG/yZqUQ0wY7syoZg01cpBf54lbKUe7+ANEx558UQGbsI4bbcHSkY9l5lsprQ8teInvhjb6BekeCA0e7TA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/focus-lock': 2.0.3_iapumuv4e6jcjznwuxpf4tt22e - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u - '@chakra-ui/utils': 2.0.2 - aria-hidden: 1.1.3 + '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/focus-lock': 2.0.12_iapumuv4e6jcjznwuxpf4tt22e + '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u + aria-hidden: 1.2.1_iapumuv4e6jcjznwuxpf4tt22e framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.4_iapumuv4e6jcjznwuxpf4tt22e + react-remove-scroll: 2.5.5_iapumuv4e6jcjznwuxpf4tt22e transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-7RT5TMCSPtghX7M2Uy2cruLwO0uYCzIa49tQFDzQ2YCGMuRimzma9i0nuOqQz2yGHxa3C8WJJoO91jPKzCjIbg==} + /@chakra-ui/number-input/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-3owLjl01sCYpTd3xbq//fJo9QJ0Q3PVYSx9JeOzlXnnTW8ws+yHPrqQzPe7G+tO4yOYynWuUT+NJ9oyCeAJIxA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/counter': 2.0.2_react@18.2.0 - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/counter': 2.0.10_react@18.2.0 + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-interval': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/pin-input/2.0.3_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-tnISIFno2Nqmh5ZjXyRnUiyuw94xLpFWoVK9tTo/yoR5Llbh58BqRyybOZZpu3DIjuK9qy9M67KBhRdqkOLUFQ==} + /@chakra-ui/number-utils/2.0.4: + resolution: {integrity: sha512-MdYd29GboBoKaXY9jhbY0Wl+0NxG1t/fa32ZSIbU6VrfMsZuAMl4NEJsz7Xvhy50fummLdKn5J6HFS7o5iyIgw==} + dev: false + + /@chakra-ui/object-utils/2.0.4: + resolution: {integrity: sha512-sY98L4v2wcjpwRX8GCXqT+WzpL0i5FHVxT1Okxw0360T2tGnZt7toAwpMfIOR3dzkemP9LfXMCyBmWR5Hi2zpQ==} + dev: false + + /@chakra-ui/pin-input/2.0.14_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-gFNlTUjU1xIuOErR/d/HrNNh1mS0erjNJSt5C6RU/My4lShzgCczmwnil7TuEx3k7lPqHKLEf/CGeCxBSUjaGA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.2_react@18.2.0 - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/descendant': 3.0.10_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/popover/2.0.2_hcrs7yt74qadfs4d3y7dpkabka: - resolution: {integrity: sha512-i9Tsx+gpN470V7eLPng+lVK25DfUdQ44OAzWMUavIiutCtVJknZEPYbSr72JnT4NHBnr7b8rqUBEYq9+36LmlQ==} + /@chakra-ui/popover/2.1.1_yxtycg2t66eeo2pchgyrvsgrfm: + resolution: {integrity: sha512-j09NsesfT+eaYITkITYJXDlRcPoOeQUM80neJZKOBgul2iHkVsEoii8dwS5Ip5ONeu4ane1b6zEOlYvYj2SrkA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/popper': 3.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/lazy-utils': 2.0.2 + '@chakra-ui/popper': 3.0.8_react@18.2.0 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/popper/3.0.2_react@18.2.0: - resolution: {integrity: sha512-oEUsaFR4EPY3CvhEVeZNoa+mA/w+TvLlG3xlicIwv/3Fcfl6LD2Jhr6utnqAvHFxE/qRcUcXLX20ovy0Zrgm/Q==} + /@chakra-ui/popper/3.0.8_react@18.2.0: + resolution: {integrity: sha512-246eUwuCRsLpTPxn5T8D8T9/6ODqmmz6pRRJAjGnLlUB0gNHgjisBn0UDBic5Gbxcg0sqKvxOMY3uurbW5lXTA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@popperjs/core': 2.11.5 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@popperjs/core': 2.11.6 react: 18.2.0 dev: false - /@chakra-ui/portal/2.0.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-bk8P/hxvGbKhEZSI2LAFwk98W7ivff3NwpFOHjsna0uuBPG772mEOXnxsHBsr2moGroMXdBOS++czHn1T3cHhw==} + /@chakra-ui/portal/2.0.10_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-VRYvVAggIuqIZ3IQ6XZ1b5ujjjOUgPk9PPdc9jssUngZa7RG+5NXNhgoM8a5TsXv6aPEolBOlDNWuxzRQ4RSSg==} peerDependencies: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-nx/aDZGEAnRx6jC4RLbfoXTTEeHoHGVlwBTUx7OKPus+hopBVvXHpA/UH+H8OJ5nq0PJ6XaDPCHc1FTrK+j0aw==} + /@chakra-ui/progress/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-2OwxGxI6W757QpDB6b++B4b2+t0oBgaQdHnd4/y35n3+mOFj++Wg7XpW4/iDHn+x3LkM+X3NIgdBWQFlmGx+6w==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.6_6xnkn2aqnlmdvuspwqrjexfduy: - resolution: {integrity: sha512-EwwFF8ib9L5OYTRJq450Uvk7DqQJA/W6TyBo2f7mUE0j56GmV8ZRdsaXGqqag/aopCS/1n+ZfpQvQr/qNhAQBQ==} + /@chakra-ui/provider/2.0.19_6xnkn2aqnlmdvuspwqrjexfduy: + resolution: {integrity: sha512-V+p0OePre0OgYmNxLbfiPWWbzaJ/EM2sfaRtD7E6ZA4TjUl2m4pWdC6OPMOiklu7EALfSgVk9X6Jh5pc+moH1g==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/css-reset': 2.0.1_gyryel6m34lsxtsejhafetjriq - '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/css-reset': 2.0.8_gyryel6m34lsxtsejhafetjriq + '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-env': 2.0.10_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/utils': 2.0.11 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-f3YF7sL13qpbiqlFF8eGcL8lZeAmY3ZwqJk8m2v3Ofi0M7Et/CV00E1TxY5kK3tvDtmMXC5lILf5QlHHNgH6wQ==} + /@chakra-ui/radio/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-871hqAGQaufxyUzPP3aautPBIRZQmpi3fw5XPZ6SbY62dV61M4sjcttd46HfCf5SrAonoOADFQLMGQafznjhaA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 - '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@zag-js/focus-visible': 0.1.0 react: 18.2.0 dev: false - /@chakra-ui/react-env/2.0.2_react@18.2.0: - resolution: {integrity: sha512-iQdc58d1HjfkPi+CEoZNqY77oX94bsWpMie30UYIaTonc9OOH6r1WCGQc8cyQa3jKiX2m9v9IbnxZa9Z0rYrHw==} + /@chakra-ui/react-children-utils/2.0.2: + resolution: {integrity: sha512-mRTGAZ3DBXB3hgVwS2DVJe3Nlc0qGvMN0PAo4tD/3fj2op2IwspLcYPAWC5D/rI2xj2JlwE6szAtbvxdAfLCNw==} + dev: false + + /@chakra-ui/react-context/2.0.4_react@18.2.0: + resolution: {integrity: sha512-eBITFkf7fLSiMZrSdhweK4fYr41WUNMEeIEOP2dCWolE7WgKxNYaYleC+iRGY0GeXkFM2KYywUtixjJe29NuVA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/react-utils/2.0.1_react@18.2.0: - resolution: {integrity: sha512-xLiTn7WeUo2e3zvo8zUGpICgIGsLCPpkVbjEKhr1jAV41urqEtwlLc6uGir595OYqAC8zFDqs4HXhHouqNEtiw==} + /@chakra-ui/react-env/2.0.10_react@18.2.0: + resolution: {integrity: sha512-3Yab5EbFcCGYzEsoijy4eA3354Z/JoXyk9chYIuW7Uwd+K6g/R8C0mUSAHeTmfp6Fix9kzDgerO5MWNM87b8cA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.2 react: 18.2.0 dev: false - /@chakra-ui/react/2.2.1_356kgaleomk4jdithf3bcp4v5i: - resolution: {integrity: sha512-m2vFICTUO3GivTkJROnTTJT+w8otcYMraKqOSdrAGmsjqtZAp8/FaGS+1bxzeZnZTszMn65LoLvlgBUDrTHhQA==} + /@chakra-ui/react-types/2.0.3_react@18.2.0: + resolution: {integrity: sha512-1mJYOQldFTALE0Wr3j6tk/MYvgQIp6CKkJulNzZrI8QN+ox/bJOh8OVP4vhwqvfigdLTui0g0k8M9h+j2ub/Mw==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-animation-state/2.0.5_react@18.2.0: + resolution: {integrity: sha512-8gZIqZpMS5yTGlC+IqYoSrV13joiAYoeI0YR2t68WuDagcZ459OrjE57+gF04NLxfdV7eUgwqnpuv7IOLbJX/A==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/dom-utils': 2.0.3 + '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-callback-ref/2.0.4_react@18.2.0: + resolution: {integrity: sha512-he7EQfwMA4mwiDDKvX7cHIJaboCqf7UD3KYHGUcIjsF4dSc2Y8X5Ze4w+hmVZoJWIe4DWUzb3ili2SUm8eTgPg==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-controllable-state/2.0.5_react@18.2.0: + resolution: {integrity: sha512-JrZZpMX24CUyfDuyqDczw9Z9IMvjH8ujETHK0Zu4M0SIsX/q4EqOwwngUFL03I2gx/O38HfSdeX8hMu4zbTAGA==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-disclosure/2.0.5_react@18.2.0: + resolution: {integrity: sha512-kPLB9oxImASRhAbKfvfc03/lbAJbsXndEVRzd+nvvL+QZm2RRfnel3k6OIkWvGFOXXYOPE2+slLe8ZPwbTGg9g==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-event-listener/2.0.4_react@18.2.0: + resolution: {integrity: sha512-VqmalfKWMO8D21XuZO19WUtcP5xhbHXKzkggApTChZUN02UC5TC4pe0pYbDygoeUuNBhY+9lJKHeS08vYsljRg==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-focus-effect/2.0.5_react@18.2.0: + resolution: {integrity: sha512-sbe1QnsXXfjukM+laxbKnT0UnMpHe/7kTzEPG/BYM6/ZDUUmrC1Nz+8l+3H/52iWIaruikDBdif/Xd37Yvu3Kg==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/dom-utils': 2.0.3 + '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-focus-on-pointer-down/2.0.3_react@18.2.0: + resolution: {integrity: sha512-8cKmpv26JnblexNaekWxEDI7M+MZnJcp1PJUz6lByjfQ1m4YjFr1cdbdhG4moaqzzYs7vTmO/qL8KVq8ZLUwyQ==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-interval/2.0.2_react@18.2.0: + resolution: {integrity: sha512-5U1c0pEB5n0Yri0E4RdFXWx2RVBZBBhD8Uu49dM33jkIguCbIPmZ+YgVry5DDzCHyz4RgDg4yZKOPK0PI8lEUg==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-latest-ref/2.0.2_react@18.2.0: + resolution: {integrity: sha512-Ra/NMV+DSQ3n0AdKsyIqdgnFzls5UntabtIRfDXLrqmJ4tI0a1tDdop2qop0Ue87AcqD9P1KtQue4KPx7wCElw==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-merge-refs/2.0.4_react@18.2.0: + resolution: {integrity: sha512-aoWvtE5tDQNaLCiNUI6WV+MA2zVcCLR5mHSCISmowlTXyXOqOU5Fo9ZoUftzrmgCJpDu5x1jfUOivxuHUueb0g==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-outside-click/2.0.4_react@18.2.0: + resolution: {integrity: sha512-uerJKS8dqg2kHs1xozA5vcCqW0UInuwrfCPb+rDWBTpu7aEqxABMw9W3e4gfOABrAjhKz2I0a/bu2i8zbVwdLw==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-pan-event/2.0.5_react@18.2.0: + resolution: {integrity: sha512-nhE3b85++EEmBD2v6m46TLoA4LehSCZ349P8kvEjw/RC0K6XDOZndaBucIeAlnpEENSSUpczFfMSOLxSHdu0oA==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/event-utils': 2.0.5 + '@chakra-ui/react-use-latest-ref': 2.0.2_react@18.2.0 + framesync: 5.3.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-previous/2.0.2_react@18.2.0: + resolution: {integrity: sha512-ap/teLRPKopaHYD80fnf0TR/NpTWHJO5VdKg6sPyF1y5ediYLAzPT1G2OqMCj4QfJsYDctioT142URDYe0Nn7w==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-safe-layout-effect/2.0.2_react@18.2.0: + resolution: {integrity: sha512-gl5HDq9RVeDJiT8udtpx12KRV8JPLJHDIUX8f/yZcKpXow0C7FFGg5Yy5I9397NQog5ZjKMuOg+AUq9TLJxsyQ==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-size/2.0.4_react@18.2.0: + resolution: {integrity: sha512-W6rgTLuoSC4ovZtqYco8cG+yBadH3bhlg92T5lgpKDakSDr0mXcZdbGx6g0AOkgxXm0V1jWNGO1743wudtF7ew==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@zag-js/element-size': 0.1.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-timeout/2.0.2_react@18.2.0: + resolution: {integrity: sha512-n6zb3OmxtDmRMxYkDgILqKh15aDOa8jNLHBlqHzmlL6mEGNKmMFPW9j/KvpAqSgKjUTDRnnXcpneprTMKy/yrw==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + react: 18.2.0 + dev: false + + /@chakra-ui/react-use-update-effect/2.0.4_react@18.2.0: + resolution: {integrity: sha512-F/I9LVnGAQyvww+x7tQb47wCwjhMYjpxtM1dTg1U3oCEXY0yF1Ts3NJLUAlsr3nAW6epJIwWx61niC7KWpam1w==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 + dev: false + + /@chakra-ui/react-utils/2.0.8_react@18.2.0: + resolution: {integrity: sha512-OSHHBKZlJWTi2NZcPnBx1PyZvLQY+n5RPBtcri7/89EDdAwz2NdEhp2Dz1yQRctOSCF1kB/rnCYDP1U0oRk9RQ==} + peerDependencies: + react: '>=18 || 18' + dependencies: + '@chakra-ui/utils': 2.0.11 + react: 18.2.0 + dev: false + + /@chakra-ui/react/2.3.5_356kgaleomk4jdithf3bcp4v5i: + resolution: {integrity: sha512-bQDRV23M3IvF0+AorTvqJmG/4T6KKQIb+1XGA2RyxonoSHVt89HbN3qnygHJw06Sdgpclxdbr/1qZ4o8+SMbpA==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4700,53 +4811,54 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.0.3_hcrs7yt74qadfs4d3y7dpkabka - '@chakra-ui/alert': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/avatar': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/breadcrumb': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/checkbox': 2.1.0_hcrs7yt74qadfs4d3y7dpkabka - '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/control-box': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/counter': 2.0.2_react@18.2.0 - '@chakra-ui/css-reset': 2.0.1_gyryel6m34lsxtsejhafetjriq - '@chakra-ui/editable': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/image': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/input': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/layout': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/live-region': 2.0.2_react@18.2.0 - '@chakra-ui/media-query': 3.1.0_swpbf3sk2xubz3bowba44eqanu - '@chakra-ui/menu': 2.0.3_hcrs7yt74qadfs4d3y7dpkabka - '@chakra-ui/modal': 2.0.3_y6ic2defqd5ahjdizvqrsshbt4 - '@chakra-ui/number-input': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/pin-input': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/popover': 2.0.2_hcrs7yt74qadfs4d3y7dpkabka - '@chakra-ui/popper': 3.0.2_react@18.2.0 - '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/provider': 2.0.6_6xnkn2aqnlmdvuspwqrjexfduy - '@chakra-ui/radio': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/react-env': 2.0.2_react@18.2.0 - '@chakra-ui/select': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/skeleton': 2.0.6_ywwpsjlpazuvusvso3wpwmpbxu - '@chakra-ui/slider': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/spinner': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/stat': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/switch': 2.0.3_hcrs7yt74qadfs4d3y7dpkabka - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/table': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/tabs': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/tag': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/textarea': 2.0.3_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/toast': 2.1.0_xkqpmetvpu72ngaw6htttxrkde - '@chakra-ui/tooltip': 2.0.2_lnjmpdrzqkbareh3h3hvgex7im - '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u - '@chakra-ui/utils': 2.0.2 - '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle + '@chakra-ui/accordion': 2.1.1_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/alert': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/avatar': 2.1.1_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/breadcrumb': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/checkbox': 2.2.1_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/control-box': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/counter': 2.0.10_react@18.2.0 + '@chakra-ui/css-reset': 2.0.8_gyryel6m34lsxtsejhafetjriq + '@chakra-ui/editable': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/hooks': 2.0.11_react@18.2.0 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/image': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/input': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/layout': 2.1.8_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/live-region': 2.0.10_react@18.2.0 + '@chakra-ui/media-query': 3.2.7_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/menu': 2.1.1_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/modal': 2.2.1_fhvivh6d3co4nbcuohiwtac254 + '@chakra-ui/number-input': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/pin-input': 2.0.14_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/popover': 2.1.1_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/popper': 3.0.8_react@18.2.0 + '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/progress': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/provider': 2.0.19_6xnkn2aqnlmdvuspwqrjexfduy + '@chakra-ui/radio': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-env': 2.0.10_react@18.2.0 + '@chakra-ui/select': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/skeleton': 2.0.17_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/slider': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/spinner': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/stat': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/switch': 2.0.13_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/table': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/tabs': 2.1.3_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/tag': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/textarea': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/theme': 2.1.13_kzevwk2hxgy6fnrjqv25jdmqp4 + '@chakra-ui/toast': 3.0.13_svvprik4kmnbjwafrq4cgb4wou + '@chakra-ui/tooltip': 2.2.0_svvprik4kmnbjwafrq4cgb4wou + '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u + '@chakra-ui/utils': 2.0.11 + '@chakra-ui/visually-hidden': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y @@ -4756,240 +4868,237 @@ packages: - '@types/react' dev: false - /@chakra-ui/select/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-aXYRJFsi3xrcacPI+FDZ1fxRQc9PMFnYXvqTug4I7wIwZUE467vD4G90c6/b/tUzrerDkVcPhHbqFy8ENbrvdA==} + /@chakra-ui/select/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-NCDMb0w48GYCHmazVSQ7/ysEpbnri+Up6n+v7yytf6g43TPRkikvK5CsVgLnAEj0lIdCJhWXTcZer5wG5KOEgA==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/skeleton/2.0.6_ywwpsjlpazuvusvso3wpwmpbxu: - resolution: {integrity: sha512-nbZEfA7vSxJ8qXM0sb+e/Dh8t2ZcAkjWUzScMvO8FWfblk3wkoeUT0ocTwJ4eDyTzEVBu+ym7Uc+ACZmBheabQ==} + /@chakra-ui/shared-utils/2.0.2: + resolution: {integrity: sha512-wC58Fh6wCnFFQyiebVZ0NI7PFW9+Vch0QE6qN7iR+bLseOzQY9miYuzPJ1kMYiFd6QTOmPJkI39M3wHqrPYiOg==} + dev: false + + /@chakra-ui/skeleton/2.0.17_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-dL7viXEKDEzmAJGbHMj+QbGl9PAd0VWztEcWcz5wOGfmAcJllA0lVh6NmG/yqLb6iXPCX4Y1Y0Yurm459TEYWg==} peerDependencies: - '@chakra-ui/theme': '>=2.0.0-next.0' - '@emotion/react': ^11.0.0 - '@emotion/styled': ^11.0.0 + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/media-query': 3.1.0_swpbf3sk2xubz3bowba44eqanu - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/utils': 2.0.2 - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu - '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty + '@chakra-ui/media-query': 3.2.7_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-use-previous': 2.0.2_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-aWpjqFGN61fv3dKyBrP6c68MXmkYtZ6jeDWIKkgzc7ntb6Nnf6KDK8seZM0SmQR2F3GIejLt8AgnuIW/UBUa/Q==} + /@chakra-ui/slider/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-Cna04J7e4+F3tJNb7tRNfPP+koicbDsKJBp+f1NpR32JbRzIfrf2Vdr4hfD5/uOfC4RGxnVInNZzZLGBelLtLw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/number-utils': 2.0.4 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-latest-ref': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-pan-event': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-size': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-jC6+pwkCQb5vfGsS/55EhH2UzsToeCvpfXLQ6TPWDPA2NHMTRskilHwKQT/i0nAgRcCq400FvcfIr5uAPs+Igg==} + /@chakra-ui/spinner/2.0.10_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-SwId1xPaaFAaEYrR9eHkQHAuB66CbxwjWaQonEjeEUSh9ecxkd5WbXlsQSyf2hVRIqXJg0m3HIYblcKUsQt9Rw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 - '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-GrQgiof8olOEVFAUtq5GA2cCUJqcSLMpS/6StBFR4fesrg5MAblfVYYY7uayqX/RnJU1BNElLOl/JAQ965LGXw==} + /@chakra-ui/stat/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-ZPFK2fKufDSHD8bp/KhO3jLgW/b3PzdG4zV+7iTO7OYjxm5pkBfBAeMqfXGx4cl51rtWUKzsY0HV4vLLjcSjHw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 - '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.2.0: - resolution: {integrity: sha512-5THQlrMr6CsiulNtjzZV3DqYD85eQ+S8G6rsnjAKqFVJ1G29R392RKK/67R96WIRUJRtsHPq2REeTgAxGLDhOQ==} + /@chakra-ui/styled-system/2.3.4: + resolution: {integrity: sha512-Lozbedu+GBj4EbHB/eGv475SFDLApsIEN9gNKiZJBJAE1HIhHn3Seh1iZQSrHC/Beq+D5cQq3Z+yPn3bXtFU7w==} dependencies: - '@chakra-ui/utils': 2.0.2 csstype: 3.1.1 + lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.3_hcrs7yt74qadfs4d3y7dpkabka: - resolution: {integrity: sha512-k7HLnKBM9GsY/RdqUWqe233QNFa2JtE+G4UyX8BsYLquWOkBfgJvI+f2gSUye1zLS8e1bFwz5BBIljTQMb/Smw==} + /@chakra-ui/switch/2.0.13_yxtycg2t66eeo2pchgyrvsgrfm: + resolution: {integrity: sha512-Ikj0L+SLLs/SnfGCiUChaldLIr/aizA1Q9D5+X6LtxpBnixFK/+fNXU+3juPDi9G1IFuNz2IAG51souO7C4nSQ==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.1.0_hcrs7yt74qadfs4d3y7dpkabka - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/checkbox': 2.2.1_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq: - resolution: {integrity: sha512-f9GfJr7HGxxhyAbXmka/k/mPsLl8wl+5fZUWglfRg4iddmsuYQcJEYg8+ewCyr7MA1Ddw9bPVgsC5uf/KYlo3w==} + /@chakra-ui/system/2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq: + resolution: {integrity: sha512-I7hFQswp8tG6ogjEMFs5TsCItdCYuNxpLAULgUrLdOlsQeNnHNQhlL4zpIfD+VzguhsNy5lisbegAMKjdghTYg==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' dependencies: - '@chakra-ui/color-mode': 2.0.4_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/styled-system': 2.2.0 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/color-mode': 2.1.9_react@18.2.0 + '@chakra-ui/react-utils': 2.0.8_react@18.2.0 + '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/utils': 2.0.11 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-VkcXAmvNlhWXZ5qPUAVqW4DKARSNdCN4Ib8ViiX8lXqBUHK+IBAe2s6iB70FwzdaPqwrw2LndqRrLg/4w4FE3w==} + /@chakra-ui/table/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-zQTiqPKEgjdeO/PG0FByn0fH4sPF7dLJF+YszrIzDc6wvpD96iY6MYLeV+CSelbH1g0/uibcJ10PSaFStfGUZg==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/tabs/2.0.3_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-iBi7hSiNv7y9Zu0eR0b4SCBdKoY/5aOKhToZIm0iv5qJPunN3ap3zVAHL36ucPAIv19rC0GaOwqLsNQErMkMYQ==} + /@chakra-ui/tabs/2.1.3_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-9gUcj49LMt5QQnfJHR/ctr9VPttJ97CtQWuH2Irjb3RXkq1TRrz6wjythPImNQUv1/DYyXp2jsUhoEQc4Oz14Q==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.2_react@18.2.0 - '@chakra-ui/descendant': 3.0.2_react@18.2.0 - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/clickable': 2.0.10_react@18.2.0 + '@chakra-ui/descendant': 3.0.10_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-/TqjwPNTUjDofvTEulrNELS6/ls1n54YMFXMwGNwrEbNlJPgoE555t1N3jpdoNKH4kLhvkFcC6lfkDdWwnZ1BA==} + /@chakra-ui/tag/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-iJJcX+4hl+6Se/8eCRzG+xxDwZfiYgc4Ly/8s93M0uW2GLb+ybbfSE2DjeKSyk3mQVeGzuxGkBfDHH2c2v26ew==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/react-context': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.3_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-esOJa0vSrSsgDJGjPAbnPNPvemN1QUKYFYLFTOM/LR6BzI21EL8PX4Bh3AJM6aJK0GjeR0+SeKMuuuLL4oFnmw==} + /@chakra-ui/textarea/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-msR9YMynRXwZIqR6DgjQ2MogA/cW1syBx/R0v3es+9Zx8zlbuKdoLhYqajHteCup8dUzTeIH2Vs2vAwgq4wu5A==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.2_@chakra-ui+system@2.1.3: - resolution: {integrity: sha512-E01ZJZB4XVqkvn2hOXKQ/uVkvaPLQN1SyxAYXjFZGyZ1ppBLl362EWfY9IgWNzDITgq9MCJyQFfm2mXwQDUNzA==} + /@chakra-ui/theme-tools/2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4: + resolution: {integrity: sha512-mnMlKSmXkCjHUJsKWmJbgBTGF2vnLaMLv1ihkBn5eQcCubMQrBLTiMAEFl5pZdzuHItU6QdnLGA10smcXbNl0g==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/anatomy': 2.0.7 + '@chakra-ui/styled-system': 2.3.4 '@ctrl/tinycolor': 3.4.1 dev: false - /@chakra-ui/theme/2.1.0_@chakra-ui+system@2.1.3: - resolution: {integrity: sha512-OHvKCQ/QUHc3ZVgKKshYkvholiDhPf7vEPZcNOi5rnaFSP4PzWd00d1i7HOXYSyv/TGDOBRzs1IcodKfG6FzgA==} + /@chakra-ui/theme/2.1.13_kzevwk2hxgy6fnrjqv25jdmqp4: + resolution: {integrity: sha512-qbrrvn9JstyLFV2qyhwgnhwzVs4zSJ4PcS3ScL8kafXJazTRU6onbCcjEZ5mVCw6z8uEz3jcE8Y5KIhVzaB+Xw==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.0.1_@chakra-ui+system@2.1.3 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme-tools': 2.0.2_@chakra-ui+system@2.1.3 - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/anatomy': 2.0.7 + '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/theme-tools': 2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4 dev: false - /@chakra-ui/toast/2.1.0_xkqpmetvpu72ngaw6htttxrkde: - resolution: {integrity: sha512-xXgwzff/gtNrq2HGGG3fuqcfRQEIObluHzHhqgS3gesf8KYut/5ZJoLdgV4RKE+NYgJIi77BFUcQDiLJttxxPA==} + /@chakra-ui/toast/3.0.13_svvprik4kmnbjwafrq4cgb4wou: + resolution: {integrity: sha512-5GADso5l5Tv1PAL1iocEneLs6U7I8HHMHSMvWdPFSmmJJh0XCH3fboh0C9LiFNIcnEGJmn+A5yGc4vjedA0h2A==} peerDependencies: + '@chakra-ui/system': 2.2.12 framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/alert': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/close-button': 2.0.2_smtw3k2wuexenqj33awaujbhle - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme': 2.1.0_@chakra-ui+system@2.1.3 - '@chakra-ui/transition': 2.0.2_3scsim3kjm5bnetripeelcaw6u - '@chakra-ui/utils': 2.0.2 - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - transitivePeerDependencies: - - '@emotion/react' - - '@emotion/styled' - dev: false - - /@chakra-ui/tooltip/2.0.2_lnjmpdrzqkbareh3h3hvgex7im: - resolution: {integrity: sha512-oK6gXybFe/MmHBXbd9w3XgNChVHQ9BeLW0IAtFeDyeHn5gJg0iKul/SNmJkD73Iyv/j+BsmBMn98mbNYQkeMQA==} - peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' - framer-motion: '>=4.0.0' - react: '>=18 || 18' - react-dom: '>=18 || 18' - dependencies: - '@chakra-ui/hooks': 2.0.2_react@18.2.0 - '@chakra-ui/popper': 3.0.2_react@18.2.0 - '@chakra-ui/portal': 2.0.2_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-utils': 2.0.1_react@18.2.0 - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 - '@chakra-ui/visually-hidden': 2.0.2_smtw3k2wuexenqj33awaujbhle + '@chakra-ui/alert': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-use-timeout': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/theme': 2.1.13_kzevwk2hxgy6fnrjqv25jdmqp4 framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.2_3scsim3kjm5bnetripeelcaw6u: - resolution: {integrity: sha512-s98gDFIGbv60WMyniVjy381NXxgS1Y/6RACR1Z1pReC5XZLY5GyMqeRYyFCAeE78qKkqon77Y8EDPQXl6X78dw==} + /@chakra-ui/tooltip/2.2.0_svvprik4kmnbjwafrq4cgb4wou: + resolution: {integrity: sha512-oB97aQJBW+U3rRIt1ct7NaDRMnbW16JQ5ZBCl3BzN1VJWO3djiNuscpjVdZSceb+FdGSFo+GoDozp1ZwqdfFeQ==} + peerDependencies: + '@chakra-ui/system': '>=2.0.0' + framer-motion: '>=4.0.0' + react: '>=18 || 18' + react-dom: '>=18 || 18' + dependencies: + '@chakra-ui/popper': 3.0.8_react@18.2.0 + '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-types': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + dev: false + + /@chakra-ui/transition/2.0.10_3scsim3kjm5bnetripeelcaw6u: + resolution: {integrity: sha512-Tkkne8pIIY7f95TKt2aH+IAuQqzHmEt+ICPqvg74QbmIpKE5ptX0cd+P3swBANw4ACnJcCc2vWIaKmVBQ9clLw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.2 framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/utils/2.0.2: - resolution: {integrity: sha512-9AC/ir9zm0shgFG7kdzOKUH2Wx5VB71M3uRMEsMZf75YlhhiU7AvBNtWXnJu+CBiTi41rKa5A+2ImMOsuPfGbA==} + /@chakra-ui/utils/2.0.11: + resolution: {integrity: sha512-4ZQdK6tbOuTrUCsAQBHWo7tw5/Q6pBV93ZbVpats61cSWMFGv32AIQw9/hA4un2zDeSWN9ZMVLNjAY2Dq/KQOA==} dependencies: '@types/lodash.mergewith': 4.6.6 css-box-model: 1.2.1 @@ -4997,14 +5106,13 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.2_smtw3k2wuexenqj33awaujbhle: - resolution: {integrity: sha512-zYeLzaeouPbBBPDBAdRwj+jyxLJbtU6vW6r4kSQKfHoQPxJ+1A1HxRmDrj4FZJXk0CnBc4m7HF6Zuy7A5eCokg==} + /@chakra-ui/visually-hidden/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + resolution: {integrity: sha512-e+5amYvnsmEQdiWH4XMyvrtGTdwz//+48vwj5CsNWWcselzkwqodmciy5rIrT71/SCQDOtmgnL7ZWAUOffxfsQ==} peerDependencies: - '@chakra-ui/system': '>=2.0.0-next.0' + '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.1.3_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.2 + '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -5214,14 +5322,14 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/selector-specificity/2.0.2_pnx64jze6bptzcedy5bidi3zdi: + /@csstools/selector-specificity/2.0.2_zurzgjffv23ohtxa7nq7nizuja: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.16 + postcss: 8.4.17 postcss-selector-parser: 6.0.10 dev: true @@ -5252,8 +5360,8 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.10.0_@babel+core@7.19.3: - resolution: {integrity: sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA==} + /@emotion/babel-plugin/11.10.2_@babel+core@7.19.3: + resolution: {integrity: sha512-xNQ57njWTFVfPAc3cjfuaPdsgLp5QOSuRsj9MA6ndEhH/AzuZM86qIQzt6rq+aGBwj3n5/TkLmU5lhAfdRmogA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -5272,8 +5380,8 @@ packages: stylis: 4.0.13 dev: false - /@emotion/cache/11.10.1: - resolution: {integrity: sha512-uZTj3Yz5D69GE25iFZcIQtibnVCFsc/6+XIozyL3ycgWvEdif2uEw9wlUt6umjLr4Keg9K6xRPHmD8LGi+6p1A==} + /@emotion/cache/11.10.3: + resolution: {integrity: sha512-Psmp/7ovAa8appWh3g51goxu/z3iVms7JXOreq136D8Bbn6dYraPnmL6mdM8GThEx9vwSn92Fz+mGSjBzN8UPQ==} dependencies: '@emotion/memoize': 0.8.0 '@emotion/sheet': 1.2.0 @@ -5282,16 +5390,6 @@ packages: stylis: 4.0.13 dev: false - /@emotion/cache/11.9.3: - resolution: {integrity: sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==} - dependencies: - '@emotion/memoize': 0.7.5 - '@emotion/sheet': 1.2.0 - '@emotion/utils': 1.2.0 - '@emotion/weak-memoize': 0.2.5 - stylis: 4.0.13 - dev: false - /@emotion/hash/0.9.0: resolution: {integrity: sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==} dev: false @@ -5314,37 +5412,9 @@ packages: dev: false optional: true - /@emotion/memoize/0.7.5: - resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} - dev: false - /@emotion/memoize/0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - /@emotion/react/11.10.0_bjroym7kxlcs2vvwnej4p3gzwu: - resolution: {integrity: sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/react': '*' - react: '>=16.8.0 || 18' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/core': 7.19.3 - '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.0_@babel+core@7.19.3 - '@emotion/cache': 11.10.1 - '@emotion/serialize': 1.1.0 - '@emotion/utils': 1.2.0 - '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.21 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - dev: false - /@emotion/react/11.10.4_bjroym7kxlcs2vvwnej4p3gzwu: resolution: {integrity: sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==} peerDependencies: @@ -5359,8 +5429,8 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.0_@babel+core@7.19.3 - '@emotion/cache': 11.10.1 + '@emotion/babel-plugin': 11.10.2_@babel+core@7.19.3 + '@emotion/cache': 11.10.3 '@emotion/serialize': 1.1.0 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 @@ -5399,7 +5469,7 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.0_@babel+core@7.19.3 + '@emotion/babel-plugin': 11.10.2_@babel+core@7.19.3 '@emotion/is-prop-valid': 1.2.0 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/serialize': 1.1.0 @@ -5431,10 +5501,6 @@ packages: resolution: {integrity: sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==} dev: false - /@emotion/weak-memoize/0.2.5: - resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} - dev: false - /@emotion/weak-memoize/0.3.0: resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} dev: false @@ -5446,7 +5512,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.0 - globals: 13.15.0 + globals: 13.17.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -5459,42 +5525,73 @@ packages: /@gar/promisify/1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - /@graphql-tools/merge/8.2.14_graphql@16.6.0: - resolution: {integrity: sha512-od6lTF732nwPX91G79eiJf+dyRBHxCaKe7QL4IYeH4d1k+NYqx/ihYpFJNjDaqxmpHH92Hr+TxsP9SYRK3/QKg==} + /@graphql-tools/merge/8.3.1_graphql@16.6.0: + resolution: {integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.6.13_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 graphql: 16.6.0 tslib: 2.4.0 dev: false - /@graphql-tools/mock/8.6.12_graphql@16.6.0: - resolution: {integrity: sha512-o4plehiIgwqIB3TJDlEx7s6CHucTnrYsv4LqBXfyiXN10E9x0Ab44UxXjePbAd9yJFYEUYp0thqb7WjI3/3cmQ==} + /@graphql-tools/merge/8.3.6_graphql@16.6.0: + resolution: {integrity: sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 8.3.14_graphql@16.6.0 - '@graphql-tools/utils': 8.6.13_graphql@16.6.0 + '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.4.0 + dev: false + + /@graphql-tools/mock/8.7.6_graphql@16.6.0: + resolution: {integrity: sha512-cQGPyY6dF4x28552zjAg9En2WWVury62u1/xzipCNUSCdKRVOsAupTNBcAGdMjsKPLcGzzk1cPA8dP0DUfNqzg==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/schema': 9.0.4_graphql@16.6.0 + '@graphql-tools/utils': 8.12.0_graphql@16.6.0 fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 tslib: 2.4.0 dev: false - /@graphql-tools/schema/8.3.14_graphql@16.6.0: - resolution: {integrity: sha512-ntA4pKwyyPHFFKcIw17FfqGZAiTNZl0tHieQpPIkN5fPc4oHcXOfaj1vBjtIC/Qn6H7XBBu3l2kMA8FpobdxTQ==} + /@graphql-tools/schema/8.5.1_graphql@16.6.0: + resolution: {integrity: sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.2.14_graphql@16.6.0 - '@graphql-tools/utils': 8.6.13_graphql@16.6.0 + '@graphql-tools/merge': 8.3.1_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 graphql: 16.6.0 tslib: 2.4.0 value-or-promise: 1.0.11 dev: false - /@graphql-tools/utils/8.6.13_graphql@16.6.0: - resolution: {integrity: sha512-FiVqrQzj4cgz0HcZ3CxUs8NtBGPZFpmsVyIgwmL6YCwIhjJQnT72h8G3/vk5zVfjfesht85YGp0inWWuoCKWzg==} + /@graphql-tools/schema/9.0.4_graphql@16.6.0: + resolution: {integrity: sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/merge': 8.3.6_graphql@16.6.0 + '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.4.0 + value-or-promise: 1.0.11 + dev: false + + /@graphql-tools/utils/8.12.0_graphql@16.6.0: + resolution: {integrity: sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.6.0 + tslib: 2.4.0 + dev: false + + /@graphql-tools/utils/8.9.0_graphql@16.6.0: + resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: @@ -5543,7 +5640,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -5564,7 +5661,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5609,7 +5706,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5646,7 +5743,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 jest-mock: 27.5.1 dev: true @@ -5656,7 +5753,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.0.0 + '@types/node': 16.11.64 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -5685,17 +5782,17 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.3 graceful-fs: 4.2.10 istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.2.1 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.4 + istanbul-reports: 3.1.5 jest-haste-map: 27.5.1 jest-resolve: 27.5.1 jest-util: 27.5.1 @@ -5792,7 +5889,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.0.0 + '@types/node': 18.8.3 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -5803,7 +5900,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -5816,55 +5913,46 @@ packages: resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/set-array': 1.1.1 - '@jridgewell/sourcemap-codec': 1.4.13 - - /@jridgewell/gen-mapping/0.3.1: - resolution: {integrity: sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.1 - '@jridgewell/sourcemap-codec': 1.4.13 - '@jridgewell/trace-mapping': 0.3.13 - dev: true + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 /@jridgewell/gen-mapping/0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/set-array': 1.1.1 - '@jridgewell/sourcemap-codec': 1.4.13 - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/trace-mapping': 0.3.16 - /@jridgewell/resolve-uri/3.0.7: - resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==} + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} - /@jridgewell/set-array/1.1.1: - resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==} + /@jridgewell/set-array/1.1.2: + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} /@jridgewell/source-map/0.3.2: resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} dependencies: - '@jridgewell/gen-mapping': 0.3.1 - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.16 dev: true - /@jridgewell/sourcemap-codec/1.4.13: - resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==} + /@jridgewell/sourcemap-codec/1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping/0.3.13: - resolution: {integrity: sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==} + /@jridgewell/trace-mapping/0.3.16: + resolution: {integrity: sha512-LCQ+NeThyJ4k1W2d+vIKdxuSt9R3pQSZ4P92m7EakaYuXcVWbHuT5bjNcqLd4Rdgi6xYWYDvBJZJLZSLanjDcA==} dependencies: - '@jridgewell/resolve-uri': 3.0.7 - '@jridgewell/sourcemap-codec': 1.4.13 + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 /@jridgewell/trace-mapping/0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: - '@jridgewell/resolve-uri': 3.0.7 - '@jridgewell/sourcemap-codec': 1.4.13 + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 dev: true /@leichtgewicht/ip-codec/2.0.4: @@ -5891,8 +5979,8 @@ packages: read-yaml-file: 1.1.0 dev: true - /@mapbox/node-pre-gyp/1.0.9: - resolution: {integrity: sha512-aDF3S3rK9Q2gey/WAttUlISduDItz5BU3306M9Eyv6/oS40aMprnopshtlKTykxRNIBEZuRMaZAnbrQ4QtKGyw==} + /@mapbox/node-pre-gyp/1.0.10: + resolution: {integrity: sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==} hasBin: true dependencies: detect-libc: 2.0.1 @@ -5947,49 +6035,49 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@motionone/animation/10.13.2: - resolution: {integrity: sha512-YGWss58IR2X4lOjW89rv1Q+/Nq/QhfltaggI7i8sZTpKC1yUvM+XYDdvlRpWc6dk8LviMBrddBJAlLdbaqeRmw==} + /@motionone/animation/10.14.0: + resolution: {integrity: sha512-h+1sdyBP8vbxEBW5gPFDnj+m2DCqdlAuf2g6Iafb1lcMnqjsRXWlPw1AXgvUMXmreyhqmPbJqoNfIKdytampRQ==} dependencies: - '@motionone/easing': 10.13.2 - '@motionone/types': 10.13.2 - '@motionone/utils': 10.13.2 + '@motionone/easing': 10.14.0 + '@motionone/types': 10.14.0 + '@motionone/utils': 10.14.0 tslib: 2.4.0 dev: false /@motionone/dom/10.13.1: resolution: {integrity: sha512-zjfX+AGMIt/fIqd/SL1Lj93S6AiJsEA3oc5M9VkUr+Gz+juRmYN1vfvZd6MvEkSqEjwPQgcjN7rGZHrDB9APfQ==} dependencies: - '@motionone/animation': 10.13.2 - '@motionone/generators': 10.13.2 - '@motionone/types': 10.13.2 - '@motionone/utils': 10.13.2 + '@motionone/animation': 10.14.0 + '@motionone/generators': 10.14.0 + '@motionone/types': 10.14.0 + '@motionone/utils': 10.14.0 hey-listen: 1.0.8 tslib: 2.4.0 dev: false - /@motionone/easing/10.13.2: - resolution: {integrity: sha512-3HqctS5NyDfDQ+8+cZqc3Pu7I6amFCt9zDUjcozHyFXHh4PKYHK4+GJDFjJIS8bCAF2BrJmpmduDQ2V7lFEYeQ==} + /@motionone/easing/10.14.0: + resolution: {integrity: sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA==} dependencies: - '@motionone/utils': 10.13.2 + '@motionone/utils': 10.14.0 tslib: 2.4.0 dev: false - /@motionone/generators/10.13.2: - resolution: {integrity: sha512-QMoXV1MXEEhR6D3dct/RMMS1FwJlAsW+kMPbFGzBA4NbweblgeYQCft9DcDAVpV9wIwD6qvlBG9u99sOXLfHiA==} + /@motionone/generators/10.14.0: + resolution: {integrity: sha512-6kRHezoFfIjFN7pPpaxmkdZXD36tQNcyJe3nwVqwJ+ZfC0e3rFmszR8kp9DEVFs9QL/akWjuGPSLBI1tvz+Vjg==} dependencies: - '@motionone/types': 10.13.2 - '@motionone/utils': 10.13.2 + '@motionone/types': 10.14.0 + '@motionone/utils': 10.14.0 tslib: 2.4.0 dev: false - /@motionone/types/10.13.2: - resolution: {integrity: sha512-yYV4q5v5F0iADhab4wHfqaRJnM/eVtQLjUPhyEcS72aUz/xyOzi09GzD/Gu+K506BDfqn5eULIilUI77QNaqhw==} + /@motionone/types/10.14.0: + resolution: {integrity: sha512-3bNWyYBHtVd27KncnJLhksMFQ5o2MSdk1cA/IZqsHtA9DnRM1SYgN01CTcJ8Iw8pCXF5Ocp34tyAjY7WRpOJJQ==} dev: false - /@motionone/utils/10.13.2: - resolution: {integrity: sha512-6Lw5bDA/w7lrPmT/jYWQ76lkHlHs9fl2NZpJ22cVy1kKDdEH+Cl1U6hMTpdphO6VQktQ6v2APngag91WBKLqlA==} + /@motionone/utils/10.14.0: + resolution: {integrity: sha512-sLWBLPzRqkxmOTRzSaD3LFQXCPHvDzyHJ1a3VP9PRzBxyVd2pv51/gMOsdAcxQ9n+MIeGJnxzXBYplUHKj4jkw==} dependencies: - '@motionone/types': 10.13.2 + '@motionone/types': 10.14.0 hey-listen: 1.0.8 tslib: 2.4.0 dev: false @@ -6007,7 +6095,7 @@ packages: engines: {node: '>=14'} dependencies: '@types/set-cookie-parser': 2.4.2 - set-cookie-parser: 2.5.0 + set-cookie-parser: 2.5.1 dev: false /@mswjs/data/0.10.2_typescript@4.7.4: @@ -6017,7 +6105,7 @@ packages: '@types/md5': 2.3.2 '@types/pluralize': 0.0.29 '@types/uuid': 8.3.4 - date-fns: 2.28.0 + date-fns: 2.29.3 debug: 4.3.4 graphql: 15.8.0 lodash: 4.17.21 @@ -6122,7 +6210,7 @@ packages: node-machine-id: 1.1.12 strip-json-comments: 3.1.1 tar: 6.1.11 - yargs-parser: 21.0.1 + yargs-parser: 21.1.1 transitivePeerDependencies: - debug dev: true @@ -6148,17 +6236,17 @@ packages: requiresBuild: true dependencies: node-addon-api: 3.2.1 - node-gyp-build: 4.4.0 + node-gyp-build: 4.5.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.7_metx475lqcp4j5c75za4zf7xbi: - resolution: {integrity: sha512-bcKCAzF0DV2IIROp9ZHkRJa6O4jy7NlnHdWL3GmcUxYWNjLXkK5kfELELwEfSP5hXPfVL/qOGMAROuMQb9GG8Q==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.8_metx475lqcp4j5c75za4zf7xbi: + resolution: {integrity: sha512-wxXRwf+IQ6zvHSJZ+5T2RQNEsq+kx4jKRXfFvdt3nBIUzJUAvXEFsUeoaohDe/Kr84MTjGwcuIUPNcstNJORsA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x react-refresh: '>=0.10.0 <1.0.0' sockjs-client: ^1.4.0 - type-fest: '>=0.17.0 <3.0.0' + type-fest: '>=0.17.0 <4.0.0' webpack: '>=4.43.0 <6.0.0' webpack-dev-server: 3.x || 4.x webpack-hot-middleware: 2.x @@ -6179,7 +6267,7 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.23.1 + core-js-pure: 3.25.5 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 @@ -6190,8 +6278,8 @@ packages: webpack: 5.74.0 dev: true - /@popperjs/core/2.11.5: - resolution: {integrity: sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==} + /@popperjs/core/2.11.6: + resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==} dev: false /@protobufjs/aspromise/1.1.2: @@ -6237,8 +6325,8 @@ packages: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false - /@react-aria/ssr/3.2.0_react@18.2.0: - resolution: {integrity: sha512-wwJFdkl+Q8NU5yJ4NvdAOqx5LM3QtUVoSjuK7Ey8jZ4WS4bB0EqT3Kr3IInBs257HzZ5nXCiKXKE4NGXXuIRWA==} + /@react-aria/ssr/3.3.0_react@18.2.0: + resolution: {integrity: sha512-yNqUDuOVZIUGP81R87BJVi/ZUZp/nYOBXbPsRe7oltJOfErQZD+UezMpw4vM2KRz18cURffvmC8tJ6JTeyDtaQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: @@ -6274,22 +6362,22 @@ packages: peerDependencies: react: '>=16.8.0 || 18' dependencies: - dequal: 2.0.2 + dequal: 2.0.3 react: 18.2.0 dev: false - /@restart/ui/1.3.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-MYvMs2eeZTHu2dBJHOXKx72vxzEZeWbZx2z1QjeXq62iYjpjIyukBC2ZEy8x+sb9Gl0AiOiHkPXrl1wn95aOGQ==} + /@restart/ui/1.4.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-5dDj5uDzUgK1iijWPRg6AnxjkHM04XhTQDJirM1h/8tIc7KyLtF9YyjcCpNEn259hPMXswpkfXKNgiag0skPFg==} peerDependencies: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: '@babel/runtime': 7.19.0 - '@popperjs/core': 2.11.5 - '@react-aria/ssr': 3.2.0_react@18.2.0 + '@popperjs/core': 2.11.6 + '@react-aria/ssr': 3.3.0_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 '@types/warning': 3.0.0 - dequal: 2.0.2 + dequal: 2.0.3 dom-helpers: 5.2.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6305,9 +6393,9 @@ packages: dependencies: '@types/json-schema': 7.0.11 ajv: 6.12.6 - core-js-pure: 3.23.1 + core-js-pure: 3.25.5 json-schema-merge-allof: 0.6.0 - jsonpointer: 5.0.0 + jsonpointer: 5.0.1 lodash: 4.17.21 lodash-es: 4.17.21 nanoid: 3.3.4 @@ -6327,7 +6415,7 @@ packages: optional: true dependencies: '@babel/core': 7.19.3 - '@babel/helper-module-imports': 7.16.7 + '@babel/helper-module-imports': 7.18.6 '@rollup/pluginutils': 3.1.0_rollup@2.79.1 rollup: 2.79.1 dev: true @@ -6357,7 +6445,7 @@ packages: '@rollup/pluginutils': 3.1.0_rollup@2.79.1 '@types/resolve': 1.17.1 deepmerge: 4.2.2 - is-builtin-module: 3.1.0 + is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 rollup: 2.79.1 @@ -6414,8 +6502,8 @@ packages: lodash: 4.17.21 dev: true - /@sinonjs/text-encoding/0.7.1: - resolution: {integrity: sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==} + /@sinonjs/text-encoding/0.7.2: + resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} dev: true /@storybook/addon-actions/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -6436,7 +6524,7 @@ packages: '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6470,7 +6558,7 @@ packages: '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 memoizerific: 1.11.3 react: 18.2.0 @@ -6500,7 +6588,7 @@ packages: '@storybook/node-logger': 6.5.12 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6528,7 +6616,7 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 @@ -6547,7 +6635,7 @@ packages: '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde - core-js: 3.23.1 + core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6639,7 +6727,7 @@ packages: '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm '@storybook/node-logger': 6.5.12 - core-js: 3.23.1 + core-js: 3.25.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -6672,7 +6760,7 @@ packages: '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6695,7 +6783,7 @@ packages: '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6719,7 +6807,7 @@ packages: '@storybook/client-logger': 6.5.12 '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 @@ -6742,7 +6830,7 @@ packages: '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/core-events': 6.5.12 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 @@ -6765,7 +6853,7 @@ packages: '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/webpack-env': 1.18.0 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6785,7 +6873,7 @@ packages: '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6793,7 +6881,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 - store2: 2.13.2 + store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -6831,7 +6919,7 @@ packages: autoprefixer: 9.8.8 babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.23.1 + core-js: 3.25.5 css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 @@ -6857,7 +6945,7 @@ packages: webpack: 4.46.0 webpack-dev-middleware: 3.7.3_webpack@4.46.0 webpack-filter-warnings-plugin: 1.2.1_webpack@4.46.0 - webpack-hot-middleware: 2.25.1 + webpack-hot-middleware: 2.25.2 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: - bluebird @@ -6874,7 +6962,7 @@ packages: '@storybook/channels': 6.5.12 '@storybook/client-logger': 6.5.12 '@storybook/core-events': 6.5.12 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 qs: 6.11.0 telejson: 6.0.8 @@ -6885,7 +6973,7 @@ packages: dependencies: '@storybook/channels': 6.5.12 '@storybook/client-logger': 6.5.12 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 telejson: 6.0.8 dev: true @@ -6893,7 +6981,7 @@ packages: /@storybook/channels/6.5.12: resolution: {integrity: sha512-X5XaKbe4b7LXJ4sUakBo00x6pXnW78JkOonHoaKoWsccHLlEzwfBZpVVekhVZnqtCoLT23dB8wjKgA71RYWoiw==} dependencies: - core-js: 3.23.1 + core-js: 3.25.5 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -6913,7 +7001,7 @@ packages: '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 '@types/webpack-env': 1.18.0 - core-js: 3.23.1 + core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6922,8 +7010,8 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 - store2: 2.13.2 - synchronous-promise: 2.0.15 + store2: 2.14.2 + synchronous-promise: 2.0.16 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -6931,7 +7019,7 @@ packages: /@storybook/client-logger/6.5.12: resolution: {integrity: sha512-IrkMr5KZcudX935/C2balFbxLHhkvQnJ78rbVThHDVckQ7l3oIXTh66IMzldeOabVFDZEMiW8AWuGEYof+JtLw==} dependencies: - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 dev: true @@ -6944,7 +7032,7 @@ packages: '@storybook/client-logger': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 @@ -6976,7 +7064,7 @@ packages: '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -7013,7 +7101,7 @@ packages: '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -7039,8 +7127,8 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-decorators': 7.18.2_@babel+core@7.19.3 - '@babel/plugin-proposal-export-default-from': 7.17.12_@babel+core@7.19.3 + '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.19.3 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.19.3 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.19.3 '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 @@ -7067,7 +7155,7 @@ packages: babel-plugin-macros: 3.1.0 babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.19.3 chalk: 4.1.2 - core-js: 3.23.1 + core-js: 3.25.5 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 @@ -7101,7 +7189,7 @@ packages: /@storybook/core-events/6.5.12: resolution: {integrity: sha512-0AMyMM19R/lHsYRfWqM8zZTXthasTAK2ExkSRzYi2GkIaVMxRKtM33YRwxKIpJ6KmIKIs8Ru3QCXu1mfCmGzNg==} dependencies: - core-js: 3.23.1 + core-js: 3.25.5 dev: true /@storybook/core-server/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: @@ -7139,12 +7227,12 @@ packages: better-opn: 2.1.1 boxen: 5.1.2 chalk: 4.1.2 - cli-table3: 0.6.2 + cli-table3: 0.6.3 commander: 6.2.1 compression: 1.7.4 - core-js: 3.23.1 + core-js: 3.25.5 cpy: 8.1.2 - detect-port: 1.3.0 + detect-port: 1.5.1 express: 4.18.2 fs-extra: 9.1.0 global: 4.4.0 @@ -7166,7 +7254,7 @@ packages: util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 - ws: 8.8.0 + ws: 8.9.0 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -7228,13 +7316,13 @@ packages: '@babel/core': 7.19.3 '@babel/generator': 7.19.3 '@babel/parser': 7.19.3 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/traverse': 7.19.3 '@babel/types': 7.19.3 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 - core-js: 3.23.1 + core-js: 3.25.5 fs-extra: 9.1.0 global: 4.4.0 regenerator-runtime: 0.13.9 @@ -7255,7 +7343,7 @@ packages: '@babel/core': 7.19.3 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 doctrine: 3.0.0 lodash: 4.17.21 regenerator-runtime: 0.13.9 @@ -7289,7 +7377,7 @@ packages: babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 - core-js: 3.23.1 + core-js: 3.25.5 css-loader: 3.6.0_webpack@4.46.0 express: 4.18.2 file-loader: 6.2.0_webpack@4.46.0 @@ -7347,7 +7435,7 @@ packages: dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 - core-js: 3.23.1 + core-js: 3.25.5 npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true @@ -7355,7 +7443,7 @@ packages: /@storybook/postinstall/6.5.12: resolution: {integrity: sha512-6K73f9c2UO+w4Wtyo2BxEpEsnhPvMgqHSaJ9Yt6Tc90LaDGUbcVgy6PNibsRyuJ/KQ543WeiRO5rSZfm2uJU9A==} dependencies: - core-js: 3.23.1 + core-js: 3.25.5 dev: true /@storybook/preview-web/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -7371,14 +7459,14 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 - core-js: 3.23.1 + core-js: 3.25.5 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 - synchronous-promise: 2.0.15 + synchronous-promise: 2.0.16 ts-dedent: 2.2.0 unfetch: 4.2.0 util-deprecate: 1.0.2 @@ -7432,9 +7520,9 @@ packages: optional: true dependencies: '@babel/core': 7.19.3 - '@babel/preset-flow': 7.17.12_@babel+core@7.19.3 + '@babel/preset-flow': 7.18.6_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.7_metx475lqcp4j5c75za4zf7xbi + '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_metx475lqcp4j5c75za4zf7xbi '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 '@storybook/core': 6.5.12_j6ooe25olrkpcpermwcqizxdfi @@ -7453,7 +7541,7 @@ packages: acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 - core-js: 3.23.1 + core-js: 3.25.5 escodegen: 2.0.0 fs-extra: 9.1.0 global: 4.4.0 @@ -7500,7 +7588,7 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: '@storybook/client-logger': 6.5.12 - core-js: 3.23.1 + core-js: 3.25.5 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 @@ -7513,7 +7601,7 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - core-js: 3.23.1 + core-js: 3.25.5 find-up: 4.1.0 dev: true @@ -7526,7 +7614,7 @@ packages: '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.1 + core-js: 3.25.5 estraverse: 5.3.0 global: 4.4.0 loader-utils: 2.0.2 @@ -7547,7 +7635,7 @@ packages: '@storybook/client-logger': 6.5.12 '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.1 + core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -7557,7 +7645,7 @@ packages: regenerator-runtime: 0.13.9 slash: 3.0.0 stable: 0.1.8 - synchronous-promise: 2.0.15 + synchronous-promise: 2.0.16 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -7568,9 +7656,9 @@ packages: '@storybook/client-logger': 6.5.12 '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm chalk: 4.1.2 - core-js: 3.23.1 + core-js: 3.25.5 detect-package-manager: 2.0.1 - fetch-retry: 5.0.2 + fetch-retry: 5.0.3 fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0 @@ -7596,7 +7684,7 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: '@storybook/client-logger': 6.5.12 - core-js: 3.23.1 + core-js: 3.25.5 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -7618,7 +7706,7 @@ packages: '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.23.1 + core-js: 3.25.5 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 @@ -7644,7 +7732,7 @@ packages: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.19.0 '@types/aria-query': 4.2.2 - aria-query: 5.0.0 + aria-query: 5.0.2 chalk: 4.1.2 dom-accessibility-api: 0.5.14 lz-string: 1.4.4 @@ -7658,7 +7746,7 @@ packages: '@adobe/css-tools': 4.0.1 '@babel/runtime': 7.19.0 '@types/testing-library__jest-dom': 5.14.5 - aria-query: 5.0.0 + aria-query: 5.0.2 chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.14 @@ -7712,13 +7800,13 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: false /@types/ag-auth/1.0.0: resolution: {integrity: sha512-9Zri8Apx8al2ZfqcsJ5X39GoirGiVcP7sp1I4mOgsRwXeAwPGadE//44jMHTpCpVDwQ4geGzmD2KMlZspAAcdA==} dependencies: - '@types/jsonwebtoken': 8.5.8 + '@types/jsonwebtoken': 8.5.9 dev: true /@types/ag-channel/5.0.0: @@ -7765,7 +7853,7 @@ packages: '@babel/types': 7.19.3 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.17.1 + '@types/babel__traverse': 7.18.2 dev: true /@types/babel__generator/7.6.4: @@ -7781,8 +7869,8 @@ packages: '@babel/types': 7.19.3 dev: true - /@types/babel__traverse/7.17.1: - resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} + /@types/babel__traverse/7.18.2: + resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: '@babel/types': 7.19.3 dev: true @@ -7800,19 +7888,19 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.0.0 + '@types/node': 16.11.64 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/chrome/0.0.197: resolution: {integrity: sha512-m1NfS5bOjaypyqQfaX6CxmJodZVcvj5+Mt/K94EBHkflYjPNmXHAzbxfifdLMa0YM3PDyOxohoTS5ug/e6p5jA==} dependencies: '@types/filesystem': 0.0.32 - '@types/har-format': 1.2.8 + '@types/har-format': 1.2.9 /@types/classnames/2.3.1: resolution: {integrity: sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==} @@ -7847,18 +7935,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/cookie/0.4.1: @@ -7872,7 +7960,7 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 tapable: 2.2.1 webpack: 5.74.0_webpack-cli@4.10.0 transitivePeerDependencies: @@ -7888,7 +7976,7 @@ packages: /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/d3/3.5.47: @@ -7911,15 +7999,15 @@ packages: resolution: {integrity: sha512-wvlFvfUd3FAJyRhgjfibljYSPJ/XKmB3sSlPV+1P5dinRmdSE0lYOFXfJ/ZiWSfBN0Cex5MENBUw8kjsvft+8w==} dev: true - /@types/eslint-scope/3.7.3: - resolution: {integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==} + /@types/eslint-scope/3.7.4: + resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.4.3 + '@types/eslint': 8.4.6 '@types/estree': 0.0.51 dev: true - /@types/eslint/8.4.3: - resolution: {integrity: sha512-YP1S7YJRMPs+7KZKDb9G63n8YejIwW9BALq7a5j2+H4yl6iOv9CB29edho+cuFRrvmJbbaH2yiVChKLJVysDGw==} + /@types/eslint/8.4.6: + resolution: {integrity: sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==} dependencies: '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 @@ -7931,18 +8019,15 @@ packages: /@types/estree/0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} + dev: true - /@types/express-serve-static-core/4.17.30: - resolution: {integrity: sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==} - dependencies: - '@types/node': 18.0.0 - '@types/qs': 6.9.7 - '@types/range-parser': 1.2.4 + /@types/estree/1.0.0: + resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -7950,9 +8035,9 @@ packages: resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.30 + '@types/express-serve-static-core': 4.17.31 '@types/qs': 6.9.7 - '@types/serve-static': 1.13.10 + '@types/serve-static': 1.15.0 /@types/filesystem/0.0.32: resolution: {integrity: sha512-Yuf4jR5YYMR2DVgwuCiP11s0xuVRyPKmz8vo6HBY3CGdeMj8af93CFZX+T82+VD1+UqHOxTq31lO7MI7lepBtQ==} @@ -7969,18 +8054,25 @@ packages: /@types/glob/7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: - '@types/minimatch': 3.0.5 - '@types/node': 18.0.0 + '@types/minimatch': 5.1.2 + '@types/node': 16.11.64 + dev: true + + /@types/glob/8.0.0: + resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} + dependencies: + '@types/minimatch': 5.1.2 + '@types/node': 16.11.64 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true - /@types/har-format/1.2.8: - resolution: {integrity: sha512-OP6L9VuZNdskgNN3zFQQ54ceYD8OLq5IbqO4VK91ORLfOm7WdT/CiT/pHEBSQEqCInJ2y3O6iCm/zGtPElpgJQ==} + /@types/har-format/1.2.9: + resolution: {integrity: sha512-rffW6MhQ9yoa75bdNi+rjZBAvu2HhehWJXlhuWXnWdENeuKe82wUgAwxYOb7KRKKmxYN+D/iRKd2NDQMLqlUmg==} /@types/hast/2.3.4: resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==} @@ -8020,13 +8112,13 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/is-ci/3.0.0: resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} dependencies: - ci-info: 3.3.2 + ci-info: 3.5.0 dev: true /@types/is-function/1.0.1: @@ -8070,16 +8162,16 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/jsonwebtoken/8.5.8: - resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==} + /@types/jsonwebtoken/8.5.9: + resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8121,11 +8213,11 @@ packages: '@types/unist': 2.0.6 dev: true - /@types/mime/1.3.2: - resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} + /@types/mime/3.0.1: + resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} - /@types/minimatch/3.0.5: - resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} + /@types/minimatch/5.1.2: + resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true /@types/minimist/1.2.2: @@ -8135,7 +8227,7 @@ packages: /@types/morgan/1.9.3: resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/ms/0.7.31: @@ -8145,7 +8237,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 form-data: 3.0.1 dev: true @@ -8160,8 +8252,8 @@ packages: /@types/node/16.11.64: resolution: {integrity: sha512-z5hPTlVFzNwtJ2LNozTpJcD1Cu44c4LNuzaq1mwxmiHWQh2ULdR6Vjwo1UGldzRpzL0yUEdZddnfqGW2G70z6Q==} - /@types/node/18.0.0: - resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} + /@types/node/18.8.3: + resolution: {integrity: sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8194,8 +8286,8 @@ packages: resolution: {integrity: sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA==} dev: false - /@types/prettier/2.6.3: - resolution: {integrity: sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==} + /@types/prettier/2.7.1: + resolution: {integrity: sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==} dev: true /@types/pretty-hrtime/1.0.1: @@ -8234,8 +8326,8 @@ packages: '@types/react': 18.0.21 dev: true - /@types/react-transition-group/4.4.4: - resolution: {integrity: sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug==} + /@types/react-transition-group/4.4.5: + resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: '@types/react': 18.0.21 dev: false @@ -8261,13 +8353,13 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8298,16 +8390,16 @@ packages: '@types/express': 4.17.14 dev: true - /@types/serve-static/1.13.10: - resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} + /@types/serve-static/1.15.0: + resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: - '@types/mime': 1.3.2 - '@types/node': 18.0.0 + '@types/mime': 3.0.1 + '@types/node': 16.11.64 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: false /@types/simple-diff/1.6.1: @@ -8338,7 +8430,7 @@ packages: '@types/ag-simple-broker': 5.0.0 '@types/async-stream-emitter': 4.0.0 '@types/consumable-stream': 2.0.0 - '@types/jsonwebtoken': 8.5.8 + '@types/jsonwebtoken': 8.5.9 '@types/sc-errors': 1.4.1 '@types/stream-demux': 8.0.0 '@types/writable-consumable-stream': 2.0.0 @@ -8348,7 +8440,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/source-list-map/0.1.2: @@ -8382,7 +8474,7 @@ packages: resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/supertest/2.0.12: @@ -8398,7 +8490,7 @@ packages: /@types/tern/0.23.4: resolution: {integrity: sha512-JAUw1iXGO1qaWwEOzxTKJZ/5JxVeON9kvGZ/osgZaJImBnyjyn0cjovPsf6FNLmyGY8Vw9DoXZCMlfMkMwHRWg==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 dev: false /@types/testing-library__jest-dom/5.14.5: @@ -8407,8 +8499,8 @@ packages: '@types/jest': 27.5.2 dev: true - /@types/uglify-js/3.16.0: - resolution: {integrity: sha512-0yeUr92L3r0GLRnBOvtYK1v2SjqMIqQDHMl7GLb+l2L8+6LSFWEEWEIgVsPdMn5ImLM8qzWT8xFPtQYpp8co0g==} + /@types/uglify-js/3.17.0: + resolution: {integrity: sha512-3HO6rm0y+/cqvOyA8xcYLweF0TKXlAxmQASjbOi49Co51A1N4nR4bEwBgRoD9kNM+rqFGArjKr654SLp2CoGmQ==} dependencies: source-map: 0.6.1 dev: true @@ -8434,7 +8526,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8442,9 +8534,9 @@ packages: /@types/webpack/4.41.32: resolution: {integrity: sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 '@types/tapable': 1.0.8 - '@types/uglify-js': 3.16.0 + '@types/uglify-js': 3.17.0 '@types/webpack-sources': 3.2.0 anymatch: 3.1.2 source-map: 0.6.1 @@ -8459,7 +8551,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /@types/yargs-parser/21.0.0: @@ -8482,7 +8574,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.0.0 + '@types/node': 18.8.3 optional: true /@typescript-eslint/eslint-plugin/5.39.0_23z4ljmzfershnk3fir43q6pzi: @@ -8913,6 +9005,10 @@ packages: tslib: 2.4.0 dev: true + /@zag-js/element-size/0.1.0: + resolution: {integrity: sha512-QF8wp0+V8++z+FHXiIw93+zudtubYszOtYbNgK39fg3pi+nCZtuSm4L1jC5QZMatNZ83MfOzyNCfgUubapagJQ==} + dev: false + /@zag-js/focus-visible/0.1.0: resolution: {integrity: sha512-PeaBcTmdZWcFf7n1aM+oiOdZc+sy14qi0emPIeUuGMTjbP0xLGrZu43kdpHnWSXy7/r4Ubp/vlg50MCV8+9Isg==} dev: false @@ -8958,12 +9054,12 @@ packages: acorn-walk: 7.2.0 dev: true - /acorn-import-assertions/1.8.0_acorn@8.7.1: + /acorn-import-assertions/1.8.0_acorn@8.8.0: resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.7.1 + acorn: 8.8.0 dev: true /acorn-jsx/5.3.2_acorn@7.4.1: @@ -9016,20 +9112,14 @@ packages: hasBin: true dev: true - /acorn/8.7.1: - resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /acorn/8.8.0: resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} engines: {node: '>=0.4.0'} hasBin: true dev: true - /address/1.2.0: - resolution: {integrity: sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==} + /address/1.2.1: + resolution: {integrity: sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==} engines: {node: '>= 10.0.0'} dev: true @@ -9276,8 +9366,8 @@ packages: '@apollo/utils.usagereporting': 1.0.0_graphql@16.6.0 '@apollographql/apollo-tools': 0.5.4_graphql@16.6.0 '@apollographql/graphql-playground-html': 1.6.29 - '@graphql-tools/mock': 8.6.12_graphql@16.6.0 - '@graphql-tools/schema': 8.3.14_graphql@16.6.0 + '@graphql-tools/mock': 8.7.6_graphql@16.6.0 + '@graphql-tools/schema': 8.5.1_graphql@16.6.0 '@josephg/resolvable': 1.0.1 apollo-datasource: 3.3.2 apollo-reporting-protobuf: 3.3.3 @@ -9403,7 +9493,7 @@ packages: async: 3.2.4 buffer-crc32: 0.2.13 readable-stream: 3.6.0 - readdir-glob: 1.1.1 + readdir-glob: 1.1.2 tar-stream: 2.2.0 zip-stream: 4.1.0 dev: true @@ -9415,9 +9505,9 @@ packages: delegates: 1.0.0 readable-stream: 3.6.0 - /are-we-there-yet/3.0.0: - resolution: {integrity: sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} + /are-we-there-yet/3.0.1: + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: delegates: 1.0.0 readable-stream: 3.6.0 @@ -9438,11 +9528,19 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /aria-hidden/1.1.3: - resolution: {integrity: sha512-RhVWFtKH5BiGMycI72q2RAFMLQi8JP9bLuQXgR5a8Znp7P5KOIADSJeyfI8PCVxLEp067B2HbP5JIiI/PXIZeA==} - engines: {node: '>=8.5.0'} + /aria-hidden/1.2.1_iapumuv4e6jcjznwuxpf4tt22e: + resolution: {integrity: sha512-PN344VAf9j1EAi+jyVHOJ8XidQdPVssGco39eNcsGdM4wcsILtxrKLkbuiMfLWYROK1FjRQasMWCBttrhjnr6A==} + engines: {node: '>=10'} + peerDependencies: + '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 + react: ^16.9.0 || ^17.0.0 || ^18.0.0 || 18 + peerDependenciesMeta: + '@types/react': + optional: true dependencies: - tslib: 1.14.1 + '@types/react': 18.0.21 + react: 18.2.0 + tslib: 2.4.0 dev: false /aria-query/4.2.2: @@ -9450,11 +9548,11 @@ packages: engines: {node: '>=6.0'} dependencies: '@babel/runtime': 7.19.0 - '@babel/runtime-corejs3': 7.18.3 + '@babel/runtime-corejs3': 7.19.1 dev: true - /aria-query/5.0.0: - resolution: {integrity: sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==} + /aria-query/5.0.2: + resolution: {integrity: sha512-eigU3vhqSO+Z8BKDnVLN/ompjhf3pYzecKXz8+whRy+9gZu8n1TCGfwzQUUPnqdHl9ax1Hr9031orZ+UOEYr7Q==} engines: {node: '>=6.0'} dev: true @@ -9496,8 +9594,8 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + es-abstract: 1.20.4 + get-intrinsic: 1.1.3 is-string: 1.0.7 dev: true @@ -9529,7 +9627,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 es-shim-unscopables: 1.0.0 dev: true @@ -9539,7 +9637,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 es-shim-unscopables: 1.0.0 dev: true @@ -9549,7 +9647,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true @@ -9560,7 +9658,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true @@ -9681,7 +9779,7 @@ packages: /axios/0.21.1: resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} dependencies: - follow-redirects: 1.15.1 + follow-redirects: 1.15.2 transitivePeerDependencies: - debug dev: true @@ -9689,7 +9787,7 @@ packages: /axios/0.21.4: resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: - follow-redirects: 1.15.1 + follow-redirects: 1.15.2 transitivePeerDependencies: - debug dev: true @@ -9697,7 +9795,7 @@ packages: /axios/0.27.2: resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} dependencies: - follow-redirects: 1.15.1 + follow-redirects: 1.15.2 form-data: 4.0.0 transitivePeerDependencies: - debug @@ -9773,7 +9871,7 @@ packages: /babel-plugin-dynamic-import-node/2.3.3: resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} dependencies: - object.assign: 4.1.3 + object.assign: 4.1.4 dev: true /babel-plugin-extract-import-names/1.6.22: @@ -9789,7 +9887,7 @@ packages: '@babel/helper-plugin-utils': 7.19.0 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.2.1 test-exclude: 6.0.0 transitivePeerDependencies: - supports-color @@ -9802,7 +9900,7 @@ packages: '@babel/template': 7.18.10 '@babel/types': 7.19.3 '@types/babel__core': 7.1.19 - '@types/babel__traverse': 7.17.1 + '@types/babel__traverse': 7.18.2 dev: true /babel-plugin-macros/3.1.0: @@ -9866,7 +9964,7 @@ packages: dependencies: ast-types: 0.14.2 lodash: 4.17.21 - react-docgen: 5.4.2 + react-docgen: 5.4.3 transitivePeerDependencies: - supports-color dev: true @@ -10087,8 +10185,8 @@ packages: transitivePeerDependencies: - supports-color - /bonjour-service/1.0.13: - resolution: {integrity: sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==} + /bonjour-service/1.0.14: + resolution: {integrity: sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==} dependencies: array-flatten: 2.1.2 dns-equal: 1.0.0 @@ -10131,6 +10229,12 @@ packages: balanced-match: 1.0.2 concat-map: 0.0.1 + /brace-expansion/2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: true + /braces/2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} @@ -10224,18 +10328,6 @@ packages: pako: 1.0.11 dev: true - /browserslist/4.20.4: - resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001418 - electron-to-chromium: 1.4.276 - escalade: 3.1.1 - node-releases: 2.0.6 - picocolors: 1.0.0 - dev: true - /browserslist/4.21.4: resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -10306,8 +10398,8 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - /c8/7.11.3: - resolution: {integrity: sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==} + /c8/7.12.0: + resolution: {integrity: sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -10317,10 +10409,10 @@ packages: foreground-child: 2.0.0 istanbul-lib-coverage: 3.2.0 istanbul-lib-report: 3.0.0 - istanbul-reports: 3.1.4 + istanbul-reports: 3.1.5 rimraf: 3.0.2 test-exclude: 6.0.0 - v8-to-istanbul: 9.0.0 + v8-to-istanbul: 9.0.1 yargs: 16.2.0 yargs-parser: 20.2.9 dev: true @@ -10356,7 +10448,7 @@ packages: glob: 7.2.3 infer-owner: 1.0.4 lru-cache: 6.0.0 - minipass: 3.1.6 + minipass: 3.3.4 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -10389,7 +10481,7 @@ packages: resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==} engines: {node: '>=8'} dependencies: - clone-response: 1.0.2 + clone-response: 1.0.3 get-stream: 5.2.0 http-cache-semantics: 4.1.0 keyv: 3.1.0 @@ -10401,7 +10493,7 @@ packages: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 /call-me-maybe/1.0.1: resolution: {integrity: sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw==} @@ -10554,11 +10646,6 @@ packages: resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} dev: true - /charcodes/0.2.0: - resolution: {integrity: sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==} - engines: {node: '>=6'} - dev: true - /chardet/0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} @@ -10638,8 +10725,8 @@ packages: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: true - /ci-info/3.3.2: - resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==} + /ci-info/3.5.0: + resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==} dev: true /cipher-base/1.0.4: @@ -10663,10 +10750,6 @@ packages: static-extend: 0.1.2 dev: true - /classnames/2.3.1: - resolution: {integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==} - dev: false - /classnames/2.3.2: resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} @@ -10684,8 +10767,8 @@ packages: source-map: 0.6.1 dev: true - /clean-css/5.3.0: - resolution: {integrity: sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==} + /clean-css/5.3.1: + resolution: {integrity: sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 @@ -10709,9 +10792,15 @@ packages: /cli-spinners/2.6.1: resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} engines: {node: '>=6'} + dev: true - /cli-table3/0.6.2: - resolution: {integrity: sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==} + /cli-spinners/2.7.0: + resolution: {integrity: sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==} + engines: {node: '>=6'} + dev: false + + /cli-table3/0.6.3: + resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==} engines: {node: 10.* || >= 12.*} dependencies: string-width: 4.2.3 @@ -10746,6 +10835,15 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 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 /clone-deep/4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} @@ -10755,8 +10853,8 @@ packages: kind-of: 6.0.3 shallow-clone: 3.0.1 - /clone-response/1.0.2: - resolution: {integrity: sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==} + /clone-response/1.0.3: + resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} dependencies: mimic-response: 1.0.1 @@ -10866,15 +10964,9 @@ packages: engines: {node: '>= 12'} dev: true - /commander/9.3.0: - resolution: {integrity: sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==} - engines: {node: ^12.20.0 || >=14} - dev: false - /commander/9.4.1: resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} engines: {node: ^12.20.0 || >=14} - dev: true /common-path-prefix/3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} @@ -11061,7 +11153,7 @@ packages: 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 @@ -11076,19 +11168,17 @@ packages: browserslist: 4.21.4 dev: true - /core-js-pure/3.23.1: - resolution: {integrity: sha512-3qNgf6TqI3U1uhuSYRzJZGfFd4T+YlbyVPl+jgRiKjdZopvG4keZQwWZDAWpu1UH9nCgTpUzIV3GFawC7cJsqg==} - deprecated: core-js-pure@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-pure. + /core-js-pure/3.25.5: + resolution: {integrity: sha512-oml3M22pHM+igfWHDfdLVq2ShWmjM2V4L+dQEBs0DWVIqEm9WHCwGAlZ6BmyBQGy5sFrJmcx+856D9lVKyGWYg==} requiresBuild: true /core-js/2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} - deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. + deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.23.1: - resolution: {integrity: sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w==} - deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. + /core-js/3.25.5: + resolution: {integrity: sha512-nbm6eZSjm+ZuBQxCUPQKQCoUEfFOXjUZ8dTTyikyKaWrTYmAVbykQfwsKE5dBK88u3QCkCrzsx/PPlKfhsvgpw==} requiresBuild: true dev: true @@ -11261,7 +11351,7 @@ packages: /css-box-model/1.2.1: resolution: {integrity: sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==} dependencies: - tiny-invariant: 1.2.0 + tiny-invariant: 1.3.1 dev: false /css-color-keywords/1.0.0: @@ -11301,14 +11391,14 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 - postcss: 8.4.14 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.14 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.14 - postcss-modules-scope: 3.0.0_postcss@8.4.14 - postcss-modules-values: 4.0.0_postcss@8.4.14 + icss-utils: 5.1.0_postcss@8.4.17 + postcss: 8.4.17 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.17 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.17 + postcss-modules-scope: 3.0.0_postcss@8.4.17 + postcss-modules-values: 4.0.0_postcss@8.4.17 postcss-value-parser: 4.2.0 - semver: 7.3.7 + semver: 7.3.8 webpack: 5.74.0_webpack-cli@4.10.0 dev: true @@ -11427,8 +11517,8 @@ packages: whatwg-url: 8.7.0 dev: true - /date-fns/2.28.0: - resolution: {integrity: sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==} + /date-fns/2.29.3: + resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} engines: {node: '>=0.11'} dev: false @@ -11505,8 +11595,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /decimal.js/10.3.1: - resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} + /decimal.js/10.4.1: + resolution: {integrity: sha512-F29o+vci4DodHYT9UrR5IEbfBw9pE5eSapIJdTqXK5+6hq+t8VRxwQyKlW2i+KDKFkkJQRvFyI/QXD83h8LyQw==} dev: true /decode-uri-component/0.2.0: @@ -11626,8 +11716,8 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} - /dequal/2.0.2: - resolution: {integrity: sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==} + /dequal/2.0.3: + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} dev: false @@ -11677,13 +11767,12 @@ packages: execa: 5.1.1 dev: true - /detect-port/1.3.0: - resolution: {integrity: sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==} - engines: {node: '>= 4.2.1'} + /detect-port/1.5.1: + resolution: {integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==} hasBin: true dependencies: - address: 1.2.0 - debug: 2.6.9 + address: 1.2.1 + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -11857,8 +11946,8 @@ packages: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: true - /duplexer3/0.1.4: - resolution: {integrity: sha512-CEj8FwwNA4cVH2uFCoHUrmojhYh1vmCdOaneKJXwkeY1i9jnlslVo9dx+hQ5Hl9GnH/Bwy/IjxAyOePyPKYnzA==} + /duplexer3/0.1.5: + resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==} /duplexify/3.7.1: resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} @@ -11980,8 +12069,8 @@ packages: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: true - /entities/4.3.1: - resolution: {integrity: sha512-o4q/dYJlmyjP2zfnaWDUC6A3BQFmVTX+tZPezK7k0GLSU9QYCauscf5Y+qcEPzKL+EixVouYDgLQK5H9GrLpkg==} + /entities/4.4.0: + resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==} engines: {node: '>=0.12'} dev: true @@ -12018,21 +12107,21 @@ packages: stackframe: 1.3.4 dev: true - /es-abstract/1.20.1: - resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==} + /es-abstract/1.20.4: + resolution: {integrity: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 es-to-primitive: 1.2.1 function-bind: 1.1.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 get-symbol-description: 1.0.0 has: 1.0.3 has-property-descriptors: 1.0.0 has-symbols: 1.0.3 internal-slot: 1.0.3 - is-callable: 1.2.4 + is-callable: 1.2.7 is-negative-zero: 2.0.2 is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 @@ -12040,8 +12129,9 @@ packages: is-weakref: 1.0.2 object-inspect: 1.12.2 object-keys: 1.1.1 - object.assign: 4.1.3 + object.assign: 4.1.4 regexp.prototype.flags: 1.4.3 + safe-regex-test: 1.0.0 string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 @@ -12054,7 +12144,7 @@ packages: resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 @@ -12077,7 +12167,7 @@ packages: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} dependencies: - is-callable: 1.2.4 + is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 @@ -12151,7 +12241,7 @@ packages: confusing-browser-globals: 1.0.11 eslint: 8.25.0 eslint-plugin-import: 2.26.0_eslint@8.25.0 - object.assign: 4.1.2 + object.assign: 4.1.4 object.entries: 1.1.5 semver: 6.3.0 dev: true @@ -12172,7 +12262,7 @@ packages: eslint-plugin-jsx-a11y: 6.6.1_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - object.assign: 4.1.2 + object.assign: 4.1.4 object.entries: 1.1.5 dev: true @@ -12194,17 +12284,20 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_ulu2225r2ychl26a37c6o2rfje: - resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} + /eslint-module-utils/2.7.4_ez3mxn7ua4ucl4vd2ydr6jerei: + resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' + eslint: '*' eslint-import-resolver-node: '*' eslint-import-resolver-typescript: '*' eslint-import-resolver-webpack: '*' peerDependenciesMeta: '@typescript-eslint/parser': optional: true + eslint: + optional: true eslint-import-resolver-node: optional: true eslint-import-resolver-typescript: @@ -12213,8 +12306,8 @@ packages: optional: true dependencies: debug: 3.2.7 + eslint: 8.25.0 eslint-import-resolver-node: 0.3.6 - find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: true @@ -12235,9 +12328,9 @@ packages: doctrine: 2.1.0 eslint: 8.25.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_ulu2225r2ychl26a37c6o2rfje + eslint-module-utils: 2.7.4_ez3mxn7ua4ucl4vd2ydr6jerei has: 1.0.3 - is-core-module: 2.9.0 + is-core-module: 2.10.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.5 @@ -12393,7 +12486,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.15.0 + globals: 13.17.0 globby: 11.1.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 @@ -12466,7 +12559,7 @@ packages: dependencies: '@babel/traverse': 7.19.3 '@babel/types': 7.19.3 - c8: 7.11.3 + c8: 7.12.0 transitivePeerDependencies: - supports-color dev: true @@ -12679,17 +12772,6 @@ packages: - supports-color dev: true - /fast-glob/3.2.11: - resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} - 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.12: resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} engines: {node: '>=8.6.0'} @@ -12727,10 +12809,6 @@ packages: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} dev: true - /fastest-levenshtein/1.0.12: - resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} - dev: true - /fastest-levenshtein/1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} @@ -12749,8 +12827,8 @@ packages: websocket-driver: 0.7.4 dev: true - /fb-watchman/2.0.1: - resolution: {integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==} + /fb-watchman/2.0.2: + resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} dependencies: bser: 2.1.1 dev: true @@ -12760,8 +12838,8 @@ packages: dependencies: pend: 1.2.0 - /fetch-retry/5.0.2: - resolution: {integrity: sha512-57Hmu+1kc6pKFUGVIobT7qw3NeAzY/uNN26bSevERLVvf6VGFR/ooDCOFBHMNDgAxBiU2YJq1D0vFzc6U1DcPw==} + /fetch-retry/5.0.3: + resolution: {integrity: sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw==} dev: true /figgy-pudding/3.5.2: @@ -12877,13 +12955,6 @@ packages: dev: true optional: true - /find-up/2.1.0: - resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} - engines: {node: '>=4'} - dependencies: - locate-path: 2.0.0 - dev: true - /find-up/3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} @@ -12918,7 +12989,7 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.5 + flatted: 3.2.7 rimraf: 3.0.2 dev: true @@ -12927,8 +12998,8 @@ packages: hasBin: true dev: true - /flatted/3.2.5: - resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==} + /flatted/3.2.7: + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true /flush-write-stream/1.1.1: @@ -12938,15 +13009,15 @@ packages: readable-stream: 2.3.7 dev: true - /focus-lock/0.11.2: - resolution: {integrity: sha512-pZ2bO++NWLHhiKkgP1bEXHhR1/OjVcSvlCJ98aNJDFeb7H5OOQaO+SKOZle6041O9rv2tmbrO4JzClAvDUHf0g==} + /focus-lock/0.11.3: + resolution: {integrity: sha512-4n0pYcPTa/uI7Q66BZna61nRT7lDhnuJ9PJr6wiDjx4uStg491ks41y7uOG+s0umaaa+hulNKSldU9aTg9/yVg==} engines: {node: '>=10'} dependencies: tslib: 2.4.0 dev: false - /follow-redirects/1.15.1: - resolution: {integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==} + /follow-redirects/1.15.2: + resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -12958,7 +13029,7 @@ packages: /for-each/0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: - is-callable: 1.2.4 + is-callable: 1.2.7 dev: false /for-in/1.0.2: @@ -13025,7 +13096,7 @@ packages: eslint: 8.25.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.6 + memfs: 3.4.7 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 @@ -13051,11 +13122,11 @@ packages: cosmiconfig: 7.0.1 deepmerge: 4.2.2 fs-extra: 10.1.0 - memfs: 3.4.6 + memfs: 3.4.7 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.7.4 webpack: 5.74.0_webpack-cli@4.10.0 @@ -13184,7 +13255,7 @@ packages: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 /fs-monkey/1.0.3: resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==} @@ -13234,7 +13305,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 functions-have-names: 1.2.3 /functions-have-names/1.2.3: @@ -13277,8 +13348,8 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - /get-intrinsic/1.1.2: - resolution: {integrity: sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==} + /get-intrinsic/1.1.3: + resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -13325,7 +13396,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 /get-value/2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} @@ -13369,7 +13440,7 @@ packages: peerDependencies: glob: '*' dependencies: - '@types/glob': 7.2.0 + '@types/glob': 8.0.0 glob: 7.2.3 dev: true @@ -13387,7 +13458,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.5 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13453,8 +13524,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.15.0: - resolution: {integrity: sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==} + /globals/13.17.0: + resolution: {integrity: sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -13519,7 +13590,7 @@ packages: '@types/responselike': 1.0.0 cacheable-request: 6.1.0 decompress-response: 3.3.0 - duplexer3: 0.1.4 + duplexer3: 0.1.5 get-stream: 4.1.0 lowercase-keys: 1.0.1 mimic-response: 1.0.1 @@ -13568,7 +13639,7 @@ packages: source-map: 0.6.1 wordwrap: 1.0.0 optionalDependencies: - uglify-js: 3.16.1 + uglify-js: 3.17.3 dev: true /hard-rejection/2.1.0: @@ -13597,7 +13668,7 @@ packages: /has-property-descriptors/1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} @@ -13760,7 +13831,7 @@ packages: /hoist-non-react-statics/3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: - react-is: 16.13.1 + react-is: 16.9.0 /hosted-git-info/2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -13803,7 +13874,7 @@ packages: webpack: ^5.0.0 dependencies: html-minifier-terser: 7.0.0 - parse5: 7.0.0 + parse5: 7.1.1 webpack: 5.74.0_webpack-cli@4.10.0 dev: true @@ -13818,7 +13889,7 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 4.8.0 + terser: 4.8.1 dev: true /html-minifier-terser/6.1.0: @@ -13827,12 +13898,12 @@ packages: hasBin: true dependencies: camel-case: 4.1.2 - clean-css: 5.3.0 + clean-css: 5.3.1 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.14.1 + terser: 5.15.1 dev: true /html-minifier-terser/7.0.0: @@ -13843,7 +13914,7 @@ packages: camel-case: 4.1.2 clean-css: 5.2.0 commander: 9.4.1 - entities: 4.3.1 + entities: 4.4.0 param-case: 3.0.4 relateurl: 0.2.7 terser: 5.15.1 @@ -13926,8 +13997,8 @@ packages: statuses: 2.0.1 toidentifier: 1.0.1 - /http-parser-js/0.5.6: - resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==} + /http-parser-js/0.5.8: + resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} dev: true /http-proxy-agent/4.0.1: @@ -13964,7 +14035,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.1 + follow-redirects: 1.15.2 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -14024,13 +14095,13 @@ packages: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.14: + /icss-utils/5.1.0_postcss@8.4.17: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.17 dev: true /ieee754/1.2.1: @@ -14128,7 +14199,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -14148,7 +14219,7 @@ packages: resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 has: 1.0.3 side-channel: 1.0.4 @@ -14167,14 +14238,8 @@ packages: engines: {node: '>=8'} dev: true - /ip/1.1.8: - resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==} - dev: false - optional: true - /ip/2.0.0: resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} - dev: true /ipaddr.js/1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} @@ -14263,15 +14328,15 @@ packages: engines: {node: '>=4'} dev: true - /is-builtin-module/3.1.0: - resolution: {integrity: sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==} + /is-builtin-module/3.2.0: + resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} engines: {node: '>=6'} dependencies: builtin-modules: 3.3.0 dev: true - /is-callable/1.2.4: - resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==} + /is-callable/1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} /is-ci/2.0.0: @@ -14285,11 +14350,11 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.3.2 + ci-info: 3.5.0 dev: true - /is-core-module/2.9.0: - resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} + /is-core-module/2.10.0: + resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} dependencies: has: 1.0.3 @@ -14510,7 +14575,7 @@ packages: /is-reference/1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 dev: true /is-regex/1.1.4: @@ -14564,7 +14629,7 @@ packages: dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.20.1 + es-abstract: 1.20.4 for-each: 0.3.3 has-tostringtag: 1.0.0 dev: false @@ -14620,8 +14685,8 @@ packages: dependencies: is-docker: 2.2.1 - /is2/2.0.7: - resolution: {integrity: sha512-4vBQoURAXC6hnLFxD4VW7uc04XiwTTl/8ydYJxKvPwkWQrSjInkuM5VZVg6BGr1/natq69zDuvO9lGpLClJqvA==} + /is2/2.0.9: + resolution: {integrity: sha512-rZkHeBn9Zzq52sd9IUIV3a5mfwBY+o2HePMh0wkGBM4z4qjvy2GwVxQ6nNXSfw6MmVP6gf1QIlWjiOavhM3x5g==} engines: {node: '>=v0.10.0'} dependencies: deep-is: 0.1.4 @@ -14673,8 +14738,8 @@ packages: engines: {node: '>=8'} dev: true - /istanbul-lib-instrument/5.2.0: - resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} + /istanbul-lib-instrument/5.2.1: + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: '@babel/core': 7.19.3 @@ -14706,8 +14771,8 @@ packages: - supports-color dev: true - /istanbul-reports/3.1.4: - resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} + /istanbul-reports/3.1.5: + resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -14745,7 +14810,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -14839,7 +14904,7 @@ packages: '@jest/types': 27.5.1 babel-jest: 27.5.1_@babel+core@7.19.3 chalk: 4.1.2 - ci-info: 3.3.2 + ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -14879,7 +14944,7 @@ packages: '@jest/types': 27.5.1 babel-jest: 27.5.1_@babel+core@7.19.3 chalk: 4.1.2 - ci-info: 3.3.2 + ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -14941,7 +15006,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -14959,7 +15024,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -14975,9 +15040,9 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.0.0 + '@types/node': 18.8.3 anymatch: 3.1.2 - fb-watchman: 2.0.1 + fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 26.0.0 jest-serializer: 26.6.2 @@ -14998,9 +15063,9 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.0.0 + '@types/node': 16.11.64 anymatch: 3.1.2 - fb-watchman: 2.0.1 + fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 27.5.1 jest-serializer: 27.5.1 @@ -15020,7 +15085,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -15075,7 +15140,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -15136,7 +15201,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -15193,7 +15258,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.0.0 + '@types/node': 18.8.3 graceful-fs: 4.2.10 dev: true @@ -15201,7 +15266,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 graceful-fs: 4.2.10 dev: true @@ -15211,13 +15276,13 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/generator': 7.19.3 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.19.3 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 '@babel/traverse': 7.19.3 '@babel/types': 7.19.3 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__traverse': 7.17.1 - '@types/prettier': 2.6.3 + '@types/babel__traverse': 7.18.2 + '@types/prettier': 2.7.1 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 chalk: 4.1.2 expect: 27.5.1 @@ -15240,7 +15305,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.0.0 + '@types/node': 18.8.3 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -15252,9 +15317,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 chalk: 4.1.2 - ci-info: 3.3.2 + ci-info: 3.5.0 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true @@ -15277,7 +15342,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.0.0 + '@types/node': 16.11.64 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -15288,7 +15353,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.0.0 + '@types/node': 16.11.64 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15297,7 +15362,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.0.0 + '@types/node': 18.8.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -15399,7 +15464,7 @@ packages: cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.3.1 + decimal.js: 10.4.1 domexception: 2.0.1 escodegen: 2.0.0 form-data: 3.0.1 @@ -15407,18 +15472,18 @@ packages: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.0 + nwsapi: 2.2.2 parse5: 6.0.1 saxes: 5.0.1 symbol-tree: 3.2.4 - tough-cookie: 4.0.0 + tough-cookie: 4.1.2 w3c-hr-time: 1.0.2 w3c-xmlserializer: 2.0.0 webidl-conversions: 6.1.0 whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - ws: 7.5.8 + ws: 7.5.9 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -15437,7 +15502,7 @@ packages: hasBin: true /json-buffer/3.0.0: - resolution: {integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=} + resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} /json-parse-better-errors/1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} @@ -15502,7 +15567,6 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false - bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -15517,8 +15581,8 @@ packages: graceful-fs: 4.2.10 dev: true - /jsonpointer/5.0.0: - resolution: {integrity: sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==} + /jsonpointer/5.0.1: + resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} engines: {node: '>=0.10.0'} /jsonwebtoken/8.5.1: @@ -15669,11 +15733,11 @@ packages: engines: {node: '>=4.0'} dependencies: array-includes: 3.1.5 - object.assign: 4.1.3 + object.assign: 4.1.4 dev: true - /jszip/3.10.0: - resolution: {integrity: sha512-LDfVtOLtOxb9RXkYOwPyNBTQDL4eUbqahtoY6x07GiDJHwSYvn8sHHIw8wINImV3MqbMNve2gSuM1DDqEKk09Q==} + /jszip/3.10.1: + resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==} dependencies: lie: 3.3.0 pako: 1.0.11 @@ -15738,8 +15802,8 @@ packages: engines: {node: '>=6'} dev: true - /kleur/4.1.4: - resolution: {integrity: sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==} + /kleur/4.1.5: + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} dev: true @@ -15777,7 +15841,7 @@ packages: optional: true dependencies: colorette: 2.0.19 - commander: 9.3.0 + commander: 9.4.1 debug: 4.3.4 escalade: 3.1.1 esm: 3.2.25 @@ -15799,14 +15863,14 @@ packages: resolution: {integrity: sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA==} dev: true - /language-subtag-registry/0.3.21: - resolution: {integrity: sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==} + /language-subtag-registry/0.3.22: + resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true /language-tags/1.0.5: resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: - language-subtag-registry: 0.3.21 + language-subtag-registry: 0.3.22 dev: true /lazy-cache/1.0.4: @@ -15820,7 +15884,7 @@ packages: dependencies: '@babel/runtime': 7.19.0 app-root-dir: 1.0.2 - core-js: 3.23.1 + core-js: 3.25.5 dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -15936,14 +16000,6 @@ packages: lie: 3.1.1 dev: false - /locate-path/2.0.0: - resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} - engines: {node: '>=4'} - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - dev: true - /locate-path/3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} engines: {node: '>=6'} @@ -16058,7 +16114,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.2 + chalk: 4.1.1 is-unicode-supported: 0.1.0 dev: false @@ -16134,8 +16190,8 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache/7.10.1: - resolution: {integrity: sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A==} + /lru-cache/7.14.0: + resolution: {integrity: sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==} engines: {node: '>=12'} dev: false @@ -16179,7 +16235,7 @@ packages: https-proxy-agent: 5.0.1 is-lambda: 1.0.1 lru-cache: 6.0.0 - minipass: 3.1.6 + minipass: 3.3.4 minipass-collect: 1.0.2 minipass-fetch: 1.4.1 minipass-flush: 1.0.5 @@ -16294,8 +16350,8 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} - /memfs/3.4.6: - resolution: {integrity: sha512-rH9mjopto6Wkr7RFuH9l9dk3qb2XGOcYKr7xMhaYqfzuJqOqhRrcFvfD7JMuPj6SLmPreh5+6eAuv36NFAU+Mw==} + /memfs/3.4.7: + resolution: {integrity: sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -16494,6 +16550,13 @@ packages: dependencies: brace-expansion: 1.1.11 + /minimatch/5.1.0: + resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -16510,13 +16573,13 @@ packages: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 /minipass-fetch/1.4.1: resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} engines: {node: '>=8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: @@ -16528,24 +16591,24 @@ packages: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 /minipass-pipeline/1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 /minipass-sized/1.0.3: resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} engines: {node: '>=8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 dev: false optional: true - /minipass/3.1.6: - resolution: {integrity: sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==} + /minipass/3.3.4: + resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 @@ -16554,7 +16617,7 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 yallist: 4.0.0 /mississippi/3.0.0: @@ -16666,7 +16729,7 @@ packages: strict-event-emitter: 0.2.7 type-fest: 2.19.0 typescript: 4.7.4 - yargs: 17.5.1 + yargs: 17.6.0 transitivePeerDependencies: - encoding - supports-color @@ -16743,7 +16806,7 @@ packages: resolution: {integrity: sha512-Ymbac/94xeIrMf59REBPOv0thr+CJVFMhrlAkW/gjCIE58BGQdCj0x7KRCb3yz+Ga2Rz3E9XXSvUyyxqqhjQAQ==} dependencies: '@sinonjs/formatio': 3.2.2 - '@sinonjs/text-encoding': 0.7.1 + '@sinonjs/text-encoding': 0.7.2 just-extend: 4.2.1 lolex: 5.1.2 path-to-regexp: 1.8.0 @@ -16791,8 +16854,8 @@ packages: engines: {node: '>= 6.13.0'} dev: true - /node-gyp-build/4.4.0: - resolution: {integrity: sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==} + /node-gyp-build/4.5.0: + resolution: {integrity: sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==} hasBin: true dev: true @@ -16879,7 +16942,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.9.0 + is-core-module: 2.10.0 semver: 7.3.8 validate-npm-package-license: 3.0.4 dev: true @@ -16938,7 +17001,7 @@ packages: resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: - are-we-there-yet: 3.0.0 + are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 gauge: 4.0.4 set-blocking: 2.0.0 @@ -16955,8 +17018,8 @@ packages: resolution: {integrity: sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==} dev: true - /nwsapi/2.2.0: - resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} + /nwsapi/2.2.2: + resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true /nx/14.8.3: @@ -17005,7 +17068,7 @@ packages: tsconfig-paths: 3.14.1 tslib: 2.4.0 v8-compile-cache: 2.3.0 - yargs: 17.5.1 + yargs: 17.6.0 yargs-parser: 21.0.1 transitivePeerDependencies: - debug @@ -17043,18 +17106,8 @@ packages: isobject: 3.0.1 dev: true - /object.assign/4.1.2: - resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} - 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 - - /object.assign/4.1.3: - resolution: {integrity: sha512-ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA==} + /object.assign/4.1.4: + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -17068,7 +17121,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /object.fromentries/2.0.5: @@ -17077,7 +17130,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /object.getownpropertydescriptors/2.1.4: @@ -17087,14 +17140,14 @@ packages: array.prototype.reduce: 1.0.4 call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /object.hasown/1.1.1: resolution: {integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==} dependencies: define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /object.pick/1.3.0: @@ -17110,7 +17163,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /objectorarray/1.0.5: @@ -17194,9 +17247,9 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 - cli-spinners: 2.6.1 + cli-spinners: 2.7.0 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -17256,13 +17309,6 @@ packages: engines: {node: '>=4'} dev: true - /p-limit/1.3.0: - resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} - engines: {node: '>=4'} - dependencies: - p-try: 1.0.0 - dev: true - /p-limit/2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -17277,13 +17323,6 @@ packages: yocto-queue: 0.1.0 dev: true - /p-locate/2.0.0: - resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} - engines: {node: '>=4'} - dependencies: - p-limit: 1.3.0 - dev: true - /p-locate/3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -17338,11 +17377,6 @@ packages: p-finally: 1.0.0 dev: true - /p-try/1.0.0: - resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} - engines: {node: '>=4'} - dev: true - /p-try/2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} @@ -17419,10 +17453,10 @@ packages: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: true - /parse5/7.0.0: - resolution: {integrity: sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==} + /parse5/7.1.1: + resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==} dependencies: - entities: 4.3.1 + entities: 4.4.0 dev: true /parseurl/1.3.3: @@ -17672,13 +17706,13 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.14: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.17: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.17 dev: true /postcss-modules-local-by-default/3.0.3: @@ -17691,14 +17725,14 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.14: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.17: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 - postcss: 8.4.14 + icss-utils: 5.1.0_postcss@8.4.17 + postcss: 8.4.17 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true @@ -17711,13 +17745,13 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.14: + /postcss-modules-scope/3.0.0_postcss@8.4.17: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.17 postcss-selector-parser: 6.0.10 dev: true @@ -17728,27 +17762,27 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.14: + /postcss-modules-values/4.0.0_postcss@8.4.17: 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.14 - postcss: 8.4.14 + icss-utils: 5.1.0_postcss@8.4.17 + postcss: 8.4.17 dev: true /postcss-resolve-nested-selector/0.1.1: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.16: + /postcss-safe-parser/6.0.0_postcss@8.4.17: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.16 + postcss: 8.4.17 dev: true /postcss-selector-parser/6.0.10: @@ -17770,17 +17804,8 @@ packages: source-map: 0.6.1 dev: true - /postcss/8.4.14: - resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} - 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.16: - resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==} + /postcss/8.4.17: + resolution: {integrity: sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -17899,8 +17924,8 @@ packages: array.prototype.map: 1.0.4 call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + es-abstract: 1.20.4 + get-intrinsic: 1.1.3 iterate-value: 1.0.2 dev: true @@ -17910,7 +17935,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /promise/7.3.1: @@ -17973,8 +17998,8 @@ packages: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} dev: true - /psl/1.8.0: - resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} + /psl/1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true /public-encrypt/4.0.3: @@ -18147,6 +18172,11 @@ packages: resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==} engines: {node: '>=0.4.x'} deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. + dev: false + + /querystringify/2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + dev: true /queue-microtask/1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -18220,17 +18250,17 @@ packages: dependencies: '@babel/runtime': 7.19.0 '@restart/hooks': 0.4.7_react@18.2.0 - '@restart/ui': 1.3.1_biqbaboplfbrettd7655fr4n2y + '@restart/ui': 1.4.0_biqbaboplfbrettd7655fr4n2y '@types/react': 18.0.21 - '@types/react-transition-group': 4.4.4 - classnames: 2.3.1 + '@types/react-transition-group': 4.4.5 + classnames: 2.3.2 dom-helpers: 5.2.1 invariant: 2.2.4 prop-types: 15.8.1 prop-types-extra: 1.1.1_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-transition-group: 4.4.2_biqbaboplfbrettd7655fr4n2y + react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y uncontrollable: 7.2.1_react@18.2.0 warning: 4.0.3 dev: false @@ -18256,8 +18286,8 @@ packages: typescript: 4.7.4 dev: true - /react-docgen/5.4.2: - resolution: {integrity: sha512-4Z5XYpHsn2bbUfaflxoS30VhUvQLBe4GCwwM5v1e1FUOeDdaoJi6wUGSmYp6OdXYEISEAOEIaSPBk4iezNCKBw==} + /react-docgen/5.4.3: + resolution: {integrity: sha512-xlLJyOlnfr8lLEEeaDZ+X2J/KJoe6Nr9AzxnkdQWush5hz2ZSu66w6iLMOScMmxoSHWpWMn+k3v5ZiyCfcWsOA==} engines: {node: '>=8.10.0'} hasBin: true dependencies: @@ -18319,7 +18349,7 @@ packages: dependencies: '@babel/runtime': 7.19.0 '@types/react': 18.0.21 - focus-lock: 0.11.2 + focus-lock: 0.11.3 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6_react@18.2.0 @@ -18490,8 +18520,8 @@ packages: tslib: 2.4.0 dev: false - /react-remove-scroll/2.5.4_iapumuv4e6jcjznwuxpf4tt22e: - resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} + /react-remove-scroll/2.5.5_iapumuv4e6jcjznwuxpf4tt22e: + resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18539,14 +18569,14 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: '@babel/runtime': 7.19.0 - '@emotion/cache': 11.9.3 - '@emotion/react': 11.10.0_bjroym7kxlcs2vvwnej4p3gzwu - '@types/react-transition-group': 4.4.4 + '@emotion/cache': 11.10.3 + '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@types/react-transition-group': 4.4.5 memoize-one: 5.2.1 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-transition-group: 4.4.2_biqbaboplfbrettd7655fr4n2y + react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y transitivePeerDependencies: - '@babel/core' - '@types/react' @@ -18601,8 +18631,8 @@ packages: react-proxy: 1.1.8 dev: true - /react-transition-group/4.4.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==} + /react-transition-group/4.4.5_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' @@ -18688,10 +18718,10 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdir-glob/1.1.1: - resolution: {integrity: sha512-91/k1EzZwDx6HbERR+zucygRFfiPl2zkIYZtv3Jjr6Mn7SkKcVct8aVO+sSRiGMc6fLf72du3d92/uY63YPdEA==} + /readdir-glob/1.1.2: + resolution: {integrity: sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA==} dependencies: - minimatch: 3.1.2 + minimatch: 5.1.0 dev: true /readdirp/2.2.1: @@ -18780,8 +18810,8 @@ packages: dependencies: '@babel/runtime': 7.19.0 - /regenerate-unicode-properties/10.0.1: - resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} + /regenerate-unicode-properties/10.1.0: + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -18825,24 +18855,24 @@ packages: engines: {node: '>=8'} dev: true - /regexpu-core/5.1.0: - resolution: {integrity: sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==} + /regexpu-core/5.2.1: + resolution: {integrity: sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 - regenerate-unicode-properties: 10.0.1 - regjsgen: 0.6.0 - regjsparser: 0.8.4 + regenerate-unicode-properties: 10.1.0 + regjsgen: 0.7.1 + regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.0.0 dev: true - /regjsgen/0.6.0: - resolution: {integrity: sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==} + /regjsgen/0.7.1: + resolution: {integrity: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==} dev: true - /regjsparser/0.8.4: - resolution: {integrity: sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==} + /regjsparser/0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 @@ -19008,7 +19038,7 @@ packages: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: - is-core-module: 2.9.0 + is-core-module: 2.10.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -19016,7 +19046,7 @@ packages: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.9.0 + is-core-module: 2.10.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -19101,11 +19131,11 @@ packages: peerDependencies: rollup: ^2.0.0 dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.18.6 jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.14.1 + terser: 5.15.1 dev: true /rollup-plugin-typescript2/0.34.1_5j6xs4al5kvj74qioxrurhiohm: @@ -19168,6 +19198,13 @@ packages: /safe-buffer/5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + /safe-regex-test/1.0.0: + resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.3 + is-regex: 1.1.4 + /safe-regex/1.1.0: resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} dependencies: @@ -19188,7 +19225,7 @@ packages: capture-exit: 2.0.0 exec-sh: 0.3.6 execa: 1.0.0 - fb-watchman: 2.0.1 + fb-watchman: 2.0.2 micromatch: 3.1.10 minimist: 1.2.6 walker: 1.0.8 @@ -19268,9 +19305,9 @@ packages: resolution: {integrity: sha512-9mSFii+lRwcnT2KUAB1kqvx6+mMiiQHH60Y0VUtr3kxxi3oZ3CV3B8e2nuJ7T4SPb+Q6VA0swswe7rYpez07Bg==} engines: {node: '>= 14.20.0'} dependencies: - jszip: 3.10.0 + jszip: 3.10.1 tmp: 0.2.1 - ws: 8.8.0 + ws: 8.9.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -19303,14 +19340,6 @@ packages: lru-cache: 6.0.0 dev: true - /semver/7.3.7: - resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: true - /semver/7.3.8: resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} engines: {node: '>=10'} @@ -19403,8 +19432,8 @@ packages: /set-blocking/2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - /set-cookie-parser/2.5.0: - resolution: {integrity: sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w==} + /set-cookie-parser/2.5.1: + resolution: {integrity: sha512-1jeBGaKNGdEq4FgIrORu/N570dwoPYio8lSoYLWmX7sQ//0JY08Xh9o5pBcgmHQ/MbsYp/aZnOe1s1lIsbLprQ==} dev: false /set-value/2.0.1: @@ -19470,7 +19499,7 @@ packages: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.2 + get-intrinsic: 1.1.3 object-inspect: 1.12.2 /signal-exit/3.0.7: @@ -19607,7 +19636,7 @@ packages: stream-demux: 8.0.0 uuid: 8.3.2 vinyl-buffer: 1.0.1 - ws: 7.5.8 + ws: 7.5.9 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -19625,7 +19654,7 @@ packages: sc-formatter: 3.0.3 stream-demux: 8.0.0 writable-consumable-stream: 2.0.0 - ws: 7.5.8 + ws: 7.5.9 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -19645,17 +19674,17 @@ packages: dependencies: agent-base: 6.0.2 debug: 4.3.4 - socks: 2.6.2 + socks: 2.7.1 transitivePeerDependencies: - supports-color dev: false optional: true - /socks/2.6.2: - resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==} + /socks/2.7.1: + resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: - ip: 1.1.8 + ip: 2.0.0 smart-buffer: 4.2.0 dev: false optional: true @@ -19725,7 +19754,7 @@ packages: resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.11 + spdx-license-ids: 3.0.12 dev: true /spdx-exceptions/2.3.0: @@ -19736,11 +19765,11 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.11 + spdx-license-ids: 3.0.12 dev: true - /spdx-license-ids/3.0.11: - resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==} + /spdx-license-ids/3.0.12: + resolution: {integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==} dev: true /spdy-transport/3.0.0: @@ -19791,7 +19820,7 @@ packages: node-gyp: optional: true dependencies: - '@mapbox/node-pre-gyp': 1.0.9 + '@mapbox/node-pre-gyp': 1.0.10 node-addon-api: 4.3.0 tar: 6.1.11 optionalDependencies: @@ -19812,7 +19841,7 @@ packages: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.6 + minipass: 3.3.4 /stable/0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} @@ -19851,8 +19880,8 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} - /store2/2.13.2: - resolution: {integrity: sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==} + /store2/2.14.2: + resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true /stream-browserify/2.0.2: @@ -19922,8 +19951,8 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + es-abstract: 1.20.4 + get-intrinsic: 1.1.3 has-symbols: 1.0.3 internal-slot: 1.0.3 regexp.prototype.flags: 1.4.3 @@ -19936,7 +19965,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /string.prototype.padstart/3.1.3: @@ -19945,7 +19974,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 dev: true /string.prototype.trimend/1.0.5: @@ -19953,14 +19982,14 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 /string.prototype.trimstart/1.0.5: resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.20.4 /string_decoder/1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} @@ -20138,8 +20167,8 @@ packages: /stylelint-processor-styled-components/1.10.0: resolution: {integrity: sha512-g4HpN9rm0JD0LoHuIOcd/FIjTZCJ0ErQ+dC3VTxp+dSvnkV+MklKCCmCQEdz5K5WxF4vPuzfVgdbSDuPYGZhoA==} dependencies: - '@babel/parser': 7.18.5 - '@babel/traverse': 7.18.5 + '@babel/parser': 7.19.3 + '@babel/traverse': 7.19.3 micromatch: 4.0.5 postcss: 7.0.39 transitivePeerDependencies: @@ -20151,7 +20180,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi + '@csstools/selector-specificity': 2.0.2_zurzgjffv23ohtxa7nq7nizuja balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 7.0.1 @@ -20174,10 +20203,10 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.16 + postcss: 8.4.17 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.16 + postcss-safe-parser: 6.0.0_postcss@8.4.17 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -20205,9 +20234,10 @@ packages: transitivePeerDependencies: - supports-color - /superagent/8.0.0: - resolution: {integrity: sha512-iudipXEel+SzlP9y29UBWGDjB+Zzag+eeA1iLosaR2YHBRr1Q1kC29iBrF2zIVD9fqVbpZnXkN/VJmwFMVyNWg==} + /superagent/8.0.2: + resolution: {integrity: sha512-QtYZ9uaNAMexI7XWl2vAXAh0j4q9H7T0WVEI/y5qaUB3QLwxo+voUgCQ217AokJzUTIVOp0RTo7fhZrwhD7A2Q==} engines: {node: '>=6.4.0 <13 || >=14'} + deprecated: Please use v8.0.0 until https://github.com/visionmedia/superagent/issues/1743 is resolved dependencies: component-emitter: 1.3.0 cookiejar: 2.1.3 @@ -20218,7 +20248,6 @@ packages: methods: 1.1.2 mime: 2.6.0 qs: 6.11.0 - readable-stream: 3.6.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -20229,7 +20258,7 @@ packages: engines: {node: '>=6.4.0'} dependencies: methods: 1.1.2 - superagent: 8.0.0 + superagent: 8.0.2 transitivePeerDependencies: - supports-color dev: true @@ -20288,8 +20317,8 @@ packages: object.getownpropertydescriptors: 2.1.4 dev: true - /synchronous-promise/2.0.15: - resolution: {integrity: sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==} + /synchronous-promise/2.0.16: + resolution: {integrity: sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==} dev: true /table/6.8.0: @@ -20330,7 +20359,7 @@ packages: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 3.1.6 + minipass: 3.3.4 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -20344,7 +20373,7 @@ packages: resolution: {integrity: sha512-l7ar8lLUD3XS1V2lfoJlCBaeoaWo/2xfYt81hM7VlvR4RrMVFqfmzfhLVk40hAb368uitje5gPtBRL1m/DGvLA==} dependencies: debug: 4.3.1 - is2: 2.0.7 + is2: 2.0.9 transitivePeerDependencies: - supports-color dev: true @@ -20387,7 +20416,7 @@ packages: schema-utils: 1.0.0 serialize-javascript: 4.0.0 source-map: 0.6.1 - terser: 4.8.0 + terser: 4.8.1 webpack: 4.46.0 webpack-sources: 1.4.3 worker-farm: 1.7.0 @@ -20413,8 +20442,8 @@ packages: - bluebird dev: true - /terser-webpack-plugin/5.3.3_webpack@5.74.0: - resolution: {integrity: sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==} + /terser-webpack-plugin/5.3.6_webpack@5.74.0: + resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} engines: {node: '>= 10.13.0'} peerDependencies: '@swc/core': '*' @@ -20429,7 +20458,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.16 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 @@ -20437,8 +20466,8 @@ packages: webpack: 5.74.0_webpack-cli@4.10.0 dev: true - /terser/4.8.0: - resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} + /terser/4.8.1: + resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: @@ -20448,17 +20477,6 @@ packages: source-map-support: 0.5.21 dev: true - /terser/5.14.1: - resolution: {integrity: sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jridgewell/source-map': 0.3.2 - acorn: 8.7.1 - commander: 2.20.3 - source-map-support: 0.5.21 - dev: true - /terser/5.15.1: resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} engines: {node: '>=10'} @@ -20516,8 +20534,8 @@ packages: setimmediate: 1.0.5 dev: true - /tiny-invariant/1.2.0: - resolution: {integrity: sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==} + /tiny-invariant/1.3.1: + resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} dev: false /tiny-warning/1.0.3: @@ -20605,13 +20623,14 @@ packages: resolution: {integrity: sha512-nfjOAu/zAWmX9tgwi5NRp7O7zTDUD1miHiB40klUnAh9qnL1iXdgzcz/i5dMaL5jahcBAaSfmNOBBJBLJW8TEg==} dev: true - /tough-cookie/4.0.0: - resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} + /tough-cookie/4.1.2: + resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} engines: {node: '>=6'} dependencies: - psl: 1.8.0 + psl: 1.9.0 punycode: 2.1.1 - universalify: 0.1.2 + universalify: 0.2.0 + url-parse: 1.5.10 dev: true /tr46/0.0.3: @@ -20682,7 +20701,7 @@ packages: json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.7 + semver: 7.3.8 typescript: 4.7.4 yargs-parser: 20.2.9 dev: true @@ -20716,7 +20735,7 @@ packages: json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.7 + semver: 7.3.8 typescript: 4.7.4 yargs-parser: 20.2.9 dev: true @@ -20750,7 +20769,7 @@ packages: json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.7 + semver: 7.3.8 typescript: 4.7.4 yargs-parser: 20.2.9 dev: true @@ -20775,7 +20794,7 @@ packages: '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 '@types/node': 16.11.64 - acorn: 8.7.1 + acorn: 8.8.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 @@ -20813,6 +20832,7 @@ packages: /tslib/1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + dev: true /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} @@ -20838,11 +20858,11 @@ packages: dependencies: chalk: 4.1.2 csv: 5.5.3 - kleur: 4.1.4 + kleur: 4.1.5 smartwrap: 2.0.2 strip-ansi: 6.0.1 wcwidth: 1.0.1 - yargs: 17.5.1 + yargs: 17.6.0 dev: true /tunnel/0.0.6: @@ -20935,8 +20955,8 @@ packages: uglify-to-browserify: 1.0.2 dev: true - /uglify-js/3.16.1: - resolution: {integrity: sha512-X5BGTIDH8U6IQ1TIRP62YC36k+ULAa1d59BxlWvPUJ1NkW5L3FwcGfEzuVvGmhJFBu0YJ5Ge25tmRISqCmLiRQ==} + /uglify-js/3.17.3: + resolution: {integrity: sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg==} engines: {node: '>=0.8.0'} hasBin: true requiresBuild: true @@ -20990,7 +21010,7 @@ packages: engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 - unicode-property-aliases-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.1.0 dev: true /unicode-match-property-value-ecmascript/2.0.0: @@ -20998,8 +21018,8 @@ packages: engines: {node: '>=4'} dev: true - /unicode-property-aliases-ecmascript/2.0.0: - resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==} + /unicode-property-aliases-ecmascript/2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} dev: true @@ -21088,6 +21108,11 @@ packages: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} + /universalify/0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + dev: true + /universalify/2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} @@ -21166,6 +21191,13 @@ packages: dependencies: prepend-http: 2.0.0 + /url-parse/1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + dependencies: + querystringify: 2.2.0 + requires-port: 1.0.0 + dev: true + /url/0.11.0: resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==} dependencies: @@ -21293,11 +21325,11 @@ packages: source-map: 0.7.4 dev: true - /v8-to-istanbul/9.0.0: - resolution: {integrity: sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==} + /v8-to-istanbul/9.0.1: + resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.16 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.8.0 dev: true @@ -21491,7 +21523,7 @@ packages: colorette: 2.0.19 commander: 7.2.0 cross-spawn: 7.0.3 - fastest-levenshtein: 1.0.12 + fastest-levenshtein: 1.0.16 import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 @@ -21527,7 +21559,7 @@ packages: colorette: 2.0.19 commander: 7.2.0 cross-spawn: 7.0.3 - fastest-levenshtein: 1.0.12 + fastest-levenshtein: 1.0.16 import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 @@ -21556,7 +21588,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: colorette: 2.0.19 - memfs: 3.4.6 + memfs: 3.4.7 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 @@ -21578,11 +21610,11 @@ packages: '@types/connect-history-api-fallback': 1.3.5 '@types/express': 4.17.14 '@types/serve-index': 1.9.1 - '@types/serve-static': 1.13.10 + '@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 + bonjour-service: 1.0.14 chokidar: 3.5.3 colorette: 2.0.19 compression: 1.7.4 @@ -21604,7 +21636,7 @@ packages: webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-middleware: 5.3.3_webpack@5.74.0 - ws: 8.8.0 + ws: 8.9.0 transitivePeerDependencies: - bufferutil - debug @@ -21621,12 +21653,11 @@ packages: webpack: 4.46.0 dev: true - /webpack-hot-middleware/2.25.1: - resolution: {integrity: sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==} + /webpack-hot-middleware/2.25.2: + resolution: {integrity: sha512-CVgm3NAQyfdIonRvXisRwPTUYuSbyZ6BY7782tMeUzWOO7RmVI2NaBYuCp41qyD4gYCkJyTneAJdK69A13B0+A==} dependencies: ansi-html-community: 0.0.8 html-entities: 2.3.3 - querystring: 0.2.1 strip-ansi: 6.0.1 dev: true @@ -21716,14 +21747,14 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.3 + '@types/eslint-scope': 3.7.4 '@types/estree': 0.0.51 '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.7.1 - acorn-import-assertions: 1.8.0_acorn@8.7.1 - browserslist: 4.20.4 + acorn: 8.8.0 + acorn-import-assertions: 1.8.0_acorn@8.8.0 + browserslist: 4.21.4 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 @@ -21737,7 +21768,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.3_webpack@5.74.0 + terser-webpack-plugin: 5.3.6_webpack@5.74.0 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -21756,14 +21787,14 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.3 + '@types/eslint-scope': 3.7.4 '@types/estree': 0.0.51 '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.7.1 - acorn-import-assertions: 1.8.0_acorn@8.7.1 - browserslist: 4.20.4 + acorn: 8.8.0 + acorn-import-assertions: 1.8.0_acorn@8.8.0 + browserslist: 4.21.4 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 @@ -21777,7 +21808,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.3_webpack@5.74.0 + terser-webpack-plugin: 5.3.6_webpack@5.74.0 watchpack: 2.4.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-sources: 3.2.3 @@ -21791,7 +21822,7 @@ packages: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: - http-parser-js: 0.5.6 + http-parser-js: 0.5.8 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 dev: true @@ -21858,7 +21889,7 @@ packages: dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.20.1 + es-abstract: 1.20.4 for-each: 0.3.3 has-tostringtag: 1.0.0 is-typed-array: 1.1.9 @@ -21974,8 +22005,8 @@ packages: signal-exit: 3.0.7 dev: true - /ws/7.5.8: - resolution: {integrity: sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==} + /ws/7.5.9: + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -21986,8 +22017,8 @@ packages: utf-8-validate: optional: true - /ws/8.8.0: - resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==} + /ws/8.9.0: + resolution: {integrity: sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -22014,8 +22045,8 @@ packages: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true - /xss/1.0.13: - resolution: {integrity: sha512-clu7dxTm1e8Mo5fz3n/oW3UCXBfV89xZ72jM8yzo1vR/pIS0w3sgB3XV2H8Vm6zfGnHL0FzvLJPJEBhd86/z4Q==} + /xss/1.0.14: + resolution: {integrity: sha512-og7TEJhXvn1a7kzZGQ7ETjdQVS2UfZyTlsEdDOqvQF7GoxNfY+0YLCzBy1kPdsDDx4QuNAonQPddpsn6Xl/7sw==} engines: {node: '>= 0.10.0'} hasBin: true dependencies: @@ -22066,6 +22097,11 @@ packages: /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'} /yargs/15.4.1: resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} @@ -22097,17 +22133,17 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs/17.5.1: - resolution: {integrity: sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==} + /yargs/17.6.0: + resolution: {integrity: sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==} 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 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 21.0.1 + yargs-parser: 21.1.1 /yargs/3.10.0: resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==} From ef973608b91f98c118a00105a469a73733ad3a4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:56:01 +0000 Subject: [PATCH 07/45] fix(deps): update dependency @chakra-ui/react to ^2.3.5 (#1212) * fix(deps): update dependency @chakra-ui/react to ^2.3.5 * Update Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- .../redux-devtools-rtk-query-monitor/demo/package.json | 2 +- pnpm-lock.yaml | 9 +++++---- renovate.json | 5 ----- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 02be1615..96cbde66 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@babel/runtime": "^7.19.0", - "@chakra-ui/react": "^2.2.1", + "@chakra-ui/react": "^2.3.5", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mswjs/data": "^0.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c5eae03..6cfb1c72 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1876,7 +1876,7 @@ importers: '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 - '@chakra-ui/react': ^2.2.1 + '@chakra-ui/react': ^2.3.5 '@emotion/react': ^11.10.4 '@emotion/styled': ^11.10.4 '@mswjs/data': ^0.10.2 @@ -14199,7 +14199,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -15567,6 +15567,7 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -16114,7 +16115,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.1 + chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false @@ -17247,7 +17248,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 diff --git a/renovate.json b/renovate.json index 51037e65..82ab8ca8 100644 --- a/renovate.json +++ b/renovate.json @@ -21,11 +21,6 @@ "matchPackageNames": ["source-map"], "matchUpdateTypes": ["major", "minor"], "groupName": "source-map" - }, - { - "matchPackageNames": ["@chakra-ui/react"], - "matchUpdateTypes": ["major", "minor", "patch"], - "groupName": "chakra-ui" } ] } From 3c4c8782ee9e1a2ebd8697607eabdba3d4f1b477 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 9 Oct 2022 20:18:09 -0500 Subject: [PATCH 08/45] Remove webpack progress from builds (#1239) In order to make CI readable --- packages/redux-devtools-app/package.json | 6 +++--- packages/redux-devtools-ui/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index d88c6179..d3033052 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -29,9 +29,9 @@ "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", "build:types": "tsc --emitDeclarationOnly", - "build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web --progress", - "build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --progress --config webpack.config.umd.ts", - "build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --progress --config webpack.config.umd.ts", + "build:web": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env platform=web", + "build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.umd.ts", + "build:umd:min": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --env production --config webpack.config.umd.ts", "clean": "rimraf build lib umd", "test": "jest", "lint": "eslint . --ext .ts,.tsx", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 0545ad9a..4edd95f6 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -25,8 +25,8 @@ }, "scripts": { "start": "pnpm run storybook", - "storybook": "start-storybook -p 6006 -s ./fonts", - "build:storybook": "build-storybook -s ./fonts", + "storybook": "start-storybook --port 6006 --static-dir ./fonts", + "build:storybook": "build-storybook --static-dir ./fonts --quiet", "build": "pnpm run build:lib && pnpm run build:storybook", "build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css", "build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", From 64aa035538e2bd110c28ba6f781cf4d70c13c7d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:53:48 +0000 Subject: [PATCH 09/45] chore(deps): update dependency eslint-plugin-jest to v27 (#1223) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-base16-styling/package.json | 2 +- packages/react-dock/package.json | 2 +- packages/react-json-tree/package.json | 2 +- packages/redux-devtools-app/package.json | 2 +- packages/redux-devtools-cli/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../redux-devtools-instrument/package.json | 2 +- .../package.json | 2 +- .../redux-devtools-serialize/package.json | 2 +- packages/redux-devtools-ui/package.json | 2 +- packages/redux-devtools/package.json | 2 +- pnpm-lock.yaml | 64 +++++++++---------- 15 files changed, 46 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index dd9f1696..296cafb5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index a51b41ea..40c8983b 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index f51cda18..394b54a2 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index bdb01ca3..0f5150b6 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 3738f090..6756e83e 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -70,7 +70,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index d3033052..a5c3c78a 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -95,7 +95,7 @@ "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 3c825a9e..839a901f 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "jest": "^27.5.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index a7286ba4..f733dedd 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -75,7 +75,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 282c1586..2fa95a2d 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index a3509f92..5b488f03 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "jest": "^27.5.1", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 39299816..3836c6ea 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -79,7 +79,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index c72431ec..4ef692b1 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -53,7 +53,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 4edd95f6..f634e050 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -82,7 +82,7 @@ "csstype": "^3.1.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 918829ba..f92d6a13 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/parser": "^5.39.0", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^26.9.0", + "eslint-plugin-jest": "^27.1.1", "eslint-plugin-react": "^7.31.9", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6cfb1c72..591dc368 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -31,7 +31,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -348,7 +348,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 immutable: ^4.1.0 jest: ^27.5.1 lodash: ^4.17.21 @@ -379,7 +379,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 @@ -411,7 +411,7 @@ importers: csstype: ^3.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 jest: ^27.5.1 lodash.curry: ^4.1.1 rimraf: ^3.0.2 @@ -439,7 +439,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 rimraf: 3.0.2 ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu @@ -465,7 +465,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -498,7 +498,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -596,7 +596,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -636,7 +636,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -729,7 +729,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -764,7 +764,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -819,7 +819,7 @@ importers: d3-state-visualizer: ^1.6.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 @@ -905,7 +905,7 @@ importers: css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm @@ -1011,7 +1011,7 @@ importers: electron: ^21.1.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 express: ^4.18.2 getport: ^0.1.0 graphql: ^16.6.0 @@ -1080,7 +1080,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 @@ -1294,7 +1294,7 @@ importers: es6template: ^1.0.5 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 @@ -1342,7 +1342,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1472,7 +1472,7 @@ importers: anser: ^2.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 @@ -1519,7 +1519,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1630,7 +1630,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 jest: ^27.5.1 lodash: ^4.17.21 redux: ^4.2.0 @@ -1655,7 +1655,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 @@ -1801,7 +1801,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 @@ -1856,7 +1856,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1980,7 +1980,7 @@ importers: '@typescript-eslint/parser': ^5.39.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 immutable: ^4.1.0 jest: ^27.5.1 jsan: ^3.1.14 @@ -2003,7 +2003,7 @@ importers: '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 @@ -2197,7 +2197,7 @@ importers: csstype: ^3.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^26.9.0 + eslint-plugin-jest: ^27.1.1 eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 @@ -2261,7 +2261,7 @@ importers: csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 26.9.0_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -12342,12 +12342,12 @@ packages: - supports-color dev: true - /eslint-plugin-jest/26.9.0_b2lgjkkacbu4ndkugyvklv65hq: - resolution: {integrity: sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-plugin-jest/27.1.1_b2lgjkkacbu4ndkugyvklv65hq: + resolution: {integrity: sha512-vuSuXGKHHi/UAffIM46QKm4g0tQP+6n52nRxUpMq6x6x9rhnv5WM7ktSu3h9cTnXE4b0Y0ODQTgRlCm9rdRLvg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^7.0.0 || ^8.0.0 jest: '*' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': From 79c0035c72aad66d510f1acc609a8307c71a13cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:17:27 +0000 Subject: [PATCH 10/45] chore(deps): update nrwl/nx-set-shas action to v3 (#1227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 38bc5cdb..e54310dc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: nrwl/nx-set-shas@v2 + - uses: nrwl/nx-set-shas@v3 - uses: pnpm/action-setup@v2 - uses: actions/setup-node@v3 with: From bdae246a9dfd20e7c3698d645ca8fe4cba750df5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:25:53 +0000 Subject: [PATCH 11/45] fix(deps): update dependency uuid to v9 (#1228) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- packages/redux-devtools-cli/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 839a901f..594247bb 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -63,7 +63,7 @@ "socketcluster-server": "^16.2.1", "sqlite3": "^5.1.2", "styled-components": "^5.3.6", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "devDependencies": { "@types/body-parser": "^1.19.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 591dc368..118e0695 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1034,7 +1034,7 @@ importers: supertest: ^6.3.0 ts-jest: ^27.1.5 typescript: ~4.7.4 - uuid: ^8.3.2 + uuid: ^9.0.0 dependencies: '@redux-devtools/app': link:../redux-devtools-app '@types/react': 18.0.21 @@ -1059,7 +1059,7 @@ importers: socketcluster-server: 16.2.1 sqlite3: 5.1.2 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - uuid: 8.3.2 + uuid: 9.0.0 devDependencies: '@types/body-parser': 1.19.2 '@types/cors': 2.8.12 From aa7aa94592ed0ee855566ea1fc3e63ca76d01fa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:41:05 +0000 Subject: [PATCH 12/45] chore(deps): update dependency @rollup/plugin-node-resolve to v14 (#1226) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-json-tree/package.json | 2 +- pnpm-lock.yaml | 88 +++++++++++------------ 5 files changed, 48 insertions(+), 48 deletions(-) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 7332350b..6a3856c4 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -59,7 +59,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", - "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-node-resolve": "^14.1.0", "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", "@typescript-eslint/eslint-plugin": "^5.39.0", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 18b955cb..616379a5 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -50,7 +50,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", - "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-node-resolve": "^14.1.0", "@types/d3": "^3.5.47", "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 40c8983b..07d7a542 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -54,7 +54,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", - "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-node-resolve": "^14.1.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", "@types/node": "^16.11.64", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 6756e83e..5e426c9c 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -61,7 +61,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", - "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-node-resolve": "^14.1.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.64", "@types/react": "^18.0.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 118e0695..e3d55fd5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,7 +181,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 - '@rollup/plugin-node-resolve': ^13.3.0 + '@rollup/plugin-node-resolve': ^14.1.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.64 '@types/ramda': ^0.28.15 @@ -217,7 +217,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/node': 16.11.64 '@types/ramda': 0.28.15 '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi @@ -285,7 +285,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 - '@rollup/plugin-node-resolve': ^13.3.0 + '@rollup/plugin-node-resolve': ^14.1.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.64 '@types/ramda': ^0.28.15 @@ -313,7 +313,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/d3': 3.5.47 '@types/node': 16.11.64 '@types/ramda': 0.28.15 @@ -340,7 +340,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 - '@rollup/plugin-node-resolve': ^13.3.0 + '@rollup/plugin-node-resolve': ^14.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/node': ^16.11.64 @@ -371,7 +371,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 @@ -585,7 +585,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^22.0.2 - '@rollup/plugin-node-resolve': ^13.3.0 + '@rollup/plugin-node-resolve': ^14.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/node': ^16.11.64 @@ -627,7 +627,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/node': 16.11.64 '@types/react': 18.0.21 @@ -5640,7 +5640,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -5743,7 +5743,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 jest-mock: 27.5.1 dev: true @@ -5753,7 +5753,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 16.11.64 + '@types/node': 18.8.3 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -5782,7 +5782,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5900,7 +5900,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -6436,11 +6436,11 @@ packages: rollup: 2.79.1 dev: true - /@rollup/plugin-node-resolve/13.3.0_rollup@2.79.1: - resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} + /@rollup/plugin-node-resolve/14.1.0_rollup@2.79.1: + resolution: {integrity: sha512-5G2niJroNCz/1zqwXtk0t9+twOSDlG00k1Wfd7bkbbXmwg8H8dvgHdIWAun53Ps/rckfvOC7scDBjuGFg5OaWw==} engines: {node: '>= 10.0.0'} peerDependencies: - rollup: ^2.42.0 + rollup: ^2.78.0 dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.79.1 '@types/resolve': 1.17.1 @@ -7893,7 +7893,7 @@ packages: /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/chrome/0.0.197: @@ -7935,7 +7935,7 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/connect/3.4.35: @@ -8003,13 +8003,13 @@ packages: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.4.6 - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 dev: true /@types/eslint/8.4.6: resolution: {integrity: sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 dev: true @@ -8055,20 +8055,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/har-format/1.2.9: @@ -8112,7 +8112,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/is-ci/3.0.0: @@ -8165,13 +8165,13 @@ packages: /@types/jsonwebtoken/8.5.9: resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8237,7 +8237,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 form-data: 3.0.1 dev: true @@ -8353,13 +8353,13 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8394,12 +8394,12 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: false /@types/simple-diff/1.6.1: @@ -8440,7 +8440,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/source-list-map/0.1.2: @@ -8526,7 +8526,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8534,7 +8534,7 @@ packages: /@types/webpack/4.41.32: resolution: {integrity: sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.0 '@types/webpack-sources': 3.2.0 @@ -8551,7 +8551,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/yargs-parser/21.0.0: @@ -14810,7 +14810,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15006,7 +15006,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -15024,7 +15024,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -15063,7 +15063,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 16.11.64 + '@types/node': 18.8.3 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15085,7 +15085,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -15140,7 +15140,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -15201,7 +15201,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -15266,7 +15266,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 graceful-fs: 4.2.10 dev: true @@ -15342,7 +15342,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 From 46bd102068afdb71871c4dd3448d53f8ee3fa74c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:55:48 +0000 Subject: [PATCH 13/45] chore(deps): update dependency stylelint-config-standard to v28 (#1216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/redux-devtools-ui/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index f634e050..3f175058 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -95,7 +95,7 @@ "styled-components": "^5.3.6", "stylelint": "^14.13.0", "stylelint-config-prettier": "^9.0.3", - "stylelint-config-standard": "^25.0.0", + "stylelint-config-standard": "^28.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.1.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3d55fd5..4fdd0962 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2215,7 +2215,7 @@ importers: styled-components: ^5.3.6 stylelint: ^14.13.0 stylelint-config-prettier: ^9.0.3 - stylelint-config-standard: ^25.0.0 + stylelint-config-standard: ^28.0.0 stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 ts-jest: ^27.1.5 @@ -2274,7 +2274,7 @@ importers: styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba stylelint: 14.13.0 stylelint-config-prettier: 9.0.3_stylelint@14.13.0 - stylelint-config-standard: 25.0.0_stylelint@14.13.0 + stylelint-config-standard: 28.0.0_stylelint@14.13.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu @@ -20144,21 +20144,21 @@ packages: stylelint: 14.13.0 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.13.0: - resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} + /stylelint-config-recommended/9.0.0_stylelint@14.13.0: + resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: - stylelint: ^14.4.0 + stylelint: ^14.10.0 dependencies: stylelint: 14.13.0 dev: true - /stylelint-config-standard/25.0.0_stylelint@14.13.0: - resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} + /stylelint-config-standard/28.0.0_stylelint@14.13.0: + resolution: {integrity: sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==} peerDependencies: - stylelint: ^14.4.0 + stylelint: ^14.11.0 dependencies: stylelint: 14.13.0 - stylelint-config-recommended: 7.0.0_stylelint@14.13.0 + stylelint-config-recommended: 9.0.0_stylelint@14.13.0 dev: true /stylelint-config-styled-components/0.1.1: From 8384f1766a64e6852be24ee4052a638767e7ce8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 03:13:49 +0000 Subject: [PATCH 14/45] chore(deps): update dependency @rollup/plugin-babel to v6 (#1240) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-json-tree/package.json | 2 +- .../package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++--------- 6 files changed, 22 insertions(+), 20 deletions(-) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 6a3856c4..0b8fae87 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -57,7 +57,7 @@ "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "@types/node": "^16.11.64", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 616379a5..1a384c31 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -48,7 +48,7 @@ "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "@types/d3": "^3.5.47", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 07d7a542..adbd919f 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -52,7 +52,7 @@ "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "@types/jest": "^27.5.2", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 5e426c9c..41950e08 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -59,7 +59,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "@types/jest": "^27.5.2", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index afbe0f7a..0ffcd5ce 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -48,7 +48,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-babel": "^6.0.0", "@types/node": "^16.11.64", "@types/react": "^18.0.21", "@typescript-eslint/eslint-plugin": "^5.39.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fdd0962..48923a49 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -179,7 +179,7 @@ importers: '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 - '@rollup/plugin-babel': ^5.3.1 + '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^14.1.0 '@types/d3': ^3.5.47 @@ -215,7 +215,7 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/node': 16.11.64 @@ -283,7 +283,7 @@ importers: '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 - '@rollup/plugin-babel': ^5.3.1 + '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^14.1.0 '@types/d3': ^3.5.47 @@ -311,7 +311,7 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/d3': 3.5.47 @@ -338,7 +338,7 @@ importers: '@babel/preset-env': ^7.19.3 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 - '@rollup/plugin-babel': ^5.3.1 + '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^14.1.0 '@types/jest': ^27.5.2 @@ -369,7 +369,7 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/jest': 27.5.2 @@ -583,7 +583,7 @@ importers: '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 - '@rollup/plugin-babel': ^5.3.1 + '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^22.0.2 '@rollup/plugin-node-resolve': ^14.1.0 '@types/jest': ^27.5.2 @@ -625,7 +625,7 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/jest': 27.5.2 @@ -2022,7 +2022,7 @@ importers: '@babel/runtime': ^7.19.0 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@rollup/plugin-babel': ^5.3.1 + '@rollup/plugin-babel': ^6.0.0 '@types/node': ^16.11.64 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 @@ -2058,7 +2058,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 5.3.1_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@types/node': 16.11.64 '@types/react': 18.0.21 '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi @@ -6403,20 +6403,22 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/5.3.1_vy4anxjpv2s44kyfi2kxqu576u: - resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} - engines: {node: '>= 10.0.0'} + /@rollup/plugin-babel/6.0.0_vy4anxjpv2s44kyfi2kxqu576u: + resolution: {integrity: sha512-qM8YIt/2fVxw5O0wUgAeglyC+qx9mg3UtCCLoSqetmQOKipmnQ/X3I0L2sjjb6BswaYpv2tun25lHViU7JPxLQ==} + engines: {node: '>=14.0.0'} peerDependencies: '@babel/core': ^7.0.0 '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0 + rollup: ^1.20.0||^2.0.0||^3.0.0 peerDependenciesMeta: '@types/babel__core': optional: true + rollup: + optional: true dependencies: '@babel/core': 7.19.3 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 3.1.0_rollup@2.79.1 + '@rollup/pluginutils': 4.2.1 rollup: 2.79.1 dev: true From 35fb3343f531fc48738a947efaf747d84123ab49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 03:35:13 +0000 Subject: [PATCH 15/45] chore(deps): update dependency @rollup/plugin-commonjs to v23 (#1241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-json-tree/package.json | 2 +- pnpm-lock.yaml | 52 ++++++++++++++--------- 5 files changed, 37 insertions(+), 23 deletions(-) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 0b8fae87..186ba8db 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -58,7 +58,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^22.0.2", + "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^14.1.0", "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 1a384c31..557404b2 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -49,7 +49,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^22.0.2", + "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^14.1.0", "@types/d3": "^3.5.47", "@types/node": "^16.11.64", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index adbd919f..a23e1dfc 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -53,7 +53,7 @@ "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^22.0.2", + "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^14.1.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 41950e08..b90c7638 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -60,7 +60,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^22.0.2", + "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^14.1.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.64", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48923a49..c255adb9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -180,7 +180,7 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 - '@rollup/plugin-commonjs': ^22.0.2 + '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^14.1.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.64 @@ -216,7 +216,7 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/node': 16.11.64 '@types/ramda': 0.28.15 @@ -284,7 +284,7 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 - '@rollup/plugin-commonjs': ^22.0.2 + '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^14.1.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.64 @@ -312,7 +312,7 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/d3': 3.5.47 '@types/node': 16.11.64 @@ -339,7 +339,7 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 - '@rollup/plugin-commonjs': ^22.0.2 + '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^14.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 @@ -370,7 +370,7 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 @@ -584,7 +584,7 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 - '@rollup/plugin-commonjs': ^22.0.2 + '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^14.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 @@ -626,7 +626,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.1 + '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/node': 16.11.64 @@ -6422,19 +6422,21 @@ packages: rollup: 2.79.1 dev: true - /@rollup/plugin-commonjs/22.0.2_rollup@2.79.1: - resolution: {integrity: sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==} - engines: {node: '>= 12.0.0'} + /@rollup/plugin-commonjs/23.0.0_rollup@2.79.1: + resolution: {integrity: sha512-JbrTRyDNtLQj/rhl7RFUuYXwQ2fac+33oLDAu2k++WD95zweyo28UAomLVA0JMGx4vmCa7Nw4T6k/1F6lelExg==} + engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^2.68.0 + rollup: ^2.68.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.79.1 + '@rollup/pluginutils': 4.2.1 commondir: 1.0.1 estree-walker: 2.0.2 - glob: 7.2.3 + glob: 8.0.3 is-reference: 1.2.1 - magic-string: 0.25.9 - resolve: 1.22.1 + magic-string: 0.26.7 rollup: 2.79.1 dev: true @@ -13460,7 +13462,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13475,6 +13477,17 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 + /glob/8.0.3: + resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==} + engines: {node: '>=12'} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.0 + once: 1.4.0 + dev: true + /global-agent/3.0.0: resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==} engines: {node: '>=10.0'} @@ -16203,8 +16216,9 @@ packages: hasBin: true dev: true - /magic-string/0.25.9: - resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} + /magic-string/0.26.7: + resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==} + engines: {node: '>=12'} dependencies: sourcemap-codec: 1.4.8 dev: true From 6cc517d97e300c26ea2050ebcd0fb7b9d7b4ac70 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 10 Oct 2022 13:05:28 -0400 Subject: [PATCH 16/45] Refactor extension directory structure (#1248) * Move background to top-level * Move devpanel to top-level * Move devtools to top-level * Move options to top-level * Move window to top-level * Move chromeApiMock to top-level * Move manifests to top-level * Move contentScript to top-level * Move pageScript to top-level * Update tests * Update Webpack config * Fix path --- .../extension => chrome}/manifest.json | 0 .../{src/browser => }/firefox/manifest.json | 0 .../src/app/{containers => }/Actions.tsx | 4 +- extension/src/app/{containers => }/App.tsx | 0 extension/src/app/stores/createStore.ts | 15 -- .../extension => }/background/contextMenus.ts | 0 .../extension => }/background/index.ts | 6 +- .../extension => }/background/logging.ts | 0 .../extension => }/background/openWindow.ts | 0 .../store/apiMiddleware.ts} | 25 +-- .../store/backgroundReducer.ts} | 2 +- .../store}/backgroundStore.ts | 4 +- .../chromeAPIMock.ts => chromeApiMock.ts} | 0 .../index.ts} | 6 +- .../{browser/views => devpanel}/devpanel.pug | 30 +-- .../extension => }/devpanel/index.tsx | 10 +- .../store/panelReducer.ts} | 0 .../stores => devpanel/store}/panelStore.ts | 4 +- .../store/panelSyncMiddleware.ts} | 0 .../{browser/views => devtools}/devtools.pug | 20 +- .../{browser/extension => }/devtools/index.ts | 2 +- .../options/AllowToRunGroup.tsx | 0 .../options/ContextMenuGroup.tsx | 0 .../extension => }/options/EditorGroup.tsx | 0 .../extension => }/options/FilterGroup.tsx | 2 +- .../options/MiscellaneousGroup.tsx | 0 .../extension => }/options/Options.tsx | 0 .../{browser/extension => }/options/index.tsx | 2 +- .../{browser/views => options}/options.pug | 186 +++++++++--------- .../extension => }/options/syncOptions.ts | 2 +- .../{app/service => pageScript}/Monitor.ts | 0 .../src/{app => pageScript}/api/filters.ts | 0 .../api/generateInstanceId.ts | 0 .../{app => pageScript}/api/importState.ts | 5 +- .../src/{app => pageScript}/api/index.ts | 8 +- .../{app => pageScript}/api/notifyErrors.ts | 0 .../src/{app => pageScript}/api/openWindow.ts | 2 +- .../stores => pageScript}/enhancerStore.ts | 2 +- .../pageScript.ts => pageScript/index.ts} | 18 +- .../extension/inject => }/pageScriptWrap.ts | 0 .../window/remote.tsx => remote/index.tsx} | 2 +- .../src/{browser/views => remote}/remote.pug | 22 +-- .../{browser/views/includes => }/style.pug | 0 .../{browser/extension => }/window/index.tsx | 8 +- .../store/instanceSelectorMiddleware.ts} | 0 .../store/instancesReducer.ts} | 4 +- .../store/windowReducer.ts} | 4 +- .../stores => window/store}/windowStore.ts | 15 +- .../store/windowSyncMiddleware.ts} | 6 +- .../src/{browser/views => window}/window.pug | 34 ++-- extension/test/app/containers/App.spec.js | 4 +- extension/test/app/inject/api.spec.js | 2 +- extension/test/app/inject/enhancer.spec.js | 2 +- extension/webpack/base.config.js | 31 +-- extension/webpack/dev.config.babel.js | 7 +- extension/webpack/prod.config.babel.js | 7 +- .../webpack/prod.firefox.config.babel.js | 5 +- extension/webpack/wrap.config.babel.js | 2 +- 58 files changed, 244 insertions(+), 266 deletions(-) rename extension/{src/browser/extension => chrome}/manifest.json (100%) rename extension/{src/browser => }/firefox/manifest.json (100%) rename extension/src/app/{containers => }/Actions.tsx (96%) rename extension/src/app/{containers => }/App.tsx (100%) delete mode 100644 extension/src/app/stores/createStore.ts rename extension/src/{browser/extension => }/background/contextMenus.ts (100%) rename extension/src/{browser/extension => }/background/index.ts (86%) rename extension/src/{browser/extension => }/background/logging.ts (100%) rename extension/src/{browser/extension => }/background/openWindow.ts (100%) rename extension/src/{app/middlewares/api.ts => background/store/apiMiddleware.ts} (96%) rename extension/src/{app/reducers/background/index.ts => background/store/backgroundReducer.ts} (84%) rename extension/src/{app/stores => background/store}/backgroundStore.ts (93%) rename extension/src/{browser/extension/chromeAPIMock.ts => chromeApiMock.ts} (100%) rename extension/src/{browser/extension/inject/contentScript.ts => contentScript/index.ts} (98%) rename extension/src/{browser/views => devpanel}/devpanel.pug (82%) rename extension/src/{browser/extension => }/devpanel/index.tsx (91%) rename extension/src/{app/reducers/panel/index.ts => devpanel/store/panelReducer.ts} (100%) rename extension/src/{app/stores => devpanel/store}/panelStore.ts (86%) rename extension/src/{app/middlewares/panelSync.ts => devpanel/store/panelSyncMiddleware.ts} (100%) rename extension/src/{browser/views => devtools}/devtools.pug (93%) rename extension/src/{browser/extension => }/devtools/index.ts (92%) rename extension/src/{browser/extension => }/options/AllowToRunGroup.tsx (100%) rename extension/src/{browser/extension => }/options/ContextMenuGroup.tsx (100%) rename extension/src/{browser/extension => }/options/EditorGroup.tsx (100%) rename extension/src/{browser/extension => }/options/FilterGroup.tsx (97%) rename extension/src/{browser/extension => }/options/MiscellaneousGroup.tsx (100%) rename extension/src/{browser/extension => }/options/Options.tsx (100%) rename extension/src/{browser/extension => }/options/index.tsx (95%) rename extension/src/{browser/views => options}/options.pug (95%) rename extension/src/{browser/extension => }/options/syncOptions.ts (98%) rename extension/src/{app/service => pageScript}/Monitor.ts (100%) rename extension/src/{app => pageScript}/api/filters.ts (100%) rename extension/src/{app => pageScript}/api/generateInstanceId.ts (100%) rename extension/src/{app => pageScript}/api/importState.ts (95%) rename extension/src/{app => pageScript}/api/index.ts (99%) rename extension/src/{app => pageScript}/api/notifyErrors.ts (100%) rename extension/src/{app => pageScript}/api/openWindow.ts (86%) rename extension/src/{app/stores => pageScript}/enhancerStore.ts (93%) rename extension/src/{browser/extension/inject/pageScript.ts => pageScript/index.ts} (97%) rename extension/src/{browser/extension/inject => }/pageScriptWrap.ts (100%) rename extension/src/{browser/extension/window/remote.tsx => remote/index.tsx} (96%) rename extension/src/{browser/views => remote}/remote.pug (78%) rename extension/src/{browser/views/includes => }/style.pug (100%) rename extension/src/{browser/extension => }/window/index.tsx (84%) rename extension/src/{app/middlewares/instanceSelector.ts => window/store/instanceSelectorMiddleware.ts} (100%) rename extension/src/{app/reducers/window/instances.ts => window/store/instancesReducer.ts} (94%) rename extension/src/{app/reducers/window/index.ts => window/store/windowReducer.ts} (80%) rename extension/src/{app/stores => window/store}/windowStore.ts (81%) rename extension/src/{app/middlewares/windowSync.ts => window/store/windowSyncMiddleware.ts} (80%) rename extension/src/{browser/views => window}/window.pug (89%) diff --git a/extension/src/browser/extension/manifest.json b/extension/chrome/manifest.json similarity index 100% rename from extension/src/browser/extension/manifest.json rename to extension/chrome/manifest.json diff --git a/extension/src/browser/firefox/manifest.json b/extension/firefox/manifest.json similarity index 100% rename from extension/src/browser/firefox/manifest.json rename to extension/firefox/manifest.json diff --git a/extension/src/app/containers/Actions.tsx b/extension/src/app/Actions.tsx similarity index 96% rename from extension/src/app/containers/Actions.tsx rename to extension/src/app/Actions.tsx index c821afe4..bf1c6f39 100644 --- a/extension/src/app/containers/Actions.tsx +++ b/extension/src/app/Actions.tsx @@ -19,8 +19,8 @@ import { } from '@redux-devtools/app'; import { GoRadioTower } from 'react-icons/go'; import { MdBorderBottom, MdBorderLeft, MdBorderRight } from 'react-icons/md'; -import { Position } from '../api/openWindow'; -import { SingleMessage } from '../middlewares/api'; +import type { Position } from '../pageScript/api/openWindow'; +import type { SingleMessage } from '../background/store/apiMiddleware'; type StateProps = ReturnType; type DispatchProps = ResolveThunks; diff --git a/extension/src/app/containers/App.tsx b/extension/src/app/App.tsx similarity index 100% rename from extension/src/app/containers/App.tsx rename to extension/src/app/App.tsx diff --git a/extension/src/app/stores/createStore.ts b/extension/src/app/stores/createStore.ts deleted file mode 100644 index f91dd548..00000000 --- a/extension/src/app/stores/createStore.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { - Action, - createStore, - PreloadedState, - Reducer, - StoreEnhancer, -} from 'redux'; - -export default function configureStore>( - reducer: Reducer, - initialState: PreloadedState | undefined, - enhance: () => StoreEnhancer -) { - return createStore(reducer, initialState, enhance()); -} diff --git a/extension/src/browser/extension/background/contextMenus.ts b/extension/src/background/contextMenus.ts similarity index 100% rename from extension/src/browser/extension/background/contextMenus.ts rename to extension/src/background/contextMenus.ts diff --git a/extension/src/browser/extension/background/index.ts b/extension/src/background/index.ts similarity index 86% rename from extension/src/browser/extension/background/index.ts rename to extension/src/background/index.ts index 165b1af0..c7236e2e 100644 --- a/extension/src/browser/extension/background/index.ts +++ b/extension/src/background/index.ts @@ -1,11 +1,9 @@ import { Store } from 'redux'; -import configureStore, { - BackgroundAction, -} from '../../../app/stores/backgroundStore'; +import configureStore, { BackgroundAction } from './store/backgroundStore'; import openDevToolsWindow, { DevToolsPosition } from './openWindow'; import { createMenu, removeMenu } from './contextMenus'; import syncOptions from '../options/syncOptions'; -import { BackgroundState } from '../../../app/reducers/background'; +import { BackgroundState } from './store/backgroundReducer'; declare global { interface Window { diff --git a/extension/src/browser/extension/background/logging.ts b/extension/src/background/logging.ts similarity index 100% rename from extension/src/browser/extension/background/logging.ts rename to extension/src/background/logging.ts diff --git a/extension/src/browser/extension/background/openWindow.ts b/extension/src/background/openWindow.ts similarity index 100% rename from extension/src/browser/extension/background/openWindow.ts rename to extension/src/background/openWindow.ts diff --git a/extension/src/app/middlewares/api.ts b/extension/src/background/store/apiMiddleware.ts similarity index 96% rename from extension/src/app/middlewares/api.ts rename to extension/src/background/store/apiMiddleware.ts index c8cb8937..fb132e1d 100644 --- a/extension/src/app/middlewares/api.ts +++ b/extension/src/background/store/apiMiddleware.ts @@ -15,28 +15,23 @@ import syncOptions, { Options, OptionsMessage, SyncOptions, -} from '../../browser/extension/options/syncOptions'; -import openDevToolsWindow, { - DevToolsPosition, -} from '../../browser/extension/background/openWindow'; -import { getReport } from '../../browser/extension/background/logging'; +} from '../../options/syncOptions'; +import openDevToolsWindow, { DevToolsPosition } from '../openWindow'; +import { getReport } from '../logging'; import { Action, Dispatch, MiddlewareAPI } from 'redux'; -import { +import type { ContentScriptToBackgroundMessage, SplitMessage, -} from '../../browser/extension/inject/contentScript'; -import { +} from '../../contentScript'; +import type { ErrorMessage, PageScriptToContentScriptMessageForwardedToMonitors, PageScriptToContentScriptMessageWithoutDisconnectOrInitInstance, -} from '../api'; +} from '../../pageScript/api'; import { LiftedState } from '@redux-devtools/instrument'; -import { - BackgroundAction, - LiftedActionAction, -} from '../stores/backgroundStore'; -import { Position } from '../api/openWindow'; -import { BackgroundState } from '../reducers/background'; +import type { BackgroundAction, LiftedActionAction } from './backgroundStore'; +import type { Position } from '../../pageScript/api/openWindow'; +import type { BackgroundState } from './backgroundReducer'; interface TabMessageBase { readonly type: string; diff --git a/extension/src/app/reducers/background/index.ts b/extension/src/background/store/backgroundReducer.ts similarity index 84% rename from extension/src/app/reducers/background/index.ts rename to extension/src/background/store/backgroundReducer.ts index bea610c0..01ca5a02 100644 --- a/extension/src/app/reducers/background/index.ts +++ b/extension/src/background/store/backgroundReducer.ts @@ -1,6 +1,6 @@ import { combineReducers, Reducer } from 'redux'; import { instances, InstancesState } from '@redux-devtools/app'; -import { BackgroundAction } from '../../stores/backgroundStore'; +import type { BackgroundAction } from './backgroundStore'; export interface BackgroundState { readonly instances: InstancesState; diff --git a/extension/src/app/stores/backgroundStore.ts b/extension/src/background/store/backgroundStore.ts similarity index 93% rename from extension/src/app/stores/backgroundStore.ts rename to extension/src/background/store/backgroundStore.ts index 55eed9e4..da72bdd4 100644 --- a/extension/src/app/stores/backgroundStore.ts +++ b/extension/src/background/store/backgroundStore.ts @@ -5,8 +5,8 @@ import { LIFTED_ACTION, StoreActionWithoutLiftedAction, } from '@redux-devtools/app'; -import rootReducer, { BackgroundState } from '../reducers/background'; -import api, { CONNECTED, DISCONNECTED } from '../middlewares/api'; +import rootReducer, { BackgroundState } from './backgroundReducer'; +import api, { CONNECTED, DISCONNECTED } from './apiMiddleware'; interface LiftedActionActionBase { action?: DispatchAction | string | CustomAction; diff --git a/extension/src/browser/extension/chromeAPIMock.ts b/extension/src/chromeApiMock.ts similarity index 100% rename from extension/src/browser/extension/chromeAPIMock.ts rename to extension/src/chromeApiMock.ts diff --git a/extension/src/browser/extension/inject/contentScript.ts b/extension/src/contentScript/index.ts similarity index 98% rename from extension/src/browser/extension/inject/contentScript.ts rename to extension/src/contentScript/index.ts index 61c49e85..2c65ee14 100644 --- a/extension/src/browser/extension/inject/contentScript.ts +++ b/extension/src/contentScript/index.ts @@ -3,12 +3,12 @@ import { getOptionsFromBg, isAllowed, } from '../options/syncOptions'; -import { TabMessage } from '../../../app/middlewares/api'; -import { +import type { TabMessage } from '../background/store/apiMiddleware'; +import type { PageScriptToContentScriptMessage, PageScriptToContentScriptMessageWithoutDisconnect, PageScriptToContentScriptMessageWithoutDisconnectOrInitInstance, -} from '../../../app/api'; +} from '../pageScript/api'; import { Action } from 'redux'; import { CustomAction, diff --git a/extension/src/browser/views/devpanel.pug b/extension/src/devpanel/devpanel.pug similarity index 82% rename from extension/src/browser/views/devpanel.pug rename to extension/src/devpanel/devpanel.pug index ee41747c..4aa1268d 100644 --- a/extension/src/browser/views/devpanel.pug +++ b/extension/src/devpanel/devpanel.pug @@ -1,15 +1,15 @@ -doctype html - -html - head - meta(charset='UTF-8') - title Redux DevTools - include ./includes/style.pug - style. - body { - min-height: 100px; - } - - body - #root - script(src='/devpanel.bundle.js') +doctype html + +html + head + meta(charset='UTF-8') + title Redux DevTools + include ../style.pug + style. + body { + min-height: 100px; + } + + body + #root + script(src='/devpanel.bundle.js') diff --git a/extension/src/browser/extension/devpanel/index.tsx b/extension/src/devpanel/index.tsx similarity index 91% rename from extension/src/browser/extension/devpanel/index.tsx rename to extension/src/devpanel/index.tsx index af4fbfc3..aef0e752 100644 --- a/extension/src/browser/extension/devpanel/index.tsx +++ b/extension/src/devpanel/index.tsx @@ -3,13 +3,13 @@ import { createRoot, Root } from 'react-dom/client'; import { Provider } from 'react-redux'; import { Persistor } from 'redux-persist'; import { REMOVE_INSTANCE, StoreAction } from '@redux-devtools/app'; -import App from '../../../app/containers/App'; -import configureStore from '../../../app/stores/panelStore'; +import App from '../app/App'; +import configureStore from './store/panelStore'; -import '../../views/devpanel.pug'; +import './devpanel.pug'; import { Action, Store } from 'redux'; -import { PanelMessage } from '../../../app/middlewares/api'; -import { StoreStateWithoutSocket } from '../../../app/reducers/panel'; +import type { PanelMessage } from '../background/store/apiMiddleware'; +import type { StoreStateWithoutSocket } from './store/panelReducer'; import { PersistGate } from 'redux-persist/integration/react'; const position = location.hash; diff --git a/extension/src/app/reducers/panel/index.ts b/extension/src/devpanel/store/panelReducer.ts similarity index 100% rename from extension/src/app/reducers/panel/index.ts rename to extension/src/devpanel/store/panelReducer.ts diff --git a/extension/src/app/stores/panelStore.ts b/extension/src/devpanel/store/panelStore.ts similarity index 86% rename from extension/src/app/stores/panelStore.ts rename to extension/src/devpanel/store/panelStore.ts index 873e7284..f8b8e622 100644 --- a/extension/src/app/stores/panelStore.ts +++ b/extension/src/devpanel/store/panelStore.ts @@ -2,8 +2,8 @@ import { createStore, applyMiddleware, Reducer } from 'redux'; import localForage from 'localforage'; import { persistReducer, persistStore } from 'redux-persist'; import { exportStateMiddleware, StoreAction } from '@redux-devtools/app'; -import panelDispatcher from '../middlewares/panelSync'; -import rootReducer, { StoreStateWithoutSocket } from '../reducers/panel'; +import panelDispatcher from './panelSyncMiddleware'; +import rootReducer, { StoreStateWithoutSocket } from './panelReducer'; const persistConfig = { key: 'redux-devtools', diff --git a/extension/src/app/middlewares/panelSync.ts b/extension/src/devpanel/store/panelSyncMiddleware.ts similarity index 100% rename from extension/src/app/middlewares/panelSync.ts rename to extension/src/devpanel/store/panelSyncMiddleware.ts diff --git a/extension/src/browser/views/devtools.pug b/extension/src/devtools/devtools.pug similarity index 93% rename from extension/src/browser/views/devtools.pug rename to extension/src/devtools/devtools.pug index 7a361b53..c9f56539 100644 --- a/extension/src/browser/views/devtools.pug +++ b/extension/src/devtools/devtools.pug @@ -1,10 +1,10 @@ -doctype html - -html - head - meta(charset='UTF-8') - title Redux DevTools - - body - #root - script(src='/devtools.bundle.js') +doctype html + +html + head + meta(charset='UTF-8') + title Redux DevTools + + body + #root + script(src='/devtools.bundle.js') diff --git a/extension/src/browser/extension/devtools/index.ts b/extension/src/devtools/index.ts similarity index 92% rename from extension/src/browser/extension/devtools/index.ts rename to extension/src/devtools/index.ts index de6abaaa..cdd376b6 100644 --- a/extension/src/browser/extension/devtools/index.ts +++ b/extension/src/devtools/index.ts @@ -1,4 +1,4 @@ -import '../../views/devtools.pug'; +import './devtools.pug'; function createPanel(url: string) { chrome.devtools.panels.create( diff --git a/extension/src/browser/extension/options/AllowToRunGroup.tsx b/extension/src/options/AllowToRunGroup.tsx similarity index 100% rename from extension/src/browser/extension/options/AllowToRunGroup.tsx rename to extension/src/options/AllowToRunGroup.tsx diff --git a/extension/src/browser/extension/options/ContextMenuGroup.tsx b/extension/src/options/ContextMenuGroup.tsx similarity index 100% rename from extension/src/browser/extension/options/ContextMenuGroup.tsx rename to extension/src/options/ContextMenuGroup.tsx diff --git a/extension/src/browser/extension/options/EditorGroup.tsx b/extension/src/options/EditorGroup.tsx similarity index 100% rename from extension/src/browser/extension/options/EditorGroup.tsx rename to extension/src/options/EditorGroup.tsx diff --git a/extension/src/browser/extension/options/FilterGroup.tsx b/extension/src/options/FilterGroup.tsx similarity index 97% rename from extension/src/browser/extension/options/FilterGroup.tsx rename to extension/src/options/FilterGroup.tsx index 56c050f1..792ca9f4 100644 --- a/extension/src/browser/extension/options/FilterGroup.tsx +++ b/extension/src/options/FilterGroup.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { FilterState } from '../../../app/api/filters'; +import { FilterState } from '../pageScript/api/filters'; import { OptionsProps } from './Options'; export default ({ options, saveOption }: OptionsProps) => { diff --git a/extension/src/browser/extension/options/MiscellaneousGroup.tsx b/extension/src/options/MiscellaneousGroup.tsx similarity index 100% rename from extension/src/browser/extension/options/MiscellaneousGroup.tsx rename to extension/src/options/MiscellaneousGroup.tsx diff --git a/extension/src/browser/extension/options/Options.tsx b/extension/src/options/Options.tsx similarity index 100% rename from extension/src/browser/extension/options/Options.tsx rename to extension/src/options/Options.tsx diff --git a/extension/src/browser/extension/options/index.tsx b/extension/src/options/index.tsx similarity index 95% rename from extension/src/browser/extension/options/index.tsx rename to extension/src/options/index.tsx index b344b86b..181fa1b1 100644 --- a/extension/src/browser/extension/options/index.tsx +++ b/extension/src/options/index.tsx @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client'; import OptionsComponent from './Options'; import { Options } from './syncOptions'; -import '../../views/options.pug'; +import './options.pug'; chrome.runtime.getBackgroundPage((background) => { const syncOptions = background!.syncOptions; diff --git a/extension/src/browser/views/options.pug b/extension/src/options/options.pug similarity index 95% rename from extension/src/browser/views/options.pug rename to extension/src/options/options.pug index 6e2dda01..48192b6a 100644 --- a/extension/src/browser/views/options.pug +++ b/extension/src/options/options.pug @@ -1,93 +1,93 @@ -doctype html - -html - head - meta(charset='UTF-8') - title Redux DevTools Options - style. - body { - padding: 2px; - min-width: 380px; - } - - .option-group { - /* Reset the default fieldset styles */ - margin: initial; - border: initial; - padding: initial; - } - - .option-group + .option-group { - margin-top: 30px; - } - - .option-group__title { - /* Reset the default legend styles */ - margin: initial; - padding: initial; - - margin-bottom: 8px; - font-weight: bold; - font-size: 30px; - } - - .option + .option { - margin-top: 5px; - } - - .option__textarea { - margin-top: 2px; - width: 300px; - min-height: 50px; - } - - .option__hint { - margin-top: 2px; - font-size: 10px; - } - - .option__textarea + .option__hint { - margin-top: -2px; - } - - /* Checkbox and radio styling */ - .option_type_checkbox .option__element, - .option_type_radio .option__element { - vertical-align: bottom; - } - - .option_type_checkbox .option__label, - .option_type_radio .option__label { - margin-left: 4px; - } - - .option_type_checkbox .option__textarea, - .option_type_checkbox .option__hint, - .option_type_radio .option__textarea, - .option_type_radio .option__hint { - margin-left: 20px; - } - - - /* Checkbox styling */ - .option_type_checkbox .option__element { - /* Checkboxes in Chrome are 2px narrower than radio buttons. - These margins align them. */ - margin-left: 1px; - /* ...margin-right is 2px instead of 1px - because both radios and checkboxes have initial margin-right of 1px */ - margin-right: 2px; - } - - /* Value-based styling */ - .option_value_max-age { - margin-left: 20px; - } - - .option_value_max-age .option__element { - width: 50px; - } - - body - #root - script(src='/options.bundle.js') +doctype html + +html + head + meta(charset='UTF-8') + title Redux DevTools Options + style. + body { + padding: 2px; + min-width: 380px; + } + + .option-group { + /* Reset the default fieldset styles */ + margin: initial; + border: initial; + padding: initial; + } + + .option-group + .option-group { + margin-top: 30px; + } + + .option-group__title { + /* Reset the default legend styles */ + margin: initial; + padding: initial; + + margin-bottom: 8px; + font-weight: bold; + font-size: 30px; + } + + .option + .option { + margin-top: 5px; + } + + .option__textarea { + margin-top: 2px; + width: 300px; + min-height: 50px; + } + + .option__hint { + margin-top: 2px; + font-size: 10px; + } + + .option__textarea + .option__hint { + margin-top: -2px; + } + + /* Checkbox and radio styling */ + .option_type_checkbox .option__element, + .option_type_radio .option__element { + vertical-align: bottom; + } + + .option_type_checkbox .option__label, + .option_type_radio .option__label { + margin-left: 4px; + } + + .option_type_checkbox .option__textarea, + .option_type_checkbox .option__hint, + .option_type_radio .option__textarea, + .option_type_radio .option__hint { + margin-left: 20px; + } + + + /* Checkbox styling */ + .option_type_checkbox .option__element { + /* Checkboxes in Chrome are 2px narrower than radio buttons. + These margins align them. */ + margin-left: 1px; + /* ...margin-right is 2px instead of 1px + because both radios and checkboxes have initial margin-right of 1px */ + margin-right: 2px; + } + + /* Value-based styling */ + .option_value_max-age { + margin-left: 20px; + } + + .option_value_max-age .option__element { + width: 50px; + } + + body + #root + script(src='/options.bundle.js') diff --git a/extension/src/browser/extension/options/syncOptions.ts b/extension/src/options/syncOptions.ts similarity index 98% rename from extension/src/browser/extension/options/syncOptions.ts rename to extension/src/options/syncOptions.ts index ede4b150..e523c598 100644 --- a/extension/src/browser/extension/options/syncOptions.ts +++ b/extension/src/options/syncOptions.ts @@ -1,4 +1,4 @@ -import { FilterState, FilterStateValue } from '../../../app/api/filters'; +import { FilterState, FilterStateValue } from '../pageScript/api/filters'; export interface Options { readonly useEditor: number; diff --git a/extension/src/app/service/Monitor.ts b/extension/src/pageScript/Monitor.ts similarity index 100% rename from extension/src/app/service/Monitor.ts rename to extension/src/pageScript/Monitor.ts diff --git a/extension/src/app/api/filters.ts b/extension/src/pageScript/api/filters.ts similarity index 100% rename from extension/src/app/api/filters.ts rename to extension/src/pageScript/api/filters.ts diff --git a/extension/src/app/api/generateInstanceId.ts b/extension/src/pageScript/api/generateInstanceId.ts similarity index 100% rename from extension/src/app/api/generateInstanceId.ts rename to extension/src/pageScript/api/generateInstanceId.ts diff --git a/extension/src/app/api/importState.ts b/extension/src/pageScript/api/importState.ts similarity index 95% rename from extension/src/app/api/importState.ts rename to extension/src/pageScript/api/importState.ts index 70bda05e..ae818149 100644 --- a/extension/src/app/api/importState.ts +++ b/extension/src/pageScript/api/importState.ts @@ -1,9 +1,6 @@ import jsan from 'jsan'; import { immutableSerialize } from '@redux-devtools/serialize'; -import { - Config, - SerializeWithImmutable, -} from '../../browser/extension/inject/pageScript'; +import type { Config, SerializeWithImmutable } from '../index'; import Immutable from 'immutable'; import { LiftedState } from '@redux-devtools/instrument'; import { Action } from 'redux'; diff --git a/extension/src/app/api/index.ts b/extension/src/pageScript/api/index.ts similarity index 99% rename from extension/src/app/api/index.ts rename to extension/src/pageScript/api/index.ts index e0e6c3a9..ed062fe9 100644 --- a/extension/src/app/api/index.ts +++ b/extension/src/pageScript/api/index.ts @@ -5,15 +5,15 @@ import { getActionsArray, getLocalFilter } from '@redux-devtools/utils'; import { isFiltered, PartialLiftedState } from './filters'; import importState from './importState'; import generateId from './generateInstanceId'; -import { Config } from '../../browser/extension/inject/pageScript'; +import type { Config } from '../index'; import { Action } from 'redux'; import { LiftedState, PerformAction } from '@redux-devtools/instrument'; import { LibConfig } from '@redux-devtools/app'; -import { +import type { ContentScriptToPageScriptMessage, ListenerMessage, -} from '../../browser/extension/inject/contentScript'; -import { Position } from './openWindow'; +} from '../../contentScript'; +import type { Position } from './openWindow'; const listeners: { [instanceId: string]: diff --git a/extension/src/app/api/notifyErrors.ts b/extension/src/pageScript/api/notifyErrors.ts similarity index 100% rename from extension/src/app/api/notifyErrors.ts rename to extension/src/pageScript/api/notifyErrors.ts diff --git a/extension/src/app/api/openWindow.ts b/extension/src/pageScript/api/openWindow.ts similarity index 86% rename from extension/src/app/api/openWindow.ts rename to extension/src/pageScript/api/openWindow.ts index 51f9d145..53704b58 100644 --- a/extension/src/app/api/openWindow.ts +++ b/extension/src/pageScript/api/openWindow.ts @@ -1,5 +1,5 @@ import { Action } from 'redux'; -import { PageScriptToContentScriptMessage } from './index'; +import type { PageScriptToContentScriptMessage } from './index'; export type Position = 'left' | 'right' | 'bottom' | 'panel' | 'remote'; diff --git a/extension/src/app/stores/enhancerStore.ts b/extension/src/pageScript/enhancerStore.ts similarity index 93% rename from extension/src/app/stores/enhancerStore.ts rename to extension/src/pageScript/enhancerStore.ts index 532cfccb..5961292f 100644 --- a/extension/src/app/stores/enhancerStore.ts +++ b/extension/src/pageScript/enhancerStore.ts @@ -1,7 +1,7 @@ import { Action, compose, Reducer, StoreEnhancerStoreCreator } from 'redux'; import { instrument } from '@redux-devtools/instrument'; import { persistState } from '@redux-devtools/core'; -import { ConfigWithExpandedMaxAge } from '../../browser/extension/inject/pageScript'; +import type { ConfigWithExpandedMaxAge } from './index'; export function getUrlParam(key: string) { const matches = window.location.href.match( diff --git a/extension/src/browser/extension/inject/pageScript.ts b/extension/src/pageScript/index.ts similarity index 97% rename from extension/src/browser/extension/inject/pageScript.ts rename to extension/src/pageScript/index.ts index a0d48399..2b875ff1 100644 --- a/extension/src/browser/extension/inject/pageScript.ts +++ b/extension/src/pageScript/index.ts @@ -27,19 +27,19 @@ import { LibConfig, Features, } from '@redux-devtools/app'; -import configureStore, { getUrlParam } from '../../../app/stores/enhancerStore'; +import configureStore, { getUrlParam } from './enhancerStore'; import { isAllowed, Options } from '../options/syncOptions'; -import Monitor from '../../../app/service/Monitor'; +import Monitor from './Monitor'; import { noFiltersApplied, isFiltered, filterState, startingFrom, -} from '../../../app/api/filters'; -import notifyErrors from '../../../app/api/notifyErrors'; -import importState from '../../../app/api/importState'; -import openWindow, { Position } from '../../../app/api/openWindow'; -import generateId from '../../../app/api/generateInstanceId'; +} from './api/filters'; +import notifyErrors from './api/notifyErrors'; +import importState from './api/importState'; +import openWindow, { Position } from './api/openWindow'; +import generateId from './api/generateInstanceId'; import { toContentScript, sendMessage, @@ -51,8 +51,8 @@ import { Serialize, StructuralPerformAction, ConnectResponse, -} from '../../../app/api'; -import { ContentScriptToPageScriptMessage } from './contentScript'; +} from './api'; +import type { ContentScriptToPageScriptMessage } from '../contentScript'; type EnhancedStoreWithInitialDispatch< S, diff --git a/extension/src/browser/extension/inject/pageScriptWrap.ts b/extension/src/pageScriptWrap.ts similarity index 100% rename from extension/src/browser/extension/inject/pageScriptWrap.ts rename to extension/src/pageScriptWrap.ts diff --git a/extension/src/browser/extension/window/remote.tsx b/extension/src/remote/index.tsx similarity index 96% rename from extension/src/browser/extension/window/remote.tsx rename to extension/src/remote/index.tsx index f91c372a..af100aca 100644 --- a/extension/src/browser/extension/window/remote.tsx +++ b/extension/src/remote/index.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; import { Root } from '@redux-devtools/app'; -import '../../views/remote.pug'; +import './remote.pug'; chrome.storage.local.get( { diff --git a/extension/src/browser/views/remote.pug b/extension/src/remote/remote.pug similarity index 78% rename from extension/src/browser/views/remote.pug rename to extension/src/remote/remote.pug index c70bc7f5..259bd8f4 100644 --- a/extension/src/browser/views/remote.pug +++ b/extension/src/remote/remote.pug @@ -1,11 +1,11 @@ -doctype html - -html - head - meta(charset='UTF-8') - title RemoteDev - include ./includes/style.pug - - body - #root - script(src='/remote.bundle.js') +doctype html + +html + head + meta(charset='UTF-8') + title RemoteDev + include ../style.pug + + body + #root + script(src='/remote.bundle.js') diff --git a/extension/src/browser/views/includes/style.pug b/extension/src/style.pug similarity index 100% rename from extension/src/browser/views/includes/style.pug rename to extension/src/style.pug diff --git a/extension/src/browser/extension/window/index.tsx b/extension/src/window/index.tsx similarity index 84% rename from extension/src/browser/extension/window/index.tsx rename to extension/src/window/index.tsx index 41b72b08..c74e33a1 100644 --- a/extension/src/browser/extension/window/index.tsx +++ b/extension/src/window/index.tsx @@ -3,11 +3,11 @@ import { createRoot } from 'react-dom/client'; import { Provider } from 'react-redux'; import { PersistGate } from 'redux-persist/integration/react'; import { UPDATE_STATE } from '@redux-devtools/app'; -import App from '../../../app/containers/App'; -import configureStore from '../../../app/stores/windowStore'; -import { MonitorMessage } from '../../../app/middlewares/api'; +import App from '../app/App'; +import configureStore from './store/windowStore'; +import type { MonitorMessage } from '../background/store/apiMiddleware'; -import '../../views/window.pug'; +import './window.pug'; const position = location.hash; diff --git a/extension/src/app/middlewares/instanceSelector.ts b/extension/src/window/store/instanceSelectorMiddleware.ts similarity index 100% rename from extension/src/app/middlewares/instanceSelector.ts rename to extension/src/window/store/instanceSelectorMiddleware.ts diff --git a/extension/src/app/reducers/window/instances.ts b/extension/src/window/store/instancesReducer.ts similarity index 94% rename from extension/src/app/reducers/window/instances.ts rename to extension/src/window/store/instancesReducer.ts index 6ef0cad3..cc39478b 100644 --- a/extension/src/app/reducers/window/instances.ts +++ b/extension/src/window/store/instancesReducer.ts @@ -6,10 +6,10 @@ import { LIFTED_ACTION, SET_PERSIST, } from '@redux-devtools/app'; -import { +import type { ExpandedUpdateStateAction, WindowStoreAction, -} from '../../stores/windowStore'; +} from './windowStore'; export default function instances( state = instancesInitialState, diff --git a/extension/src/app/reducers/window/index.ts b/extension/src/window/store/windowReducer.ts similarity index 80% rename from extension/src/app/reducers/window/index.ts rename to extension/src/window/store/windowReducer.ts index 3ec4ddf3..9a14cd3b 100644 --- a/extension/src/app/reducers/window/index.ts +++ b/extension/src/window/store/windowReducer.ts @@ -9,8 +9,8 @@ import { theme, StoreState, } from '@redux-devtools/app'; -import instances from './instances'; -import { WindowStoreAction } from '../../stores/windowStore'; +import instances from './instancesReducer'; +import type { WindowStoreAction } from './windowStore'; const rootReducer: Reducer = combineReducers({ diff --git a/extension/src/app/stores/windowStore.ts b/extension/src/window/store/windowStore.ts similarity index 81% rename from extension/src/app/stores/windowStore.ts rename to extension/src/window/store/windowStore.ts index 186203ab..f63002ae 100644 --- a/extension/src/app/stores/windowStore.ts +++ b/extension/src/window/store/windowStore.ts @@ -17,12 +17,15 @@ import { StoreState, UpdateStateAction, } from '@redux-devtools/app'; -import syncStores from '../middlewares/windowSync'; -import instanceSelector from '../middlewares/instanceSelector'; -import rootReducer from '../reducers/window'; -import { BackgroundState } from '../reducers/background'; -import { BackgroundAction } from './backgroundStore'; -import { EmptyUpdateStateAction, NAAction } from '../middlewares/api'; +import syncStores from './windowSyncMiddleware'; +import instanceSelector from './instanceSelectorMiddleware'; +import rootReducer from './windowReducer'; +import type { BackgroundState } from '../../background/store/backgroundReducer'; +import type { BackgroundAction } from '../../background/store/backgroundStore'; +import type { + EmptyUpdateStateAction, + NAAction, +} from '../../background/store/apiMiddleware'; export interface ExpandedUpdateStateAction extends UpdateStateAction { readonly instances: InstancesState; diff --git a/extension/src/app/middlewares/windowSync.ts b/extension/src/window/store/windowSyncMiddleware.ts similarity index 80% rename from extension/src/app/middlewares/windowSync.ts rename to extension/src/window/store/windowSyncMiddleware.ts index e6c2c599..6f9f9cf7 100644 --- a/extension/src/app/middlewares/windowSync.ts +++ b/extension/src/window/store/windowSyncMiddleware.ts @@ -7,9 +7,9 @@ import { UPDATE_STATE, } from '@redux-devtools/app'; import { Dispatch, MiddlewareAPI, Store } from 'redux'; -import { BackgroundState } from '../reducers/background'; -import { WindowStoreAction } from '../stores/windowStore'; -import { BackgroundAction } from '../stores/backgroundStore'; +import type { BackgroundState } from '../../background/store/backgroundReducer'; +import type { WindowStoreAction } from './windowStore'; +import type { BackgroundAction } from '../../background/store/backgroundStore'; const syncStores = (baseStore: Store) => diff --git a/extension/src/browser/views/window.pug b/extension/src/window/window.pug similarity index 89% rename from extension/src/browser/views/window.pug rename to extension/src/window/window.pug index 4ea83033..630a3edf 100644 --- a/extension/src/browser/views/window.pug +++ b/extension/src/window/window.pug @@ -1,17 +1,17 @@ -doctype html - -html - head - meta(charset='UTF-8') - title Redux DevTools - include ./includes/style.pug - - body - #root - div(style='position: relative') - img( - src='/img/loading.svg', - height=300, width=350, - style='position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -175px;' - ) - script(src='/window.bundle.js') +doctype html + +html + head + meta(charset='UTF-8') + title Redux DevTools + include ../style.pug + + body + #root + div(style='position: relative') + img( + src='/img/loading.svg', + height=300, width=350, + style='position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -175px;' + ) + script(src='/window.bundle.js') diff --git a/extension/test/app/containers/App.spec.js b/extension/test/app/containers/App.spec.js index 6da2054e..26725311 100644 --- a/extension/test/app/containers/App.spec.js +++ b/extension/test/app/containers/App.spec.js @@ -1,8 +1,8 @@ import React from 'react'; import { render, screen, within } from '@testing-library/react'; import { Provider } from 'react-redux'; -import configureStore from '../../../src/app/stores/windowStore'; -import App from '../../../src/app/containers/App'; +import configureStore from '../../../src/window/store/windowStore'; +import App from '../../../src/app/App'; Object.defineProperty(window, 'matchMedia', { writable: true, diff --git a/extension/test/app/inject/api.spec.js b/extension/test/app/inject/api.spec.js index 0b30f33e..0a06d321 100644 --- a/extension/test/app/inject/api.spec.js +++ b/extension/test/app/inject/api.spec.js @@ -1,5 +1,5 @@ import { insertScript, listenMessage } from '../../utils/inject'; -import '../../../src/browser/extension/inject/pageScript'; +import '../../../src/pageScript'; describe('API', () => { it('should get window.__REDUX_DEVTOOLS_EXTENSION__ function', () => { diff --git a/extension/test/app/inject/enhancer.spec.js b/extension/test/app/inject/enhancer.spec.js index 49229474..c4ce2b88 100644 --- a/extension/test/app/inject/enhancer.spec.js +++ b/extension/test/app/inject/enhancer.spec.js @@ -1,7 +1,7 @@ import '@babel/polyfill'; import { createStore, compose } from 'redux'; import { insertScript, listenMessage } from '../../utils/inject'; -import '../../../src/browser/extension/inject/pageScript'; +import '../../../src/pageScript'; function counter(state = 0, action) { switch (action.type) { diff --git a/extension/webpack/base.config.js b/extension/webpack/base.config.js index b320b890..1f3290ce 100644 --- a/extension/webpack/base.config.js +++ b/extension/webpack/base.config.js @@ -3,21 +3,30 @@ import webpack from 'webpack'; import CopyPlugin from 'copy-webpack-plugin'; import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin'; -const extpath = path.join(__dirname, '../src/browser/extension/'); -const mock = `${extpath}chromeAPIMock`; - const baseConfig = (params) => ({ // devtool: 'source-map', mode: params.mode, entry: params.input || { - background: [mock, `${extpath}background/index`], - options: [mock, `${extpath}options/index`], - window: [`${extpath}window/index`], - remote: [`${extpath}window/remote`], - devpanel: [mock, `${extpath}devpanel/index`], - devtools: [`${extpath}devtools/index`], - content: [mock, `${extpath}inject/contentScript`], - pagewrap: [`${extpath}inject/pageScriptWrap`], + background: [ + path.resolve(__dirname, '../src/chromeApiMock'), + path.resolve(__dirname, '../src/background/index'), + ], + options: [ + path.resolve(__dirname, '../src/chromeApiMock'), + path.resolve(__dirname, '../src/options/index'), + ], + window: [path.resolve(__dirname, '../src/window/index')], + remote: [path.resolve(__dirname, '../src/remote/index')], + devpanel: [ + path.resolve(__dirname, '../src/chromeApiMock'), + path.resolve(__dirname, '../src/devpanel/index'), + ], + devtools: [path.resolve(__dirname, '../src/devtools/index')], + content: [ + path.resolve(__dirname, '../src/chromeApiMock'), + path.resolve(__dirname, '../src/contentScript/index'), + ], + pagewrap: [path.resolve(__dirname, '../src/pageScriptWrap')], ...params.inputExtra, }, output: { diff --git a/extension/webpack/dev.config.babel.js b/extension/webpack/dev.config.babel.js index cca1fa78..6abb9178 100644 --- a/extension/webpack/dev.config.babel.js +++ b/extension/webpack/dev.config.babel.js @@ -5,7 +5,7 @@ import baseConfig from './base.config'; let config = baseConfig({ mode: 'development', inputExtra: { - page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')], + page: [path.join(__dirname, '../src/pageScript')], }, output: { path: path.join(__dirname, '../dev') }, globals: { @@ -15,10 +15,7 @@ let config = baseConfig({ }, plugins: [new webpack.NoEmitOnErrorsPlugin()], copy: true, - manifestJsonPath: path.join( - __dirname, - '../src/browser/extension/manifest.json' - ), + manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'), }); config.watch = true; diff --git a/extension/webpack/prod.config.babel.js b/extension/webpack/prod.config.babel.js index ff04e735..c29e9924 100644 --- a/extension/webpack/prod.config.babel.js +++ b/extension/webpack/prod.config.babel.js @@ -4,7 +4,7 @@ import baseConfig from './base.config'; export default baseConfig({ mode: 'production', inputExtra: { - page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')], + page: [path.join(__dirname, '../src/pageScript')], }, output: { path: path.join(__dirname, '../build/extension') }, globals: { @@ -13,8 +13,5 @@ export default baseConfig({ }, }, copy: true, - manifestJsonPath: path.join( - __dirname, - '../src/browser/extension/manifest.json' - ), + manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'), }); diff --git a/extension/webpack/prod.firefox.config.babel.js b/extension/webpack/prod.firefox.config.babel.js index 54fdf8b9..f14b8d35 100644 --- a/extension/webpack/prod.firefox.config.babel.js +++ b/extension/webpack/prod.firefox.config.babel.js @@ -10,8 +10,5 @@ export default baseConfig({ }, }, copy: true, - manifestJsonPath: path.join( - __dirname, - '../src/browser/firefox/manifest.json' - ), + manifestJsonPath: path.join(__dirname, '../firefox/manifest.json'), }); diff --git a/extension/webpack/wrap.config.babel.js b/extension/webpack/wrap.config.babel.js index 25b57d11..ced8a881 100644 --- a/extension/webpack/wrap.config.babel.js +++ b/extension/webpack/wrap.config.babel.js @@ -4,7 +4,7 @@ import baseConfig from './base.config'; export default baseConfig({ mode: 'production', input: { - page: [path.join(__dirname, '../src/browser/extension/inject/pageScript')], + page: [path.join(__dirname, '../src/pageScript')], }, output: { path: path.join(__dirname, '../build/tmp') }, globals: { From 00b07715d1ed9ad3fc327997ee9492ab5a704fbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:40:37 +0000 Subject: [PATCH 17/45] chore(deps): update dependency @rollup/plugin-node-resolve to v15 (#1250) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-json-tree/package.json | 2 +- pnpm-lock.yaml | 57 ++++++++--------------- 5 files changed, 23 insertions(+), 42 deletions(-) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 186ba8db..2f1b9ee8 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -59,7 +59,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^14.1.0", + "@rollup/plugin-node-resolve": "^15.0.0", "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", "@typescript-eslint/eslint-plugin": "^5.39.0", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 557404b2..fb078072 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -50,7 +50,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^14.1.0", + "@rollup/plugin-node-resolve": "^15.0.0", "@types/d3": "^3.5.47", "@types/node": "^16.11.64", "@types/ramda": "^0.28.15", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index a23e1dfc..cda981af 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -54,7 +54,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^14.1.0", + "@rollup/plugin-node-resolve": "^15.0.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", "@types/node": "^16.11.64", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index b90c7638..f80ecdcc 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -61,7 +61,7 @@ "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^14.1.0", + "@rollup/plugin-node-resolve": "^15.0.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.64", "@types/react": "^18.0.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c255adb9..01bf5701 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,7 +181,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 - '@rollup/plugin-node-resolve': ^14.1.0 + '@rollup/plugin-node-resolve': ^15.0.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.64 '@types/ramda': ^0.28.15 @@ -217,7 +217,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/node': 16.11.64 '@types/ramda': 0.28.15 '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi @@ -285,7 +285,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 - '@rollup/plugin-node-resolve': ^14.1.0 + '@rollup/plugin-node-resolve': ^15.0.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.64 '@types/ramda': ^0.28.15 @@ -313,7 +313,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/d3': 3.5.47 '@types/node': 16.11.64 '@types/ramda': 0.28.15 @@ -340,7 +340,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 - '@rollup/plugin-node-resolve': ^14.1.0 + '@rollup/plugin-node-resolve': ^15.0.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/node': ^16.11.64 @@ -371,7 +371,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 @@ -585,7 +585,7 @@ importers: '@babel/runtime': ^7.19.0 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 - '@rollup/plugin-node-resolve': ^14.1.0 + '@rollup/plugin-node-resolve': ^15.0.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/node': ^16.11.64 @@ -627,7 +627,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.1 + '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/node': 16.11.64 '@types/react': 18.0.21 @@ -6440,14 +6440,17 @@ packages: rollup: 2.79.1 dev: true - /@rollup/plugin-node-resolve/14.1.0_rollup@2.79.1: - resolution: {integrity: sha512-5G2niJroNCz/1zqwXtk0t9+twOSDlG00k1Wfd7bkbbXmwg8H8dvgHdIWAun53Ps/rckfvOC7scDBjuGFg5OaWw==} - engines: {node: '>= 10.0.0'} + /@rollup/plugin-node-resolve/15.0.0_rollup@2.79.1: + resolution: {integrity: sha512-iwJbzfTzlzDDQcGmkS7EkCKwe2kSkdBrjX87Fy/KrNjr6UNnLpod0t6X66e502LRe5JJCA4FFqrEscWPnZAkig==} + engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^2.78.0 + rollup: ^2.78.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.79.1 - '@types/resolve': 1.17.1 + '@rollup/pluginutils': 4.2.1 + '@types/resolve': 1.20.2 deepmerge: 4.2.2 is-builtin-module: 3.2.0 is-module: 1.0.0 @@ -6455,18 +6458,6 @@ packages: rollup: 2.79.1 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.79.1: - resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} - engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 - dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.3.1 - rollup: 2.79.1 - dev: true - /@rollup/pluginutils/4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} @@ -8017,10 +8008,6 @@ packages: '@types/json-schema': 7.0.11 dev: true - /@types/estree/0.0.39: - resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} - dev: true - /@types/estree/0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} dev: true @@ -8354,10 +8341,8 @@ packages: redux: 4.2.0 dev: true - /@types/resolve/1.17.1: - resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} - dependencies: - '@types/node': 18.8.3 + /@types/resolve/1.20.2: + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true /@types/responselike/1.0.0: @@ -12568,10 +12553,6 @@ packages: - supports-color dev: true - /estree-walker/1.0.1: - resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} - dev: true - /estree-walker/2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: true From 2804e3646483eccd84bcdc5b4d52e8ae622d5a34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:20:40 +0000 Subject: [PATCH 18/45] chore(deps): update dependency typescript to ~4.8.4 (#1221) * chore(deps): update dependency typescript to ~4.8.4 * Fix * Fix Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 2 +- extension/src/pageScript/index.ts | 12 +- package.json | 2 +- .../examples/tree/package.json | 2 +- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-base16-styling/package.json | 2 +- packages/react-dock/demo/package.json | 2 +- packages/react-dock/package.json | 2 +- .../react-json-tree/examples/package.json | 2 +- packages/react-json-tree/package.json | 2 +- packages/redux-devtools-app/package.json | 2 +- .../redux-devtools-chart-monitor/package.json | 2 +- packages/redux-devtools-cli/package.json | 2 +- .../redux-devtools-dock-monitor/package.json | 2 +- .../redux-devtools-extension/package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../redux-devtools-instrument/package.json | 2 +- .../redux-devtools-log-monitor/package.json | 2 +- packages/redux-devtools-remote/package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../src/containers/mapProps.tsx | 3 +- .../src/utils/comparators.ts | 3 + .../redux-devtools-serialize/package.json | 2 +- .../examples/todomvc/package.json | 2 +- .../package.json | 2 +- packages/redux-devtools-ui/package.json | 2 +- packages/redux-devtools-utils/package.json | 2 +- .../examples/counter/package.json | 2 +- .../examples/todomvc/package.json | 2 +- packages/redux-devtools/package.json | 2 +- pnpm-lock.yaml | 780 +++++++++--------- 38 files changed, 437 insertions(+), 429 deletions(-) diff --git a/extension/package.json b/extension/package.json index eae05c16..13bf27e2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -91,7 +91,7 @@ "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^27.1.5", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" } diff --git a/extension/src/pageScript/index.ts b/extension/src/pageScript/index.ts index 2b875ff1..4b6bfb35 100644 --- a/extension/src/pageScript/index.ts +++ b/extension/src/pageScript/index.ts @@ -539,10 +539,14 @@ function __REDUX_DEVTOOLS_EXTENSION__>( return next(reducer_, initialState_); } - store = stores[instanceId] = configureStore(next, monitor.reducer, { - ...config, - maxAge: getMaxAge as any, - })(reducer_, initialState_) as any; + store = stores[instanceId] = configureStore( + next as StoreEnhancerStoreCreator, + monitor.reducer, + { + ...config, + maxAge: getMaxAge as any, + } + )(reducer_, initialState_) as any; if (isInIframe()) setTimeout(init, 3000); else init(); diff --git a/package.json b/package.json index 296cafb5..be09749e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "prettier": "2.7.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "nx": "^14.8.3", "@nrwl/nx-cloud": "^14.7.0" }, diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index 96bed7d8..b635331d 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -42,7 +42,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 2f1b9ee8..6e702fe0 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -71,6 +71,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index fb078072..390bb829 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -64,7 +64,7 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@types/d3": "^3.5.47", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index cda981af..42bbc569 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -71,6 +71,6 @@ "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 394b54a2..35630f95 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -65,6 +65,6 @@ "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 74b2a63a..36924700 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -38,7 +38,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 0f5150b6..8a75e9ff 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -69,7 +69,7 @@ "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 087bb430..05f52bed 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -44,7 +44,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index f80ecdcc..23d65451 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -82,7 +82,7 @@ "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index a5c3c78a..85ba25ad 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -110,7 +110,7 @@ "styled-components": "^5.3.6", "ts-jest": "^27.1.5", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 5fb32e1d..172c7b11 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -66,7 +66,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 594247bb..8bf7aa41 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -92,6 +92,6 @@ "socketcluster-client": "^16.1.1", "supertest": "^6.3.0", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 0ec293e4..e8247b25 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -67,7 +67,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index 90d47b38..14365c4b 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "redux": "^3.1.0 || ^4.0.0" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 68779463..6e2c94e5 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -51,7 +51,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index f733dedd..5a1c787a 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -84,7 +84,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 2fa95a2d..2c559ad7 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -72,7 +72,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index f9279649..63c78326 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -47,7 +47,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index de3a23b5..b2b63f39 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -78,7 +78,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 5b488f03..cd05fecb 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -64,7 +64,7 @@ "rimraf": "^3.0.2", "rxjs": "^7.5.7", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "redux": "^3.4.0 || ^4.0.0" diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index c596304e..22ce9ac7 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -69,7 +69,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index f5565593..d392fab1 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -66,7 +66,7 @@ "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "redux": "^3.5.2 || ^4.0.0" diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 96cbde66..ab6ee337 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -54,7 +54,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 3836c6ea..4593f7c8 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -89,7 +89,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx b/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx index 2dc00182..79271e9f 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx +++ b/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx @@ -16,7 +16,8 @@ export function mapProps( render(): ReactNode { const mappedProps = mapper(this.props); - return ; + // TODO Not really sure why this is needed, but it is + return ; } static displayName = `mapProps(${ diff --git a/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts b/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts index ff923a21..8714a864 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts +++ b/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts @@ -55,6 +55,9 @@ export function compareJSONPrimitive< return 0; } + if (a == null) return -1; + if (b == null) return 1; + return a > b ? 1 : -1; } diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 4ef692b1..40a3bf05 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -58,7 +58,7 @@ "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "immutable": "^4.1.0" diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 8c4830fe..f40945fe 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -54,7 +54,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 0ffcd5ce..a28598b0 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -63,7 +63,7 @@ "rollup": "^2.79.1", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 3f175058..46d740ec 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -99,7 +99,7 @@ "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.1.5", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0" }, "peerDependencies": { diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 91d42218..7ab695ad 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -58,7 +58,7 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index dc246f01..c08a5aae 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -50,7 +50,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 4f5e8f79..a3897abb 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -66,7 +66,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index f92d6a13..fe590c10 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -73,7 +73,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 01bf5701..0b2df8e7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,23 +21,23 @@ importers: jest: ^27.5.1 nx: ^14.8.3 prettier: 2.7.1 - typescript: ~4.7.4 + typescript: ~4.8.4 devDependencies: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@changesets/cli': 2.25.0 '@nrwl/nx-cloud': 14.7.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 nx: 14.8.3 prettier: 2.7.1 - typescript: 4.7.4 + typescript: 4.8.4 extension: specifiers: @@ -101,7 +101,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 dependencies: @@ -153,7 +153,7 @@ importers: eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 file-loader: 6.2.0_webpack@5.74.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e immutable: 4.1.0 jest: 27.5.1 path-browserify: 1.0.1 @@ -165,8 +165,8 @@ importers: selenium-webdriver: 4.5.0 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.74.0 - ts-jest: 27.1.5_r6sv7vhlorze2lugtxfzxjcdn4 - typescript: 4.7.4 + ts-jest: 27.1.5_s3hctw44eio5yfpbfoxpvrxkse + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_webpack@5.74.0 @@ -199,7 +199,7 @@ importers: rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/d3': 3.5.47 @@ -220,16 +220,16 @@ importers: '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/node': 16.11.64 '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/d3-state-visualizer/examples/tree: specifiers: @@ -248,7 +248,7 @@ importers: html-webpack-plugin: ^5.5.0 map2tree: ^2.1.0 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -260,16 +260,16 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -300,7 +300,7 @@ importers: rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 ramda: 0.28.0 @@ -317,17 +317,17 @@ importers: '@types/d3': 3.5.47 '@types/node': 16.11.64 '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q d3: 3.5.17 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/map2tree: specifiers: @@ -358,7 +358,7 @@ importers: rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 lodash: 4.17.21 @@ -375,20 +375,20 @@ importers: '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/react-base16-styling: specifiers: @@ -416,7 +416,7 @@ importers: lodash.curry: ^4.1.1 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/base16': 1.0.2 @@ -435,15 +435,15 @@ importers: '@types/color': 3.0.3 '@types/jest': 27.5.2 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/react-dock: specifiers: @@ -475,7 +475,7 @@ importers: react-test-renderer: ^18.2.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/lodash': 4.14.186 @@ -494,19 +494,19 @@ importers: '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/react-dock/demo: specifiers: @@ -536,7 +536,7 @@ importers: react-is: ^18.2.0 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -557,18 +557,18 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -610,7 +610,7 @@ importers: rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/lodash': 4.14.186 @@ -632,11 +632,11 @@ importers: '@types/node': 16.11.64 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -645,10 +645,10 @@ importers: rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/react-json-tree/examples: specifiers: @@ -675,7 +675,7 @@ importers: react-dom: ^18.2.0 react-json-tree: ^0.17.0 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -693,18 +693,18 @@ importers: '@types/node': 16.11.64 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -741,7 +741,7 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/instrument': link:../redux-devtools-instrument @@ -760,11 +760,11 @@ importers: '@types/lodash': 4.14.186 '@types/node': 16.11.64 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -773,8 +773,8 @@ importers: react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-app: specifiers: @@ -846,7 +846,7 @@ importers: styled-components: ^5.3.6 ts-jest: ^27.1.5 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -898,17 +898,17 @@ importers: '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-loader: 4.2.0_webpack@5.74.0 html-webpack-plugin: 5.5.0_webpack@5.74.0 jest: 27.5.1_ts-node@10.9.1 @@ -918,9 +918,9 @@ importers: rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.74.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -952,7 +952,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/prop-types': 15.7.5 @@ -971,8 +971,8 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -980,7 +980,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-cli: specifiers: @@ -1033,7 +1033,7 @@ importers: styled-components: ^5.3.6 supertest: ^6.3.0 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 uuid: ^9.0.0 dependencies: '@redux-devtools/app': link:../redux-devtools-app @@ -1076,18 +1076,18 @@ importers: '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 16.1.1 supertest: 6.3.0 - ts-jest: 27.1.5_mqaoisgizytgigbr3gbjwvnjie - typescript: 4.7.4 + ts-jest: 27.1.5_h2mjkler2cwtrz56xjx3qgassu + typescript: 4.8.4 packages/redux-devtools-dock-monitor: specifiers: @@ -1115,7 +1115,7 @@ importers: react-dock: ^0.6.0 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/prop-types': 15.7.5 @@ -1133,8 +1133,8 @@ importers: '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -1142,7 +1142,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-extension: specifiers: @@ -1160,7 +1160,7 @@ importers: immutable: ^4.1.0 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 immutable: 4.1.0 @@ -1171,13 +1171,13 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-inspector-monitor: specifiers: @@ -1222,7 +1222,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/dragula': 3.7.1 @@ -1257,8 +1257,8 @@ importers: '@types/react': 18.0.21 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -1266,7 +1266,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-inspector-monitor-test-tab: specifiers: @@ -1309,7 +1309,7 @@ importers: rimraf: ^3.0.2 simple-diff: ^1.6.0 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui @@ -1338,11 +1338,11 @@ importers: '@types/object-path': 0.11.1 '@types/react': 18.0.21 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1350,8 +1350,8 @@ importers: react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: @@ -1394,7 +1394,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1426,8 +1426,8 @@ importers: '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -1435,11 +1435,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -1486,7 +1486,7 @@ importers: rimraf: ^3.0.2 source-map: ^0.5.7 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.19.0 @@ -1515,11 +1515,11 @@ importers: '@types/react': 18.0.21 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1528,8 +1528,8 @@ importers: react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-inspector-monitor/demo: specifiers: @@ -1568,7 +1568,7 @@ importers: redux: ^4.2.0 redux-logger: ^3.0.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1598,18 +1598,18 @@ importers: '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -1637,7 +1637,7 @@ importers: rimraf: ^3.0.2 rxjs: ^7.5.7 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 lodash: 4.17.21 @@ -1651,17 +1651,17 @@ importers: '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.5.7 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-log-monitor: specifiers: @@ -1691,7 +1691,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/lodash.debounce': 4.0.7 @@ -1711,8 +1711,8 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -1720,7 +1720,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-remote: specifiers: @@ -1747,7 +1747,7 @@ importers: rimraf: ^3.0.2 rn-host-detect: ^1.2.0 socketcluster-client: ^16.1.1 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/instrument': link:../redux-devtools-instrument @@ -1767,13 +1767,13 @@ importers: '@types/node': 16.11.64 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-rtk-query-monitor: specifiers: @@ -1820,7 +1820,7 @@ importers: redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui @@ -1852,11 +1852,11 @@ importers: '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1865,8 +1865,8 @@ importers: react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-rtk-query-monitor/demo: specifiers: @@ -1912,7 +1912,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1921,13 +1921,13 @@ importers: '@chakra-ui/react': 2.3.5_356kgaleomk4jdithf3bcp4v5i '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty - '@mswjs/data': 0.10.2_typescript@4.7.4 + '@mswjs/data': 0.10.2_typescript@4.8.4 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.8.6_kuo2ie247izvzll3jejufdtq3q framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y - msw: 0.47.4_typescript@4.7.4 + msw: 0.47.4_typescript@4.8.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.4.0_react@18.2.0 @@ -1946,8 +1946,8 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 @@ -1956,11 +1956,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -1986,7 +1986,7 @@ importers: jsan: ^3.1.14 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 jsan: 3.1.14 @@ -1999,16 +1999,16 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-slider-monitor: specifiers: @@ -2041,7 +2041,7 @@ importers: rollup: ^2.79.1 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui @@ -2061,8 +2061,8 @@ importers: '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@types/node': 16.11.64 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -2071,9 +2071,9 @@ importers: redux: 4.2.0 rimraf: 3.0.2 rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: @@ -2114,7 +2114,7 @@ importers: styled-components: ^5.3.6 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2144,8 +2144,8 @@ importers: '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -2153,11 +2153,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -2219,7 +2219,7 @@ importers: stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 dependencies: '@babel/runtime': 7.19.0 @@ -2246,8 +2246,8 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@storybook/addon-essentials': 6.5.12_yxziofeetrzltqo3fmvb7j7lpy - '@storybook/react': 6.5.12_5p75nysb23ppx3xzollcctiayi + '@storybook/addon-essentials': 6.5.12_midmk4q7nq6bankjng5gmclke4 + '@storybook/react': 6.5.12_yqxcvbtk6e2nsx45qlxuze54wa '@testing-library/dom': 8.19.0 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei @@ -2255,13 +2255,13 @@ importers: '@types/jest': 27.5.2 '@types/react': 18.0.21 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -2277,8 +2277,8 @@ importers: stylelint-config-standard: 28.0.0_stylelint@14.13.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 webpack: 5.74.0 packages/redux-devtools-utils: @@ -2307,7 +2307,7 @@ importers: nanoid: ^3.3.4 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/core': link:../redux-devtools @@ -2329,12 +2329,12 @@ importers: '@types/jsan': 3.1.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools/examples/counter: specifiers: @@ -2367,7 +2367,7 @@ importers: redux: ^4.2.0 redux-thunk: ^2.4.1 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2391,18 +2391,18 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -2442,7 +2442,7 @@ importers: style-loader: ^3.3.1 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2468,8 +2468,8 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -2477,11 +2477,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -6098,7 +6098,7 @@ packages: set-cookie-parser: 2.5.1 dev: false - /@mswjs/data/0.10.2_typescript@4.7.4: + /@mswjs/data/0.10.2_typescript@4.8.4: resolution: {integrity: sha512-L6AGyse4GjFfyF9OI7AfYtcLbALN5MZQSvSr7p48wj6zlrrrgIKGkRVf9IEEfqaWimKP31mJDdHhie3lfJQ4SQ==} dependencies: '@types/lodash': 4.14.186 @@ -6115,7 +6115,7 @@ packages: strict-event-emitter: 0.2.7 uuid: 8.3.2 optionalDependencies: - msw: 0.47.4_typescript@4.7.4 + msw: 0.47.4_typescript@4.8.4 transitivePeerDependencies: - encoding - supports-color @@ -6563,7 +6563,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/addon-controls/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-UoaamkGgAQXplr0kixkPhROdzkY+ZJQpG7VFDU6kmZsIgPRNfX/QoJFR5vV6TpDArBIjWaUUqWII+GHgPRzLgQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6578,7 +6578,7 @@ packages: '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.12 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6597,7 +6597,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.12_yxziofeetrzltqo3fmvb7j7lpy: + /@storybook/addon-docs/6.5.12_midmk4q7nq6bankjng5gmclke4: resolution: {integrity: sha512-T+QTkmF7QlMVfXHXEberP8CYti/XMTo9oi6VEbZLx+a2N3qY4GZl7X2g26Sf5V4Za+xnapYKBMEIiJ5SvH9weQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6618,7 +6618,7 @@ packages: '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6652,7 +6652,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.12_yxziofeetrzltqo3fmvb7j7lpy: + /@storybook/addon-essentials/6.5.12_midmk4q7nq6bankjng5gmclke4: resolution: {integrity: sha512-4AAV0/mQPSk3V0Pie1NIqqgBgScUc0VtBEXDm8BgPeuDNVhPEupnaZgVt+I3GkzzPPo6JjdCsp2L11f3bBSEjw==} peerDependencies: '@babel/core': ^7.9.6 @@ -6712,15 +6712,15 @@ packages: '@babel/core': 7.19.3 '@storybook/addon-actions': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-backgrounds': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm - '@storybook/addon-docs': 6.5.12_yxziofeetrzltqo3fmvb7j7lpy + '@storybook/addon-controls': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/addon-docs': 6.5.12_midmk4q7nq6bankjng5gmclke4 '@storybook/addon-measure': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-outline': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-toolbars': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-viewport': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 core-js: 3.25.5 react: 18.2.0 @@ -6882,7 +6882,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/builder-webpack4/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-TsthT5jm9ZxQPNOZJbF5AV24me3i+jjYD7gbdKdSHrOVn1r3ydX4Z8aD6+BjLCtTn3T+e8NMvUkL4dInEo1x6g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6900,7 +6900,7 @@ packages: '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/node-logger': 6.5.12 '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6918,12 +6918,12 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_nt235yxxo4biuscmfwd22rliee + fork-ts-checker-webpack-plugin: 4.1.6_ybeu3d6gzlmqceoto3zzmxyiwi glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.7.4 + pnp-webpack-plugin: 1.6.4_typescript@4.8.4 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -6934,7 +6934,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7036,7 +7036,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.12_c3hoyc4loabfhtyuh36vjkyyai: + /@storybook/core-client/6.5.12_glstf7nzdgkpv4airl4j7svpo4: resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7067,50 +7067,50 @@ packages: react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.7.4 - unfetch: 4.2.0 - util-deprecate: 1.0.2 - webpack: 4.46.0 - dev: true - - /@storybook/core-client/6.5.12_qyk6idcafspi7uz7vy6757spbm: - resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/channel-websocket': 6.5.12 - '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - core-js: 3.25.5 - global: 4.4.0 - lodash: 4.17.21 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 - ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 5.74.0 dev: true - /@storybook/core-common/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/core-client/6.5.12_vknrbelhugdkckamahrfl2bl2m: + resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/channel-websocket': 6.5.12 + '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 + core-js: 3.25.5 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.9 + ts-dedent: 2.2.0 + typescript: 4.8.4 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + webpack: 4.46.0 + dev: true + + /@storybook/core-common/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-gG20+eYdIhwQNu6Xs805FLrOCWtkoc8Rt8gJiRt8yXzZh9EZkU4xgCRoCxrrJ03ys/gTiCFbBOfRi749uM3z4w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7154,7 +7154,7 @@ packages: express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_nt235yxxo4biuscmfwd22rliee + fork-ts-checker-webpack-plugin: 6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7170,7 +7170,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -7187,7 +7187,7 @@ packages: core-js: 3.25.5 dev: true - /@storybook/core-server/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/core-server/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-q1b/XKwoLUcCoCQ+8ndPD5THkEwXZYJ9ROv16i2VGUjjjAuSqpEYBq5GMGQUgxlWp1bkxtdGL2Jz+6pZfvldzA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7204,17 +7204,17 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm - '@storybook/core-client': 6.5.12_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/builder-webpack4': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.12 - '@storybook/manager-webpack4': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/manager-webpack4': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/telemetry': 6.5.12_ceius3krcep667lesqygbylwku '@types/node': 16.11.64 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7245,7 +7245,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 @@ -7264,7 +7264,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.12_j6ooe25olrkpcpermwcqizxdfi: + /@storybook/core/6.5.12_nyxo6xdtefauysrmdnf5thgcme: resolution: {integrity: sha512-+o3psAVWL+5LSwyJmEbvhgxKO1Et5uOX8ujNVt/f1fgwJBIf6BypxyPKu9YGQDRzcRssESQQZWNrZCCAZlFeuQ==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7281,11 +7281,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.12_qyk6idcafspi7uz7vy6757spbm - '@storybook/core-server': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-client': 6.5.12_glstf7nzdgkpv4airl4j7svpo4 + '@storybook/core-server': 6.5.12_ceius3krcep667lesqygbylwku react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 5.74.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -7348,7 +7348,7 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/manager-webpack4/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-LH3e6qfvq2znEdxe2kaWtmdDPTnvSkufzoC9iwOgNvo3YrTGrYNyUTDegvW293TOTVfUn7j6TBcsOxIgRnt28g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7362,8 +7362,8 @@ packages: '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.12_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -7380,7 +7380,7 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.7.4 + pnp-webpack-plugin: 1.6.4_typescript@4.8.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 @@ -7390,7 +7390,7 @@ packages: telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7467,7 +7467,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7478,15 +7478,15 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.7.4 + react-docgen-typescript: 2.2.2_typescript@4.8.4 tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 5.74.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.12_5p75nysb23ppx3xzollcctiayi: + /@storybook/react/6.5.12_yqxcvbtk6e2nsx45qlxuze54wa: resolution: {integrity: sha512-1tG8EdSfp+OZAKAWPT2UrexF4o007jEMwQFFXw1atIQrQOADzSnZ7lTYJ08o5TyJwksswtr18tH3oJJ9sG3KPw==} engines: {node: '>=10.13.0'} hasBin: true @@ -7520,12 +7520,12 @@ packages: '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_metx475lqcp4j5c75za4zf7xbi '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 - '@storybook/core': 6.5.12_j6ooe25olrkpcpermwcqizxdfi - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core': 6.5.12_nyxo6xdtefauysrmdnf5thgcme + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/node-logger': 6.5.12 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 @@ -7551,7 +7551,7 @@ packages: regenerator-runtime: 0.13.9 require-from-string: 2.0.2 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 util-deprecate: 1.0.2 webpack: 5.74.0 transitivePeerDependencies: @@ -7645,11 +7645,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/telemetry/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-mCHxx7NmQ3n7gx0nmblNlZE5ZgrjQm6B08mYeWg6Y7r4GZnqS6wZbvAwVhZZ3Gg/9fdqaBApHsdAXp0d5BrlxA==} dependencies: '@storybook/client-logger': 6.5.12 - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku chalk: 4.1.2 core-js: 3.25.5 detect-package-manager: 2.0.1 @@ -8566,7 +8566,7 @@ packages: '@types/node': 18.8.3 optional: true - /@typescript-eslint/eslint-plugin/5.39.0_23z4ljmzfershnk3fir43q6pzi: + /@typescript-eslint/eslint-plugin/5.39.0_cfd7h3iktziq6hcwahu2qxhjhy: resolution: {integrity: sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8577,22 +8577,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/type-utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 - '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/type-utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q debug: 4.3.4 eslint: 8.25.0 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/parser/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8604,10 +8604,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.39.0 '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 debug: 4.3.4 eslint: 8.25.0 - typescript: 4.7.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true @@ -8620,7 +8620,7 @@ packages: '@typescript-eslint/visitor-keys': 5.39.0 dev: true - /@typescript-eslint/type-utils/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/type-utils/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8630,12 +8630,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 - '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q debug: 4.3.4 eslint: 8.25.0 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true @@ -8645,7 +8645,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.39.0_typescript@4.7.4: + /@typescript-eslint/typescript-estree/5.39.0_typescript@4.8.4: resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8660,13 +8660,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/utils/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8675,7 +8675,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.39.0 '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 eslint: 8.25.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.25.0 @@ -12331,7 +12331,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.1_b2lgjkkacbu4ndkugyvklv65hq: + /eslint-plugin-jest/27.1.1_or6kr3fag2h7rsusdfqwiniqvm: resolution: {integrity: sha512-vuSuXGKHHi/UAffIM46QKm4g0tQP+6n52nRxUpMq6x6x9rhnv5WM7ktSu3h9cTnXE4b0Y0ODQTgRlCm9rdRLvg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12344,8 +12344,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 jest: 27.5.1 transitivePeerDependencies: @@ -13030,7 +13030,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_nt235yxxo4biuscmfwd22rliee: + /fork-ts-checker-webpack-plugin/4.1.6_ybeu3d6gzlmqceoto3zzmxyiwi: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13051,14 +13051,14 @@ packages: minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 4.46.0 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_nt235yxxo4biuscmfwd22rliee: + /fork-ts-checker-webpack-plugin/6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13086,11 +13086,11 @@ packages: schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.13_xnp4kzegbjokq62cajex2ovgkm: + /fork-ts-checker-webpack-plugin/7.2.13_qqxisngxjbp7lstdk7boexbu3e: resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -13113,7 +13113,7 @@ packages: schema-utils: 3.1.1 semver: 7.3.8 tapable: 2.2.1 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 dev: true @@ -14959,7 +14959,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi transitivePeerDependencies: - bufferutil - canvas @@ -16696,7 +16696,7 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.47.4_typescript@4.7.4: + /msw/0.47.4_typescript@4.8.4: resolution: {integrity: sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==} engines: {node: '>=14'} hasBin: true @@ -16726,7 +16726,7 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.7 type-fest: 2.19.0 - typescript: 4.7.4 + typescript: 4.8.4 yargs: 17.6.0 transitivePeerDependencies: - encoding @@ -17641,11 +17641,11 @@ packages: engines: {node: '>=4'} dev: false - /pnp-webpack-plugin/1.6.4_typescript@4.7.4: + /pnp-webpack-plugin/1.6.4_typescript@4.8.4: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.7.4 + ts-pnp: 1.2.0_typescript@4.8.4 transitivePeerDependencies: - typescript dev: true @@ -18276,12 +18276,12 @@ packages: resolution: {integrity: sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==} dev: true - /react-docgen-typescript/2.2.2_typescript@4.7.4: + /react-docgen-typescript/2.2.2_typescript@4.8.4: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.7.4 + typescript: 4.8.4 dev: true /react-docgen/5.4.3: @@ -19136,7 +19136,7 @@ packages: terser: 5.15.1 dev: true - /rollup-plugin-typescript2/0.34.1_5j6xs4al5kvj74qioxrurhiohm: + /rollup-plugin-typescript2/0.34.1_gypgyaqhine6mwjfvh7icfhviq: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19148,7 +19148,7 @@ packages: rollup: 2.79.1 semver: 7.3.8 tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 dev: true /rollup/2.79.1: @@ -20669,7 +20669,75 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu: + /ts-jest/27.1.5_h2mjkler2cwtrz56xjx3qgassu: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: '*' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@types/jest': 27.5.2 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.8 + typescript: 4.8.4 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.5_s3hctw44eio5yfpbfoxpvrxkse: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: '*' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.19.3 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.8 + typescript: 4.8.4 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy: resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -20700,79 +20768,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.7.4 + typescript: 4.8.4 yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.5_mqaoisgizytgigbr3gbjwvnjie: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.5.2 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.7.4 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.5_r6sv7vhlorze2lugtxfzxjcdn4: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.19.3 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.7.4 - yargs-parser: 20.2.9 - dev: true - - /ts-node/10.9.1_fqjczfflmxvrwatmzc635sraoq: + /ts-node/10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -20798,12 +20798,12 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.7.4 + typescript: 4.8.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.7.4: + /ts-pnp/1.2.0_typescript@4.8.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -20812,7 +20812,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.7.4 + typescript: 4.8.4 dev: true /ts-toolbelt/6.15.5: @@ -20835,14 +20835,14 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - /tsutils/3.21.0_typescript@4.7.4: + /tsutils/3.21.0_typescript@4.8.4: 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.4 + typescript: 4.8.4 dev: true /tty-browserify/0.0.0: @@ -20937,8 +20937,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript/4.7.4: - resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} + /typescript/4.8.4: + resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} engines: {node: '>=4.2.0'} hasBin: true From d2de8078b2a3b5156655d2e4249207cedab29c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 08:59:57 -0400 Subject: [PATCH 19/45] chore(deps): update dependency nx to v15 (#1254) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 44 +++++++++++++++++++++++--------------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index be09749e..4bcec240 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "jest": "^27.5.1", "prettier": "2.7.1", "typescript": "~4.8.4", - "nx": "^14.8.3", + "nx": "^15.0.0", "@nrwl/nx-cloud": "^14.7.0" }, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b2df8e7..a582871b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,7 +19,7 @@ importers: eslint-plugin-react: ^7.31.9 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 - nx: ^14.8.3 + nx: ^15.0.0 prettier: 2.7.1 typescript: ~4.8.4 devDependencies: @@ -35,7 +35,7 @@ importers: eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 - nx: 14.8.3 + nx: 15.0.0 prettier: 2.7.1 typescript: 4.8.4 @@ -6189,10 +6189,10 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/14.8.3: - resolution: {integrity: sha512-a8URAbqyZvegXMYU8pCA3Hfv0UdiDJc6HboazxinCJJgZWyqKYxRIWmKiWnfpXsr+qF6ntmBR/tC6yHbOL22gQ==} + /@nrwl/cli/15.0.0: + resolution: {integrity: sha512-D0zAhZ375bQnoUM2HLifMzAa75A3/lC9OkkewsiVVbqaznjEIry8ezHZepgfjFRVzLr3ue7FIpDEH3iJIYzvVw==} dependencies: - nx: 14.8.3 + nx: 15.0.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6215,11 +6215,11 @@ packages: - debug dev: true - /@nrwl/tao/14.8.3: - resolution: {integrity: sha512-lN7+1biSM/7PYMMgh3jjOXJ9fe6VjhVrtZsDcB6lcklpShjXfHXqlpXDM7vjlw19aLeZMdFWHFoU2C5BTBtzgQ==} + /@nrwl/tao/15.0.0: + resolution: {integrity: sha512-qup1eSWYwp/KVrw/wxeWBvYttQ9dcbQnqpXb5NQMD31SpXEZSpJB1i3GV/o6CF5qQQSNLwICXZx25rNTTQAqpg==} hasBin: true dependencies: - nx: 14.8.3 + nx: 15.0.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -9765,14 +9765,6 @@ packages: engines: {node: '>=4'} dev: true - /axios/0.21.1: - resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} - dependencies: - follow-redirects: 1.15.2 - transitivePeerDependencies: - - debug - dev: true - /axios/0.21.4: resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: @@ -9790,6 +9782,16 @@ packages: - debug dev: true + /axios/1.1.3: + resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==} + dependencies: + follow-redirects: 1.15.2 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: true + /axobject-query/2.2.0: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true @@ -17020,8 +17022,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/14.8.3: - resolution: {integrity: sha512-6aMYrzlTqE77vHbaE1teI5P1A2oYkJGkuDMIo/zegRwUxCAjRzLAluUgPrmgqhuPTyTDn8p4aDfxAWV3Q0o/2Q==} + /nx/15.0.0: + resolution: {integrity: sha512-uh9Ou5oj7yr6Uyp4QhqW1vIVoanYn1sJM1jzOyoT17GAhhODfS0BtQgUvlmInDuRqP8LMaPg4LXFMby07U1HXg==} hasBin: true requiresBuild: true peerDependencies: @@ -17033,13 +17035,13 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 14.8.3 - '@nrwl/tao': 14.8.3 + '@nrwl/cli': 15.0.0 + '@nrwl/tao': 15.0.0 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.24 '@zkochan/js-yaml': 0.0.6 - axios: 0.21.1 + axios: 1.1.3 chalk: 4.1.0 chokidar: 3.5.3 cli-cursor: 3.1.0 From 32b87260cb816b272fd9fb328f2026b471fe23d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:26:57 +0000 Subject: [PATCH 20/45] chore(deps): update all non-major dependencies (#1249) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package.json | 10 +- package.json | 10 +- .../examples/tree/package.json | 8 +- packages/d3-state-visualizer/package.json | 12 +- packages/d3tooltip/package.json | 12 +- packages/map2tree/package.json | 12 +- packages/react-base16-styling/package.json | 10 +- packages/react-dock/demo/package.json | 12 +- packages/react-dock/package.json | 12 +- .../react-json-tree/examples/package.json | 10 +- packages/react-json-tree/package.json | 14 +- packages/redux-devtools-app/package.json | 16 +- .../redux-devtools-chart-monitor/package.json | 10 +- packages/redux-devtools-cli/package.json | 12 +- .../redux-devtools-dock-monitor/package.json | 10 +- .../redux-devtools-extension/package.json | 8 +- .../demo/package.json | 10 +- .../package.json | 14 +- .../package.json | 16 +- .../demo/package.json | 10 +- .../package.json | 10 +- .../redux-devtools-instrument/package.json | 12 +- .../redux-devtools-log-monitor/package.json | 10 +- packages/redux-devtools-remote/package.json | 10 +- .../demo/package.json | 18 +- .../package.json | 12 +- .../redux-devtools-serialize/package.json | 10 +- .../examples/todomvc/package.json | 10 +- .../package.json | 12 +- packages/redux-devtools-ui/package.json | 18 +- packages/redux-devtools-utils/package.json | 10 +- .../examples/counter/package.json | 10 +- .../examples/todomvc/package.json | 10 +- packages/redux-devtools/package.json | 14 +- pnpm-lock.yaml | 1658 +++++++++-------- 35 files changed, 1086 insertions(+), 966 deletions(-) diff --git a/extension/package.json b/extension/package.json index 13bf27e2..a405931a 100644 --- a/extension/package.json +++ b/extension/package.json @@ -43,7 +43,7 @@ "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "react-is": "^18.2.0", "react-json-tree": "^0.17.0", "react-redux": "^8.0.4", @@ -53,13 +53,13 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/register": "^7.18.9", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/chrome": "^0.0.197", + "@types/chrome": "^0.0.198", "@types/lodash": "^4.14.186", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", @@ -70,12 +70,12 @@ "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", - "electron": "^21.1.0", + "electron": "^21.1.1", "eslint": "^8.25.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", diff --git a/package.json b/package.json index 4bcec240..014d6fca 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@changesets/cli": "^2.25.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "prettier": "2.7.1", @@ -38,7 +38,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.13.3", + "packageManager": "pnpm@7.13.5", "pnpm": { "overrides": { "@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process" diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index b635331d..b85e30c7 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -30,11 +30,11 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.64", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^16.11.66", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.25.0", diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 6e702fe0..0103ae8e 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/d3": "^3.5.47", "d3": "^3.5.17", "d3tooltip": "^2.1.0", @@ -55,15 +55,15 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", - "@types/node": "^16.11.64", - "@types/ramda": "^0.28.15", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^16.11.66", + "@types/ramda": "^0.28.16", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 390bb829..b3a8cf7a 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -38,7 +38,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "ramda": "^0.28.0" }, "devDependencies": { @@ -46,16 +46,16 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@types/d3": "^3.5.47", - "@types/node": "^16.11.64", - "@types/ramda": "^0.28.15", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^16.11.66", + "@types/ramda": "^0.28.16", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "d3": "^3.5.17", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 42bbc569..fd90148b 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "lodash": "^4.17.21" }, "devDependencies": { @@ -50,19 +50,19 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.64", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^16.11.66", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", + "eslint-plugin-jest": "^27.1.2", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 35630f95..b11c982e 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/base16": "^1.0.2", "@types/lodash": "^4.14.186", "base16": "^1.0.0", @@ -52,16 +52,16 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", "@types/jest": "^27.5.2", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", + "eslint-plugin-jest": "^27.1.2", "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 36924700..ae3a8d0c 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -14,26 +14,26 @@ "react-bootstrap": "^2.5.0", "react-dock": "^0.6.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "react-is": "^18.2.0", "styled-components": "^5.3.6" }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 8a75e9ff..8308d23f 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", @@ -50,19 +50,19 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 05f52bed..2e953ca3 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -27,19 +27,19 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 23d65451..24c268d4 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,7 +45,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", @@ -56,22 +56,22 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@types/jest": "^27.5.2", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 85ba25ad..4bb62dba 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/chart-monitor": "^3.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", @@ -59,7 +59,7 @@ "localforage": "^1.10.0", "lodash": "^4.17.21", "prop-types": "^15.8.1", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "react-is": "^18.2.0", "react-redux": "^8.0.4", "redux": "^4.2.0", @@ -71,7 +71,7 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rjsf/core": "^4.2.3", @@ -81,22 +81,22 @@ "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/socketcluster-client": "^16.0.0", "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-loader": "^4.2.0", diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 172c7b11..2ddeb740 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^1.6.0", @@ -52,16 +52,16 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 8bf7aa41..da83c8bb 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -47,13 +47,13 @@ "chalk": "^4.1.2", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^21.1.0", + "electron": "^21.1.1", "express": "^4.18.2", "getport": "^0.1.0", "graphql": "^16.6.0", "knex": "^2.3.0", "lodash": "^4.17.21", - "minimist": "^1.2.6", + "minimist": "^1.2.7", "morgan": "^1.10.0", "open": "^8.4.0", "react": "^18.2.0", @@ -74,18 +74,18 @@ "@types/lodash": "^4.14.186", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/semver": "^7.3.12", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^16.1.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", + "eslint-plugin-jest": "^27.1.2", "jest": "^27.5.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index e8247b25..9774fa37 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", @@ -52,17 +52,17 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index 14365c4b..ecb566c0 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,7 +29,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "immutable": "^4.1.0" }, "devDependencies": { @@ -37,10 +37,10 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 6e2c94e5..10f9029f 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -28,24 +28,24 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 5a1c787a..f289f515 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -43,7 +43,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -51,7 +51,7 @@ "jsan": "^3.1.14", "object-path": "^0.11.8", "prop-types": "^15.8.1", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "simple-diff": "^1.6.0" }, "devDependencies": { @@ -59,7 +59,7 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", @@ -71,12 +71,12 @@ "@types/object-path": "^0.11.1", "@types/react": "^18.0.21", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 2c559ad7..de651af7 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/runtime": "^7.19.0", - "@types/chrome": "^0.0.197", + "@babel/runtime": "^7.19.4", + "@types/chrome": "^0.0.198", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -44,7 +44,7 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", @@ -53,17 +53,17 @@ "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", "@types/jest": "^27.5.2", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/path-browserify": "^1.0.0", "@types/react": "^18.0.21", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 63c78326..c13eaa5d 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -26,23 +26,23 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index b2b63f39..f0361949 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,7 +35,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", @@ -58,7 +58,7 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", @@ -69,11 +69,11 @@ "@types/react": "^18.0.21", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index cd05fecb..30758b8f 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "lodash": "^4.17.21" }, "devDependencies": { @@ -49,16 +49,16 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.64", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^16.11.66", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", + "eslint-plugin-jest": "^27.1.2", "jest": "^27.5.1", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 22ce9ac7..467fbd5a 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -55,16 +55,16 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index d392fab1..e71c57c0 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", @@ -54,14 +54,14 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index ab6ee337..65cc714a 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,8 +10,8 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.19.0", - "@chakra-ui/react": "^2.3.5", + "@babel/runtime": "^7.19.4", + "@chakra-ui/react": "^2.3.6", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mswjs/data": "^0.10.2", @@ -19,11 +19,11 @@ "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", "@reduxjs/toolkit": "^1.8.6", - "framer-motion": "^7.5.3", + "framer-motion": "^7.6.1", "msw": "^0.47.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.4.0", + "react-icons": "^4.6.0", "react-is": "^18.2.0", "react-redux": "^8.0.4", "react-router-dom": "^6.4.2", @@ -32,23 +32,23 @@ "devDependencies": { "@babel/core": "^7.19.3", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 4593f7c8..10c3c4ac 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -44,7 +44,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/ui": "^1.3.0", "@types/lodash": "^4.14.186", "@types/prop-types": "^15.7.5", @@ -64,7 +64,7 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", @@ -75,12 +75,12 @@ "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 40a3bf05..0a798345 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,7 +37,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "jsan": "^3.1.14" }, "devDependencies": { @@ -45,15 +45,15 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", + "eslint-plugin-jest": "^27.1.2", "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index f40945fe..40a79c28 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -31,24 +31,24 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index a28598b0..f22d8401 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -44,18 +44,18 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@rollup/plugin-babel": "^6.0.0", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 46d740ec..d28a69b8 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", @@ -54,8 +54,8 @@ "codemirror": "^5.65.9", "color": "^4.2.3", "prop-types": "^15.8.1", - "react-icons": "^4.4.0", - "react-select": "^5.4.0", + "react-icons": "^4.6.0", + "react-select": "^5.5.2", "redux-devtools-themes": "^1.0.0", "simple-element-resize-detector": "^1.3.0" }, @@ -64,7 +64,7 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@storybook/addon-essentials": "^6.5.12", @@ -76,14 +76,14 @@ "@types/jest": "^27.5.2", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "csstype": "^3.1.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "ncp": "^2.0.0", @@ -93,7 +93,7 @@ "require-from-string": "^2.0.2", "rimraf": "^3.0.2", "styled-components": "^5.3.6", - "stylelint": "^14.13.0", + "stylelint": "^14.14.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^28.0.0", "stylelint-config-styled-components": "^0.1.1", diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 7ab695ad..3079ba4e 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/core": "^3.13.1", "@redux-devtools/serialize": "^0.4.1", "@types/get-params": "^0.1.0", @@ -48,13 +48,13 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.64", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@types/node": "^16.11.66", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index c08a5aae..9bbc89aa 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -31,21 +31,21 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index a3897abb..4f2888e9 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -44,23 +44,23 @@ }, "devDependencies": { "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index fe590c10..0b2acc6a 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.0", + "@babel/runtime": "^7.19.4", "@redux-devtools/instrument": "^2.1.0", "@types/prop-types": "^15.7.5", "lodash": "^4.17.21", @@ -52,19 +52,19 @@ "@babel/core": "^7.19.3", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.3", + "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.64", + "@types/node": "^16.11.66", "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.1", - "eslint-plugin-react": "^7.31.9", + "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "react": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a582871b..74a729ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,12 +11,12 @@ importers: '@babel/eslint-parser': ^7.19.1 '@changesets/cli': ^2.25.0 '@nrwl/nx-cloud': ^14.7.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 nx: ^15.0.0 @@ -27,12 +27,12 @@ importers: '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@changesets/cli': 2.25.0 '@nrwl/nx-cloud': 14.7.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 nx: 15.0.0 @@ -43,7 +43,7 @@ importers: specifiers: '@babel/core': ^7.19.3 '@babel/polyfill': ^7.12.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/register': ^7.18.9 @@ -56,7 +56,7 @@ importers: '@redux-devtools/utils': ^2.0.0 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 - '@types/chrome': ^0.0.197 + '@types/chrome': ^0.0.198 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.186 '@types/react': ^18.0.21 @@ -68,12 +68,12 @@ importers: copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 - electron: ^21.1.0 + electron: ^21.1.1 eslint: ^8.25.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 eslint-plugin-jsx-a11y: ^6.6.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 file-loader: ^6.2.0 fork-ts-checker-webpack-plugin: ^7.2.13 @@ -87,7 +87,7 @@ importers: raw-loader: ^4.0.2 react: ^18.2.0 react-dom: ^18.2.0 - react-icons: ^4.4.0 + react-icons: ^4.6.0 react-is: ^18.2.0 react-json-tree: ^0.17.0 react-redux: ^8.0.4 @@ -119,7 +119,7 @@ importers: lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-icons: 4.4.0_react@18.2.0 + react-icons: 4.6.0_react@18.2.0 react-is: 18.2.0 react-json-tree: link:../packages/react-json-tree react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu @@ -128,13 +128,13 @@ importers: styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@babel/register': 7.18.9_@babel+core@7.19.3 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.197 + '@types/chrome': 0.0.198 '@types/lodash': 4.14.186 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 @@ -145,12 +145,12 @@ importers: copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 - electron: 21.1.0 + electron: 21.1.1 eslint: 8.25.0 - eslint-config-airbnb: 19.0.4_ckxtnaoy67ewg7fa3hkinvzrqe + eslint-config-airbnb: 19.0.4_4ces55zid76bgvayjtslcl5sne eslint-plugin-import: 2.26.0_eslint@8.25.0 eslint-plugin-jsx-a11y: 6.6.1_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 file-loader: 6.2.0_webpack@5.74.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e @@ -176,17 +176,17 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.64 - '@types/ramda': ^0.28.15 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@types/node': ^16.11.66 + '@types/ramda': ^0.28.16 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 d3: ^3.5.17 d3tooltip: ^2.1.0 deepmerge: ^4.2.2 @@ -201,7 +201,7 @@ importers: tslib: ^2.4.0 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/d3': 3.5.47 d3: 3.5.17 d3tooltip: link:../d3tooltip @@ -213,15 +213,15 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 - '@types/node': 16.11.64 - '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@types/node': 16.11.66 + '@types/ramda': 0.28.16 + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 @@ -234,11 +234,11 @@ importers: packages/d3-state-visualizer/examples/tree: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.64 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@types/node': ^16.11.66 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 cross-env: ^7.0.3 d3-state-visualizer: ^1.6.0 @@ -257,18 +257,18 @@ importers: map2tree: link:../../../map2tree devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@types/node': 16.11.66 + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -280,17 +280,17 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.64 - '@types/ramda': ^0.28.15 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@types/node': ^16.11.66 + '@types/ramda': ^0.28.16 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 d3: ^3.5.17 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 @@ -302,23 +302,23 @@ importers: tslib: ^2.4.0 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 ramda: 0.28.0 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/d3': 3.5.47 - '@types/node': 16.11.64 - '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@types/node': 16.11.66 + '@types/ramda': 0.28.16 + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q d3: 3.5.17 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -335,20 +335,20 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.64 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@types/node': ^16.11.66 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 + eslint-plugin-jest: ^27.1.2 immutable: ^4.1.0 jest: ^27.5.1 lodash: ^4.17.21 @@ -360,26 +360,26 @@ importers: tslib: ^2.4.0 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 lodash: 4.17.21 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@types/node': 16.11.66 + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 @@ -396,29 +396,29 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 base16: ^1.0.0 color: ^4.2.3 csstype: ^3.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 + eslint-plugin-jest: ^27.1.2 jest: ^27.5.1 lodash.curry: ^4.1.1 rimraf: ^3.0.2 ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/base16': 1.0.2 '@types/lodash': 4.14.186 base16: 1.0.0 @@ -430,16 +430,16 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/color': 3.0.3 '@types/jest': 27.5.2 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke jest: 27.5.1 rimraf: 3.0.2 ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy @@ -451,22 +451,22 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 lodash.debounce: ^4.0.8 @@ -477,7 +477,7 @@ importers: ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 @@ -487,19 +487,19 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 @@ -511,20 +511,20 @@ importers: packages/react-dock/demo: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -532,7 +532,7 @@ importers: react-bootstrap: ^2.5.0 react-dock: ^0.6.0 react-dom: ^18.2.0 - react-icons: ^4.4.0 + react-icons: ^4.6.0 react-is: ^18.2.0 styled-components: ^5.3.6 ts-node: ^10.9.1 @@ -545,29 +545,29 @@ importers: react-bootstrap: 2.5.0_rj7ozvcq3uehdlnj3cbwzbi5ce react-dock: link:.. react-dom: 18.2.0_react@18.2.0 - react-icons: 4.4.0_react@18.2.0 + react-icons: 4.6.0_react@18.2.0 react-is: 18.2.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -579,25 +579,25 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 prop-types: ^15.8.1 @@ -612,7 +612,7 @@ importers: tslib: ^2.4.0 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 prop-types: 15.8.1 @@ -622,22 +622,22 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/jest': 27.5.2 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 @@ -653,19 +653,19 @@ importers: packages/react-json-tree/examples: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -687,23 +687,23 @@ importers: react-json-tree: link:.. devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -715,22 +715,22 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 lodash: ^4.17.21 @@ -743,7 +743,7 @@ importers: ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/instrument': link:../redux-devtools-instrument '@types/prop-types': 15.7.5 lodash: 4.17.21 @@ -753,19 +753,19 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 @@ -782,10 +782,10 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/chart-monitor': ^3.0.0 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 @@ -803,7 +803,7 @@ importers: '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 @@ -811,16 +811,16 @@ importers: '@types/styled-components': ^5.1.26 '@types/testing-library__jest-dom': ^5.14.5 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 cross-env: ^7.0.3 css-loader: ^6.7.1 d3-state-visualizer: ^1.6.0 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-loader: ^4.2.0 @@ -835,7 +835,7 @@ importers: prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 - react-icons: ^4.4.0 + react-icons: ^4.6.0 react-is: ^18.2.0 react-redux: ^8.0.4 redux: ^4.2.0 @@ -851,7 +851,7 @@ importers: webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/chart-monitor': link:../redux-devtools-chart-monitor '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor @@ -870,7 +870,7 @@ importers: localforage: 1.10.0 lodash: 4.17.21 prop-types: 15.8.1 - react-icons: 4.4.0_react@18.2.0 + react-icons: 4.6.0_react@18.2.0 react-is: 18.2.0 react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 @@ -881,7 +881,7 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@rjsf/core': 4.2.3_react@18.2.0 @@ -891,22 +891,22 @@ importers: '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.186 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/socketcluster-client': 16.0.0 '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-loader: 4.2.0_webpack@5.74.0 @@ -919,7 +919,7 @@ importers: style-loader: 3.3.1_webpack@5.74.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -931,21 +931,21 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 d3-state-visualizer: ^1.6.0 deepmerge: ^4.2.2 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -954,7 +954,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 d3-state-visualizer: link:../d3-state-visualizer @@ -966,16 +966,16 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 @@ -993,7 +993,7 @@ importers: '@types/lodash': ^4.14.186 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.3 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/react': ^18.0.21 '@types/semver': ^7.3.12 '@types/socketcluster-client': ^16.0.0 @@ -1001,24 +1001,24 @@ importers: '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 '@types/uuid': ^8.3.4 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 apollo-server-express: ^3.10.3 body-parser: ^1.20.1 chalk: ^4.1.2 cors: ^2.8.5 cross-spawn: ^7.0.3 - electron: ^21.1.0 + electron: ^21.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 + eslint-plugin-jest: ^27.1.2 express: ^4.18.2 getport: ^0.1.0 graphql: ^16.6.0 jest: ^27.5.1 knex: ^2.3.0 lodash: ^4.17.21 - minimist: ^1.2.6 + minimist: ^1.2.7 morgan: ^1.10.0 ncp: ^2.0.0 open: ^8.4.0 @@ -1043,13 +1043,13 @@ importers: chalk: 4.1.2 cors: 2.8.5 cross-spawn: 7.0.3 - electron: 21.1.0 + electron: 21.1.1 express: 4.18.2 getport: 0.1.0 graphql: 16.6.0 knex: 2.3.0_sqlite3@5.1.2 lodash: 4.17.21 - minimist: 1.2.6 + minimist: 1.2.7 morgan: 1.10.0 open: 8.4.0 react: 18.2.0 @@ -1069,18 +1069,18 @@ importers: '@types/lodash': 4.14.186 '@types/minimist': 1.2.2 '@types/morgan': 1.9.3 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/semver': 7.3.12 '@types/socketcluster-client': 16.0.0 '@types/socketcluster-server': 16.1.0 '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 @@ -1095,19 +1095,19 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 parse-key: ^0.2.1 prop-types: ^15.8.1 @@ -1117,7 +1117,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/prop-types': 15.7.5 parse-key: 0.2.1 prop-types: 15.8.1 @@ -1127,17 +1127,17 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 @@ -1150,11 +1150,11 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@babel/runtime': ^7.19.4 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 immutable: ^4.1.0 @@ -1162,17 +1162,17 @@ importers: rimraf: ^3.0.2 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 immutable: 4.1.0 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 @@ -1185,10 +1185,10 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@types/dateformat': ^3.0.1 '@types/dragula': ^3.7.1 @@ -1200,12 +1200,12 @@ importers: '@types/react': ^18.0.21 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 dateformat: ^4.6.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 @@ -1224,7 +1224,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/dragula': 3.7.1 '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 @@ -1246,7 +1246,7 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools @@ -1257,11 +1257,11 @@ importers: '@types/react': 18.0.21 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 @@ -1274,10 +1274,10 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@redux-devtools/ui': ^1.3.0 @@ -1289,13 +1289,13 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 es6template: ^1.0.5 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 jest: ^27.5.1 @@ -1304,14 +1304,14 @@ importers: prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 - react-icons: ^4.4.0 + react-icons: ^4.6.0 redux: ^4.2.0 rimraf: ^3.0.2 simple-diff: ^1.6.0 ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 es6template: 1.0.5 @@ -1319,14 +1319,14 @@ importers: jsan: 3.1.14 object-path: 0.11.8 prop-types: 15.8.1 - react-icons: 4.4.0_react@18.2.0 + react-icons: 4.6.0_react@18.2.0 simple-diff: 1.6.0 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools @@ -1338,12 +1338,12 @@ importers: '@types/object-path': 0.11.1 '@types/react': 18.0.21 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 @@ -1356,7 +1356,7 @@ importers: packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 @@ -1365,20 +1365,20 @@ importers: '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 cross-env: ^7.0.3 css-loader: ^6.7.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -1416,29 +1416,29 @@ importers: styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -1451,29 +1451,29 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.0 '@redux-devtools/inspector-monitor': ^3.0.0 '@testing-library/react': ^13.4.0 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.197 + '@types/chrome': ^0.0.198 '@types/html-entities': ^1.3.4 '@types/jest': ^27.5.2 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/path-browserify': ^1.0.0 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 anser: ^2.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 jest: ^27.5.1 @@ -1489,8 +1489,8 @@ importers: typescript: ~4.8.4 dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.19.0 - '@types/chrome': 0.0.197 + '@babel/runtime': 7.19.4 + '@types/chrome': 0.0.198 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 @@ -1501,7 +1501,7 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools @@ -1510,17 +1510,17 @@ importers: '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 '@types/jest': 27.5.2 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/path-browserify': 1.0.0 '@types/react': 18.0.21 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 @@ -1534,7 +1534,7 @@ importers: packages/redux-devtools-inspector-monitor/demo: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 @@ -1542,19 +1542,19 @@ importers: '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 base16: ^1.0.0 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -1588,27 +1588,27 @@ importers: redux-logger: 3.0.6 devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -1620,17 +1620,17 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.64 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@types/node': ^16.11.66 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 + eslint-plugin-jest: ^27.1.2 jest: ^27.5.1 lodash: ^4.17.21 redux: ^4.2.0 @@ -1639,23 +1639,23 @@ importers: ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 lodash: 4.17.21 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@types/node': 16.11.66 + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 @@ -1669,20 +1669,20 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 @@ -1693,7 +1693,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/lodash.debounce': 4.0.7 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -1706,16 +1706,16 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 @@ -1728,17 +1728,17 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 jsan: ^3.1.14 @@ -1749,7 +1749,7 @@ importers: socketcluster-client: ^16.1.1 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/instrument': link:../redux-devtools-instrument '@redux-devtools/utils': link:../redux-devtools-utils jsan: 3.1.14 @@ -1761,14 +1761,14 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jsan': 3.1.2 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 @@ -1781,10 +1781,10 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 '@reduxjs/toolkit': ^1.8.6 @@ -1797,12 +1797,12 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 @@ -1822,7 +1822,7 @@ importers: ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/ui': link:../redux-devtools-ui '@types/lodash': 4.14.186 '@types/prop-types': 15.7.5 @@ -1841,7 +1841,7 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools @@ -1852,12 +1852,12 @@ importers: '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 @@ -1872,11 +1872,11 @@ importers: specifiers: '@babel/core': ^7.19.3 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 - '@chakra-ui/react': ^2.3.5 + '@babel/runtime': ^7.19.4 + '@chakra-ui/react': ^2.3.6 '@emotion/react': ^11.10.4 '@emotion/styled': ^11.10.4 '@mswjs/data': ^0.10.2 @@ -1885,27 +1885,27 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.1.0 '@reduxjs/toolkit': ^1.8.6 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 - framer-motion: ^7.5.3 + framer-motion: ^7.6.1 html-webpack-plugin: ^5.5.0 msw: ^0.47.4 react: ^18.2.0 react-dom: ^18.2.0 - react-icons: ^4.4.0 + react-icons: ^4.6.0 react-is: ^18.2.0 react-redux: ^8.0.4 react-router-dom: ^6.4.2 @@ -1917,8 +1917,8 @@ importers: webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 dependencies: - '@babel/runtime': 7.19.0 - '@chakra-ui/react': 2.3.5_356kgaleomk4jdithf3bcp4v5i + '@babel/runtime': 7.19.4 + '@chakra-ui/react': 2.3.6_4a5gkdj7phvhqinmegnu2kpw7m '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty '@mswjs/data': 0.10.2_typescript@4.8.4 @@ -1926,11 +1926,11 @@ importers: '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.8.6_kuo2ie247izvzll3jejufdtq3q - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y msw: 0.47.4_typescript@4.8.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-icons: 4.4.0_react@18.2.0 + react-icons: 4.6.0_react@18.2.0 react-is: 18.2.0 react-redux: 8.0.4_5uumaiclxbdbzaqafclbf6maf4 react-router-dom: 6.4.2_biqbaboplfbrettd7655fr4n2y @@ -1938,28 +1938,28 @@ importers: devDependencies: '@babel/core': 7.19.3 '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@4.10.0 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -1971,16 +1971,16 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@types/jest': ^27.5.2 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 + eslint-plugin-jest: ^27.1.2 immutable: ^4.1.0 jest: ^27.5.1 jsan: ^3.1.14 @@ -1988,22 +1988,22 @@ importers: ts-jest: ^27.1.5 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jsan: 3.1.14 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 @@ -2016,22 +2016,22 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 '@rollup/plugin-babel': ^6.0.0 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -2043,7 +2043,7 @@ importers: tslib: ^2.4.0 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/ui': link:../redux-devtools-ui '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 @@ -2054,18 +2054,18 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 react: 18.2.0 redux: 4.2.0 @@ -2078,7 +2078,7 @@ importers: packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 @@ -2086,21 +2086,21 @@ importers: '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2134,29 +2134,29 @@ importers: todomvc-app-css: 2.4.2 devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/classnames': 2.3.1 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/prop-types': 15.7.5 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -2168,10 +2168,10 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@rjsf/core': ^4.2.3 '@storybook/addon-essentials': ^6.5.12 '@storybook/react': ^6.5.12 @@ -2188,8 +2188,8 @@ importers: '@types/redux-devtools-themes': ^1.0.0 '@types/simple-element-resize-detector': ^1.3.0 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 base16: ^1.0.0 codemirror: ^5.65.9 @@ -2197,23 +2197,23 @@ importers: csstype: ^3.1.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.1 - eslint-plugin-react: ^7.31.9 + eslint-plugin-jest: ^27.1.2 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 jest: ^27.5.1 ncp: ^2.0.0 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 - react-icons: ^4.4.0 + react-icons: ^4.6.0 react-is: ^18.2.0 - react-select: ^5.4.0 + react-select: ^5.5.2 redux-devtools-themes: ^1.0.0 require-from-string: ^2.0.2 rimraf: ^3.0.2 simple-element-resize-detector: ^1.3.0 styled-components: ^5.3.6 - stylelint: ^14.13.0 + stylelint: ^14.14.0 stylelint-config-prettier: ^9.0.3 stylelint-config-standard: ^28.0.0 stylelint-config-styled-components: ^0.1.1 @@ -2222,7 +2222,7 @@ importers: typescript: ~4.8.4 webpack: ^5.74.0 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@rjsf/core': 4.2.3_react@18.2.0 '@types/base16': 1.0.2 '@types/codemirror': 5.60.5 @@ -2234,8 +2234,8 @@ importers: codemirror: 5.65.9 color: 4.2.3 prop-types: 15.8.1 - react-icons: 4.4.0_react@18.2.0 - react-select: 5.4.0_eat7hc23gfabdflnphmz6xfchm + react-icons: 4.6.0_react@18.2.0 + react-select: 5.5.2_eat7hc23gfabdflnphmz6xfchm redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: @@ -2243,7 +2243,7 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@storybook/addon-essentials': 6.5.12_midmk4q7nq6bankjng5gmclke4 @@ -2255,14 +2255,14 @@ importers: '@types/jest': 27.5.2 '@types/react': 18.0.21 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 ncp: 2.0.0 @@ -2272,9 +2272,9 @@ importers: require-from-string: 2.0.2 rimraf: 3.0.2 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - stylelint: 14.13.0 - stylelint-config-prettier: 9.0.3_stylelint@14.13.0 - stylelint-config-standard: 28.0.0_stylelint@14.13.0 + stylelint: 14.14.0 + stylelint-config-prettier: 9.0.3_stylelint@14.14.0 + stylelint-config-standard: 28.0.0_stylelint@14.14.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy @@ -2287,17 +2287,17 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@babel/plugin-transform-runtime': ^7.19.1 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@babel/runtime': ^7.19.0 + '@babel/runtime': ^7.19.4 '@redux-devtools/core': ^3.13.1 '@redux-devtools/serialize': ^0.4.1 '@types/get-params': ^0.1.0 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.64 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@types/node': ^16.11.66 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 get-params: ^0.1.2 @@ -2309,7 +2309,7 @@ importers: rimraf: ^3.0.2 typescript: ~4.8.4 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/serialize': link:../redux-devtools-serialize '@types/get-params': 0.1.0 @@ -2324,13 +2324,13 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jsan': 3.1.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@types/node': 16.11.66 + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 @@ -2339,24 +2339,24 @@ importers: packages/redux-devtools/examples/counter: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2383,25 +2383,25 @@ importers: redux-thunk: 2.4.1_redux@4.2.0 devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/prop-types': 15.7.5 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -2410,27 +2410,27 @@ importers: packages/redux-devtools/examples/todomvc: specifiers: '@babel/core': ^7.19.3 - '@babel/preset-env': ^7.19.3 + '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.64 + '@types/node': ^16.11.66 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.39.0 - '@typescript-eslint/parser': ^5.39.0 + '@typescript-eslint/eslint-plugin': ^5.40.1 + '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.1 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.9 + eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2459,28 +2459,28 @@ importers: todomvc-app-css: 2.4.2 devDependencies: '@babel/core': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/classnames': 2.3.1 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/prop-types': 15.7.5 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -2635,6 +2635,11 @@ packages: /@babel/compat-data/7.19.3: resolution: {integrity: sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==} engines: {node: '>=6.9.0'} + dev: true + + /@babel/compat-data/7.19.4: + resolution: {integrity: sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==} + engines: {node: '>=6.9.0'} /@babel/core/7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} @@ -2647,7 +2652,7 @@ packages: '@babel/parser': 7.19.3 '@babel/template': 7.18.10 '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2700,7 +2705,7 @@ packages: resolution: {integrity: sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -2715,7 +2720,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@babel/helper-compilation-targets/7.19.3_@babel+core@7.19.3: @@ -2724,7 +2729,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.19.3 + '@babel/compat-data': 7.19.4 '@babel/core': 7.19.3 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 @@ -2801,7 +2806,7 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@babel/helper-function-name/7.19.0: @@ -2815,7 +2820,7 @@ packages: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} @@ -2841,7 +2846,7 @@ packages: '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color @@ -2870,7 +2875,7 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color dev: true @@ -2892,13 +2897,13 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@babel/helper-split-export-declaration/7.18.6: @@ -2907,8 +2912,8 @@ packages: dependencies: '@babel/types': 7.19.3 - /@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'} /@babel/helper-validator-identifier/7.19.1: @@ -2926,7 +2931,7 @@ packages: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color dev: true @@ -2937,7 +2942,7 @@ packages: dependencies: '@babel/template': 7.18.10 '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color @@ -2954,7 +2959,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.19.3: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -3119,18 +3124,18 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.19.3: - resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} + /@babel/plugin-proposal-object-rest-spread/7.19.4_@babel+core@7.19.3: + resolution: {integrity: sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.19.3 + '@babel/compat-data': 7.19.4 '@babel/core': 7.19.3 '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 @@ -3458,8 +3463,8 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.19.3: - resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} + /@babel/plugin-transform-block-scoping/7.19.4_@babel+core@7.19.3: + resolution: {integrity: sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3498,8 +3503,8 @@ packages: '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-destructuring/7.18.13_@babel+core@7.19.3: - resolution: {integrity: sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==} + /@babel/plugin-transform-destructuring/7.19.4_@babel+core@7.19.3: + resolution: {integrity: sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3892,13 +3897,13 @@ packages: regenerator-runtime: 0.13.9 dev: false - /@babel/preset-env/7.19.3_@babel+core@7.19.3: - resolution: {integrity: sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==} + /@babel/preset-env/7.19.4_@babel+core@7.19.3: + resolution: {integrity: sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.19.3 + '@babel/compat-data': 7.19.4 '@babel/core': 7.19.3 '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 '@babel/helper-plugin-utils': 7.19.0 @@ -3914,7 +3919,7 @@ packages: '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.19.3 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.3 '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.19.3 '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 @@ -3938,10 +3943,10 @@ packages: '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.19.3 '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.3 '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.19.3 + '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.3 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.3 '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.19.3 '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.19.3 @@ -3968,7 +3973,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.19.3 '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.19.3 '@babel/preset-modules': 0.1.5_@babel+core@7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.3 babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.3 babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.3 @@ -3999,7 +4004,7 @@ packages: '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.3 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 esutils: 2.0.3 dev: true @@ -4060,13 +4065,19 @@ packages: dependencies: regenerator-runtime: 0.13.9 + /@babel/runtime/7.19.4: + resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + /@babel/template/7.18.10: resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 '@babel/parser': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/traverse/7.19.3: resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} @@ -4079,7 +4090,7 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -4096,7 +4107,7 @@ packages: '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: @@ -4106,7 +4117,15 @@ packages: resolution: {integrity: sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.18.10 + '@babel/helper-string-parser': 7.19.4 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 + + /@babel/types/7.19.4: + resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.19.4 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 @@ -4118,34 +4137,34 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.1_yxtycg2t66eeo2pchgyrvsgrfm: - resolution: {integrity: sha512-5f4QBl/0EgU/9EVvzlj8ZU7SWwG6nUHCE9moGBCbgiIOVBEySxZ5Robsk6+T7sXmzQ41db04GcUE9NRKdalgIA==} + /@chakra-ui/accordion/2.1.2_p6srbiuyedikxn6f24tx2pmeqe: + resolution: {integrity: sha512-Jf7A6I0eIGk34zO5TiTW8orJOFQb5A/D1ekNYbaukNccoUPKJg/xdQ/b00oIR6LT93nJxggkoP/vszfmmTHuFg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/alert/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-n40KHU3j1H6EbIdgptjEad92V7Fpv7YD++ZBjy2g1h4w9ay9nw4kGHib3gaIkBupLf52CfLqySEc8w0taoIlXQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/spinner': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4153,28 +4172,28 @@ packages: resolution: {integrity: sha512-vzcB2gcsGCxhrKbldQQV6LnBPys4eSSsH2UA2mLsT+J3WlXw0aodZw0eE/nH7yLxe4zaQ4Gnc0KjkFW4EWNKSg==} dev: false - /@chakra-ui/avatar/2.1.1_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-lTZPUq4Pefxgv3ndyJMxIHgFrXwdz2VZFCLF/aKcuGaUlB7TBYaCurQ7TNbME8j8VkJWNX+vKiVHPYvxsrITwQ==} + /@chakra-ui/avatar/2.2.0_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-mpAkfr/JG+BNBw2WvU55CSRFYKeFBUyAQAu3YulznLzi2U3e7k3IA0J8ofbrDYlSH/9KqkDuuSrxqGZgct+Nug==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/image': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/image': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.0.10_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-roKFA7nheq18eWNAdrHV6w8A9vZMSQTEEsbL6eU0lhUkolW9RlDjBl1bZvE7icFkNFXlJ33n8+0QAezLI+mMrQ==} + /@chakra-ui/breadcrumb/2.1.0_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-khBR579SLDEo6Wuo3tETRY6m0yJD/WCvSR7Res2g1B6OJgc9OQGM7yIMu4OdLUTwfXsCnlHTDoSQPUxFOVAMIQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4182,7 +4201,7 @@ packages: resolution: {integrity: sha512-SUUEYnA/FCIKYDHMuEXcnBMwet+6RAAjQ+CqGD1hlwKPTfh7EK9fS8FoVAJa9KpRKAc/AawzPkgwvorzPj8NSg==} dev: false - /@chakra-ui/button/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/button/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-J6iMRITqxTxa0JexHUY9c7BXUrTZtSkl3jZ2hxiFybB4MQL8J2wZ24O846B6M+WTYqy7XVuHRuVURnH4czWesw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4190,19 +4209,19 @@ packages: dependencies: '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/spinner': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.1_yxtycg2t66eeo2pchgyrvsgrfm: - resolution: {integrity: sha512-soTeXEI+4UZSA4B4rRLpdh3cIW/gdhY6k0eXF4ZWExPb+dJ5Giv497S96vS4IGE7SJ7Ugw9kaWS+do2lSiPJew==} + /@chakra-ui/checkbox/2.2.2_p6srbiuyedikxn6f24tx2pmeqe: + resolution: {integrity: sha512-Y6Zbkkk5VNoe0RzqU6F+rKlFVPlubz1KIgYcb7CCNHGOM97dLtRm78eAvJ+7Xmpitr+7zZ4hJLLjfAz+e1X7rA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-types': 2.0.3_react@18.2.0 '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 @@ -4210,10 +4229,10 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/visually-hidden': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/visually-hidden': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@zag-js/focus-visible': 0.1.0 - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4226,14 +4245,14 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/close-button/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-9WF/nwwK9BldS89WQ5PtXK2nFS4r8QOgKls2BOwXfE+rGmOUZtOsu8ne/drXRjgkiBRETR6CxdyUjm7EPzXllw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4246,13 +4265,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.10_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/control-box/2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-sHmZanFLEv4IDATl19ZTxq8Bi8PtjfvnsN6xF4k7JGSYUnk1YXUf1coyW7WKdcsczOASrMikfsLc3iEVAzx4Ng==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4290,8 +4309,8 @@ packages: resolution: {integrity: sha512-aeGlRmTxcv0cvW44DyeZHru1i68ZDQsXpfX2dnG1I1yBlT6GlVx1xYjCULis9mjhgvd2O3NfcYPRTkjNWTDUbA==} dev: false - /@chakra-ui/editable/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-37bDqm+j2JTN2XR443KRK9MmHHIQuS6fN+2TRuFgjfG8TomxxCJnhJ3GIfQSKh5Yjtnt4sXDmL4L0tyDpNrrrw==} + /@chakra-ui/editable/2.0.13_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-GM3n8t3/TOFFcDOWF/tuKsnqn66isZLsU+FkMRY2o0E8XjLBGjCKuXInPW5SRBqhje7EHC+kwViLE780PfwXbw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' @@ -4305,7 +4324,7 @@ packages: '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4325,22 +4344,22 @@ packages: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/form-control/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-MVhIe0xY4Zn06IXRXFmS9tCa93snppK1SdUQb1P99Ipo424RrL5ykzLnJ8CAkQrhoVP3sxF7z3eOSzk8/iRfow==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-types': 2.0.3_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/hooks/2.0.11_react@18.2.0: - resolution: {integrity: sha512-mYN4u9lbjDjEr/VucrVcLGg/sIO6gA9ZprcT3n9CBGSWt3xih7fCOJmE+yRcCNbL7335AMrv7a/M5Q30aRArcA==} + /@chakra-ui/hooks/2.1.0_react@18.2.0: + resolution: {integrity: sha512-4H6BDITq/YrStW99LXurgPkcz4qHSVy9V/QWXCvt1pCuiDTqNztiW4r508H3ApAOsL9NEbyXcM/zWYD7r5VDjA==} peerDependencies: react: '>=18 || 18' dependencies: @@ -4351,56 +4370,56 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/icon/3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-RG4jf/XmBdaxOYI5J5QstEtTCPoVlmrQ/XiWhvN0LTgAnmZIqVwFl3Uw+satArdStHAs0GmJZg/E/soFTWuFmw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/image/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/image/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-S6NqAprPcbHnck/J+2wg06r9SSol62v5A01O8Kke2PnAyjalMcS+6P59lDRO7wvPqsdxq4PPbSTZP6Dww2CvcA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/input/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-kaV0VCz6/yzoCKQnh/tMUVgh+Rp6EnM+WzJ37SVX1gDvErON2bmmVLU45BiRoWUcd50wOhDlpsNVUWP0sLlCDA==} + /@chakra-ui/input/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-lJ5necu+Wt698HdCTC7L/ErA2nNVJAra7+knPe0qMR+AizGEL7LKCV/bdQe7eggjvKsDGD4alJIEczUvm3JVUQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/object-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.8_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-pcNUNgMh+e4wepNOlCg5iDrxGg4VFBpqZPmSHoP4TyPN2ddEnDRLoMLaREMoX7gEVyTsqEFOFg+wa3JZK32H4A==} + /@chakra-ui/layout/2.1.9_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-ztsavtirtdtjxdqIkGR6fVcrffHp6hs1twRFO/dK14FGXrX3Nn9mi3J1fr1ITBHJq6y5B3yFEj0LHN2fO8dYyw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/breakpoint-utils': 2.0.4 - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/object-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4416,7 +4435,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.7_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/media-query/3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-hbgm6JCe0kYU3PAhxASYYDopFQI26cW9kZnbp+5tRL1fykkVWNMPwoGC8FEZPur9JjXp7aoL6H4Jk7nrxY/XWw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4424,12 +4443,12 @@ packages: dependencies: '@chakra-ui/breakpoint-utils': 2.0.4 '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.1_yxtycg2t66eeo2pchgyrvsgrfm: - resolution: {integrity: sha512-9fpCyV3vufLV5Rvv/oYC3LyCIkNqh0bEdYFVOLiqCZ6mt6NLFxL2jgE25nROYfDXQuBkY0qPC9IopYU198G4nw==} + /@chakra-ui/menu/2.1.2_p6srbiuyedikxn6f24tx2pmeqe: + resolution: {integrity: sha512-6Z7ecXjp6BtZ1ExbFggfxsAj1hwtcathXekmCTxHpXOD+BdjAC/13+oLclwXeuBO85aoTmQrQ2ovfTkO31bzRQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' @@ -4439,7 +4458,7 @@ packages: '@chakra-ui/descendant': 3.0.10_react@18.2.0 '@chakra-ui/lazy-utils': 2.0.2 '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 @@ -4448,30 +4467,30 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 '@chakra-ui/react-use-outside-click': 2.0.4_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.1_fhvivh6d3co4nbcuohiwtac254: - resolution: {integrity: sha512-+zfiUG/yZqUQ0wY7syoZg01cpBf54lbKUe7+ANEx558UQGbsI4bbcHSkY9l5lsprQ8teInvhjb6BekeCA0e7TA==} + /@chakra-ui/modal/2.2.2_atjqpbku7q7yrg5rd36sdz5ug4: + resolution: {integrity: sha512-cCYuqLZO4QqFUI1H+uEqixDk6UiCP3yC+sxkhFTXHIApSG9Z44v5np7BVTd6LKdmAN8pAWcc8Oxf14RvD6LWLw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/focus-lock': 2.0.12_iapumuv4e6jcjznwuxpf4tt22e '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-types': 2.0.3_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a aria-hidden: 1.2.1_iapumuv4e6jcjznwuxpf4tt22e - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-remove-scroll: 2.5.5_iapumuv4e6jcjznwuxpf4tt22e @@ -4479,15 +4498,15 @@ packages: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/number-input/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-3owLjl01sCYpTd3xbq//fJo9QJ0Q3PVYSx9JeOzlXnnTW8ws+yHPrqQzPe7G+tO4yOYynWuUT+NJ9oyCeAJIxA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/counter': 2.0.10_react@18.2.0 - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-types': 2.0.3_react@18.2.0 '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 @@ -4496,7 +4515,7 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4508,29 +4527,29 @@ packages: resolution: {integrity: sha512-sY98L4v2wcjpwRX8GCXqT+WzpL0i5FHVxT1Okxw0360T2tGnZt7toAwpMfIOR3dzkemP9LfXMCyBmWR5Hi2zpQ==} dev: false - /@chakra-ui/pin-input/2.0.14_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-gFNlTUjU1xIuOErR/d/HrNNh1mS0erjNJSt5C6RU/My4lShzgCczmwnil7TuEx3k7lPqHKLEf/CGeCxBSUjaGA==} + /@chakra-ui/pin-input/2.0.15_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-Ha8siSZm9gyjHHBK8ejwhKT6+75U12I/hNiYFvl2JHhc+Uh8tdi7+N+9SILO5vqbIv9kb+WGitvZ67I0cHjSfw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.1_yxtycg2t66eeo2pchgyrvsgrfm: + /@chakra-ui/popover/2.1.1_p6srbiuyedikxn6f24tx2pmeqe: resolution: {integrity: sha512-j09NsesfT+eaYITkITYJXDlRcPoOeQUM80neJZKOBgul2iHkVsEoii8dwS5Ip5ONeu4ane1b6zEOlYvYj2SrkA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/lazy-utils': 2.0.2 '@chakra-ui/popper': 3.0.8_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 @@ -4540,8 +4559,8 @@ packages: '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4568,19 +4587,19 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-2OwxGxI6W757QpDB6b++B4b2+t0oBgaQdHnd4/y35n3+mOFj++Wg7XpW4/iDHn+x3LkM+X3NIgdBWQFlmGx+6w==} + /@chakra-ui/progress/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-9qtZimZosTliI7siAZkLeCVdCpXCTxmSETCudHcCUsC+FtcFacmA65+We8qij1nOIqmsbm+NYU6PP89TU2n4Hg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.19_6xnkn2aqnlmdvuspwqrjexfduy: - resolution: {integrity: sha512-V+p0OePre0OgYmNxLbfiPWWbzaJ/EM2sfaRtD7E6ZA4TjUl2m4pWdC6OPMOiklu7EALfSgVk9X6Jh5pc+moH1g==} + /@chakra-ui/provider/2.0.20_6xnkn2aqnlmdvuspwqrjexfduy: + resolution: {integrity: sha512-mNNfsgm05G4x1VzvHVR9+PNEiuxNnn9xUKDuEwoaO7+IHCMzCRMtPbSJjwmv0xvHUGB9+JChjPpZI5RuHQziJQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4590,7 +4609,7 @@ packages: '@chakra-ui/css-reset': 2.0.8_gyryel6m34lsxtsejhafetjriq '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq '@chakra-ui/utils': 2.0.11 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty @@ -4598,23 +4617,27 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/radio/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-871hqAGQaufxyUzPP3aautPBIRZQmpi3fw5XPZ6SbY62dV61M4sjcttd46HfCf5SrAonoOADFQLMGQafznjhaA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-types': 2.0.3_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq '@zag-js/focus-visible': 0.1.0 react: 18.2.0 dev: false - /@chakra-ui/react-children-utils/2.0.2: - resolution: {integrity: sha512-mRTGAZ3DBXB3hgVwS2DVJe3Nlc0qGvMN0PAo4tD/3fj2op2IwspLcYPAWC5D/rI2xj2JlwE6szAtbvxdAfLCNw==} + /@chakra-ui/react-children-utils/2.0.3_react@18.2.0: + resolution: {integrity: sha512-tPQjLEEuAw/DYLRw0cNs/g8tcdhZ3r21Sr9dTAzoyvfk0vbZ24gCXRElltW2GZLiFA63mAidzhPmc+yQF3Wtgg==} + peerDependencies: + react: '>=18 || 18' + dependencies: + react: 18.2.0 dev: false /@chakra-ui/react-context/2.0.4_react@18.2.0: @@ -4802,8 +4825,8 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react/2.3.5_356kgaleomk4jdithf3bcp4v5i: - resolution: {integrity: sha512-bQDRV23M3IvF0+AorTvqJmG/4T6KKQIb+1XGA2RyxonoSHVt89HbN3qnygHJw06Sdgpclxdbr/1qZ4o8+SMbpA==} + /@chakra-ui/react/2.3.6_4a5gkdj7phvhqinmegnu2kpw7m: + resolution: {integrity: sha512-xo43UU+yMqRGHZLU4fSgzojeRl5stlIfT+GLbT9CUVEm0HMJCt2m8RsNPBvGOMzANdC+bzwSiOm+MNzQBi9IBQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4811,71 +4834,72 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.1.1_yxtycg2t66eeo2pchgyrvsgrfm - '@chakra-ui/alert': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/avatar': 2.1.1_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/breadcrumb': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/checkbox': 2.2.1_yxtycg2t66eeo2pchgyrvsgrfm - '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/control-box': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/accordion': 2.1.2_p6srbiuyedikxn6f24tx2pmeqe + '@chakra-ui/alert': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/avatar': 2.2.0_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/breadcrumb': 2.1.0_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/checkbox': 2.2.2_p6srbiuyedikxn6f24tx2pmeqe + '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/control-box': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/counter': 2.0.10_react@18.2.0 '@chakra-ui/css-reset': 2.0.8_gyryel6m34lsxtsejhafetjriq - '@chakra-ui/editable': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/hooks': 2.0.11_react@18.2.0 - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/image': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/input': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/layout': 2.1.8_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/editable': 2.0.13_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/hooks': 2.1.0_react@18.2.0 + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/image': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/input': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/layout': 2.1.9_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/live-region': 2.0.10_react@18.2.0 - '@chakra-ui/media-query': 3.2.7_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/menu': 2.1.1_yxtycg2t66eeo2pchgyrvsgrfm - '@chakra-ui/modal': 2.2.1_fhvivh6d3co4nbcuohiwtac254 - '@chakra-ui/number-input': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/pin-input': 2.0.14_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/popover': 2.1.1_yxtycg2t66eeo2pchgyrvsgrfm + '@chakra-ui/media-query': 3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/menu': 2.1.2_p6srbiuyedikxn6f24tx2pmeqe + '@chakra-ui/modal': 2.2.2_atjqpbku7q7yrg5rd36sdz5ug4 + '@chakra-ui/number-input': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/pin-input': 2.0.15_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/popover': 2.1.1_p6srbiuyedikxn6f24tx2pmeqe '@chakra-ui/popper': 3.0.8_react@18.2.0 '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/provider': 2.0.19_6xnkn2aqnlmdvuspwqrjexfduy - '@chakra-ui/radio': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/progress': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/provider': 2.0.20_6xnkn2aqnlmdvuspwqrjexfduy + '@chakra-ui/radio': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/select': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/skeleton': 2.0.17_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/slider': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/spinner': 2.0.10_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/stat': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/select': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/skeleton': 2.0.17_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/slider': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/stat': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/switch': 2.0.13_yxtycg2t66eeo2pchgyrvsgrfm - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/table': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/tabs': 2.1.3_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/tag': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/textarea': 2.0.12_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/theme': 2.1.13_kzevwk2hxgy6fnrjqv25jdmqp4 - '@chakra-ui/toast': 3.0.13_svvprik4kmnbjwafrq4cgb4wou - '@chakra-ui/tooltip': 2.2.0_svvprik4kmnbjwafrq4cgb4wou - '@chakra-ui/transition': 2.0.10_3scsim3kjm5bnetripeelcaw6u + '@chakra-ui/switch': 2.0.14_p6srbiuyedikxn6f24tx2pmeqe + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/table': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/tabs': 2.1.4_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/tag': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/textarea': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 + '@chakra-ui/theme-utils': 2.0.1 + '@chakra-ui/toast': 4.0.0_nx5unifb7niehzuoy5sk3t3nim + '@chakra-ui/tooltip': 2.2.0_nx5unifb7niehzuoy5sk3t3nim + '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a '@chakra-ui/utils': 2.0.11 - '@chakra-ui/visually-hidden': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/visually-hidden': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/select/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-NCDMb0w48GYCHmazVSQ7/ysEpbnri+Up6n+v7yytf6g43TPRkikvK5CsVgLnAEj0lIdCJhWXTcZer5wG5KOEgA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4883,19 +4907,19 @@ packages: resolution: {integrity: sha512-wC58Fh6wCnFFQyiebVZ0NI7PFW9+Vch0QE6qN7iR+bLseOzQY9miYuzPJ1kMYiFd6QTOmPJkI39M3wHqrPYiOg==} dev: false - /@chakra-ui/skeleton/2.0.17_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/skeleton/2.0.17_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-dL7viXEKDEzmAJGbHMj+QbGl9PAd0VWztEcWcz5wOGfmAcJllA0lVh6NmG/yqLb6iXPCX4Y1Y0Yurm459TEYWg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/media-query': 3.2.7_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/media-query': 3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-use-previous': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/slider/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-Cna04J7e4+F3tJNb7tRNfPP+koicbDsKJBp+f1NpR32JbRzIfrf2Vdr4hfD5/uOfC4RGxnVInNZzZLGBelLtLw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4911,29 +4935,29 @@ packages: '@chakra-ui/react-use-pan-event': 2.0.5_react@18.2.0 '@chakra-ui/react-use-size': 2.0.4_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.10_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/spinner/2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-SwId1xPaaFAaEYrR9eHkQHAuB66CbxwjWaQonEjeEUSh9ecxkd5WbXlsQSyf2hVRIqXJg0m3HIYblcKUsQt9Rw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/stat/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-ZPFK2fKufDSHD8bp/KhO3jLgW/b3PzdG4zV+7iTO7OYjxm5pkBfBAeMqfXGx4cl51rtWUKzsY0HV4vLLjcSjHw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -4944,21 +4968,21 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.13_yxtycg2t66eeo2pchgyrvsgrfm: - resolution: {integrity: sha512-Ikj0L+SLLs/SnfGCiUChaldLIr/aizA1Q9D5+X6LtxpBnixFK/+fNXU+3juPDi9G1IFuNz2IAG51souO7C4nSQ==} + /@chakra-ui/switch/2.0.14_p6srbiuyedikxn6f24tx2pmeqe: + resolution: {integrity: sha512-6lzhCkJq7vbD3yGaorGLp0ZZU4ewdKwAu0e62qR8TfYZwbcbpkXbBKloIHbA2XKOduISzS2WYqjmoP6jSKIxrA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.2.1_yxtycg2t66eeo2pchgyrvsgrfm - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/checkbox': 2.2.2_p6srbiuyedikxn6f24tx2pmeqe + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq: - resolution: {integrity: sha512-I7hFQswp8tG6ogjEMFs5TsCItdCYuNxpLAULgUrLdOlsQeNnHNQhlL4zpIfD+VzguhsNy5lisbegAMKjdghTYg==} + /@chakra-ui/system/2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq: + resolution: {integrity: sha512-BxikahglBI0uU8FE3anEorDTU5oKTUuBIEKVcQrEVnrbNuRJEy1OVYyCNXfqW3MpruRO9ypYV2bWt02AZZWEaQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4967,6 +4991,7 @@ packages: '@chakra-ui/color-mode': 2.1.9_react@18.2.0 '@chakra-ui/react-utils': 2.0.8_react@18.2.0 '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/theme-utils': 2.0.1 '@chakra-ui/utils': 2.0.11 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty @@ -4974,19 +4999,19 @@ packages: react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/table/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-zQTiqPKEgjdeO/PG0FByn0fH4sPF7dLJF+YszrIzDc6wvpD96iY6MYLeV+CSelbH1g0/uibcJ10PSaFStfGUZg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.3_e25o37k4ko3jrmpkbvnp56dnfq: - resolution: {integrity: sha512-9gUcj49LMt5QQnfJHR/ctr9VPttJ97CtQWuH2Irjb3RXkq1TRrz6wjythPImNQUv1/DYyXp2jsUhoEQc4Oz14Q==} + /@chakra-ui/tabs/2.1.4_e5d2utcogkjxxdp5h2rcoxuz2u: + resolution: {integrity: sha512-/CQGj1lC9lvruT5BCYZH6Ok64W4CDSysDXuR2XPZXIih9kVOdXQEMXxG8+3vc63WqTBjHuURtZI0g8ouOy84ew==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' @@ -4994,35 +5019,35 @@ packages: '@chakra-ui/clickable': 2.0.10_react@18.2.0 '@chakra-ui/descendant': 3.0.10_react@18.2.0 '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/react-children-utils': 2.0.2 + '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 '@chakra-ui/react-context': 2.0.4_react@18.2.0 '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/tag/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-iJJcX+4hl+6Se/8eCRzG+xxDwZfiYgc4Ly/8s93M0uW2GLb+ybbfSE2DjeKSyk3mQVeGzuxGkBfDHH2c2v26ew==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.12_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/textarea/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-msR9YMynRXwZIqR6DgjQ2MogA/cW1syBx/R0v3es+9Zx8zlbuKdoLhYqajHteCup8dUzTeIH2Vs2vAwgq4wu5A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false @@ -5036,8 +5061,16 @@ packages: '@ctrl/tinycolor': 3.4.1 dev: false - /@chakra-ui/theme/2.1.13_kzevwk2hxgy6fnrjqv25jdmqp4: - resolution: {integrity: sha512-qbrrvn9JstyLFV2qyhwgnhwzVs4zSJ4PcS3ScL8kafXJazTRU6onbCcjEZ5mVCw6z8uEz3jcE8Y5KIhVzaB+Xw==} + /@chakra-ui/theme-utils/2.0.1: + resolution: {integrity: sha512-NDwzgTPxm+v3PAJlSSU1MORHLMqO9vsRJ+ObELD5wpvE9aEyRziN/AZSoK2oLwCQMPEiU7R99K5ij1E6ptMt7w==} + dependencies: + '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 + lodash.mergewith: 4.6.2 + dev: false + + /@chakra-ui/theme/2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4: + resolution: {integrity: sha512-6EYJCQlrjSjNAJvZmw1un50F8+sQDFsdwu/7UzWe+TeANpKlz4ZcHbh0gkl3PD62lGis+ehITUwqRm8htvDOjw==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: @@ -5046,28 +5079,28 @@ packages: '@chakra-ui/theme-tools': 2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4 dev: false - /@chakra-ui/toast/3.0.13_svvprik4kmnbjwafrq4cgb4wou: - resolution: {integrity: sha512-5GADso5l5Tv1PAL1iocEneLs6U7I8HHMHSMvWdPFSmmJJh0XCH3fboh0C9LiFNIcnEGJmn+A5yGc4vjedA0h2A==} + /@chakra-ui/toast/4.0.0_nx5unifb7niehzuoy5sk3t3nim: + resolution: {integrity: sha512-abeeloJac5T9WK2IN76fEM5FSRH+erNXln2HqDf5wLBn33avSBXWyTiUL8riVSUqto0lrIn6FuK/MmKo0DH4og==} peerDependencies: - '@chakra-ui/system': 2.2.12 + '@chakra-ui/system': 2.3.0 framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/alert': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq - '@chakra-ui/close-button': 2.0.11_e25o37k4ko3jrmpkbvnp56dnfq + '@chakra-ui/alert': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y '@chakra-ui/react-use-timeout': 2.0.2_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme': 2.1.13_kzevwk2hxgy6fnrjqv25jdmqp4 - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.0_svvprik4kmnbjwafrq4cgb4wou: + /@chakra-ui/tooltip/2.2.0_nx5unifb7niehzuoy5sk3t3nim: resolution: {integrity: sha512-oB97aQJBW+U3rRIt1ct7NaDRMnbW16JQ5ZBCl3BzN1VJWO3djiNuscpjVdZSceb+FdGSFo+GoDozp1ZwqdfFeQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5081,19 +5114,19 @@ packages: '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.10_3scsim3kjm5bnetripeelcaw6u: - resolution: {integrity: sha512-Tkkne8pIIY7f95TKt2aH+IAuQqzHmEt+ICPqvg74QbmIpKE5ptX0cd+P3swBANw4ACnJcCc2vWIaKmVBQ9clLw==} + /@chakra-ui/transition/2.0.11_fptlbzezisbmawh6uxpkk3xo6a: + resolution: {integrity: sha512-O0grc162LARPurjz1R+J+zr4AAKsVwN5+gaqLfZLMWg6TpvczJhwEA2fLCNAdkC/gomere390bJsy52xfUacUw==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -5106,20 +5139,20 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.11_e25o37k4ko3jrmpkbvnp56dnfq: + /@chakra-ui/visually-hidden/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: resolution: {integrity: sha512-e+5amYvnsmEQdiWH4XMyvrtGTdwz//+48vwj5CsNWWcselzkwqodmciy5rIrT71/SCQDOtmgnL7ZWAUOffxfsQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.2.12_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq react: 18.2.0 dev: false /@changesets/apply-release-plan/6.1.1: resolution: {integrity: sha512-LaQiP/Wf0zMVR0HNrLQAjz3rsNsr0d/RlnP6Ef4oi8VafOwnY1EoWdK4kssuUJGgNgDyHpomS50dm8CU3D7k7g==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/config': 2.2.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 1.5.0 @@ -5137,7 +5170,7 @@ packages: /@changesets/assemble-release-plan/5.2.2: resolution: {integrity: sha512-B1qxErQd85AeZgZFZw2bDKyOfdXHhG+X5S+W3Da2yCem8l/pRy4G/S7iOpEcMwg6lH8q2ZhgbZZwZ817D+aLuQ==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.4 '@changesets/types': 5.2.0 @@ -5155,7 +5188,7 @@ packages: resolution: {integrity: sha512-Svu5KD2enurVHGEEzCRlaojrHjVYgF9srmMP9VQSy9c1TspX6C9lDPpulsSNIjYY9BuU/oiWpjBgR7RI9eQiAA==} hasBin: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/apply-release-plan': 6.1.1 '@changesets/assemble-release-plan': 5.2.2 '@changesets/changelog-git': 0.1.13 @@ -5221,7 +5254,7 @@ packages: /@changesets/get-release-plan/3.0.15: resolution: {integrity: sha512-W1tFwxE178/en+zSj/Nqbc3mvz88mcdqUMJhRzN1jDYqN3QI4ifVaRF9mcWUU+KI0gyYEtYR65tour690PqTcA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/assemble-release-plan': 5.2.2 '@changesets/config': 2.2.0 '@changesets/pre': 1.0.13 @@ -5237,7 +5270,7 @@ packages: /@changesets/git/1.5.0: resolution: {integrity: sha512-Xo8AT2G7rQJSwV87c8PwMm6BAc98BnufRMsML7m7Iw8Or18WFvFmxqG5aOL5PBvhgq9KrKvaeIBNIymracSuHg==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 @@ -5261,7 +5294,7 @@ packages: /@changesets/pre/1.0.13: resolution: {integrity: sha512-jrZc766+kGZHDukjKhpBXhBJjVQMied4Fu076y9guY1D3H622NOw8AQaLV3oQsDtKBTrT2AUFjt9Z2Y9Qx+GfA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 @@ -5271,7 +5304,7 @@ packages: /@changesets/read/0.5.8: resolution: {integrity: sha512-eYaNfxemgX7f7ELC58e7yqQICW5FB7V+bd1lKt7g57mxUrTveYME+JPaBPpYx02nP53XI6CQp6YxnR9NfmFPKw==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/git': 1.5.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.15 @@ -5292,7 +5325,7 @@ packages: /@changesets/write/0.2.1: resolution: {integrity: sha512-KUd49nt2fnYdGixIqTi1yVE1nAoZYUMdtB3jBfp77IMqjZ65hrmZE5HdccDlTeClZN0420ffpnfET3zzeY8pdw==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/types': 5.2.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -5305,7 +5338,7 @@ packages: hasBin: true dependencies: exec-sh: 0.3.6 - minimist: 1.2.6 + minimist: 1.2.7 dev: true /@colors/colors/1.5.0: @@ -5368,7 +5401,7 @@ packages: '@babel/core': 7.19.3 '@babel/helper-module-imports': 7.18.6 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.0 @@ -5428,7 +5461,7 @@ packages: optional: true dependencies: '@babel/core': 7.19.3 - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@emotion/babel-plugin': 11.10.2_@babel+core@7.19.3 '@emotion/cache': 11.10.3 '@emotion/serialize': 1.1.0 @@ -5468,7 +5501,7 @@ packages: optional: true dependencies: '@babel/core': 7.19.3 - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@emotion/babel-plugin': 11.10.2_@babel+core@7.19.3 '@emotion/is-prop-valid': 1.2.0 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu @@ -5522,6 +5555,16 @@ packages: - supports-color dev: true + /@floating-ui/core/1.0.1: + resolution: {integrity: sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA==} + dev: false + + /@floating-ui/dom/1.0.2: + resolution: {integrity: sha512-5X9WSvZ8/fjy3gDu8yx9HAA4KG1lazUN2P4/VnaXLxTO9Dz53HI1oYoh1OlhqFNlHgGDiwFX5WhFCc2ljbW3yA==} + dependencies: + '@floating-ui/core': 1.0.1 + dev: false + /@gar/promisify/1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} @@ -5661,7 +5704,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5706,7 +5749,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5962,7 +6005,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -5971,7 +6014,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -6330,7 +6373,7 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 react: 18.2.0 dev: false @@ -6347,7 +6390,7 @@ packages: dependencies: immer: 9.0.15 react: 18.2.0 - react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a + react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 reselect: 4.1.6 @@ -6372,7 +6415,7 @@ packages: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@popperjs/core': 2.11.6 '@react-aria/ssr': 3.3.0_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 @@ -6612,7 +6655,7 @@ packages: optional: true dependencies: '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6909,7 +6952,7 @@ packages: '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 @@ -7125,26 +7168,26 @@ packages: '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.19.3 '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.19.3 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.3 '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.3 '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-destructuring': 7.18.13_@babel+core@7.19.3 + '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.3 '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@babel/register': 7.18.9_@babel+core@7.19.3 '@storybook/node-logger': 6.5.12 '@storybook/semver': 7.3.2 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/pretty-hrtime': 1.0.1 babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 babel-plugin-macros: 3.1.0 @@ -7215,7 +7258,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/telemetry': 6.5.12_ceius3krcep667lesqygbylwku - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.32 @@ -7312,9 +7355,9 @@ packages: '@babel/generator': 7.19.3 '@babel/parser': 7.19.3 '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 core-js: 3.25.5 @@ -7367,7 +7410,7 @@ packages: '@storybook/node-logger': 6.5.12 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/webpack': 4.41.32 babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -7411,8 +7454,8 @@ packages: dependencies: '@babel/generator': 7.19.3 '@babel/parser': 7.19.3 - '@babel/preset-env': 7.19.3_@babel+core@7.19.3 - '@babel/types': 7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 + '@babel/types': 7.19.4 '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.186 js-string-escape: 1.0.1 @@ -7529,7 +7572,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 - '@types/node': 16.11.64 + '@types/node': 16.11.66 '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 @@ -7725,7 +7768,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/aria-query': 4.2.2 aria-query: 5.0.2 chalk: 4.1.2 @@ -7795,7 +7838,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: false /@types/ag-auth/1.0.0: @@ -7845,7 +7888,7 @@ packages: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: '@babel/parser': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.2 @@ -7854,20 +7897,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: '@babel/parser': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@types/babel__traverse/7.18.2: resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@types/babylon/6.16.6: @@ -7883,7 +7926,7 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.11.64 + '@types/node': 18.8.3 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} @@ -7891,8 +7934,8 @@ packages: '@types/node': 18.8.3 dev: true - /@types/chrome/0.0.197: - resolution: {integrity: sha512-m1NfS5bOjaypyqQfaX6CxmJodZVcvj5+Mt/K94EBHkflYjPNmXHAzbxfifdLMa0YM3PDyOxohoTS5ug/e6p5jA==} + /@types/chrome/0.0.198: + resolution: {integrity: sha512-zLn6JZXwSOOY0pw+dkIxItxvjsQThDkqaFnsnmr412Wa0MqesymfdTQ/0d30J/0wiFp3TYw0i63hzGGy0W7Paw==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.9 @@ -7936,12 +7979,12 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/cookie/0.4.1: @@ -7955,7 +7998,7 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 tapable: 2.2.1 webpack: 5.74.0_webpack-cli@4.10.0 transitivePeerDependencies: @@ -7971,7 +8014,7 @@ packages: /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/d3/3.5.47: @@ -8018,7 +8061,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8218,7 +8261,7 @@ packages: /@types/morgan/1.9.3: resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/ms/0.7.31: @@ -8240,8 +8283,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/16.11.64: - resolution: {integrity: sha512-z5hPTlVFzNwtJ2LNozTpJcD1Cu44c4LNuzaq1mwxmiHWQh2ULdR6Vjwo1UGldzRpzL0yUEdZddnfqGW2G70z6Q==} + /@types/node/16.11.66: + resolution: {integrity: sha512-+xvMrGl3eAygKcf5jm+4zA4tbfEgmKM9o6/glTmN0RFVdu2VuFXMYYtRmuv3zTGCgAYMnEZLde3B7BTp+Yxcig==} /@types/node/18.8.3: resolution: {integrity: sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==} @@ -8291,8 +8334,8 @@ packages: /@types/qs/6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - /@types/ramda/0.28.15: - resolution: {integrity: sha512-FCaLNVZry65jW8x/FDnKgjgkCNQxgc5AYMQwdNn6yW5M+62R+0nt2Y36U43dTNora9hcquemfrY5gxhE5pcilQ==} + /@types/ramda/0.28.16: + resolution: {integrity: sha512-dxx0V3/thotNhkHjBL5ifkXm9Cj3aANnAcEjMuGq2i5OaznWaiyGAQR9CicO7fJrFXg6KSoeuKmc+akItd0Fww==} dependencies: ts-toolbelt: 6.15.5 dev: true @@ -8463,7 +8506,7 @@ packages: resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 16.11.64 + '@types/node': 18.8.3 dev: true /@types/supertest/2.0.12: @@ -8566,8 +8609,8 @@ packages: '@types/node': 18.8.3 optional: true - /@typescript-eslint/eslint-plugin/5.39.0_cfd7h3iktziq6hcwahu2qxhjhy: - resolution: {integrity: sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==} + /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: + resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8577,10 +8620,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/type-utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/scope-manager': 5.40.1 + '@typescript-eslint/type-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q debug: 4.3.4 eslint: 8.25.0 ignore: 5.2.0 @@ -8592,8 +8635,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==} + /@typescript-eslint/parser/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: + resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8602,9 +8645,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.40.1 + '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 debug: 4.3.4 eslint: 8.25.0 typescript: 4.8.4 @@ -8620,8 +8663,16 @@ packages: '@typescript-eslint/visitor-keys': 5.39.0 dev: true - /@typescript-eslint/type-utils/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==} + /@typescript-eslint/scope-manager/5.40.1: + resolution: {integrity: sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/visitor-keys': 5.40.1 + dev: true + + /@typescript-eslint/type-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: + resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8630,8 +8681,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 + '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q debug: 4.3.4 eslint: 8.25.0 tsutils: 3.21.0_typescript@4.8.4 @@ -8645,6 +8696,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.40.1: + resolution: {integrity: sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.39.0_typescript@4.8.4: resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8666,6 +8722,27 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree/5.40.1_typescript@4.8.4: + resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/visitor-keys': 5.40.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.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8684,6 +8761,26 @@ packages: - typescript dev: true + /@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: + resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} + 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.12 + '@typescript-eslint/scope-manager': 5.40.1 + '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 + eslint: 8.25.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.25.0 + semver: 7.3.8 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/visitor-keys/5.39.0: resolution: {integrity: sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8692,6 +8789,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.40.1: + resolution: {integrity: sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.40.1 + eslint-visitor-keys: 3.3.0 + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -8932,7 +9037,7 @@ packages: webpack-cli: 4.x.x dependencies: webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-cli: 4.10.0_webpack@5.74.0 dev: true /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: @@ -8941,7 +9046,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-cli: 4.10.0_webpack@5.74.0 dev: true /@webpack-cli/serve/1.7.0_ud4agclah7rahur6ntojouq57y: @@ -9536,7 +9641,7 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@babel/runtime-corejs3': 7.19.1 dev: true @@ -9842,7 +9947,7 @@ packages: loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.74.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /babel-plugin-add-react-displayname/0.0.5: @@ -9889,7 +9994,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.2 dev: true @@ -9898,7 +10003,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 cosmiconfig: 7.0.1 resolve: 1.22.1 @@ -11413,7 +11518,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 is-in-browser: 1.1.3 dev: false @@ -11858,7 +11963,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 csstype: 3.1.1 dev: false @@ -11961,14 +12066,14 @@ packages: /electron-to-chromium/1.4.276: resolution: {integrity: sha512-EpuHPqu8YhonqLBXHoU6hDJCD98FCe6KDoet3/gY1qsQ6usjJoHqBH2YIVs8FXaAtHwVL8Uqa/fsYao/vq9VWQ==} - /electron/21.1.0: - resolution: {integrity: sha512-CM5VZpZPtAoPgTPcmEbRaZWXlxGuD5a5DTeAwm0F0F6/k6R3HZAi8vZnE77gwuHK/Qqcinw4/MAbiCwAKh2W+g==} + /electron/21.1.1: + resolution: {integrity: sha512-EM2hvRJtiS3n54yx25Z0Qv54t3LGG+WjUHf1AOl+PKjQj+fmXnjIgVeIF9pM21kP1BTcyjrgvN6Sff0A45OB6A==} engines: {node: '>= 10.17.0'} hasBin: true requiresBuild: true dependencies: '@electron/get': 1.14.1 - '@types/node': 16.11.64 + '@types/node': 16.11.66 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -12237,7 +12342,7 @@ packages: semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_ckxtnaoy67ewg7fa3hkinvzrqe: + /eslint-config-airbnb/19.0.4_4ces55zid76bgvayjtslcl5sne: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12251,7 +12356,7 @@ packages: eslint-config-airbnb-base: 15.0.0_fyln4uq2tv75svthy6prqvt6lm eslint-plugin-import: 2.26.0_eslint@8.25.0 eslint-plugin-jsx-a11y: 6.6.1_eslint@8.25.0 - eslint-plugin-react: 7.31.9_eslint@8.25.0 + eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 object.assign: 4.1.4 object.entries: 1.1.5 @@ -12333,8 +12438,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.1_or6kr3fag2h7rsusdfqwiniqvm: - resolution: {integrity: sha512-vuSuXGKHHi/UAffIM46QKm4g0tQP+6n52nRxUpMq6x6x9rhnv5WM7ktSu3h9cTnXE4b0Y0ODQTgRlCm9rdRLvg==} + /eslint-plugin-jest/27.1.2_l7t3ncpjeez3dv3s6t6reddkke: + resolution: {integrity: sha512-+nLOn5jvQKLUywXxXKsLuuENsB/FhygXOLI+l5QlF+ACGe0DM14FlpYrGZ4nEiTo0BGlL5MymG73XA/tC3v3fA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -12346,7 +12451,7 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 jest: 27.5.1 @@ -12386,8 +12491,8 @@ packages: eslint: 8.25.0 dev: true - /eslint-plugin-react/7.31.9_eslint@8.25.0: - resolution: {integrity: sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==} + /eslint-plugin-react/7.31.10_eslint@8.25.0: + resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -12549,7 +12654,7 @@ packages: engines: {node: '>=8.3.0'} dependencies: '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -13157,8 +13262,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/7.5.3_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-VvANga9Z7bYtKMAsM/je81FwJDHfThOYywN04xVQ4OGdMVY09Bowx/q7nZd6XtytLuv6byc6GT1mYwag+SQ/nw==} + /framer-motion/7.6.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-8US03IWJKrLoSb81l5OahNzB9Sv7Jo1RhIwUoTG/25BRUdO9lOqq/klsdZqNmNG0ua9IEJJQ8hkYpETJ4N6VSw==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 @@ -13632,7 +13737,7 @@ packages: engines: {node: '>=0.4.7'} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.7 neo-async: 2.6.2 source-map: 0.6.1 wordwrap: 1.0.0 @@ -14961,7 +15066,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q transitivePeerDependencies: - bufferutil - canvas @@ -15276,7 +15381,7 @@ packages: '@babel/generator': 7.19.3 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.18.2 @@ -15315,7 +15420,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.11.64 + '@types/node': 18.8.3 chalk: 4.1.2 ci-info: 3.5.0 graceful-fs: 4.2.10 @@ -15351,7 +15456,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.64 + '@types/node': 18.8.3 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15545,7 +15650,7 @@ packages: resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.7 dev: true /json5/2.2.1: @@ -15603,7 +15708,7 @@ packages: /jss-plugin-camel-case/10.9.2: resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 hyphenate-style-name: 1.0.4 jss: 10.9.2 dev: false @@ -15611,7 +15716,7 @@ packages: /jss-plugin-compose/10.9.2: resolution: {integrity: sha512-XvsGar4D791VgOMqbEk1XYY5s84Ew57OMLYjbnTXl3MSaBTvmR5M3dTqQbBquJGp4pLyyqlfTcijfolZII1w4Q==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15619,21 +15724,21 @@ packages: /jss-plugin-default-unit/10.9.2: resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 dev: false /jss-plugin-expand/10.9.2: resolution: {integrity: sha512-D3PGLUJu3YbHhX6vANooCa1gqfv68wLssDp08wH21YVTCt6u8jWfqkoj9NmPz5ea1Fc0WMoJtofJTlgb6ApZvw==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 dev: false /jss-plugin-extend/10.9.2: resolution: {integrity: sha512-55lXOQ7yyRtrMRYOcWUeZ3Ea4/Cd/oTndvb9j/5O3+E816nRoYbDsqKI8ob0Yx8PnfHBsQN0u10JcLnqq+8aPA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15641,14 +15746,14 @@ packages: /jss-plugin-global/10.9.2: resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 dev: false /jss-plugin-nested/10.9.2: resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15656,14 +15761,14 @@ packages: /jss-plugin-props-sort/10.9.2: resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 dev: false /jss-plugin-rule-value-function/10.9.2: resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15671,7 +15776,7 @@ packages: /jss-plugin-rule-value-observable/10.9.2: resolution: {integrity: sha512-SSqBD4s/k2mwsOUg6+LI/oEmvUxokIWi+5bZOyer/2nP4kMxeo3gHURc2yiAEu3v62Sf3GHhgC6pBAugxhLL9A==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 symbol-observable: 1.2.0 dev: false @@ -15679,7 +15784,7 @@ packages: /jss-plugin-template/10.9.2: resolution: {integrity: sha512-f+ANQg8n+tkYea4Fu1Qt4skv9UJiNllzJB1Ga0QyumDZZJVpCzl8/mbFT1cvQSW7h+yB31GexFYVF3ct5fFGzA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -15687,7 +15792,7 @@ packages: /jss-plugin-vendor-prefixer/10.9.2: resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 css-vendor: 2.0.8 jss: 10.9.2 dev: false @@ -15695,7 +15800,7 @@ packages: /jss-preset-default/10.9.2: resolution: {integrity: sha512-HMkTLgYPRjwdiu8n8ZB2VEfpO95cZ5AmmSYvFSvt76MQJMp/xDh6cP49MmZHwMpIvXwNj0LI8Peglgwz+rHKBQ==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 jss: 10.9.2 jss-plugin-camel-case: 10.9.2 jss-plugin-compose: 10.9.2 @@ -15714,7 +15819,7 @@ packages: /jss/10.9.2: resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -15881,7 +15986,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 app-root-dir: 1.0.2 core-js: 3.25.5 dotenv: 8.6.0 @@ -16390,7 +16495,7 @@ packages: decamelize: 1.2.0 loud-rejection: 1.6.0 map-obj: 1.0.1 - minimist: 1.2.6 + minimist: 1.2.7 normalize-package-data: 2.5.0 object-assign: 4.1.1 read-pkg-up: 1.0.1 @@ -16566,8 +16671,8 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.6: - resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} + /minimist/1.2.7: + resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} /minipass-collect/1.0.2: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} @@ -16653,7 +16758,7 @@ packages: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.6 + minimist: 1.2.7 dev: true /mkdirp/1.0.4: @@ -17656,7 +17761,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 dev: true /popmotion/11.0.5: @@ -18248,7 +18353,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@restart/hooks': 0.4.7_react@18.2.0 '@restart/ui': 1.4.0_biqbaboplfbrettd7655fr4n2y '@types/react': 18.0.21 @@ -18270,7 +18375,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 react: 18.2.0 dev: false @@ -18293,7 +18398,7 @@ packages: dependencies: '@babel/core': 7.19.3 '@babel/generator': 7.19.3 - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -18347,7 +18452,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/react': 18.0.21 focus-lock: 0.11.3 prop-types: 15.8.1 @@ -18357,8 +18462,8 @@ packages: use-sidecar: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e dev: false - /react-icons/4.4.0_react@18.2.0: - resolution: {integrity: sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==} + /react-icons/4.6.0_react@18.2.0: + resolution: {integrity: sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==} peerDependencies: react: '*' dependencies: @@ -18370,7 +18475,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -18464,6 +18569,7 @@ packages: react-is: 18.2.0 redux: 4.2.0 use-sync-external-store: 1.2.0_react@18.2.0 + dev: true /react-redux/8.0.4_yfr4m6wk75wdra335rld4tkrbu: resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} @@ -18497,7 +18603,6 @@ packages: react-is: 18.2.0 redux: 4.2.0 use-sync-external-store: 1.2.0_react@18.2.0 - dev: false /react-refresh/0.11.0: resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==} @@ -18562,21 +18667,23 @@ packages: react: 18.2.0 dev: false - /react-select/5.4.0_eat7hc23gfabdflnphmz6xfchm: - resolution: {integrity: sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==} + /react-select/5.5.2_eat7hc23gfabdflnphmz6xfchm: + resolution: {integrity: sha512-zbcxtiqXvFW2Wh+dd8zAqMY6QaqX9Ez0WlcjSXycXn1ASpKdc17LcGJj7gAJiUcHI/UVlo6wfg44hgBsUPyEBQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@emotion/cache': 11.10.3 '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@floating-ui/dom': 1.0.2 '@types/react-transition-group': 4.4.5 memoize-one: 5.2.1 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y + use-isomorphic-layout-effect: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e transitivePeerDependencies: - '@babel/core' - '@types/react' @@ -18637,7 +18744,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -18831,7 +18938,7 @@ packages: /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 dev: true /regex-not/1.0.2: @@ -19227,7 +19334,7 @@ packages: execa: 1.0.0 fb-watchman: 2.0.2 micromatch: 3.1.10 - minimist: 1.2.6 + minimist: 1.2.7 walker: 1.0.8 transitivePeerDependencies: - supports-color @@ -20069,7 +20176,7 @@ packages: hasBin: true dependencies: duplexer: 0.1.2 - minimist: 1.2.6 + minimist: 1.2.7 through: 2.3.8 dev: true @@ -20133,31 +20240,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.3_stylelint@14.13.0: + /stylelint-config-prettier/9.0.3_stylelint@14.14.0: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.13.0 + stylelint: 14.14.0 dev: true - /stylelint-config-recommended/9.0.0_stylelint@14.13.0: + /stylelint-config-recommended/9.0.0_stylelint@14.14.0: resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.13.0 + stylelint: 14.14.0 dev: true - /stylelint-config-standard/28.0.0_stylelint@14.13.0: + /stylelint-config-standard/28.0.0_stylelint@14.14.0: resolution: {integrity: sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==} peerDependencies: stylelint: ^14.11.0 dependencies: - stylelint: 14.13.0 - stylelint-config-recommended: 9.0.0_stylelint@14.13.0 + stylelint: 14.14.0 + stylelint-config-recommended: 9.0.0_stylelint@14.14.0 dev: true /stylelint-config-styled-components/0.1.1: @@ -20175,8 +20282,8 @@ packages: - supports-color dev: true - /stylelint/14.13.0: - resolution: {integrity: sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==} + /stylelint/14.14.0: + resolution: {integrity: sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -20774,7 +20881,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-node/10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi: + /ts-node/10.9.1_gy6k6bedrshoc5b4zgt3uehy7q: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -20793,7 +20900,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 16.11.64 + '@types/node': 16.11.66 acorn: 8.8.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -20826,7 +20933,7 @@ packages: dependencies: '@types/json5': 0.0.29 json5: 1.0.1 - minimist: 1.2.6 + minimist: 1.2.7 strip-bom: 3.0.0 dev: true @@ -20982,7 +21089,7 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/react': 18.0.21 invariant: 2.2.4 react: 18.2.0 @@ -21220,6 +21327,19 @@ packages: tslib: 2.4.0 dev: false + /use-isomorphic-layout-effect/1.1.2_iapumuv4e6jcjznwuxpf4tt22e: + resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} + peerDependencies: + '@types/react': '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + peerDependenciesMeta: + '@types/react': + optional: true + dependencies: + '@types/react': 18.0.21 + react: 18.2.0 + dev: false + /use-sidecar/1.1.2_iapumuv4e6jcjznwuxpf4tt22e: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} @@ -21810,7 +21930,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.6_webpack@5.74.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri + webpack-cli: 4.10.0_webpack@5.74.0 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' From fac75b358193dde5fa4911f2b513584e17bdafc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:44:30 +0000 Subject: [PATCH 21/45] chore(deps): lock file maintenance (#1252) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 608 ++++++++++++++++++++++--------------------------- 1 file changed, 266 insertions(+), 342 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74a729ca..130cd725 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2497,7 +2497,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.16 + '@jridgewell/trace-mapping': 0.3.17 /@apollo/protobufjs/1.2.6: resolution: {integrity: sha512-Wqo1oSHNUj/jxmsVp4iR3I480p6qdqHikn38lKrFhfzcDJ7lwd7Ck7cHRl4JE81tWNArl77xhnG/OkZhxKBYOw==} @@ -2531,12 +2531,12 @@ packages: /@apollo/utils.keyvaluecache/1.0.1: resolution: {integrity: sha512-nLgYLomqjVimEzQ4cdvVQkcryi970NDvcRVPfd0OPeXhBfda38WjBq+WhQFk+czSHrmrSp34YHBxpat0EtiowA==} dependencies: - '@apollo/utils.logger': 1.0.0 + '@apollo/utils.logger': 1.0.1 lru-cache: 7.14.0 dev: false - /@apollo/utils.logger/1.0.0: - resolution: {integrity: sha512-dx9XrjyisD2pOa+KsB5RcDbWIAdgC91gJfeyLCgy0ctJMjQe7yZK5kdWaWlaOoCeX0z6YI9iYlg7vMPyMpQF3Q==} + /@apollo/utils.logger/1.0.1: + resolution: {integrity: sha512-XdlzoY7fYNK4OIcvMD2G94RoFZbzTQaNP0jozmqqMudmaGo2I/2Jx71xlDJ801mWA/mbYRihyaw6KJii7k5RVA==} dev: false /@apollo/utils.printwithreducedwhitespace/1.1.0_graphql@16.6.0: @@ -2614,9 +2614,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.19.3 - '@jridgewell/trace-mapping': 0.3.16 + '@jridgewell/trace-mapping': 0.3.17 commander: 4.1.1 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 fs-readdir-recursive: 1.1.0 glob: 7.2.3 make-dir: 2.1.0 @@ -2632,11 +2632,6 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.19.3: - resolution: {integrity: sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/compat-data/7.19.4: resolution: {integrity: sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==} engines: {node: '>=6.9.0'} @@ -2646,14 +2641,14 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.3 + '@babel/generator': 7.19.5 '@babel/helper-module-transforms': 7.19.0 - '@babel/helpers': 7.19.0 - '@babel/parser': 7.19.3 + '@babel/helpers': 7.19.4 + '@babel/parser': 7.19.4 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.1 @@ -2671,15 +2666,15 @@ packages: dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.3 + '@babel/generator': 7.19.5 '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 '@babel/helper-module-transforms': 7.19.0 - '@babel/helpers': 7.19.0 - '@babel/parser': 7.19.3 + '@babel/helpers': 7.19.4 + '@babel/parser': 7.19.4 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.3 - '@babel/types': 7.19.3 - convert-source-map: 1.8.0 + '@babel/traverse': 7.19.4 + '@babel/types': 7.19.4 + convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.1 @@ -2701,8 +2696,8 @@ packages: semver: 6.3.0 dev: true - /@babel/generator/7.19.3: - resolution: {integrity: sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==} + /@babel/generator/7.19.5: + resolution: {integrity: sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.19.4 @@ -2713,7 +2708,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} @@ -2773,7 +2768,7 @@ packages: '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.19.0 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2814,7 +2809,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} @@ -2826,14 +2821,14 @@ packages: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 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.19.3 + '@babel/types': 7.19.4 /@babel/helper-module-transforms/7.19.0: resolution: {integrity: sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==} @@ -2841,11 +2836,11 @@ packages: 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.19.4 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color @@ -2854,7 +2849,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -2887,14 +2882,14 @@ packages: '@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.19.3 - '@babel/types': 7.19.3 + '@babel/traverse': 7.19.4 + '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.18.6: - resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} + /@babel/helper-simple-access/7.19.4: + resolution: {integrity: sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.19.4 @@ -2910,7 +2905,7 @@ packages: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -2930,18 +2925,18 @@ packages: dependencies: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.19.0: - resolution: {integrity: sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==} + /@babel/helpers/7.19.4: + resolution: {integrity: sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 transitivePeerDependencies: - supports-color @@ -2954,8 +2949,8 @@ packages: chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 js-tokens: 4.0.0 - /@babel/parser/7.19.3: - resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} + /@babel/parser/7.19.4: + resolution: {integrity: sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: @@ -3124,7 +3119,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true @@ -3621,7 +3616,7 @@ packages: '@babel/core': 7.19.3 '@babel/helper-module-transforms': 7.19.0 '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-simple-access': 7.18.6 + '@babel/helper-simple-access': 7.19.4 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color @@ -3751,7 +3746,7 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 - '@babel/types': 7.19.3 + '@babel/types': 7.19.4 dev: true /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.19.3: @@ -3894,7 +3889,7 @@ packages: deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. dependencies: core-js: 2.6.12 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: false /@babel/preset-env/7.19.4_@babel+core@7.19.3: @@ -4051,76 +4046,62 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/runtime-corejs3/7.19.1: - resolution: {integrity: sha512-j2vJGnkopRzH+ykJ8h68wrHnEUmtK//E723jjixiAl/PPf6FhqY/vYRcMVlNydRKQjQsTsYEjpx+DZMIvnGk/g==} + /@babel/runtime-corejs3/7.19.4: + resolution: {integrity: sha512-HzjQ8+dzdx7dmZy4DQ8KV8aHi/74AjEbBGTFutBmg/pd3dY5/q1sfuOGPTFGEytlQhWoeVXqcK5BwMgIkRkNDQ==} engines: {node: '>=6.9.0'} dependencies: core-js-pure: 3.25.5 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true - /@babel/runtime/7.19.0: - resolution: {integrity: sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.9 - /@babel/runtime/7.19.4: resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 /@babel/template/7.18.10: resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.19.3 + '@babel/parser': 7.19.4 '@babel/types': 7.19.4 - /@babel/traverse/7.19.3: - resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} + /@babel/traverse/7.19.4: + resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.3 + '@babel/generator': 7.19.5 '@babel/helper-environment-visitor': 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.19.3 + '@babel/parser': 7.19.4 '@babel/types': 7.19.4 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/traverse/7.19.3_supports-color@5.5.0: - resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} + /@babel/traverse/7.19.4_supports-color@5.5.0: + resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.3 + '@babel/generator': 7.19.5 '@babel/helper-environment-visitor': 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.19.3 + '@babel/parser': 7.19.4 '@babel/types': 7.19.4 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.19.3: - resolution: {integrity: sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 - /@babel/types/7.19.4: resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} engines: {node: '>=6.9.0'} @@ -5355,14 +5336,14 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/selector-specificity/2.0.2_zurzgjffv23ohtxa7nq7nizuja: + /@csstools/selector-specificity/2.0.2_dvkg4kkb622mvceygg47xxdz3a: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 postcss-selector-parser: 6.0.10 dev: true @@ -5406,7 +5387,7 @@ packages: '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.0 babel-plugin-macros: 3.1.0 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 escape-string-regexp: 4.0.0 find-root: 1.1.0 source-map: 0.5.7 @@ -5683,7 +5664,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -5704,7 +5685,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5749,7 +5730,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5786,7 +5767,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 jest-mock: 27.5.1 dev: true @@ -5796,7 +5777,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.8.3 + '@types/node': 18.11.0 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -5825,7 +5806,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5888,7 +5869,7 @@ packages: '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 jest-haste-map: 26.6.2 @@ -5911,7 +5892,7 @@ packages: '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 jest-haste-map: 27.5.1 @@ -5932,7 +5913,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -5943,7 +5924,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -5965,7 +5946,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.14 - '@jridgewell/trace-mapping': 0.3.16 + '@jridgewell/trace-mapping': 0.3.17 /@jridgewell/resolve-uri/3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} @@ -5979,14 +5960,14 @@ packages: resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} dependencies: '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.16 + '@jridgewell/trace-mapping': 0.3.17 dev: true /@jridgewell/sourcemap-codec/1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping/0.3.16: - resolution: {integrity: sha512-LCQ+NeThyJ4k1W2d+vIKdxuSt9R3pQSZ4P92m7EakaYuXcVWbHuT5bjNcqLd4Rdgi6xYWYDvBJZJLZSLanjDcA==} + /@jridgewell/trace-mapping/0.3.17: + resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 @@ -6165,13 +6146,13 @@ packages: - typescript dev: false - /@mswjs/interceptors/0.17.5: - resolution: {integrity: sha512-/uZkyPUZMRExZs+DZQVnc+uoDwLfs1gFNvcRY5S3Gu78U+uhovaSEUW3tuyld1e7Oke5Qphfseb8v66V+H1zWQ==} + /@mswjs/interceptors/0.17.6: + resolution: {integrity: sha512-201pBIWehTURb6q8Gheu4Zhvd3Ox1U4BJq5KiOQsYzkWyfiOG4pwcz5hPZIEryztgrf8/sdwABpvY757xMmfrQ==} engines: {node: '>=14'} dependencies: '@open-draft/until': 1.0.3 '@types/debug': 4.1.7 - '@xmldom/xmldom': 0.7.5 + '@xmldom/xmldom': 0.8.3 debug: 4.3.4 headers-polyfill: 3.1.2 outvariant: 1.3.0 @@ -6571,7 +6552,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-inspector: 5.1.1_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -6601,7 +6582,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -6679,7 +6660,7 @@ packages: lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 remark-external-links: 8.0.0 remark-slug: 6.1.0 ts-dedent: 2.2.0 @@ -6768,7 +6749,7 @@ packages: core-js: 3.25.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 webpack: 5.74.0 transitivePeerDependencies: @@ -6825,7 +6806,7 @@ packages: global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 dev: true @@ -6848,7 +6829,7 @@ packages: core-js: 3.25.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@storybook/addon-viewport/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -6874,7 +6855,7 @@ packages: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@storybook/addons/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -6895,7 +6876,7 @@ packages: global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@storybook/api/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -6918,7 +6899,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 @@ -6953,7 +6934,7 @@ packages: '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/node': 16.11.66 - '@types/webpack': 4.41.32 + '@types/webpack': 4.41.33 autoprefixer: 9.8.8 babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -7047,7 +7028,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 store2: 2.14.2 synchronous-promise: 2.0.16 ts-dedent: 2.2.0 @@ -7075,7 +7056,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 util-deprecate: 1.0.2 dev: true @@ -7108,7 +7089,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 typescript: 4.8.4 unfetch: 4.2.0 @@ -7145,7 +7126,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 typescript: 4.8.4 unfetch: 4.2.0 @@ -7261,7 +7242,7 @@ packages: '@types/node': 16.11.66 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 - '@types/webpack': 4.41.32 + '@types/webpack': 4.41.33 better-opn: 2.1.1 boxen: 5.1.2 chalk: 4.1.2 @@ -7283,7 +7264,7 @@ packages: prompts: 2.4.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 serve-favicon: 2.5.0 slash: 3.0.0 telejson: 6.0.8 @@ -7352,18 +7333,18 @@ packages: optional: true dependencies: '@babel/core': 7.19.3 - '@babel/generator': 7.19.3 - '@babel/parser': 7.19.3 + '@babel/generator': 7.19.5 + '@babel/parser': 7.19.4 '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 core-js: 3.25.5 fs-extra: 9.1.0 global: 4.4.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -7384,7 +7365,7 @@ packages: core-js: 3.25.5 doctrine: 3.0.0 lodash: 4.17.21 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 transitivePeerDependencies: - react - react-dom @@ -7411,7 +7392,7 @@ packages: '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/node': 16.11.66 - '@types/webpack': 4.41.32 + '@types/webpack': 4.41.33 babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 @@ -7427,7 +7408,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.46.0 telejson: 6.0.8 @@ -7452,8 +7433,8 @@ packages: /@storybook/mdx1-csf/0.0.1_@babel+core@7.19.3: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.19.3 - '@babel/parser': 7.19.3 + '@babel/generator': 7.19.5 + '@babel/parser': 7.19.4 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/types': 7.19.4 '@mdx-js/mdx': 1.6.22 @@ -7503,7 +7484,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 synchronous-promise: 2.0.16 ts-dedent: 2.2.0 unfetch: 4.2.0 @@ -7591,7 +7572,7 @@ packages: react-element-to-jsx-string: 14.3.4_biqbaboplfbrettd7655fr4n2y react-refresh: 0.11.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 require-from-string: 2.0.2 ts-dedent: 2.2.0 typescript: 4.8.4 @@ -7631,7 +7612,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@storybook/semver/7.3.2: @@ -7660,7 +7641,7 @@ packages: prettier: 2.3.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@storybook/store/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -7680,7 +7661,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 slash: 3.0.0 stable: 0.1.8 synchronous-promise: 2.0.16 @@ -7702,7 +7683,7 @@ packages: isomorphic-unfetch: 3.1.0 nanoid: 3.3.4 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 transitivePeerDependencies: - encoding - eslint @@ -7726,7 +7707,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 dev: true /@storybook/ui/6.5.12_biqbaboplfbrettd7655fr4n2y: @@ -7749,7 +7730,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.10 resolve-from: 5.0.0 dev: true @@ -7782,7 +7763,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.0.1 - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.0.2 chalk: 3.0.0 @@ -7799,7 +7780,7 @@ packages: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@testing-library/dom': 8.19.0 '@types/react-dom': 18.0.6 react: 18.2.0 @@ -7838,7 +7819,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: false /@types/ag-auth/1.0.0: @@ -7887,7 +7868,7 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.19.3 + '@babel/parser': 7.19.4 '@babel/types': 7.19.4 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -7903,7 +7884,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.19.3 + '@babel/parser': 7.19.4 '@babel/types': 7.19.4 dev: true @@ -7926,12 +7907,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.8.3 + '@types/node': 16.11.66 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/chrome/0.0.198: @@ -7973,18 +7954,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/cookie/0.4.1: @@ -7998,7 +7979,7 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 tapable: 2.2.1 webpack: 5.74.0_webpack-cli@4.10.0 transitivePeerDependencies: @@ -8014,7 +7995,7 @@ packages: /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/d3/3.5.47: @@ -8041,13 +8022,13 @@ packages: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.4.6 - '@types/estree': 1.0.0 + '@types/estree': 0.0.51 dev: true /@types/eslint/8.4.6: resolution: {integrity: sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==} dependencies: - '@types/estree': 1.0.0 + '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 dev: true @@ -8061,7 +8042,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8089,20 +8070,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.8.3 + '@types/node': 18.11.0 dev: true /@types/har-format/1.2.9: @@ -8146,7 +8127,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/is-ci/3.0.0: @@ -8199,13 +8180,13 @@ packages: /@types/jsonwebtoken/8.5.9: resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8261,7 +8242,7 @@ packages: /@types/morgan/1.9.3: resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/ms/0.7.31: @@ -8271,7 +8252,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 form-data: 3.0.1 dev: true @@ -8286,8 +8267,8 @@ packages: /@types/node/16.11.66: resolution: {integrity: sha512-+xvMrGl3eAygKcf5jm+4zA4tbfEgmKM9o6/glTmN0RFVdu2VuFXMYYtRmuv3zTGCgAYMnEZLde3B7BTp+Yxcig==} - /@types/node/18.8.3: - resolution: {integrity: sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==} + /@types/node/18.11.0: + resolution: {integrity: sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8391,7 +8372,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8426,12 +8407,12 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.8.3 + '@types/node': 16.11.66 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: false /@types/simple-diff/1.6.1: @@ -8472,7 +8453,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/source-list-map/0.1.2: @@ -8506,7 +8487,7 @@ packages: resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/supertest/2.0.12: @@ -8558,15 +8539,15 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true - /@types/webpack/4.41.32: - resolution: {integrity: sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==} + /@types/webpack/4.41.33: + resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.0 '@types/webpack-sources': 3.2.0 @@ -8583,7 +8564,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 dev: true /@types/yargs-parser/21.0.0: @@ -8606,7 +8587,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.8.3 + '@types/node': 18.11.0 optional: true /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: @@ -8655,14 +8636,6 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.39.0: - resolution: {integrity: sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/visitor-keys': 5.39.0 - dev: true - /@typescript-eslint/scope-manager/5.40.1: resolution: {integrity: sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8691,37 +8664,11 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.39.0: - resolution: {integrity: sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/types/5.40.1: resolution: {integrity: sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.39.0_typescript@4.8.4: - resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/visitor-keys': 5.39.0 - 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/typescript-estree/5.40.1_typescript@4.8.4: resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8743,24 +8690,6 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} - 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.39.0 - '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 - eslint: 8.25.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - /@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8781,14 +8710,6 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.39.0: - resolution: {integrity: sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.39.0 - eslint-visitor-keys: 3.3.0 - dev: true - /@typescript-eslint/visitor-keys/5.40.1: resolution: {integrity: sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -9074,8 +8995,8 @@ packages: webpack-cli: 4.10.0_webpack@5.74.0 dev: true - /@xmldom/xmldom/0.7.5: - resolution: {integrity: sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==} + /@xmldom/xmldom/0.8.3: + resolution: {integrity: sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==} engines: {node: '>=10.0.0'} dev: false @@ -9091,8 +9012,8 @@ packages: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: true - /@yarnpkg/parsers/3.0.0-rc.24: - resolution: {integrity: sha512-A5wXsIUOipZUGDly1SHBht1OjKKW4y+E9EzzJxR2tby0Pj3atgCta9RSYa4+aXLkFfIMX3onnykmJnwJWqJj5g==} + /@yarnpkg/parsers/3.0.0-rc.25: + resolution: {integrity: sha512-uotaIJwVQeV/DcGA9G2EVuVFHnEEdxDy3yRLeh9VHS6Lx7nZETaWzJPU1bgAwnAa3gplol2NIQhlsr2eqgq9qA==} engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 @@ -9238,8 +9159,8 @@ packages: resolution: {integrity: sha512-LMwfBdoNm+8ac/RkgW6z1mjIvy2cgEqWa9cJUD5sc5uiJkIn/kXhVRlPdfa/MJtxPivo9DRhKb9DlSp2gCv+Cg==} dependencies: ag-channel: 5.0.0 - async-stream-emitter: 4.0.0 - stream-demux: 8.0.0 + async-stream-emitter: 4.1.0 + stream-demux: 8.1.0 dev: false /agent-base/6.0.2: @@ -9456,7 +9377,7 @@ packages: graphql: ^15.3.0 || ^16.0.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 - '@apollo/utils.logger': 1.0.0 + '@apollo/utils.logger': 1.0.1 '@apollo/utils.usagereporting': 1.0.0_graphql@16.6.0 '@apollographql/apollo-tools': 0.5.4_graphql@16.6.0 '@apollographql/graphql-playground-html': 1.6.29 @@ -9544,7 +9465,7 @@ packages: graphql: ^15.3.0 || ^16.0.0 dependencies: '@apollo/utils.keyvaluecache': 1.0.1 - '@apollo/utils.logger': 1.0.0 + '@apollo/utils.logger': 1.0.1 apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 graphql: 16.6.0 @@ -9642,7 +9563,7 @@ packages: engines: {node: '>=6.0'} dependencies: '@babel/runtime': 7.19.4 - '@babel/runtime-corejs3': 7.19.1 + '@babel/runtime-corejs3': 7.19.4 dev: true /aria-query/5.0.2: @@ -9819,10 +9740,10 @@ packages: retry: 0.13.1 dev: false - /async-stream-emitter/4.0.0: - resolution: {integrity: sha512-zPVflmOEN4EFEAk2/p+BbLRRM/i4Iol2nvO2RSFNuYUiYZdBmBJi5O/PMQeO9Unj1EONQqUN0W5PadVS/bA6/g==} + /async-stream-emitter/4.1.0: + resolution: {integrity: sha512-cfPZYjHkhCdHSR+eux71vOU8+8Xb23oLyxccAjwYHgOxDb3+qSDb2HV1Y0Hmu39vZlse2cm15CUShLiVYXHCmQ==} dependencies: - stream-demux: 8.0.0 + stream-demux: 8.1.0 /async/3.2.4: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} @@ -9852,7 +9773,7 @@ packages: hasBin: true dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001418 + caniuse-lite: 1.0.30001421 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -10012,7 +9933,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.19.3 + '@babel/compat-data': 7.19.4 '@babel/core': 7.19.3 '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 semver: 6.3.0 @@ -10429,8 +10350,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001418 - electron-to-chromium: 1.4.276 + caniuse-lite: 1.0.30001421 + electron-to-chromium: 1.4.284 node-releases: 2.0.6 update-browserslist-db: 1.0.10_browserslist@4.21.4 @@ -10650,11 +10571,11 @@ packages: engines: {node: '>=10'} dev: true - /camelize/1.0.0: - resolution: {integrity: sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg==} + /camelize/1.0.1: + resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - /caniuse-lite/1.0.30001418: - resolution: {integrity: sha512-oIs7+JL3K9JRQ3jPZjlH6qyYDp+nBTCais7hjh0s+fuBwufc7uZ7hPYMXrDOJhV360KGMTcczMRObk0/iMqZRg==} + /caniuse-lite/1.0.30001421: + resolution: {integrity: sha512-Sw4eLbgUJAEhjLs1Fa+mk45sidp1wRn5y6GtDpHGBaNJ9OCDJaVh2tIaWWUnGfuXfKf1JCBaIarak3FkVAvEeA==} /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -11200,10 +11121,8 @@ packages: ticky: 1.0.1 dev: false - /convert-source-map/1.8.0: - resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} - dependencies: - safe-buffer: 5.1.2 + /convert-source-map/1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} /cookie-signature/1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} @@ -11487,12 +11406,12 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.17 - postcss: 8.4.17 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.17 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.17 - postcss-modules-scope: 3.0.0_postcss@8.4.17 - postcss-modules-values: 4.0.0_postcss@8.4.17 + icss-utils: 5.1.0_postcss@8.4.18 + postcss: 8.4.18 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.18 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.18 + postcss-modules-scope: 3.0.0_postcss@8.4.18 + postcss-modules-values: 4.0.0_postcss@8.4.18 postcss-value-parser: 4.2.0 semver: 7.3.8 webpack: 5.74.0_webpack-cli@4.10.0 @@ -11511,7 +11430,7 @@ packages: /css-to-react-native/3.0.0: resolution: {integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==} dependencies: - camelize: 1.0.0 + camelize: 1.0.1 css-color-keywords: 1.0.0 postcss-value-parser: 4.2.0 @@ -11691,8 +11610,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /decimal.js/10.4.1: - resolution: {integrity: sha512-F29o+vci4DodHYT9UrR5IEbfBw9pE5eSapIJdTqXK5+6hq+t8VRxwQyKlW2i+KDKFkkJQRvFyI/QXD83h8LyQw==} + /decimal.js/10.4.2: + resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} dev: true /decode-uri-component/0.2.0: @@ -11741,8 +11660,8 @@ packages: execa: 5.1.1 dev: true - /defaults/1.0.3: - resolution: {integrity: sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==} + /defaults/1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 @@ -12063,8 +11982,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /electron-to-chromium/1.4.276: - resolution: {integrity: sha512-EpuHPqu8YhonqLBXHoU6hDJCD98FCe6KDoet3/gY1qsQ6usjJoHqBH2YIVs8FXaAtHwVL8Uqa/fsYao/vq9VWQ==} + /electron-to-chromium/1.4.284: + resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} /electron/21.1.1: resolution: {integrity: sha512-EM2hvRJtiS3n54yx25Z0Qv54t3LGG+WjUHf1AOl+PKjQj+fmXnjIgVeIF9pM21kP1BTcyjrgvN6Sff0A45OB6A==} @@ -12452,7 +12371,7 @@ packages: optional: true dependencies: '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 jest: 27.5.1 transitivePeerDependencies: @@ -12466,7 +12385,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 aria-query: 4.2.2 array-includes: 3.1.5 ast-types-flow: 0.0.7 @@ -12653,7 +12572,7 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 c8: 7.12.0 transitivePeerDependencies: @@ -13377,7 +13296,7 @@ packages: requiresBuild: true dependencies: bindings: 1.5.0 - nan: 2.16.0 + nan: 2.17.0 dev: true optional: true @@ -13550,7 +13469,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.5 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13934,7 +13853,7 @@ packages: /hoist-non-react-statics/3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: - react-is: 16.9.0 + react-is: 16.13.1 /hosted-git-info/2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -14040,7 +13959,7 @@ packages: dependencies: '@types/html-minifier-terser': 5.1.2 '@types/tapable': 1.0.8 - '@types/webpack': 4.41.32 + '@types/webpack': 4.41.33 html-minifier-terser: 5.1.1 loader-utils: 1.4.0 lodash: 4.17.21 @@ -14198,13 +14117,13 @@ packages: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.17: + /icss-utils/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 dev: true /ieee754/1.2.1: @@ -14302,7 +14221,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -14846,7 +14765,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.19.3 - '@babel/parser': 7.19.3 + '@babel/parser': 7.19.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -14913,7 +14832,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15109,7 +15028,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -15127,7 +15046,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -15143,7 +15062,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.8.3 + '@types/node': 18.11.0 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15166,7 +15085,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.8.3 + '@types/node': 18.11.0 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15188,7 +15107,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -15243,7 +15162,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -15304,7 +15223,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -15361,7 +15280,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.8.3 + '@types/node': 18.11.0 graceful-fs: 4.2.10 dev: true @@ -15369,7 +15288,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.8.3 + '@types/node': 18.11.0 graceful-fs: 4.2.10 dev: true @@ -15378,9 +15297,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.19.3 - '@babel/generator': 7.19.3 + '@babel/generator': 7.19.5 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 - '@babel/traverse': 7.19.3 + '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 @@ -15408,7 +15327,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -15420,7 +15339,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 chalk: 4.1.2 ci-info: 3.5.0 graceful-fs: 4.2.10 @@ -15445,7 +15364,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.8.3 + '@types/node': 18.11.0 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -15456,7 +15375,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.8.3 + '@types/node': 16.11.66 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15465,7 +15384,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.8.3 + '@types/node': 18.11.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -15567,7 +15486,7 @@ packages: cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.4.1 + decimal.js: 10.4.2 domexception: 2.0.1 escodegen: 2.0.0 form-data: 3.0.1 @@ -15670,7 +15589,6 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false - bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -16218,7 +16136,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.2 + chalk: 4.1.1 is-unicode-supported: 0.1.0 dev: false @@ -16815,7 +16733,7 @@ packages: optional: true dependencies: '@mswjs/cookies': 0.2.2 - '@mswjs/interceptors': 0.17.5 + '@mswjs/interceptors': 0.17.6 '@open-draft/until': 1.0.3 '@types/cookie': 0.4.1 '@types/js-levenshtein': 1.1.1 @@ -16852,8 +16770,8 @@ packages: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false - /nan/2.16.0: - resolution: {integrity: sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==} + /nan/2.17.0: + resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} requiresBuild: true dev: true optional: true @@ -17144,7 +17062,7 @@ packages: '@nrwl/tao': 15.0.0 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.24 + '@yarnpkg/parsers': 3.0.0-rc.25 '@zkochan/js-yaml': 0.0.6 axios: 1.1.3 chalk: 4.1.0 @@ -17352,7 +17270,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 @@ -17811,13 +17729,13 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.17: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.18: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 dev: true /postcss-modules-local-by-default/3.0.3: @@ -17830,14 +17748,14 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.17: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.18: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.17 - postcss: 8.4.17 + icss-utils: 5.1.0_postcss@8.4.18 + postcss: 8.4.18 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true @@ -17850,13 +17768,13 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.17: + /postcss-modules-scope/3.0.0_postcss@8.4.18: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 postcss-selector-parser: 6.0.10 dev: true @@ -17867,27 +17785,27 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.17: + /postcss-modules-values/4.0.0_postcss@8.4.18: 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.17 - postcss: 8.4.17 + icss-utils: 5.1.0_postcss@8.4.18 + postcss: 8.4.18 dev: true /postcss-resolve-nested-selector/0.1.1: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.17: + /postcss-safe-parser/6.0.0_postcss@8.4.18: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.17 + postcss: 8.4.18 dev: true /postcss-selector-parser/6.0.10: @@ -17909,8 +17827,8 @@ packages: source-map: 0.6.1 dev: true - /postcss/8.4.17: - resolution: {integrity: sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==} + /postcss/8.4.18: + resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -18397,7 +18315,7 @@ packages: hasBin: true dependencies: '@babel/core': 7.19.3 - '@babel/generator': 7.19.3 + '@babel/generator': 7.19.5 '@babel/runtime': 7.19.4 ast-types: 0.14.2 commander: 2.20.3 @@ -18526,7 +18444,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 @@ -18559,7 +18477,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 18.0.21 '@types/use-sync-external-store': 0.0.3 @@ -18592,7 +18510,7 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 '@types/hoist-non-react-statics': 3.3.1 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 @@ -18609,8 +18527,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar/2.3.3_iapumuv4e6jcjznwuxpf4tt22e: - resolution: {integrity: sha512-i9GMNWwpz8XpUpQ6QlevUtFjHGqnPG4Hxs+wlIJntu/xcsZVEpJcIV71K3ZkqNy2q3GfgvkD7y6t/Sv8ofYSbw==} + /react-remove-scroll-bar/2.3.4_iapumuv4e6jcjznwuxpf4tt22e: + resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18637,7 +18555,7 @@ packages: dependencies: '@types/react': 18.0.21 react: 18.2.0 - react-remove-scroll-bar: 2.3.3_iapumuv4e6jcjznwuxpf4tt22e + react-remove-scroll-bar: 2.3.4_iapumuv4e6jcjznwuxpf4tt22e react-style-singleton: 2.2.1_iapumuv4e6jcjznwuxpf4tt22e tslib: 2.4.0 use-callback-ref: 1.3.0_iapumuv4e6jcjznwuxpf4tt22e @@ -18915,7 +18833,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.19.0 + '@babel/runtime': 7.19.4 /regenerate-unicode-properties/10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} @@ -18932,8 +18850,8 @@ packages: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} 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==} /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} @@ -19734,13 +19652,13 @@ packages: dependencies: ag-channel: 5.0.0 ag-request: 1.0.0 - async-stream-emitter: 4.0.0 + async-stream-emitter: 4.1.0 buffer: 5.7.1 clone-deep: 4.0.1 linked-list: 0.1.0 sc-errors: 2.0.1 sc-formatter: 3.0.3 - stream-demux: 8.0.0 + stream-demux: 8.1.0 uuid: 8.3.2 vinyl-buffer: 1.0.1 ws: 7.5.9 @@ -19754,12 +19672,12 @@ packages: ag-auth: 1.0.1 ag-request: 1.0.0 ag-simple-broker: 5.0.0 - async-stream-emitter: 4.0.0 + async-stream-emitter: 4.1.0 base64id: 1.0.0 clone-deep: 4.0.1 sc-errors: 2.0.1 sc-formatter: 3.0.3 - stream-demux: 8.0.0 + stream-demux: 8.1.0 writable-consumable-stream: 2.0.0 ws: 7.5.9 transitivePeerDependencies: @@ -19998,11 +19916,11 @@ packages: readable-stream: 2.3.7 dev: true - /stream-demux/8.0.0: - resolution: {integrity: sha512-vt6P85yEUxiapK9F+ET5BLyto1DnCD4Sl7MlDklDgcb4K5SGXPtOPz9DiP7vTooJ1wW1F/VRPlcSV22Coeim1A==} + /stream-demux/8.1.0: + resolution: {integrity: sha512-20vtOmAj2EVzQZKZVmfyio16u/3QOKSvg+0ldgZeS+m2FNI1vKFoqggamagsPCXufdZ1Tk8VvAM/HV/YUmRbSg==} dependencies: consumable-stream: 2.0.0 - writable-consumable-stream: 2.0.0 + writable-consumable-stream: 3.0.1 /stream-each/1.2.3: resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} @@ -20227,7 +20145,7 @@ packages: react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/traverse': 7.19.3_supports-color@5.5.0 + '@babel/traverse': 7.19.4_supports-color@5.5.0 '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 @@ -20274,8 +20192,8 @@ packages: /stylelint-processor-styled-components/1.10.0: resolution: {integrity: sha512-g4HpN9rm0JD0LoHuIOcd/FIjTZCJ0ErQ+dC3VTxp+dSvnkV+MklKCCmCQEdz5K5WxF4vPuzfVgdbSDuPYGZhoA==} dependencies: - '@babel/parser': 7.19.3 - '@babel/traverse': 7.19.3 + '@babel/parser': 7.19.4 + '@babel/traverse': 7.19.4 micromatch: 4.0.5 postcss: 7.0.39 transitivePeerDependencies: @@ -20287,7 +20205,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/selector-specificity': 2.0.2_zurzgjffv23ohtxa7nq7nizuja + '@csstools/selector-specificity': 2.0.2_dvkg4kkb622mvceygg47xxdz3a balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 7.0.1 @@ -20310,10 +20228,10 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.17 + postcss: 8.4.18 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.17 + postcss-safe-parser: 6.0.0_postcss@8.4.18 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -20565,7 +20483,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.16 + '@jridgewell/trace-mapping': 0.3.17 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 @@ -21390,14 +21308,13 @@ packages: inherits: 2.0.3 dev: true - /util/0.12.4: - resolution: {integrity: sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==} + /util/0.12.5: + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} dependencies: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 is-typed-array: 1.1.9 - safe-buffer: 5.2.1 which-typed-array: 1.1.8 dev: false @@ -21441,7 +21358,7 @@ packages: engines: {node: '>=10.12.0'} dependencies: '@types/istanbul-lib-coverage': 2.0.4 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 source-map: 0.7.4 dev: true @@ -21449,9 +21366,9 @@ packages: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.16 + '@jridgewell/trace-mapping': 0.3.17 '@types/istanbul-lib-coverage': 2.0.4 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 dev: true /validate-npm-package-license/3.0.4: @@ -21527,6 +21444,7 @@ packages: /w3c-hr-time/1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} + deprecated: Use your platform's native performance.now() and performance.timeOrigin. dependencies: browser-process-hrtime: 1.0.0 dev: true @@ -21589,12 +21507,12 @@ packages: /wcwidth/1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: - defaults: 1.0.3 + defaults: 1.0.4 /web-encoding/1.1.5: resolution: {integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==} dependencies: - util: 0.12.4 + util: 0.12.5 optionalDependencies: '@zxing/text-encoding': 0.9.0 dev: false @@ -22107,6 +22025,12 @@ packages: resolution: {integrity: sha512-SITambzxtPTFU/wR82h+zOKGBiEv5V8gC1mt8xvoE1/168ApEa8H+6s2UToYJo3VLL7sNYTaApKuPD+pZHMGJQ==} dependencies: consumable-stream: 2.0.0 + dev: false + + /writable-consumable-stream/3.0.1: + resolution: {integrity: sha512-rAOJTA/sMgXD/X6eMwbQJe49w+Fnkdx3iV5oUzdmiZ7Bwx03khqUnAKIpzp/hbI8q2EP5NfjXgIXN0MsipfHeg==} + dependencies: + consumable-stream: 2.0.0 /write-file-atomic/3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} From 9429b1cbc22ebf95269e80454ac3f11c5b7f75be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:03:03 +0000 Subject: [PATCH 22/45] chore(deps): update dependency @nrwl/nx-cloud to v15 (#1256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 014d6fca..e1dc75df 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prettier": "2.7.1", "typescript": "~4.8.4", "nx": "^15.0.0", - "@nrwl/nx-cloud": "^14.7.0" + "@nrwl/nx-cloud": "^15.0.0" }, "scripts": { "format": "prettier --write .", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 130cd725..f517c499 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: '@babel/core': ^7.19.3 '@babel/eslint-parser': ^7.19.1 '@changesets/cli': ^2.25.0 - '@nrwl/nx-cloud': ^14.7.0 + '@nrwl/nx-cloud': ^15.0.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 @@ -26,7 +26,7 @@ importers: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@changesets/cli': 2.25.0 - '@nrwl/nx-cloud': 14.7.0 + '@nrwl/nx-cloud': 15.0.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 @@ -6223,8 +6223,8 @@ packages: - debug dev: true - /@nrwl/nx-cloud/14.7.0: - resolution: {integrity: sha512-sEGK5Ire5DC2liIsT89qR6SzZa46uinmWEAMz8ocMuu7nIMnwV9m15qajxhmYKasYsq9vTeT+x7BlZ4fnxPrNg==} + /@nrwl/nx-cloud/15.0.0: + resolution: {integrity: sha512-KAYmbx8M4we9gUn14rDnt5vMz+yYwIa4xJNsByWf7mjzC4lvBVZKqFzFGaklWzp/gJN/xyNleZt/Fg64k/kF+A==} hasBin: true dependencies: axios: 0.21.4 @@ -14221,7 +14221,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -15589,6 +15589,7 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -16136,7 +16137,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.1 + chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false @@ -17270,7 +17271,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 From f3ead32ebaca555002a92176c97dec9c27f2449c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:29:34 +0000 Subject: [PATCH 23/45] chore(deps): update dependency stylelint-config-standard to v29 (#1255) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/redux-devtools-ui/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index d28a69b8..9975bddf 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -95,7 +95,7 @@ "styled-components": "^5.3.6", "stylelint": "^14.14.0", "stylelint-config-prettier": "^9.0.3", - "stylelint-config-standard": "^28.0.0", + "stylelint-config-standard": "^29.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.1.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f517c499..c1ba72cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2215,7 +2215,7 @@ importers: styled-components: ^5.3.6 stylelint: ^14.14.0 stylelint-config-prettier: ^9.0.3 - stylelint-config-standard: ^28.0.0 + stylelint-config-standard: ^29.0.0 stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 ts-jest: ^27.1.5 @@ -2274,7 +2274,7 @@ importers: styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba stylelint: 14.14.0 stylelint-config-prettier: 9.0.3_stylelint@14.14.0 - stylelint-config-standard: 28.0.0_stylelint@14.14.0 + stylelint-config-standard: 29.0.0_stylelint@14.14.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy @@ -20177,10 +20177,10 @@ packages: stylelint: 14.14.0 dev: true - /stylelint-config-standard/28.0.0_stylelint@14.14.0: - resolution: {integrity: sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==} + /stylelint-config-standard/29.0.0_stylelint@14.14.0: + resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==} peerDependencies: - stylelint: ^14.11.0 + stylelint: ^14.14.0 dependencies: stylelint: 14.14.0 stylelint-config-recommended: 9.0.0_stylelint@14.14.0 From 9f71b1e31b6ba31b807944d53d0c6836a6a8741b Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 28 Oct 2022 09:47:58 -0400 Subject: [PATCH 24/45] Fix Storybook for Node 18 (#1259) --- packages/redux-devtools-ui/.storybook/main.js | 3 + packages/redux-devtools-ui/package.json | 2 + pnpm-lock.yaml | 676 +++++++++++++++++- 3 files changed, 642 insertions(+), 39 deletions(-) diff --git a/packages/redux-devtools-ui/.storybook/main.js b/packages/redux-devtools-ui/.storybook/main.js index 0b048608..b2931238 100644 --- a/packages/redux-devtools-ui/.storybook/main.js +++ b/packages/redux-devtools-ui/.storybook/main.js @@ -1,4 +1,7 @@ module.exports = { + core: { + builder: 'webpack5', + }, stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'], addons: [ { diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 9975bddf..c9026a48 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -68,6 +68,8 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@storybook/addon-essentials": "^6.5.12", + "@storybook/builder-webpack5": "^6.5.13", + "@storybook/manager-webpack5": "^6.5.13", "@storybook/react": "^6.5.12", "@testing-library/dom": "^8.19.0", "@testing-library/react": "^13.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c1ba72cd..fc30126c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2174,6 +2174,8 @@ importers: '@babel/runtime': ^7.19.4 '@rjsf/core': ^4.2.3 '@storybook/addon-essentials': ^6.5.12 + '@storybook/builder-webpack5': ^6.5.13 + '@storybook/manager-webpack5': ^6.5.13 '@storybook/react': ^6.5.12 '@testing-library/dom': ^8.19.0 '@testing-library/react': ^13.4.0 @@ -2246,8 +2248,10 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@storybook/addon-essentials': 6.5.12_midmk4q7nq6bankjng5gmclke4 - '@storybook/react': 6.5.12_yqxcvbtk6e2nsx45qlxuze54wa + '@storybook/addon-essentials': 6.5.12_fozf472gp4suu37hs2nje52g7q + '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/react': 6.5.12_z7mbqtlf63qmqxqctdyj6vphwm '@testing-library/dom': 8.19.0 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei @@ -3119,7 +3123,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.19.0 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true @@ -6676,7 +6680,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.12_midmk4q7nq6bankjng5gmclke4: + /@storybook/addon-essentials/6.5.12_fozf472gp4suu37hs2nje52g7q: resolution: {integrity: sha512-4AAV0/mQPSk3V0Pie1NIqqgBgScUc0VtBEXDm8BgPeuDNVhPEupnaZgVt+I3GkzzPPo6JjdCsp2L11f3bBSEjw==} peerDependencies: '@babel/core': ^7.9.6 @@ -6744,6 +6748,7 @@ packages: '@storybook/addon-viewport': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 core-js: 3.25.5 @@ -6879,6 +6884,27 @@ packages: regenerator-runtime: 0.13.10 dev: true + /@storybook/addons/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@types/webpack-env': 1.18.0 + core-js: 3.25.5 + global: 4.4.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + dev: true + /@storybook/api/6.5.12_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-DuUZmMlQxkFNU9Vgkp9aNfCkAongU76VVmygvCuSpMVDI9HQ2lG0ydL+ppL4XKoSMCCoXTY6+rg4hJANnH+1AQ==} peerDependencies: @@ -6906,6 +6932,33 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/api/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.25.5 + fast-deep-equal: 3.1.3 + global: 4.4.0 + lodash: 4.17.21 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + store2: 2.14.2 + telejson: 6.0.8 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + dev: true + /@storybook/builder-webpack4/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-TsthT5jm9ZxQPNOZJbF5AV24me3i+jjYD7gbdKdSHrOVn1r3ydX4Z8aD6+BjLCtTn3T+e8NMvUkL4dInEo1x6g==} peerDependencies: @@ -6975,6 +7028,68 @@ packages: - webpack-command dev: true + /@storybook/builder-webpack5/6.5.13_ceius3krcep667lesqygbylwku: + resolution: {integrity: sha512-juNH31ZljWbaoBD6Yx2/iQ4G66UBkwq+cFUqLzgVROKMXmYaT0AJYbfyY8CgGqcXkc+sqNA63yWaLWd8/K9vTg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@babel/core': 7.19.3 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channels': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/core-events': 6.5.13 + '@storybook/node-logger': 6.5.13 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/semver': 7.3.2 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.11.66 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-plugin-named-exports-order: 0.0.2 + browser-assert: 1.2.1 + case-sensitive-paths-webpack-plugin: 2.4.0 + core-js: 3.25.5 + css-loader: 5.2.7_webpack@5.74.0 + fork-ts-checker-webpack-plugin: 6.5.2_iphotpp42ipt4ovquw5uqijhcq + glob: 7.2.3 + glob-promise: 3.4.0_glob@7.2.3 + html-webpack-plugin: 5.5.0_webpack@5.74.0 + path-browserify: 1.0.1 + process: 0.11.10 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + stable: 0.1.8 + style-loader: 2.0.0_webpack@5.74.0 + terser-webpack-plugin: 5.3.6_webpack@5.74.0 + ts-dedent: 2.2.0 + typescript: 4.8.4 + util-deprecate: 1.0.2 + webpack: 5.74.0 + webpack-dev-middleware: 4.3.0_webpack@5.74.0 + webpack-hot-middleware: 2.25.2 + webpack-virtual-modules: 0.4.5 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - eslint + - supports-color + - uglify-js + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/channel-postmessage/6.5.12: resolution: {integrity: sha512-SL/tJBLOdDlbUAAxhiZWOEYd5HI4y8rN50r6jeed5nD8PlocZjxJ6mO0IxnePqIL9Yu3nSrQRHrtp8AJvPX0Yg==} dependencies: @@ -6987,6 +7102,18 @@ packages: telejson: 6.0.8 dev: true + /@storybook/channel-postmessage/6.5.13: + resolution: {integrity: sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw==} + dependencies: + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + core-js: 3.25.5 + global: 4.4.0 + qs: 6.11.0 + telejson: 6.0.8 + dev: true + /@storybook/channel-websocket/6.5.12: resolution: {integrity: sha512-0t5dLselHVKTRYaphxx1dRh4pmOFCfR7h8oNJlOvJ29Qy5eNyVujDG9nhwWbqU6IKayuP4nZrAbe9Req9YZYlQ==} dependencies: @@ -6997,6 +7124,16 @@ packages: telejson: 6.0.8 dev: true + /@storybook/channel-websocket/6.5.13: + resolution: {integrity: sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug==} + dependencies: + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + core-js: 3.25.5 + global: 4.4.0 + telejson: 6.0.8 + dev: true + /@storybook/channels/6.5.12: resolution: {integrity: sha512-X5XaKbe4b7LXJ4sUakBo00x6pXnW78JkOonHoaKoWsccHLlEzwfBZpVVekhVZnqtCoLT23dB8wjKgA71RYWoiw==} dependencies: @@ -7005,6 +7142,14 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/channels/6.5.13: + resolution: {integrity: sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==} + dependencies: + core-js: 3.25.5 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + dev: true + /@storybook/client-api/6.5.12_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-+JiRSgiU829KPc25nG/k0+Ao2nUelHUe8Y/9cRoKWbCAGzi4xd0JLhHAOr9Oi2szWx/OI1L08lxVv1+WTveAeA==} peerDependencies: @@ -7035,6 +7180,36 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/client-api/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@types/qs': 6.9.7 + '@types/webpack-env': 1.18.0 + core-js: 3.25.5 + fast-deep-equal: 3.1.3 + global: 4.4.0 + lodash: 4.17.21 + memoizerific: 1.11.3 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + store2: 2.14.2 + synchronous-promise: 2.0.16 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + dev: true + /@storybook/client-logger/6.5.12: resolution: {integrity: sha512-IrkMr5KZcudX935/C2balFbxLHhkvQnJ78rbVThHDVckQ7l3oIXTh66IMzldeOabVFDZEMiW8AWuGEYof+JtLw==} dependencies: @@ -7042,6 +7217,13 @@ packages: global: 4.4.0 dev: true + /@storybook/client-logger/6.5.13: + resolution: {integrity: sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==} + dependencies: + core-js: 3.25.5 + global: 4.4.0 + dev: true + /@storybook/components/6.5.12_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-NAAGl5PDXaHdVLd6hA+ttmLwH3zAVGXeUmEubzKZ9bJzb+duhFKxDa9blM4YEkI+palumvgAMm0UgS7ou680Ig==} peerDependencies: @@ -7060,6 +7242,24 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/components/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/client-logger': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.25.5 + memoizerific: 1.11.3 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + util-deprecate: 1.0.2 + dev: true + /@storybook/core-client/6.5.12_glstf7nzdgkpv4airl4j7svpo4: resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} peerDependencies: @@ -7134,6 +7334,43 @@ packages: webpack: 4.46.0 dev: true + /@storybook/core-client/6.5.13_glstf7nzdgkpv4airl4j7svpo4: + resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channel-websocket': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 + core-js: 3.25.5 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + ts-dedent: 2.2.0 + typescript: 4.8.4 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + webpack: 5.74.0 + dev: true + /@storybook/core-common/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-gG20+eYdIhwQNu6Xs805FLrOCWtkoc8Rt8gJiRt8yXzZh9EZkU4xgCRoCxrrJ03ys/gTiCFbBOfRi749uM3z4w==} peerDependencies: @@ -7205,13 +7442,90 @@ packages: - webpack-command dev: true + /@storybook/core-common/6.5.13_ceius3krcep667lesqygbylwku: + resolution: {integrity: sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@babel/core': 7.19.3 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.19.3 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.19.3 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.3 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.3 + '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.3 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 + '@babel/preset-env': 7.19.4_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 + '@babel/register': 7.18.9_@babel+core@7.19.3 + '@storybook/node-logger': 6.5.13 + '@storybook/semver': 7.3.2 + '@types/node': 16.11.66 + '@types/pretty-hrtime': 1.0.1 + babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 + babel-plugin-macros: 3.1.0 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.19.3 + chalk: 4.1.2 + core-js: 3.25.5 + express: 4.18.2 + file-system-cache: 1.1.0 + find-up: 5.0.0 + fork-ts-checker-webpack-plugin: 6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi + fs-extra: 9.1.0 + glob: 7.2.3 + handlebars: 4.7.7 + interpret: 2.2.0 + json5: 2.2.1 + lazy-universal-dotenv: 3.0.1 + picomatch: 2.3.1 + pkg-dir: 5.0.0 + pretty-hrtime: 1.0.3 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + resolve-from: 5.0.0 + slash: 3.0.0 + telejson: 6.0.8 + ts-dedent: 2.2.0 + typescript: 4.8.4 + util-deprecate: 1.0.2 + webpack: 4.46.0 + transitivePeerDependencies: + - eslint + - supports-color + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/core-events/6.5.12: resolution: {integrity: sha512-0AMyMM19R/lHsYRfWqM8zZTXthasTAK2ExkSRzYi2GkIaVMxRKtM33YRwxKIpJ6KmIKIs8Ru3QCXu1mfCmGzNg==} dependencies: core-js: 3.25.5 dev: true - /@storybook/core-server/6.5.12_ceius3krcep667lesqygbylwku: + /@storybook/core-events/6.5.13: + resolution: {integrity: sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==} + dependencies: + core-js: 3.25.5 + dev: true + + /@storybook/core-server/6.5.12_ytxhm2og7grtgk7zaev74b66zq: resolution: {integrity: sha512-q1b/XKwoLUcCoCQ+8ndPD5THkEwXZYJ9ROv16i2VGUjjjAuSqpEYBq5GMGQUgxlWp1bkxtdGL2Jz+6pZfvldzA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7229,12 +7543,14 @@ packages: dependencies: '@discoveryjs/json-ext': 0.5.7 '@storybook/builder-webpack4': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.12 '@storybook/manager-webpack4': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -7288,7 +7604,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.12_nyxo6xdtefauysrmdnf5thgcme: + /@storybook/core/6.5.12_v2lpnt6djbxmifrauufufsjt3e: resolution: {integrity: sha512-+o3psAVWL+5LSwyJmEbvhgxKO1Et5uOX8ujNVt/f1fgwJBIf6BypxyPKu9YGQDRzcRssESQQZWNrZCCAZlFeuQ==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7305,8 +7621,10 @@ packages: typescript: optional: true dependencies: + '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku '@storybook/core-client': 6.5.12_glstf7nzdgkpv4airl4j7svpo4 - '@storybook/core-server': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/core-server': 6.5.12_ytxhm2og7grtgk7zaev74b66zq + '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.8.4 @@ -7430,6 +7748,63 @@ packages: - webpack-command dev: true + /@storybook/manager-webpack5/6.5.13_ceius3krcep667lesqygbylwku: + resolution: {integrity: sha512-lQEZacSfeRsbqfJE7TVk35Hm1vkr0I2i1pyYqM+4862gRbMh1nJQXbJ5GqZ+Fo/bf0ZfyFZ32jGDIJAFdlpkuQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@babel/core': 7.19.3 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 + '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.13_glstf7nzdgkpv4airl4j7svpo4 + '@storybook/core-common': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/node-logger': 6.5.13 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.11.66 + babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + case-sensitive-paths-webpack-plugin: 2.4.0 + chalk: 4.1.2 + core-js: 3.25.5 + css-loader: 5.2.7_webpack@5.74.0 + express: 4.18.2 + find-up: 5.0.0 + fs-extra: 9.1.0 + html-webpack-plugin: 5.5.0_webpack@5.74.0 + node-fetch: 2.6.7 + process: 0.11.10 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + read-pkg-up: 7.0.1 + regenerator-runtime: 0.13.10 + resolve-from: 5.0.0 + style-loader: 2.0.0_webpack@5.74.0 + telejson: 6.0.8 + terser-webpack-plugin: 5.3.6_webpack@5.74.0 + ts-dedent: 2.2.0 + typescript: 4.8.4 + util-deprecate: 1.0.2 + webpack: 5.74.0 + webpack-dev-middleware: 4.3.0_webpack@5.74.0 + webpack-virtual-modules: 0.4.5 + transitivePeerDependencies: + - '@swc/core' + - encoding + - esbuild + - eslint + - supports-color + - uglify-js + - vue-template-compiler + - webpack-cli + - webpack-command + dev: true + /@storybook/mdx1-csf/0.0.1_@babel+core@7.19.3: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: @@ -7459,6 +7834,16 @@ packages: pretty-hrtime: 1.0.3 dev: true + /@storybook/node-logger/6.5.13: + resolution: {integrity: sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A==} + dependencies: + '@types/npmlog': 4.1.4 + chalk: 4.1.2 + core-js: 3.25.5 + npmlog: 5.0.1 + pretty-hrtime: 1.0.3 + dev: true + /@storybook/postinstall/6.5.12: resolution: {integrity: sha512-6K73f9c2UO+w4Wtyo2BxEpEsnhPvMgqHSaJ9Yt6Tc90LaDGUbcVgy6PNibsRyuJ/KQ543WeiRO5rSZfm2uJU9A==} dependencies: @@ -7491,6 +7876,32 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/preview-web/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + ansi-to-html: 0.6.15 + core-js: 3.25.5 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + synchronous-promise: 2.0.16 + ts-dedent: 2.2.0 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + dev: true + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: @@ -7510,7 +7921,7 @@ packages: - supports-color dev: true - /@storybook/react/6.5.12_yqxcvbtk6e2nsx45qlxuze54wa: + /@storybook/react/6.5.12_z7mbqtlf63qmqxqctdyj6vphwm: resolution: {integrity: sha512-1tG8EdSfp+OZAKAWPT2UrexF4o007jEMwQFFXw1atIQrQOADzSnZ7lTYJ08o5TyJwksswtr18tH3oJJ9sG3KPw==} engines: {node: '>=10.13.0'} hasBin: true @@ -7543,11 +7954,13 @@ packages: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_metx475lqcp4j5c75za4zf7xbi '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku '@storybook/client-logger': 6.5.12 - '@storybook/core': 6.5.12_nyxo6xdtefauysrmdnf5thgcme + '@storybook/core': 6.5.12_v2lpnt6djbxmifrauufufsjt3e '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e '@storybook/semver': 7.3.2 @@ -7615,6 +8028,21 @@ packages: regenerator-runtime: 0.13.10 dev: true + /@storybook/router/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/client-logger': 6.5.13 + core-js: 3.25.5 + memoizerific: 1.11.3 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + dev: true + /@storybook/semver/7.3.2: resolution: {integrity: sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==} engines: {node: '>=10'} @@ -7669,6 +8097,31 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/store/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + core-js: 3.25.5 + fast-deep-equal: 3.1.3 + global: 4.4.0 + lodash: 4.17.21 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + slash: 3.0.0 + stable: 0.1.8 + synchronous-promise: 2.0.16 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + dev: true + /@storybook/telemetry/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-mCHxx7NmQ3n7gx0nmblNlZE5ZgrjQm6B08mYeWg6Y7r4GZnqS6wZbvAwVhZZ3Gg/9fdqaBApHsdAXp0d5BrlxA==} dependencies: @@ -7710,6 +8163,20 @@ packages: regenerator-runtime: 0.13.10 dev: true + /@storybook/theming/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/client-logger': 6.5.13 + core-js: 3.25.5 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + dev: true + /@storybook/ui/6.5.12_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-P7+ARI5NvaEYkrbIciT/UMgy3kxMt4WCtHMXss2T01UMCIWh1Ws4BJaDNqtQSpKuwjjS4eqZL3aQWhlUpYAUEg==} peerDependencies: @@ -7734,6 +8201,30 @@ packages: resolve-from: 5.0.0 dev: true + /@storybook/ui/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.25.5 + memoizerific: 1.11.3 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.10 + resolve-from: 5.0.0 + dev: true + /@szmarczak/http-timer/1.1.2: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} engines: {node: '>=6'} @@ -8070,14 +8561,14 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.11.66 + '@types/node': 18.11.0 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.11.66 + '@types/node': 18.11.0 dev: true /@types/graceful-fs/4.1.5: @@ -8252,7 +8743,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.0 form-data: 3.0.1 dev: true @@ -8539,7 +9030,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.0 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8547,7 +9038,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.0 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.0 '@types/webpack-sources': 3.2.0 @@ -9868,7 +10359,7 @@ packages: loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.74.0 dev: true /babel-plugin-add-react-displayname/0.0.5: @@ -9928,6 +10419,10 @@ packages: cosmiconfig: 7.0.1 resolve: 1.22.1 + /babel-plugin-named-exports-order/0.0.2: + resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} + dev: true + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.19.3: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: @@ -10286,6 +10781,10 @@ packages: resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} dev: true + /browser-assert/1.2.1: + resolution: {integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==} + dev: true + /browser-process-hrtime/1.0.0: resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} dev: true @@ -10407,7 +10906,7 @@ packages: dev: true /bytes/3.0.0: - resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} + resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} dev: true @@ -10447,7 +10946,7 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1_bluebird@3.7.2 + promise-inflight: 1.0.1 rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 @@ -10944,6 +11443,10 @@ packages: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} dev: true + /colorette/1.4.0: + resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} + dev: true + /colorette/2.0.19: resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} @@ -11053,7 +11556,7 @@ packages: dev: false /concat-map/0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} /concat-stream/1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} @@ -11125,7 +11628,7 @@ packages: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} /cookie-signature/1.0.6: - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} /cookie/0.4.2: resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==} @@ -11400,6 +11903,25 @@ packages: webpack: 4.46.0 dev: true + /css-loader/5.2.7_webpack@5.74.0: + resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.27.0 || ^5.0.0 + dependencies: + icss-utils: 5.1.0_postcss@8.4.18 + loader-utils: 2.0.2 + postcss: 8.4.18 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.18 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.18 + postcss-modules-scope: 3.0.0_postcss@8.4.18 + postcss-modules-values: 4.0.0_postcss@8.4.18 + postcss-value-parser: 4.2.0 + schema-utils: 3.1.1 + semver: 7.3.8 + webpack: 5.74.0 + dev: true + /css-loader/6.7.1_webpack@5.74.0: resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} engines: {node: '>= 12.13.0'} @@ -11980,7 +12502,7 @@ packages: dev: false /ee-first/1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} /electron-to-chromium/1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} @@ -13084,6 +13606,38 @@ packages: - supports-color dev: true + /fork-ts-checker-webpack-plugin/6.5.2_iphotpp42ipt4ovquw5uqijhcq: + resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} + engines: {node: '>=10', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: '>= 2.7' + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true + dependencies: + '@babel/code-frame': 7.18.6 + '@types/json-schema': 7.0.11 + chalk: 4.1.2 + chokidar: 3.5.3 + cosmiconfig: 6.0.0 + deepmerge: 4.2.2 + eslint: 8.25.0 + fs-extra: 9.1.0 + glob: 7.2.3 + memfs: 3.4.7 + minimatch: 3.1.2 + schema-utils: 2.7.0 + semver: 7.3.8 + tapable: 1.1.3 + typescript: 4.8.4 + webpack: 5.74.0 + dev: true + /fork-ts-checker-webpack-plugin/6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} @@ -13212,7 +13766,7 @@ packages: dev: false /fresh/0.5.2: - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} + resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} engines: {node: '>= 0.6'} /from2/2.3.0: @@ -13980,7 +14534,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.74.0 dev: true /htmlparser2/6.1.0: @@ -15375,7 +15929,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.0 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -16280,6 +16834,13 @@ packages: tmpl: 1.0.5 dev: true + /map-age-cleaner/0.1.3: + resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} + engines: {node: '>=6'} + dependencies: + p-defer: 1.0.0 + dev: true + /map-cache/0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} @@ -16371,9 +16932,17 @@ packages: dev: true /media-typer/0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} engines: {node: '>= 0.6'} + /mem/8.1.1: + resolution: {integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==} + engines: {node: '>=10'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 3.1.0 + dev: true + /memfs/3.4.7: resolution: {integrity: sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==} engines: {node: '>= 4.0.0'} @@ -16459,7 +17028,7 @@ packages: dev: true /merge-descriptors/1.0.1: - resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} + resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} /merge-stream/2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -16540,6 +17109,11 @@ packages: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} + /mimic-fn/3.1.0: + resolution: {integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==} + engines: {node: '>=8'} + dev: true + /mimic-response/1.0.1: resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} engines: {node: '>=4'} @@ -17314,6 +17888,11 @@ packages: resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==} engines: {node: '>=6'} + /p-defer/1.0.0: + resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} + engines: {node: '>=4'} + dev: true + /p-event/4.2.0: resolution: {integrity: sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==} engines: {node: '>=8'} @@ -17921,17 +18500,6 @@ packages: bluebird: optional: true - /promise-inflight/1.0.1_bluebird@3.7.2: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} - peerDependencies: - bluebird: '*' - peerDependenciesMeta: - bluebird: - optional: true - dependencies: - bluebird: 3.7.2 - dev: true - /promise-retry/2.0.1: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} @@ -20110,6 +20678,17 @@ packages: webpack: 4.46.0 dev: true + /style-loader/2.0.0_webpack@5.74.0: + resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + loader-utils: 2.0.2 + schema-utils: 3.1.1 + webpack: 5.74.0 + dev: true + /style-loader/3.3.1_webpack@5.74.0: resolution: {integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==} engines: {node: '>= 12.13.0'} @@ -20489,7 +21068,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.15.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.74.0 dev: true /terser/4.8.1: @@ -20874,7 +21453,7 @@ packages: dev: true /tty-browserify/0.0.0: - resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} + resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} dev: true /tty-table/4.1.6: @@ -21324,7 +21903,7 @@ packages: dev: true /utils-merge/1.0.1: - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} + resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} engines: {node: '>= 0.4.0'} /uuid-browser/3.1.0: @@ -21620,6 +22199,21 @@ packages: webpack-log: 2.0.0 dev: true + /webpack-dev-middleware/4.3.0_webpack@5.74.0: + resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} + engines: {node: '>= v10.23.3'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + colorette: 1.4.0 + mem: 8.1.1 + memfs: 3.4.7 + mime-types: 2.1.35 + range-parser: 1.2.1 + schema-utils: 3.1.1 + webpack: 5.74.0 + dev: true + /webpack-dev-middleware/5.3.3_webpack@5.74.0: resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} @@ -21736,6 +22330,10 @@ packages: - supports-color dev: true + /webpack-virtual-modules/0.4.5: + resolution: {integrity: sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==} + dev: true + /webpack/4.46.0: resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} engines: {node: '>=6.11.5'} From 5cf6886783932e549c5a785f05705e0f6dfbe9ec Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 28 Oct 2022 10:03:57 -0400 Subject: [PATCH 25/45] Switch to @rollup/plugin-terser (#1258) --- packages/d3-state-visualizer/package.json | 2 +- packages/d3-state-visualizer/rollup.config.js | 2 +- packages/d3tooltip/package.json | 2 +- packages/d3tooltip/rollup.config.js | 2 +- packages/map2tree/package.json | 2 +- packages/map2tree/rollup.config.js | 2 +- packages/react-json-tree/package.json | 2 +- packages/react-json-tree/rollup.config.js | 2 +- pnpm-lock.yaml | 41 ++++++++++--------- 9 files changed, 29 insertions(+), 28 deletions(-) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 0103ae8e..739efd93 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -60,6 +60,7 @@ "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-terser": "^0.1.0", "@types/node": "^16.11.66", "@types/ramda": "^0.28.16", "@typescript-eslint/eslint-plugin": "^5.40.1", @@ -68,7 +69,6 @@ "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", "rollup": "^2.79.1", - "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.8.4" diff --git a/packages/d3-state-visualizer/rollup.config.js b/packages/d3-state-visualizer/rollup.config.js index 70ce4df1..e144a1bb 100644 --- a/packages/d3-state-visualizer/rollup.config.js +++ b/packages/d3-state-visualizer/rollup.config.js @@ -2,7 +2,7 @@ import typescript from 'rollup-plugin-typescript2'; import resolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs'; import babel from '@rollup/plugin-babel'; -import { terser } from 'rollup-plugin-terser'; +import terser from '@rollup/plugin-terser'; const config = [ { diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index b3a8cf7a..1c265e26 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -51,6 +51,7 @@ "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-terser": "^0.1.0", "@types/d3": "^3.5.47", "@types/node": "^16.11.66", "@types/ramda": "^0.28.16", @@ -61,7 +62,6 @@ "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", "rollup": "^2.79.1", - "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.8.4" diff --git a/packages/d3tooltip/rollup.config.js b/packages/d3tooltip/rollup.config.js index 6a442f22..b2b9e71c 100644 --- a/packages/d3tooltip/rollup.config.js +++ b/packages/d3tooltip/rollup.config.js @@ -2,7 +2,7 @@ import typescript from 'rollup-plugin-typescript2'; import resolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs'; import babel from '@rollup/plugin-babel'; -import { terser } from 'rollup-plugin-terser'; +import terser from '@rollup/plugin-terser'; const config = [ { diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index fd90148b..e97e7394 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -55,6 +55,7 @@ "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-terser": "^0.1.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", "@types/node": "^16.11.66", @@ -67,7 +68,6 @@ "jest": "^27.5.1", "rimraf": "^3.0.2", "rollup": "^2.79.1", - "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", diff --git a/packages/map2tree/rollup.config.js b/packages/map2tree/rollup.config.js index f977bb7c..d7a30f91 100644 --- a/packages/map2tree/rollup.config.js +++ b/packages/map2tree/rollup.config.js @@ -2,7 +2,7 @@ import typescript from 'rollup-plugin-typescript2'; import resolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs'; import babel from '@rollup/plugin-babel'; -import { terser } from 'rollup-plugin-terser'; +import terser from '@rollup/plugin-terser'; const config = [ { diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 24c268d4..cb5cfd92 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -62,6 +62,7 @@ "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-terser": "^0.1.0", "@types/jest": "^27.5.2", "@types/node": "^16.11.66", "@types/react": "^18.0.21", @@ -78,7 +79,6 @@ "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", "rollup": "^2.79.1", - "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", diff --git a/packages/react-json-tree/rollup.config.js b/packages/react-json-tree/rollup.config.js index 8d2e2555..de6c3688 100644 --- a/packages/react-json-tree/rollup.config.js +++ b/packages/react-json-tree/rollup.config.js @@ -2,7 +2,7 @@ import typescript from 'rollup-plugin-typescript2'; import resolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs'; import babel from '@rollup/plugin-babel'; -import { terser } from 'rollup-plugin-terser'; +import terser from '@rollup/plugin-terser'; const config = [ { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fc30126c..3200f3a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,6 +182,7 @@ importers: '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 + '@rollup/plugin-terser': ^0.1.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.66 '@types/ramda': ^0.28.16 @@ -196,7 +197,6 @@ importers: ramda: ^0.28.0 rimraf: ^3.0.2 rollup: ^2.79.1 - rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.8.4 @@ -218,6 +218,7 @@ importers: '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 + '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 '@types/node': 16.11.66 '@types/ramda': 0.28.16 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -226,7 +227,6 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 rollup: 2.79.1 - rollup-plugin-terser: 7.0.2_rollup@2.79.1 rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 typescript: 4.8.4 @@ -286,6 +286,7 @@ importers: '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 + '@rollup/plugin-terser': ^0.1.0 '@types/d3': ^3.5.47 '@types/node': ^16.11.66 '@types/ramda': ^0.28.16 @@ -297,7 +298,6 @@ importers: ramda: ^0.28.0 rimraf: ^3.0.2 rollup: ^2.79.1 - rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.8.4 @@ -314,6 +314,7 @@ importers: '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 + '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 '@types/d3': 3.5.47 '@types/node': 16.11.66 '@types/ramda': 0.28.16 @@ -324,7 +325,6 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 rollup: 2.79.1 - rollup-plugin-terser: 7.0.2_rollup@2.79.1 rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 typescript: 4.8.4 @@ -341,6 +341,7 @@ importers: '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 + '@rollup/plugin-terser': ^0.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/node': ^16.11.66 @@ -354,7 +355,6 @@ importers: lodash: ^4.17.21 rimraf: ^3.0.2 rollup: ^2.79.1 - rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 @@ -372,6 +372,7 @@ importers: '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 + '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.66 @@ -384,7 +385,6 @@ importers: jest: 27.5.1 rimraf: 3.0.2 rollup: 2.79.1 - rollup-plugin-terser: 7.0.2_rollup@2.79.1 rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 @@ -586,6 +586,7 @@ importers: '@rollup/plugin-babel': ^6.0.0 '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 + '@rollup/plugin-terser': ^0.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 '@types/node': ^16.11.66 @@ -606,7 +607,6 @@ importers: react-test-renderer: ^18.2.0 rimraf: ^3.0.2 rollup: ^2.79.1 - rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 @@ -628,6 +628,7 @@ importers: '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 + '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 '@types/jest': 27.5.2 '@types/node': 16.11.66 '@types/react': 18.0.21 @@ -644,7 +645,6 @@ importers: react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 rollup: 2.79.1 - rollup-plugin-terser: 7.0.2_rollup@2.79.1 rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 @@ -6486,6 +6486,19 @@ packages: rollup: 2.79.1 dev: true + /@rollup/plugin-terser/0.1.0_rollup@2.79.1: + resolution: {integrity: sha512-N2KK+qUfHX2hBzVzM41UWGLrEmcjVC37spC8R3c9mt3oEDFKh3N2e12/lLp9aVSt86veR0TQiCNQXrm8C6aiUQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.x || ^3.x + peerDependenciesMeta: + rollup: + optional: true + dependencies: + rollup: 2.79.1 + terser: 5.15.1 + dev: true + /@rollup/pluginutils/4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} @@ -19720,18 +19733,6 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-terser/7.0.2_rollup@2.79.1: - resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} - peerDependencies: - rollup: ^2.0.0 - dependencies: - '@babel/code-frame': 7.18.6 - jest-worker: 26.6.2 - rollup: 2.79.1 - serialize-javascript: 4.0.0 - terser: 5.15.1 - dev: true - /rollup-plugin-typescript2/0.34.1_gypgyaqhine6mwjfvh7icfhviq: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: From 37b51a1bb5bc3b2880ed1181741af453cd85ee28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:42:59 +0000 Subject: [PATCH 26/45] chore(deps): update dependency rollup to v3 (#1251) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/d3-state-visualizer/package.json | 2 +- .../{rollup.config.js => rollup.config.mjs} | 0 packages/d3tooltip/package.json | 2 +- .../{rollup.config.js => rollup.config.mjs} | 0 packages/map2tree/package.json | 2 +- .../{rollup.config.js => rollup.config.mjs} | 0 packages/react-json-tree/package.json | 2 +- .../{rollup.config.js => rollup.config.mjs} | 0 .../package.json | 2 +- pnpm-lock.yaml | 109 ++++++++++-------- 10 files changed, 65 insertions(+), 54 deletions(-) rename packages/d3-state-visualizer/{rollup.config.js => rollup.config.mjs} (100%) rename packages/d3tooltip/{rollup.config.js => rollup.config.mjs} (100%) rename packages/map2tree/{rollup.config.js => rollup.config.mjs} (100%) rename packages/react-json-tree/{rollup.config.js => rollup.config.mjs} (100%) diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 739efd93..ea6d37ed 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -68,7 +68,7 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.79.1", + "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.8.4" diff --git a/packages/d3-state-visualizer/rollup.config.js b/packages/d3-state-visualizer/rollup.config.mjs similarity index 100% rename from packages/d3-state-visualizer/rollup.config.js rename to packages/d3-state-visualizer/rollup.config.mjs diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 1c265e26..fab520da 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -61,7 +61,7 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^2.79.1", + "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.8.4" diff --git a/packages/d3tooltip/rollup.config.js b/packages/d3tooltip/rollup.config.mjs similarity index 100% rename from packages/d3tooltip/rollup.config.js rename to packages/d3tooltip/rollup.config.mjs diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index e97e7394..2cd51901 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -67,7 +67,7 @@ "immutable": "^4.1.0", "jest": "^27.5.1", "rimraf": "^3.0.2", - "rollup": "^2.79.1", + "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", diff --git a/packages/map2tree/rollup.config.js b/packages/map2tree/rollup.config.mjs similarity index 100% rename from packages/map2tree/rollup.config.js rename to packages/map2tree/rollup.config.mjs diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index cb5cfd92..bf912413 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -78,7 +78,7 @@ "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "rollup": "^2.79.1", + "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", diff --git a/packages/react-json-tree/rollup.config.js b/packages/react-json-tree/rollup.config.mjs similarity index 100% rename from packages/react-json-tree/rollup.config.js rename to packages/react-json-tree/rollup.config.mjs diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index f22d8401..24a19ce7 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -60,7 +60,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rollup": "^2.79.1", + "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", "typescript": "~4.8.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3200f3a8..7ae80a33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -196,7 +196,7 @@ importers: map2tree: ^2.1.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.79.1 + rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.8.4 @@ -215,10 +215,10 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 - '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 + '@rollup/plugin-babel': 6.0.0_t2lseskayu4pmjc4spb5q7neyq + '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 + '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 + '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/node': 16.11.66 '@types/ramda': 0.28.16 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -226,8 +226,8 @@ importers: eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 - rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + rollup: 3.2.3 + rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve tslib: 2.4.0 typescript: 4.8.4 @@ -297,7 +297,7 @@ importers: eslint-config-prettier: ^8.5.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^2.79.1 + rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.8.4 @@ -311,10 +311,10 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 - '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 + '@rollup/plugin-babel': 6.0.0_t2lseskayu4pmjc4spb5q7neyq + '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 + '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 + '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/d3': 3.5.47 '@types/node': 16.11.66 '@types/ramda': 0.28.16 @@ -324,8 +324,8 @@ importers: eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 - rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + rollup: 3.2.3 + rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve tslib: 2.4.0 typescript: 4.8.4 @@ -354,7 +354,7 @@ importers: jest: ^27.5.1 lodash: ^4.17.21 rimraf: ^3.0.2 - rollup: ^2.79.1 + rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 @@ -369,10 +369,10 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 - '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 + '@rollup/plugin-babel': 6.0.0_t2lseskayu4pmjc4spb5q7neyq + '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 + '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 + '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.66 @@ -384,8 +384,8 @@ importers: immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + rollup: 3.2.3 + rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 typescript: 4.8.4 @@ -606,7 +606,7 @@ importers: react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 rimraf: ^3.0.2 - rollup: ^2.79.1 + rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 @@ -625,10 +625,10 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u - '@rollup/plugin-commonjs': 23.0.0_rollup@2.79.1 - '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 - '@rollup/plugin-terser': 0.1.0_rollup@2.79.1 + '@rollup/plugin-babel': 6.0.0_t2lseskayu4pmjc4spb5q7neyq + '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 + '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 + '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/jest': 27.5.2 '@types/node': 16.11.66 '@types/react': 18.0.21 @@ -644,8 +644,8 @@ importers: react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + rollup: 3.2.3 + rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 typescript: 4.8.4 @@ -2038,7 +2038,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - rollup: ^2.79.1 + rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 typescript: ~4.8.4 @@ -2058,7 +2058,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u + '@rollup/plugin-babel': 6.0.0_t2lseskayu4pmjc4spb5q7neyq '@types/node': 16.11.66 '@types/react': 18.0.21 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -2070,8 +2070,8 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + rollup: 3.2.3 + rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve tslib: 2.4.0 typescript: 4.8.4 @@ -6431,7 +6431,7 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/6.0.0_vy4anxjpv2s44kyfi2kxqu576u: + /@rollup/plugin-babel/6.0.0_t2lseskayu4pmjc4spb5q7neyq: resolution: {integrity: sha512-qM8YIt/2fVxw5O0wUgAeglyC+qx9mg3UtCCLoSqetmQOKipmnQ/X3I0L2sjjb6BswaYpv2tun25lHViU7JPxLQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6447,10 +6447,10 @@ packages: '@babel/core': 7.19.3 '@babel/helper-module-imports': 7.18.6 '@rollup/pluginutils': 4.2.1 - rollup: 2.79.1 + rollup: 3.2.3 dev: true - /@rollup/plugin-commonjs/23.0.0_rollup@2.79.1: + /@rollup/plugin-commonjs/23.0.0_rollup@3.2.3: resolution: {integrity: sha512-JbrTRyDNtLQj/rhl7RFUuYXwQ2fac+33oLDAu2k++WD95zweyo28UAomLVA0JMGx4vmCa7Nw4T6k/1F6lelExg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6465,10 +6465,10 @@ packages: glob: 8.0.3 is-reference: 1.2.1 magic-string: 0.26.7 - rollup: 2.79.1 + rollup: 3.2.3 dev: true - /@rollup/plugin-node-resolve/15.0.0_rollup@2.79.1: + /@rollup/plugin-node-resolve/15.0.0_rollup@3.2.3: resolution: {integrity: sha512-iwJbzfTzlzDDQcGmkS7EkCKwe2kSkdBrjX87Fy/KrNjr6UNnLpod0t6X66e502LRe5JJCA4FFqrEscWPnZAkig==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6483,10 +6483,10 @@ packages: is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 2.79.1 + rollup: 3.2.3 dev: true - /@rollup/plugin-terser/0.1.0_rollup@2.79.1: + /@rollup/plugin-terser/0.1.0_rollup@3.2.3: resolution: {integrity: sha512-N2KK+qUfHX2hBzVzM41UWGLrEmcjVC37spC8R3c9mt3oEDFKh3N2e12/lLp9aVSt86veR0TQiCNQXrm8C6aiUQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6495,7 +6495,7 @@ packages: rollup: optional: true dependencies: - rollup: 2.79.1 + rollup: 3.2.3 terser: 5.15.1 dev: true @@ -10372,7 +10372,7 @@ packages: loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.74.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /babel-plugin-add-react-displayname/0.0.5: @@ -10959,7 +10959,7 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1_bluebird@3.7.2 rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 @@ -14547,7 +14547,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.74.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /htmlparser2/6.1.0: @@ -18513,6 +18513,17 @@ packages: bluebird: optional: true + /promise-inflight/1.0.1_bluebird@3.7.2: + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + dependencies: + bluebird: 3.7.2 + dev: true + /promise-retry/2.0.1: resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} engines: {node: '>=10'} @@ -19733,7 +19744,7 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-typescript2/0.34.1_gypgyaqhine6mwjfvh7icfhviq: + /rollup-plugin-typescript2/0.34.1_655ssj4e7sdqlljrreeiqtltve: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19742,15 +19753,15 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 2.79.1 + rollup: 3.2.3 semver: 7.3.8 tslib: 2.4.0 typescript: 4.8.4 dev: true - /rollup/2.79.1: - resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} - 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 @@ -21069,7 +21080,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.15.1 - webpack: 5.74.0 + webpack: 5.74.0_webpack-cli@4.10.0 dev: true /terser/4.8.1: From 50f1a870ff1154e5311408e064118a883cc6d522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:27:59 -0400 Subject: [PATCH 27/45] chore(deps): update dependency @types/node to v18 (#1261) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../examples/tree/package.json | 2 +- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-dock/demo/package.json | 2 +- .../react-json-tree/examples/package.json | 2 +- packages/react-json-tree/package.json | 2 +- packages/redux-devtools-app/package.json | 2 +- packages/redux-devtools-cli/package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../demo/package.json | 2 +- .../redux-devtools-instrument/package.json | 2 +- packages/redux-devtools-remote/package.json | 2 +- .../demo/package.json | 2 +- .../examples/todomvc/package.json | 2 +- .../package.json | 2 +- packages/redux-devtools-utils/package.json | 2 +- .../examples/counter/package.json | 2 +- .../examples/todomvc/package.json | 2 +- packages/redux-devtools/package.json | 2 +- pnpm-lock.yaml | 212 +++++++++--------- 22 files changed, 127 insertions(+), 127 deletions(-) diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index b85e30c7..ec5594d1 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.19.3", "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "babel-loader": "^8.2.5", diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index ea6d37ed..a031825f 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -61,7 +61,7 @@ "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.1.0", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/ramda": "^0.28.16", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index fab520da..1e91221a 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -53,7 +53,7 @@ "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.1.0", "@types/d3": "^3.5.47", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/ramda": "^0.28.16", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 2cd51901..7a63cf67 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -58,7 +58,7 @@ "@rollup/plugin-terser": "^0.1.0", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index ae3a8d0c..c3584564 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -23,7 +23,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 2e953ca3..3bcbca15 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -30,7 +30,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.40.1", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index bf912413..686dd8f9 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -64,7 +64,7 @@ "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.1.0", "@types/jest": "^27.5.2", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.40.1", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 4bb62dba..67ae9a4b 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -81,7 +81,7 @@ "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/socketcluster-client": "^16.0.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index da83c8bb..3f6d732c 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -74,7 +74,7 @@ "@types/lodash": "^4.14.186", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/semver": "^7.3.12", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^16.1.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 10f9029f..f6cc7087 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -32,7 +32,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index de651af7..3a3923f7 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -53,7 +53,7 @@ "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", "@types/jest": "^27.5.2", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/path-browserify": "^1.0.0", "@types/react": "^18.0.21", "@types/redux-devtools-themes": "^1.0.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index c13eaa5d..3c0d6da1 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -31,7 +31,7 @@ "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/redux-logger": "^3.0.9", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 30758b8f..12f6b537 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -53,7 +53,7 @@ "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index e71c57c0..8c8faa71 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -57,7 +57,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", "@typescript-eslint/eslint-plugin": "^5.40.1", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 65cc714a..bf582e32 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -36,7 +36,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 40a79c28..e15f69c7 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -35,7 +35,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 24a19ce7..e358385f 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -49,7 +49,7 @@ "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@rollup/plugin-babel": "^6.0.0", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 3079ba4e..b8f50285 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -52,7 +52,7 @@ "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 9bbc89aa..6407f7d1 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -34,7 +34,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 4f2888e9..b768e2b8 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -48,7 +48,7 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/prop-types": "^15.7.5", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 0b2acc6a..2db9aa11 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -57,7 +57,7 @@ "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.186", - "@types/node": "^16.11.66", + "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7ae80a33..db0afd73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -184,7 +184,7 @@ importers: '@rollup/plugin-node-resolve': ^15.0.0 '@rollup/plugin-terser': ^0.1.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/ramda': ^0.28.16 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 @@ -219,7 +219,7 @@ importers: '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/ramda': 0.28.16 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q @@ -236,7 +236,7 @@ importers: '@babel/core': ^7.19.3 '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 babel-loader: ^8.2.5 @@ -259,7 +259,7 @@ importers: '@babel/core': 7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde @@ -268,7 +268,7 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -288,7 +288,7 @@ importers: '@rollup/plugin-node-resolve': ^15.0.0 '@rollup/plugin-terser': ^0.1.0 '@types/d3': ^3.5.47 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/ramda': ^0.28.16 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 @@ -316,7 +316,7 @@ importers: '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/d3': 3.5.47 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/ramda': 0.28.16 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q @@ -344,7 +344,7 @@ importers: '@rollup/plugin-terser': ^0.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 @@ -375,7 +375,7 @@ importers: '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 @@ -514,7 +514,7 @@ importers: '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 @@ -553,7 +553,7 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 @@ -567,7 +567,7 @@ importers: eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -589,7 +589,7 @@ importers: '@rollup/plugin-terser': ^0.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-test-renderer': ^18.0.0 @@ -630,7 +630,7 @@ importers: '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 '@types/jest': 27.5.2 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -656,7 +656,7 @@ importers: '@babel/preset-env': ^7.19.4 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@typescript-eslint/eslint-plugin': ^5.40.1 @@ -690,7 +690,7 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -703,7 +703,7 @@ importers: eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -722,7 +722,7 @@ importers: '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@typescript-eslint/eslint-plugin': ^5.40.1 @@ -758,7 +758,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q @@ -803,7 +803,7 @@ importers: '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 @@ -891,7 +891,7 @@ importers: '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.186 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/socketcluster-client': 16.0.0 @@ -919,7 +919,7 @@ importers: style-loader: 3.3.1_webpack@5.74.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -993,7 +993,7 @@ importers: '@types/lodash': ^4.14.186 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.3 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/react': ^18.0.21 '@types/semver': ^7.3.12 '@types/socketcluster-client': ^16.0.0 @@ -1069,7 +1069,7 @@ importers: '@types/lodash': 4.14.186 '@types/minimist': 1.2.2 '@types/morgan': 1.9.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/semver': 7.3.12 '@types/socketcluster-client': 16.0.0 '@types/socketcluster-server': 16.1.0 @@ -1365,7 +1365,7 @@ importers: '@redux-devtools/inspector-monitor-test-tab': ^1.0.0 '@redux-devtools/ui': ^1.3.0 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 @@ -1420,7 +1420,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 @@ -1438,7 +1438,7 @@ importers: fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -1462,7 +1462,7 @@ importers: '@types/chrome': ^0.0.198 '@types/html-entities': ^1.3.4 '@types/jest': ^27.5.2 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/path-browserify': ^1.0.0 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 @@ -1510,7 +1510,7 @@ importers: '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 '@types/jest': 27.5.2 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/path-browserify': 1.0.0 '@types/react': 18.0.21 '@types/redux-devtools-themes': 1.0.0 @@ -1542,7 +1542,7 @@ importers: '@redux-devtools/inspector-monitor': ^3.0.0 '@types/base16': ^1.0.2 '@types/lodash.shuffle': ^4.2.7 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/redux-logger': ^3.0.9 @@ -1593,7 +1593,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/base16': 1.0.2 '@types/lodash.shuffle': 4.2.7 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 @@ -1608,7 +1608,7 @@ importers: eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -1625,7 +1625,7 @@ importers: '@babel/runtime': ^7.19.4 '@types/jest': ^27.5.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 @@ -1650,7 +1650,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 @@ -1734,7 +1734,7 @@ importers: '@redux-devtools/instrument': ^2.1.0 '@redux-devtools/utils': ^2.0.0 '@types/jsan': ^3.1.2 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 '@typescript-eslint/eslint-plugin': ^5.40.1 @@ -1764,7 +1764,7 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jsan': 3.1.2 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -1885,7 +1885,7 @@ importers: '@redux-devtools/rtk-query-monitor': ^3.1.0 '@reduxjs/toolkit': ^1.8.6 '@types/copy-webpack-plugin': ^8.0.1 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 @@ -1942,7 +1942,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/copy-webpack-plugin': 8.0.1_webpack-cli@4.10.0 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 @@ -1959,7 +1959,7 @@ importers: fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -2023,7 +2023,7 @@ importers: '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 '@rollup/plugin-babel': ^6.0.0 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/redux-devtools-themes': ^1.0.0 @@ -2059,7 +2059,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@rollup/plugin-babel': 6.0.0_t2lseskayu4pmjc4spb5q7neyq - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/react': 18.0.21 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q @@ -2086,7 +2086,7 @@ importers: '@redux-devtools/log-monitor': ^4.0.0 '@redux-devtools/slider-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 @@ -2138,7 +2138,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/classnames': 2.3.1 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/prop-types': 15.7.5 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 @@ -2156,7 +2156,7 @@ importers: fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -2299,7 +2299,7 @@ importers: '@types/get-params': ^0.1.0 '@types/jsan': ^3.1.2 '@types/lodash': ^4.14.186 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 eslint: ^8.25.0 @@ -2332,7 +2332,7 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jsan': 3.1.2 '@types/lodash': 4.14.186 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 @@ -2349,7 +2349,7 @@ importers: '@redux-devtools/core': ^3.13.0 '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 @@ -2390,7 +2390,7 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/prop-types': 15.7.5 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 @@ -2405,7 +2405,7 @@ importers: eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -2421,7 +2421,7 @@ importers: '@redux-devtools/dock-monitor': ^3.0.0 '@redux-devtools/log-monitor': ^4.0.0 '@types/classnames': ^2.3.1 - '@types/node': ^16.11.66 + '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 @@ -2467,7 +2467,7 @@ importers: '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/classnames': 2.3.1 - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/prop-types': 15.7.5 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 @@ -2484,7 +2484,7 @@ importers: fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri @@ -5668,7 +5668,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -5689,7 +5689,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5734,7 +5734,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -5771,7 +5771,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 jest-mock: 27.5.1 dev: true @@ -5781,7 +5781,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.11.0 + '@types/node': 18.11.7 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -5810,7 +5810,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5917,7 +5917,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -5928,7 +5928,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -8323,7 +8323,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: false /@types/ag-auth/1.0.0: @@ -8411,12 +8411,12 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.11.66 + '@types/node': 18.11.7 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/chrome/0.0.198: @@ -8458,18 +8458,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/cookie/0.4.1: @@ -8483,7 +8483,7 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 tapable: 2.2.1 webpack: 5.74.0_webpack-cli@4.10.0 transitivePeerDependencies: @@ -8499,7 +8499,7 @@ packages: /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/d3/3.5.47: @@ -8546,7 +8546,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8574,20 +8574,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.0 + '@types/node': 18.11.7 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.0 + '@types/node': 18.11.7 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 dev: true /@types/har-format/1.2.9: @@ -8631,7 +8631,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/is-ci/3.0.0: @@ -8684,13 +8684,13 @@ packages: /@types/jsonwebtoken/8.5.9: resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8746,7 +8746,7 @@ packages: /@types/morgan/1.9.3: resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/ms/0.7.31: @@ -8756,7 +8756,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 form-data: 3.0.1 dev: true @@ -8771,8 +8771,8 @@ packages: /@types/node/16.11.66: resolution: {integrity: sha512-+xvMrGl3eAygKcf5jm+4zA4tbfEgmKM9o6/glTmN0RFVdu2VuFXMYYtRmuv3zTGCgAYMnEZLde3B7BTp+Yxcig==} - /@types/node/18.11.0: - resolution: {integrity: sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==} + /@types/node/18.11.7: + resolution: {integrity: sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8876,7 +8876,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8911,12 +8911,12 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 16.11.66 + '@types/node': 18.11.7 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: false /@types/simple-diff/1.6.1: @@ -8957,7 +8957,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/source-list-map/0.1.2: @@ -8991,7 +8991,7 @@ packages: resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/supertest/2.0.12: @@ -9043,7 +9043,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -9051,7 +9051,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.0 '@types/webpack-sources': 3.2.0 @@ -9068,7 +9068,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 16.11.66 + '@types/node': 18.11.7 dev: true /@types/yargs-parser/21.0.0: @@ -9091,7 +9091,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 optional: true /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: @@ -15399,7 +15399,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15552,7 +15552,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_gy6k6bedrshoc5b4zgt3uehy7q + ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu transitivePeerDependencies: - bufferutil - canvas @@ -15595,7 +15595,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -15613,7 +15613,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -15629,7 +15629,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.0 + '@types/node': 18.11.7 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15652,7 +15652,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.0 + '@types/node': 18.11.7 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15674,7 +15674,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -15729,7 +15729,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -15790,7 +15790,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -15847,7 +15847,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 graceful-fs: 4.2.10 dev: true @@ -15855,7 +15855,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 graceful-fs: 4.2.10 dev: true @@ -15894,7 +15894,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -15906,7 +15906,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 chalk: 4.1.2 ci-info: 3.5.0 graceful-fs: 4.2.10 @@ -15931,7 +15931,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.0 + '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -15942,7 +15942,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15951,7 +15951,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.0 + '@types/node': 18.11.7 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -21391,7 +21391,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-node/10.9.1_gy6k6bedrshoc5b4zgt3uehy7q: + /ts-node/10.9.1_evej5wzm4hojmu6uzxwpspdmsu: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21410,7 +21410,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 16.11.66 + '@types/node': 18.11.7 acorn: 8.8.0 acorn-walk: 8.2.0 arg: 4.1.3 From 9e01600dded01bbf8724fe4235c2c06a0c4f3c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:55:16 +0000 Subject: [PATCH 28/45] chore(deps): update dependency babel-loader to v9 (#1262) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package.json | 2 +- .../examples/tree/package.json | 2 +- packages/react-dock/demo/package.json | 2 +- .../react-json-tree/examples/package.json | 2 +- packages/redux-devtools-app/package.json | 2 +- .../demo/package.json | 2 +- .../demo/package.json | 2 +- .../demo/package.json | 2 +- .../examples/todomvc/package.json | 2 +- packages/redux-devtools-ui/package.json | 2 +- .../examples/counter/package.json | 2 +- .../examples/todomvc/package.json | 2 +- pnpm-lock.yaml | 61 +++++++++++-------- 13 files changed, 49 insertions(+), 36 deletions(-) diff --git a/extension/package.json b/extension/package.json index a405931a..ca24c48a 100644 --- a/extension/package.json +++ b/extension/package.json @@ -64,7 +64,7 @@ "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "bestzip": "^2.2.1", "chromedriver": "^106.0.1", "copy-webpack-plugin": "^11.0.0", diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index ec5594d1..f513ba16 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -35,7 +35,7 @@ "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index c3584564..8fe80c98 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -29,7 +29,7 @@ "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 3bcbca15..283e3b4d 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -35,7 +35,7 @@ "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 67ae9a4b..53ccdfd5 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -90,7 +90,7 @@ "@types/webpack-env": "^1.18.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index f6cc7087..fd20c1ad 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -40,7 +40,7 @@ "@types/webpack-env": "^1.18.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 3c0d6da1..60225c57 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -38,7 +38,7 @@ "@types/webpack-env": "^1.18.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index bf582e32..8b8008fb 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -42,7 +42,7 @@ "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index e15f69c7..2e68a13e 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -43,7 +43,7 @@ "@types/webpack-env": "^1.18.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index c9026a48..69b910ce 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -80,7 +80,7 @@ "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "csstype": "^3.1.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 6407f7d1..fd277531 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -41,7 +41,7 @@ "@types/webpack-env": "^1.18.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index b768e2b8..e36b6d0a 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -55,7 +55,7 @@ "@types/webpack-env": "^1.18.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^8.2.5", + "babel-loader": "^9.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "eslint": "^8.25.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db0afd73..07bbc3f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,7 +62,7 @@ importers: '@types/react': ^18.0.21 '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 bestzip: ^2.2.1 chromedriver: ^106.0.1 copy-webpack-plugin: ^11.0.0 @@ -139,7 +139,7 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde bestzip: 2.2.1 chromedriver: 106.0.1 copy-webpack-plugin: 11.0.0_webpack@5.74.0 @@ -239,7 +239,7 @@ importers: '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 cross-env: ^7.0.3 d3-state-visualizer: ^1.6.0 eslint: ^8.25.0 @@ -262,7 +262,7 @@ importers: '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -520,7 +520,7 @@ importers: '@types/styled-components': ^5.1.26 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 @@ -559,7 +559,7 @@ importers: '@types/styled-components': 5.1.26 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -661,7 +661,7 @@ importers: '@types/react-dom': ^18.0.6 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 @@ -695,7 +695,7 @@ importers: '@types/react-dom': 18.0.6 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -813,7 +813,7 @@ importers: '@types/webpack-env': ^1.18.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 d3-state-visualizer: ^1.6.0 @@ -900,7 +900,7 @@ importers: '@types/webpack-env': 1.18.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 @@ -1373,7 +1373,7 @@ importers: '@types/webpack-env': ^1.18.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 eslint: ^8.25.0 @@ -1428,7 +1428,7 @@ importers: '@types/webpack-env': 1.18.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 @@ -1549,7 +1549,7 @@ importers: '@types/webpack-env': ^1.18.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 base16: ^1.0.0 cross-env: ^7.0.3 eslint: ^8.25.0 @@ -1600,7 +1600,7 @@ importers: '@types/webpack-env': 1.18.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -1891,7 +1891,7 @@ importers: '@types/styled-components': ^5.1.26 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.1 @@ -1948,7 +1948,7 @@ importers: '@types/styled-components': 5.1.26 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -2094,7 +2094,7 @@ importers: '@types/webpack-env': ^1.18.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.1 @@ -2146,7 +2146,7 @@ importers: '@types/webpack-env': 1.18.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 @@ -2192,7 +2192,7 @@ importers: '@types/styled-components': ^5.1.26 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 base16: ^1.0.0 codemirror: ^5.65.9 color: ^4.2.3 @@ -2261,7 +2261,7 @@ importers: '@types/styled-components': 5.1.26 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -2356,7 +2356,7 @@ importers: '@types/webpack-env': ^1.18.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 cross-env: ^7.0.3 eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 @@ -2397,7 +2397,7 @@ importers: '@types/webpack-env': 1.18.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 @@ -2428,7 +2428,7 @@ importers: '@types/webpack-env': ^1.18.0 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 - babel-loader: ^8.2.5 + babel-loader: ^9.0.0 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.1 @@ -2474,7 +2474,7 @@ importers: '@types/webpack-env': 1.18.0 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 @@ -10372,6 +10372,19 @@ packages: loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 + webpack: 5.74.0 + dev: true + + /babel-loader/9.0.0_wfdvla2jorjoj23kkavho2upde: + resolution: {integrity: sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==} + engines: {node: '>= 14.15.0'} + peerDependencies: + '@babel/core': ^7.12.0 + webpack: '>=5' + dependencies: + '@babel/core': 7.19.3 + find-cache-dir: 3.3.2 + schema-utils: 4.0.0 webpack: 5.74.0_webpack-cli@4.10.0 dev: true From 0266df57763fd696ba64de4d2eecd86b7b9e7c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:15:02 -0400 Subject: [PATCH 29/45] chore(deps): update jest monorepo to v29 (major) (#1149) * chore(deps): update jest monorepo to v29 * Add jest-environment-jsdom * Replace globals with transform * Fix nanoid in ui and rtk-query-monitor * Update serialize snapshots * Fix nanoid in test-tab * Fix nanoid and uuid in app * Fix nanoid and uuid in extension Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/jest.config.js | 1 + extension/jestResolver.js | 15 + extension/package.json | 5 +- package.json | 2 +- packages/map2tree/jest.config.js | 6 +- packages/map2tree/package.json | 6 +- packages/react-base16-styling/jest.config.js | 6 +- packages/react-base16-styling/package.json | 7 +- packages/react-dock/jest.config.js | 6 +- packages/react-dock/package.json | 7 +- packages/react-json-tree/jest.config.js | 6 +- packages/react-json-tree/package.json | 6 +- packages/redux-devtools-app/jest.config.js | 7 +- packages/redux-devtools-app/jestResolver.js | 15 + packages/redux-devtools-app/package.json | 7 +- packages/redux-devtools-cli/jest.config.js | 6 +- packages/redux-devtools-cli/package.json | 6 +- .../jest.config.js | 7 +- .../jestResolver.js | 11 + .../package.json | 7 +- .../package.json | 7 +- .../redux-devtools-instrument/jest.config.js | 6 +- .../redux-devtools-instrument/package.json | 6 +- .../jest.config.js | 7 +- .../jestResolver.js | 11 + .../package.json | 7 +- .../redux-devtools-serialize/jest.config.js | 6 +- .../redux-devtools-serialize/package.json | 6 +- .../test/__snapshots__/helpers.spec.ts.snap | 14 +- .../test/__snapshots__/immutable.spec.ts.snap | 22 +- packages/redux-devtools-ui/jest.config.js | 7 +- packages/redux-devtools-ui/jestResolver.js | 11 + packages/redux-devtools-ui/package.json | 7 +- packages/redux-devtools/jest.config.js | 6 +- packages/redux-devtools/package.json | 6 +- pnpm-lock.yaml | 1520 +++++++++-------- 36 files changed, 952 insertions(+), 836 deletions(-) create mode 100644 extension/jestResolver.js create mode 100644 packages/redux-devtools-app/jestResolver.js create mode 100644 packages/redux-devtools-inspector-monitor-test-tab/jestResolver.js create mode 100644 packages/redux-devtools-rtk-query-monitor/jestResolver.js create mode 100644 packages/redux-devtools-ui/jestResolver.js diff --git a/extension/jest.config.js b/extension/jest.config.js index b70a7b3e..924b5865 100644 --- a/extension/jest.config.js +++ b/extension/jest.config.js @@ -5,4 +5,5 @@ module.exports = { moduleNameMapper: { '\\.css$': '/test/__mocks__/styleMock.ts', }, + resolver: '/jestResolver.js', }; diff --git a/extension/jestResolver.js b/extension/jestResolver.js new file mode 100644 index 00000000..8e066aa4 --- /dev/null +++ b/extension/jestResolver.js @@ -0,0 +1,15 @@ +module.exports = (path, options) => { + return options.defaultResolver(path, { + ...options, + packageFilter: (pkg) => { + if (pkg.name === 'nanoid') { + pkg.exports['.'].browser = pkg.exports['.'].require; + } + if (pkg.name === 'uuid' && pkg.version.startsWith('8.')) { + delete pkg.exports; + delete pkg.module; + } + return pkg; + }, + }); +}; diff --git a/extension/package.json b/extension/package.json index ca24c48a..3e45a475 100644 --- a/extension/package.json +++ b/extension/package.json @@ -80,7 +80,8 @@ "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "immutable": "^4.1.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "path-browserify": "^1.0.1", "pug-html-loader": "^1.1.5", "raw-loader": "^4.0.2", @@ -90,7 +91,7 @@ "selenium-webdriver": "^4.5.0", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" diff --git a/package.json b/package.json index e1dc75df..3baf32d1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", "prettier": "2.7.1", "typescript": "~4.8.4", "nx": "^15.0.0", diff --git a/packages/map2tree/jest.config.js b/packages/map2tree/jest.config.js index 05d33807..f68efd05 100644 --- a/packages/map2tree/jest.config.js +++ b/packages/map2tree/jest.config.js @@ -1,8 +1,6 @@ module.exports = { preset: 'ts-jest', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 7a63cf67..84731f8c 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -56,7 +56,7 @@ "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.1.0", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/lodash": "^4.14.186", "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", @@ -65,11 +65,11 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.2", "immutable": "^4.1.0", - "jest": "^27.5.1", + "jest": "^29.2.2", "rimraf": "^3.0.2", "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "tslib": "^2.4.0", "typescript": "~4.8.4" } diff --git a/packages/react-base16-styling/jest.config.js b/packages/react-base16-styling/jest.config.js index f0ecd734..dcef0803 100644 --- a/packages/react-base16-styling/jest.config.js +++ b/packages/react-base16-styling/jest.config.js @@ -1,9 +1,7 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index b11c982e..12ce46b7 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -55,16 +55,17 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/lodash.curry": "^4.1.7", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.2", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" } } diff --git a/packages/react-dock/jest.config.js b/packages/react-dock/jest.config.js index f0ecd734..dcef0803 100644 --- a/packages/react-dock/jest.config.js +++ b/packages/react-dock/jest.config.js @@ -1,9 +1,7 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 8308d23f..5f58fd36 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -53,7 +53,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", @@ -64,11 +64,12 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/react-json-tree/jest.config.js b/packages/react-json-tree/jest.config.js index 05d33807..f68efd05 100644 --- a/packages/react-json-tree/jest.config.js +++ b/packages/react-json-tree/jest.config.js @@ -1,8 +1,6 @@ module.exports = { preset: 'ts-jest', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 686dd8f9..39ede4a5 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -63,7 +63,7 @@ "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.1.0", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/node": "^18.11.7", "@types/react": "^18.0.21", "@types/react-test-renderer": "^18.0.0", @@ -74,13 +74,13 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", "rollup": "^3.2.3", "rollup-plugin-typescript2": "^0.34.1", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "tslib": "^2.4.0", "typescript": "~4.8.4" }, diff --git a/packages/redux-devtools-app/jest.config.js b/packages/redux-devtools-app/jest.config.js index 2aaa8218..2bef3a04 100644 --- a/packages/redux-devtools-app/jest.config.js +++ b/packages/redux-devtools-app/jest.config.js @@ -5,9 +5,8 @@ module.exports = { moduleNameMapper: { '\\.css$': '/test/__mocks__/styleMock.ts', }, - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, + resolver: '/jestResolver.js', }; diff --git a/packages/redux-devtools-app/jestResolver.js b/packages/redux-devtools-app/jestResolver.js new file mode 100644 index 00000000..8e066aa4 --- /dev/null +++ b/packages/redux-devtools-app/jestResolver.js @@ -0,0 +1,15 @@ +module.exports = (path, options) => { + return options.defaultResolver(path, { + ...options, + packageFilter: (pkg) => { + if (pkg.name === 'nanoid') { + pkg.exports['.'].browser = pkg.exports['.'].require; + } + if (pkg.name === 'uuid' && pkg.version.startsWith('8.')) { + delete pkg.exports; + delete pkg.module; + } + return pkg; + }, + }); +}; diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 53ccdfd5..d88eebbe 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -77,7 +77,7 @@ "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", "@types/lodash": "^4.14.186", @@ -101,14 +101,15 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "path-browserify": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "style-loader": "^3.3.1", "styled-components": "^5.3.6", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "~4.8.4", "webpack": "^5.74.0", diff --git a/packages/redux-devtools-cli/jest.config.js b/packages/redux-devtools-cli/jest.config.js index 05d33807..f68efd05 100644 --- a/packages/redux-devtools-cli/jest.config.js +++ b/packages/redux-devtools-cli/jest.config.js @@ -1,8 +1,6 @@ module.exports = { preset: 'ts-jest', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 3f6d732c..a08f0c21 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -70,7 +70,7 @@ "@types/cors": "^2.8.12", "@types/cross-spawn": "^6.0.2", "@types/express": "^4.17.14", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/lodash": "^4.14.186", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", @@ -86,12 +86,12 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.2", - "jest": "^27.5.1", + "jest": "^29.2.2", "ncp": "^2.0.0", "rimraf": "^3.0.2", "socketcluster-client": "^16.1.1", "supertest": "^6.3.0", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" } } diff --git a/packages/redux-devtools-inspector-monitor-test-tab/jest.config.js b/packages/redux-devtools-inspector-monitor-test-tab/jest.config.js index bf9761dc..3244f843 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/jest.config.js +++ b/packages/redux-devtools-inspector-monitor-test-tab/jest.config.js @@ -4,9 +4,8 @@ module.exports = { moduleNameMapper: { '\\.css$': '/test/__mocks__/styleMock.ts', }, - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, + resolver: '/jestResolver.js', }; diff --git a/packages/redux-devtools-inspector-monitor-test-tab/jestResolver.js b/packages/redux-devtools-inspector-monitor-test-tab/jestResolver.js new file mode 100644 index 00000000..385b2568 --- /dev/null +++ b/packages/redux-devtools-inspector-monitor-test-tab/jestResolver.js @@ -0,0 +1,11 @@ +module.exports = (path, options) => { + return options.defaultResolver(path, { + ...options, + packageFilter: (pkg) => { + if (pkg.name === 'nanoid') { + pkg.exports['.'].browser = pkg.exports['.'].require; + } + return pkg; + }, + }); +}; diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index f289f515..c7c9d45e 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -66,7 +66,7 @@ "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^13.4.0", "@types/es6template": "^1.0.0", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", "@types/react": "^18.0.21", @@ -78,12 +78,13 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 3a3923f7..e9173823 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -52,7 +52,7 @@ "@testing-library/react": "^13.4.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/node": "^18.11.7", "@types/path-browserify": "^1.0.0", "@types/react": "^18.0.21", @@ -65,13 +65,14 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-instrument/jest.config.js b/packages/redux-devtools-instrument/jest.config.js index 05d33807..f68efd05 100644 --- a/packages/redux-devtools-instrument/jest.config.js +++ b/packages/redux-devtools-instrument/jest.config.js @@ -1,8 +1,6 @@ module.exports = { preset: 'ts-jest', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 12f6b537..3fa56fb6 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -51,7 +51,7 @@ "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/lodash": "^4.14.186", "@types/node": "^18.11.7", "@typescript-eslint/eslint-plugin": "^5.40.1", @@ -59,11 +59,11 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.2", - "jest": "^27.5.1", + "jest": "^29.2.2", "redux": "^4.2.0", "rimraf": "^3.0.2", "rxjs": "^7.5.7", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-rtk-query-monitor/jest.config.js b/packages/redux-devtools-rtk-query-monitor/jest.config.js index bf9761dc..3244f843 100644 --- a/packages/redux-devtools-rtk-query-monitor/jest.config.js +++ b/packages/redux-devtools-rtk-query-monitor/jest.config.js @@ -4,9 +4,8 @@ module.exports = { moduleNameMapper: { '\\.css$': '/test/__mocks__/styleMock.ts', }, - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, + resolver: '/jestResolver.js', }; diff --git a/packages/redux-devtools-rtk-query-monitor/jestResolver.js b/packages/redux-devtools-rtk-query-monitor/jestResolver.js new file mode 100644 index 00000000..385b2568 --- /dev/null +++ b/packages/redux-devtools-rtk-query-monitor/jestResolver.js @@ -0,0 +1,11 @@ +module.exports = (path, options) => { + return options.defaultResolver(path, { + ...options, + packageFilter: (pkg) => { + if (pkg.name === 'nanoid') { + pkg.exports['.'].browser = pkg.exports['.'].require; + } + return pkg; + }, + }); +}; diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 10c3c4ac..de294c9b 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -71,7 +71,7 @@ "@reduxjs/toolkit": "^1.8.6", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.21", @@ -82,13 +82,14 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.4", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-serialize/jest.config.js b/packages/redux-devtools-serialize/jest.config.js index 05d33807..f68efd05 100644 --- a/packages/redux-devtools-serialize/jest.config.js +++ b/packages/redux-devtools-serialize/jest.config.js @@ -1,8 +1,6 @@ module.exports = { preset: 'ts-jest', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 0a798345..239c5f78 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -47,7 +47,7 @@ "@babel/plugin-transform-runtime": "^7.19.1", "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/jsan": "^3.1.2", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", @@ -55,9 +55,9 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.1.2", "immutable": "^4.1.0", - "jest": "^27.5.1", + "jest": "^29.2.2", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-serialize/test/__snapshots__/helpers.spec.ts.snap b/packages/redux-devtools-serialize/test/__snapshots__/helpers.spec.ts.snap index 00056f49..14984dc6 100644 --- a/packages/redux-devtools-serialize/test/__snapshots__/helpers.spec.ts.snap +++ b/packages/redux-devtools-serialize/test/__snapshots__/helpers.spec.ts.snap @@ -1,34 +1,34 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Helpers extract 1`] = ` -Object { +{ "__serializedType__": "testType", - "data": Object { + "data": { "testData": "test", }, } `; exports[`Helpers mark 1`] = ` -Object { +{ "__serializedType__": "testType", - "data": Object { + "data": { "testData": "test", }, } `; exports[`Helpers mark 2`] = ` -Object { +{ "__serializedType__": "testType", "data": "[object Object]", } `; exports[`Helpers refer 1`] = ` -Object { +{ "__serializedType__": "testType", - "data": Object { + "data": { "testData": "test", }, } diff --git a/packages/redux-devtools-serialize/test/__snapshots__/immutable.spec.ts.snap b/packages/redux-devtools-serialize/test/__snapshots__/immutable.spec.ts.snap index 4c460e04..2fe2a9f9 100644 --- a/packages/redux-devtools-serialize/test/__snapshots__/immutable.spec.ts.snap +++ b/packages/redux-devtools-serialize/test/__snapshots__/immutable.spec.ts.snap @@ -1,23 +1,23 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Immutable Nested stringify 1`] = `"{\\"data\\":[{\\"data\\":{\\"map\\":{\\"data\\":{\\"seq\\":{\\"data\\":[1,2,3,4,5,6,7,8],\\"__serializedType__\\":\\"ImmutableSeq\\"},\\"stack\\":{\\"data\\":[\\"a\\",\\"b\\",\\"c\\"],\\"__serializedType__\\":\\"ImmutableStack\\"}},\\"__serializedType__\\":\\"ImmutableOrderedMap\\"},\\"repeat\\":{\\"data\\":{\\"_value\\":\\"hi\\",\\"size\\":100},\\"__serializedType__\\":\\"ImmutableRepeat\\"}},\\"__serializedType__\\":\\"ImmutableRecord\\",\\"__serializedRef__\\":0},{\\"data\\":[10,9,8,7,6,5,4,3,2,1],\\"__serializedType__\\":\\"ImmutableOrderedSet\\"},{\\"data\\":{\\"_start\\":0,\\"_end\\":7,\\"_step\\":1,\\"size\\":7},\\"__serializedType__\\":\\"ImmutableRange\\"}],\\"__serializedType__\\":\\"ImmutableSet\\"}"`; +exports[`Immutable Nested stringify 1`] = `"{"data":[{"data":{"map":{"data":{"seq":{"data":[1,2,3,4,5,6,7,8],"__serializedType__":"ImmutableSeq"},"stack":{"data":["a","b","c"],"__serializedType__":"ImmutableStack"}},"__serializedType__":"ImmutableOrderedMap"},"repeat":{"data":{"_value":"hi","size":100},"__serializedType__":"ImmutableRepeat"}},"__serializedType__":"ImmutableRecord","__serializedRef__":0},{"data":[10,9,8,7,6,5,4,3,2,1],"__serializedType__":"ImmutableOrderedSet"},{"data":{"_start":0,"_end":7,"_step":1,"size":7},"__serializedType__":"ImmutableRange"}],"__serializedType__":"ImmutableSet"}"`; -exports[`Immutable Record stringify 1`] = `"{\\"data\\":{\\"a\\":1,\\"b\\":3},\\"__serializedType__\\":\\"ImmutableRecord\\",\\"__serializedRef__\\":0}"`; +exports[`Immutable Record stringify 1`] = `"{"data":{"a":1,"b":3},"__serializedType__":"ImmutableRecord","__serializedRef__":0}"`; -exports[`Immutable Stringify list 1`] = `"{\\"data\\":[1,2,3,4,5,6,7,8,9,10],\\"__serializedType__\\":\\"ImmutableList\\"}"`; +exports[`Immutable Stringify list 1`] = `"{"data":[1,2,3,4,5,6,7,8,9,10],"__serializedType__":"ImmutableList"}"`; -exports[`Immutable Stringify map 1`] = `"{\\"data\\":{\\"a\\":1,\\"b\\":2,\\"c\\":3,\\"d\\":4},\\"__serializedType__\\":\\"ImmutableMap\\"}"`; +exports[`Immutable Stringify map 1`] = `"{"data":{"a":1,"b":2,"c":3,"d":4},"__serializedType__":"ImmutableMap"}"`; -exports[`Immutable Stringify orderedMap 1`] = `"{\\"data\\":{\\"b\\":2,\\"a\\":1,\\"c\\":3,\\"d\\":4},\\"__serializedType__\\":\\"ImmutableOrderedMap\\"}"`; +exports[`Immutable Stringify orderedMap 1`] = `"{"data":{"b":2,"a":1,"c":3,"d":4},"__serializedType__":"ImmutableOrderedMap"}"`; -exports[`Immutable Stringify orderedSet 1`] = `"{\\"data\\":[10,9,8,7,6,5,4,3,2,1],\\"__serializedType__\\":\\"ImmutableOrderedSet\\"}"`; +exports[`Immutable Stringify orderedSet 1`] = `"{"data":[10,9,8,7,6,5,4,3,2,1],"__serializedType__":"ImmutableOrderedSet"}"`; -exports[`Immutable Stringify range 1`] = `"{\\"data\\":{\\"_start\\":0,\\"_end\\":7,\\"_step\\":1,\\"size\\":7},\\"__serializedType__\\":\\"ImmutableRange\\"}"`; +exports[`Immutable Stringify range 1`] = `"{"data":{"_start":0,"_end":7,"_step":1,"size":7},"__serializedType__":"ImmutableRange"}"`; -exports[`Immutable Stringify repeat 1`] = `"{\\"data\\":{\\"_value\\":\\"hi\\",\\"size\\":100},\\"__serializedType__\\":\\"ImmutableRepeat\\"}"`; +exports[`Immutable Stringify repeat 1`] = `"{"data":{"_value":"hi","size":100},"__serializedType__":"ImmutableRepeat"}"`; -exports[`Immutable Stringify seq 1`] = `"{\\"data\\":[1,2,3,4,5,6,7,8],\\"__serializedType__\\":\\"ImmutableSeq\\"}"`; +exports[`Immutable Stringify seq 1`] = `"{"data":[1,2,3,4,5,6,7,8],"__serializedType__":"ImmutableSeq"}"`; -exports[`Immutable Stringify set 1`] = `"{\\"data\\":[1,2,3,4,5,6,7,8,9,10],\\"__serializedType__\\":\\"ImmutableSet\\"}"`; +exports[`Immutable Stringify set 1`] = `"{"data":[1,2,3,4,5,6,7,8,9,10],"__serializedType__":"ImmutableSet"}"`; -exports[`Immutable Stringify stack 1`] = `"{\\"data\\":[\\"a\\",\\"b\\",\\"c\\"],\\"__serializedType__\\":\\"ImmutableStack\\"}"`; +exports[`Immutable Stringify stack 1`] = `"{"data":["a","b","c"],"__serializedType__":"ImmutableStack"}"`; diff --git a/packages/redux-devtools-ui/jest.config.js b/packages/redux-devtools-ui/jest.config.js index bf9761dc..3244f843 100644 --- a/packages/redux-devtools-ui/jest.config.js +++ b/packages/redux-devtools-ui/jest.config.js @@ -4,9 +4,8 @@ module.exports = { moduleNameMapper: { '\\.css$': '/test/__mocks__/styleMock.ts', }, - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, + resolver: '/jestResolver.js', }; diff --git a/packages/redux-devtools-ui/jestResolver.js b/packages/redux-devtools-ui/jestResolver.js new file mode 100644 index 00000000..385b2568 --- /dev/null +++ b/packages/redux-devtools-ui/jestResolver.js @@ -0,0 +1,11 @@ +module.exports = (path, options) => { + return options.defaultResolver(path, { + ...options, + packageFilter: (pkg) => { + if (pkg.name === 'nanoid') { + pkg.exports['.'].browser = pkg.exports['.'].require; + } + return pkg; + }, + }); +}; diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 69b910ce..9883a1c0 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -75,7 +75,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/react": "^18.0.21", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.40.1", @@ -87,7 +87,8 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", + "jest-environment-jsdom": "^29.2.2", "ncp": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -100,7 +101,7 @@ "stylelint-config-standard": "^29.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4", "webpack": "^5.74.0" }, diff --git a/packages/redux-devtools/jest.config.js b/packages/redux-devtools/jest.config.js index 05d33807..f68efd05 100644 --- a/packages/redux-devtools/jest.config.js +++ b/packages/redux-devtools/jest.config.js @@ -1,8 +1,6 @@ module.exports = { preset: 'ts-jest', - globals: { - 'ts-jest': { - tsconfig: 'tsconfig.test.json', - }, + transform: { + '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], }, }; diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 2db9aa11..dec81606 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -55,7 +55,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^27.5.2", + "@types/jest": "^29.2.0", "@types/lodash": "^4.14.186", "@types/node": "^18.11.7", "@types/react": "^18.0.21", @@ -66,13 +66,13 @@ "eslint-plugin-jest": "^27.1.2", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^27.5.1", + "jest": "^29.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^8.0.4", "redux": "^4.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.5", + "ts-jest": "^29.0.3", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07bbc3f5..539f145e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: eslint-plugin-jest: ^27.1.2 eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 - jest: ^27.5.1 + jest: ^29.2.2 nx: ^15.0.0 prettier: 2.7.1 typescript: ~4.8.4 @@ -31,10 +31,10 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2 nx: 15.0.0 prettier: 2.7.1 typescript: 4.8.4 @@ -78,7 +78,8 @@ importers: file-loader: ^6.2.0 fork-ts-checker-webpack-plugin: ^7.2.13 immutable: ^4.1.0 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 jsan: ^3.1.14 localforage: ^1.10.0 lodash: ^4.17.21 @@ -100,7 +101,7 @@ importers: sinon-chrome: ^3.0.1 style-loader: ^3.3.1 styled-components: ^5.3.6 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 @@ -155,7 +156,8 @@ importers: file-loader: 6.2.0_webpack@5.74.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e immutable: 4.1.0 - jest: 27.5.1 + jest: 29.2.2 + jest-environment-jsdom: 29.2.2 path-browserify: 1.0.1 pug-html-loader: 1.1.5 raw-loader: 4.0.2_webpack@5.74.0 @@ -165,7 +167,7 @@ importers: selenium-webdriver: 4.5.0 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.74.0 - ts-jest: 27.1.5_s3hctw44eio5yfpbfoxpvrxkse + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_webpack@5.74.0 @@ -342,7 +344,7 @@ importers: '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 '@rollup/plugin-terser': ^0.1.0 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 @@ -351,12 +353,12 @@ importers: eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^27.1.2 immutable: ^4.1.0 - jest: ^27.5.1 + jest: ^29.2.2 lodash: ^4.17.21 rimraf: ^3.0.2 rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 tslib: ^2.4.0 typescript: ~4.8.4 dependencies: @@ -373,20 +375,20 @@ importers: '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash': 4.14.186 '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi immutable: 4.1.0 - jest: 27.5.1 + jest: 29.2.2_@types+node@18.11.7 rimraf: 3.0.2 rollup: 3.2.3 rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am tslib: 2.4.0 typescript: 4.8.4 @@ -401,7 +403,7 @@ importers: '@babel/runtime': ^7.19.4 '@types/base16': ^1.0.2 '@types/color': ^3.0.3 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/lodash.curry': ^4.1.7 '@typescript-eslint/eslint-plugin': ^5.40.1 @@ -412,10 +414,11 @@ importers: eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^27.1.2 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 lodash.curry: ^4.1.1 rimraf: ^3.0.2 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -433,16 +436,17 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/color': 3.0.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash.curry': 4.1.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke - jest: 27.5.1 + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi + jest: 29.2.2 + jest-environment-jsdom: 29.2.2 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/react-dock: @@ -455,7 +459,7 @@ importers: '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.4 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 @@ -468,13 +472,14 @@ importers: eslint-plugin-jest: ^27.1.2 eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 react: ^18.2.0 react-test-renderer: ^18.2.0 rimraf: ^3.0.2 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -490,7 +495,7 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 @@ -498,14 +503,15 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2 + jest-environment-jsdom: 29.2.2 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/react-dock/demo: @@ -587,7 +593,7 @@ importers: '@rollup/plugin-commonjs': ^23.0.0 '@rollup/plugin-node-resolve': ^15.0.0 '@rollup/plugin-terser': ^0.1.0 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 @@ -600,7 +606,7 @@ importers: eslint-plugin-jest: ^27.1.2 eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 - jest: ^27.5.1 + jest: ^29.2.2 prop-types: ^15.8.1 react: ^18.2.0 react-base16-styling: ^0.9.1 @@ -608,7 +614,7 @@ importers: rimraf: ^3.0.2 rollup: ^3.2.3 rollup-plugin-typescript2: ^0.34.1 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 tslib: ^2.4.0 typescript: ~4.8.4 dependencies: @@ -629,7 +635,7 @@ importers: '@rollup/plugin-commonjs': 23.0.0_rollup@3.2.3 '@rollup/plugin-node-resolve': 15.0.0_rollup@3.2.3 '@rollup/plugin-terser': 0.1.0_rollup@3.2.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/node': 18.11.7 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 @@ -637,16 +643,16 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2_@types+node@18.11.7 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 rollup: 3.2.3 rollup-plugin-typescript2: 0.34.1_655ssj4e7sdqlljrreeiqtltve - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am tslib: 2.4.0 typescript: 4.8.4 @@ -720,7 +726,7 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.4 '@redux-devtools/instrument': ^2.1.0 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/node': ^18.11.7 '@types/prop-types': ^15.7.5 @@ -732,7 +738,7 @@ importers: eslint-plugin-jest: ^27.1.2 eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 - jest: ^27.5.1 + jest: ^29.2.2 lodash: ^4.17.21 prop-types: ^15.8.1 react: ^18.2.0 @@ -740,7 +746,7 @@ importers: react-redux: ^8.0.4 redux: ^4.2.0 rimraf: ^3.0.2 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -756,7 +762,7 @@ importers: '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash': 4.14.186 '@types/node': 18.11.7 '@types/react': 18.0.21 @@ -764,16 +770,16 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2_@types+node@18.11.7 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/redux-devtools-app: @@ -799,7 +805,7 @@ importers: '@rjsf/core': ^4.2.3 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 '@types/lodash': ^4.14.186 @@ -826,7 +832,8 @@ importers: html-loader: ^4.2.0 html-webpack-plugin: ^5.5.0 javascript-stringify: ^2.1.0 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 jsan: ^3.1.14 jsondiffpatch: ^0.4.1 localforage: ^1.10.0 @@ -844,7 +851,7 @@ importers: socketcluster-client: ^16.1.1 style-loader: ^3.3.1 styled-components: ^5.3.6 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 ts-node: ^10.9.1 typescript: ~4.8.4 webpack: ^5.74.0 @@ -887,7 +894,7 @@ importers: '@rjsf/core': 4.2.3_react@18.2.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 '@types/lodash': 4.14.186 @@ -905,20 +912,21 @@ importers: css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-loader: 4.2.0_webpack@5.74.0 html-webpack-plugin: 5.5.0_webpack@5.74.0 - jest: 27.5.1_ts-node@10.9.1 + jest: 29.2.2_4pb6an67rakrle6rtido6z2a34 + jest-environment-jsdom: 29.2.2 path-browserify: 1.0.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.74.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 @@ -989,7 +997,7 @@ importers: '@types/cors': ^2.8.12 '@types/cross-spawn': ^6.0.2 '@types/express': ^4.17.14 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.3 @@ -1015,7 +1023,7 @@ importers: express: ^4.18.2 getport: ^0.1.0 graphql: ^16.6.0 - jest: ^27.5.1 + jest: ^29.2.2 knex: ^2.3.0 lodash: ^4.17.21 minimist: ^1.2.7 @@ -1032,7 +1040,7 @@ importers: sqlite3: ^5.1.2 styled-components: ^5.3.6 supertest: ^6.3.0 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 uuid: ^9.0.0 dependencies: @@ -1065,7 +1073,7 @@ importers: '@types/cors': 2.8.12 '@types/cross-spawn': 6.0.2 '@types/express': 4.17.14 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash': 4.14.186 '@types/minimist': 1.2.2 '@types/morgan': 1.9.3 @@ -1080,13 +1088,13 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke - jest: 27.5.1 + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi + jest: 29.2.2_@types+node@18.11.7 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 16.1.1 supertest: 6.3.0 - ts-jest: 27.1.5_h2mjkler2cwtrz56xjx3qgassu + ts-jest: 29.0.3_r7gdwuj75x2gz25bauak3xcnbm typescript: 4.8.4 packages/redux-devtools-dock-monitor: @@ -1283,7 +1291,7 @@ importers: '@redux-devtools/ui': ^1.3.0 '@testing-library/react': ^13.4.0 '@types/es6template': ^1.0.0 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/jsan': ^3.1.2 '@types/object-path': ^0.11.1 '@types/prop-types': ^15.7.5 @@ -1298,7 +1306,8 @@ importers: eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 jsan: ^3.1.14 object-path: ^0.11.8 prop-types: ^15.8.1 @@ -1308,7 +1317,7 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 simple-diff: ^1.6.0 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -1333,7 +1342,7 @@ importers: '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/es6template': 1.0.0 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/jsan': 3.1.2 '@types/object-path': 0.11.1 '@types/react': 18.0.21 @@ -1342,15 +1351,16 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2 + jest-environment-jsdom: 29.2.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/redux-devtools-inspector-monitor-test-tab/demo: @@ -1461,7 +1471,7 @@ importers: '@types/babel__code-frame': ^7.0.3 '@types/chrome': ^0.0.198 '@types/html-entities': ^1.3.4 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/node': ^18.11.7 '@types/path-browserify': ^1.0.0 '@types/react': ^18.0.21 @@ -1476,7 +1486,8 @@ importers: eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 path-browserify: ^1.0.1 react: ^18.2.0 react-dom: ^18.2.0 @@ -1485,7 +1496,7 @@ importers: redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 source-map: ^0.5.7 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/code-frame': 7.18.6 @@ -1509,7 +1520,7 @@ importers: '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/node': 18.11.7 '@types/path-browserify': 1.0.0 '@types/react': 18.0.21 @@ -1519,16 +1530,17 @@ importers: '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2_@types+node@18.11.7 + jest-environment-jsdom: 29.2.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/redux-devtools-inspector-monitor/demo: @@ -1623,7 +1635,7 @@ importers: '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.4 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/node': ^18.11.7 '@typescript-eslint/eslint-plugin': ^5.40.1 @@ -1631,12 +1643,12 @@ importers: eslint: ^8.25.0 eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^27.1.2 - jest: ^27.5.1 + jest: ^29.2.2 lodash: ^4.17.21 redux: ^4.2.0 rimraf: ^3.0.2 rxjs: ^7.5.7 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -1648,19 +1660,19 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash': 4.14.186 '@types/node': 18.11.7 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke - jest: 27.5.1 + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi + jest: 29.2.2_@types+node@18.11.7 redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.5.7 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/redux-devtools-log-monitor: @@ -1791,7 +1803,7 @@ importers: '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 '@types/hex-rgba': ^1.0.1 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/lodash': ^4.14.186 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 @@ -1806,7 +1818,8 @@ importers: eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 jss: ^10.9.2 jss-preset-default: ^10.9.2 lodash.debounce: ^4.0.8 @@ -1819,7 +1832,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -1849,23 +1862,24 @@ importers: '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@types/hex-rgba': 1.0.1 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2 + jest-environment-jsdom: 29.2.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/redux-devtools-rtk-query-monitor/demo: @@ -1974,7 +1988,7 @@ importers: '@babel/preset-env': ^7.19.4 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.19.4 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/jsan': ^3.1.2 '@typescript-eslint/eslint-plugin': ^5.40.1 '@typescript-eslint/parser': ^5.40.1 @@ -1982,10 +1996,10 @@ importers: eslint-config-prettier: ^8.5.0 eslint-plugin-jest: ^27.1.2 immutable: ^4.1.0 - jest: ^27.5.1 + jest: ^29.2.2 jsan: ^3.1.14 rimraf: ^3.0.2 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -1997,17 +2011,17 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.4_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/jsan': 3.1.2 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi immutable: 4.1.0 - jest: 27.5.1 + jest: 29.2.2 rimraf: 3.0.2 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 packages/redux-devtools-slider-monitor: @@ -2183,7 +2197,7 @@ importers: '@types/base16': ^1.0.2 '@types/codemirror': ^5.60.5 '@types/color': ^3.0.3 - '@types/jest': ^27.5.2 + '@types/jest': ^29.2.0 '@types/json-schema': ^7.0.11 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.21 @@ -2202,7 +2216,8 @@ importers: eslint-plugin-jest: ^27.1.2 eslint-plugin-react: ^7.31.10 eslint-plugin-react-hooks: ^4.6.0 - jest: ^27.5.1 + jest: ^29.2.2 + jest-environment-jsdom: ^29.2.2 ncp: ^2.0.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -2220,7 +2235,7 @@ importers: stylelint-config-standard: ^29.0.0 stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 - ts-jest: ^27.1.5 + ts-jest: ^29.0.3 typescript: ~4.8.4 webpack: ^5.74.0 dependencies: @@ -2256,7 +2271,7 @@ importers: '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei '@types/color': 3.0.3 - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 '@types/react': 18.0.21 '@types/styled-components': 5.1.26 '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y @@ -2265,10 +2280,11 @@ importers: csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.2_l7t3ncpjeez3dv3s6t6reddkke + eslint-plugin-jest: 27.1.2_6co43ebcjfbpobjajqgjcmpkdi eslint-plugin-react: 7.31.10_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - jest: 27.5.1 + jest: 29.2.2 + jest-environment-jsdom: 29.2.2 ncp: 2.0.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -2281,7 +2297,7 @@ importers: stylelint-config-standard: 29.0.0_stylelint@14.14.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-jest: 29.0.3_qutljtsb73gn6tigyw4fnh25am typescript: 4.8.4 webpack: 5.74.0 @@ -5663,142 +5679,156 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.5.1: - resolution: {integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/console/29.2.1: + resolution: {integrity: sha512-MF8Adcw+WPLZGBiNxn76DOuczG3BhODTcMlDCA4+cFi41OkaY/lyI0XUUhi73F88Y+7IHoGmD80pN5CtxQUdSw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 '@types/node': 18.11.7 chalk: 4.1.2 - jest-message-util: 27.5.1 - jest-util: 27.5.1 + jest-message-util: 29.2.1 + jest-util: 29.2.1 slash: 3.0.0 dev: true - /@jest/core/27.5.1: - resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/core/29.2.2: + resolution: {integrity: sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true dependencies: - '@jest/console': 27.5.1 - '@jest/reporters': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/console': 29.2.1 + '@jest/reporters': 29.2.2 + '@jest/test-result': 29.2.1 + '@jest/transform': 29.2.2 + '@jest/types': 29.2.1 '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 - emittery: 0.8.1 + ci-info: 3.5.0 exit: 0.1.2 graceful-fs: 4.2.10 - jest-changed-files: 27.5.1 - jest-config: 27.5.1 - jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-resolve-dependencies: 27.5.1 - jest-runner: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - jest-watcher: 27.5.1 + jest-changed-files: 29.2.0 + jest-config: 29.2.2_@types+node@18.11.7 + jest-haste-map: 29.2.1 + jest-message-util: 29.2.1 + jest-regex-util: 29.2.0 + jest-resolve: 29.2.2 + jest-resolve-dependencies: 29.2.2 + jest-runner: 29.2.2 + jest-runtime: 29.2.2 + jest-snapshot: 29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 + jest-watcher: 29.2.2 micromatch: 4.0.5 - rimraf: 3.0.2 + pretty-format: 29.2.1 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: - - bufferutil - - canvas - supports-color - ts-node - - utf-8-validate dev: true - /@jest/core/27.5.1_ts-node@10.9.1: - resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/core/29.2.2_ts-node@10.9.1: + resolution: {integrity: sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true dependencies: - '@jest/console': 27.5.1 - '@jest/reporters': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/console': 29.2.1 + '@jest/reporters': 29.2.2 + '@jest/test-result': 29.2.1 + '@jest/transform': 29.2.2 + '@jest/types': 29.2.1 '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 - emittery: 0.8.1 + ci-info: 3.5.0 exit: 0.1.2 graceful-fs: 4.2.10 - jest-changed-files: 27.5.1 - jest-config: 27.5.1_ts-node@10.9.1 - jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-resolve-dependencies: 27.5.1 - jest-runner: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - jest-watcher: 27.5.1 + jest-changed-files: 29.2.0 + jest-config: 29.2.2_4pb6an67rakrle6rtido6z2a34 + jest-haste-map: 29.2.1 + jest-message-util: 29.2.1 + jest-regex-util: 29.2.0 + jest-resolve: 29.2.2 + jest-resolve-dependencies: 29.2.2 + jest-runner: 29.2.2 + jest-runtime: 29.2.2 + jest-snapshot: 29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 + jest-watcher: 29.2.2 micromatch: 4.0.5 - rimraf: 3.0.2 + pretty-format: 29.2.1 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: - - bufferutil - - canvas - supports-color - ts-node - - utf-8-validate dev: true - /@jest/environment/27.5.1: - resolution: {integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/environment/29.2.2: + resolution: {integrity: sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 27.5.1 - '@jest/types': 27.5.1 + '@jest/fake-timers': 29.2.2 + '@jest/types': 29.2.1 '@types/node': 18.11.7 - jest-mock: 27.5.1 + jest-mock: 29.2.2 dev: true - /@jest/fake-timers/27.5.1: - resolution: {integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/expect-utils/29.2.2: + resolution: {integrity: sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 - '@sinonjs/fake-timers': 8.1.0 + jest-get-type: 29.2.0 + dev: true + + /@jest/expect/29.2.2: + resolution: {integrity: sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.2.2 + jest-snapshot: 29.2.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@jest/fake-timers/29.2.2: + resolution: {integrity: sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.2.1 + '@sinonjs/fake-timers': 9.1.2 '@types/node': 18.11.7 - jest-message-util: 27.5.1 - jest-mock: 27.5.1 - jest-util: 27.5.1 + jest-message-util: 29.2.1 + jest-mock: 29.2.2 + jest-util: 29.2.1 dev: true - /@jest/globals/27.5.1: - resolution: {integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/globals/29.2.2: + resolution: {integrity: sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 27.5.1 - '@jest/types': 27.5.1 - expect: 27.5.1 + '@jest/environment': 29.2.2 + '@jest/expect': 29.2.2 + '@jest/types': 29.2.1 + jest-mock: 29.2.2 + transitivePeerDependencies: + - supports-color dev: true - /@jest/reporters/27.5.1: - resolution: {integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/reporters/29.2.2: + resolution: {integrity: sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -5806,10 +5836,11 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/console': 29.2.1 + '@jest/test-result': 29.2.1 + '@jest/transform': 29.2.2 + '@jest/types': 29.2.1 + '@jridgewell/trace-mapping': 0.3.17 '@types/node': 18.11.7 chalk: 4.1.2 collect-v8-coverage: 1.0.1 @@ -5821,48 +5852,51 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-haste-map: 27.5.1 - jest-resolve: 27.5.1 - jest-util: 27.5.1 - jest-worker: 27.5.1 + jest-message-util: 29.2.1 + jest-util: 29.2.1 + jest-worker: 29.2.1 slash: 3.0.0 - source-map: 0.6.1 string-length: 4.0.2 - terminal-link: 2.1.1 - v8-to-istanbul: 8.1.1 + strip-ansi: 6.0.1 + v8-to-istanbul: 9.0.1 transitivePeerDependencies: - supports-color dev: true - /@jest/source-map/27.5.1: - resolution: {integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/schemas/29.0.0: + resolution: {integrity: sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.10 - source-map: 0.6.1 + '@sinclair/typebox': 0.24.51 dev: true - /@jest/test-result/27.5.1: - resolution: {integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/source-map/29.2.0: + resolution: {integrity: sha512-1NX9/7zzI0nqa6+kgpSdKPK+WU1p+SJk3TloWZf5MzPbxri9UEeXX5bWZAPCzbQcyuAzubcdUHA7hcNznmRqWQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 27.5.1 - '@jest/types': 27.5.1 + '@jridgewell/trace-mapping': 0.3.17 + callsites: 3.1.0 + graceful-fs: 4.2.10 + dev: true + + /@jest/test-result/29.2.1: + resolution: {integrity: sha512-lS4+H+VkhbX6z64tZP7PAUwPqhwj3kbuEHcaLuaBuB+riyaX7oa1txe0tXgrFj5hRWvZKvqO7LZDlNWeJ7VTPA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/console': 29.2.1 + '@jest/types': 29.2.1 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.5.1: - resolution: {integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/test-sequencer/29.2.2: + resolution: {integrity: sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 27.5.1 + '@jest/test-result': 29.2.1 graceful-fs: 4.2.10 - jest-haste-map: 27.5.1 - jest-runtime: 27.5.1 - transitivePeerDependencies: - - supports-color + jest-haste-map: 29.2.1 + slash: 3.0.0 dev: true /@jest/transform/26.6.2: @@ -5888,25 +5922,25 @@ packages: - supports-color dev: true - /@jest/transform/27.5.1: - resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/transform/29.2.2: + resolution: {integrity: sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.19.3 - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 + '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.9.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 - jest-haste-map: 27.5.1 - jest-regex-util: 27.5.1 - jest-util: 27.5.1 + jest-haste-map: 29.2.1 + jest-regex-util: 29.2.0 + jest-util: 29.2.1 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 + write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color dev: true @@ -5922,14 +5956,15 @@ packages: chalk: 4.1.2 dev: true - /@jest/types/27.5.1: - resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /@jest/types/29.2.1: + resolution: {integrity: sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: + '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 '@types/node': 18.11.7 - '@types/yargs': 16.0.4 + '@types/yargs': 17.0.13 chalk: 4.1.2 dev: true @@ -6507,6 +6542,10 @@ packages: picomatch: 2.3.1 dev: true + /@sinclair/typebox/0.24.51: + resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} + dev: true + /@sindresorhus/is/0.14.0: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} engines: {node: '>=6'} @@ -6517,8 +6556,8 @@ packages: type-detect: 4.0.8 dev: true - /@sinonjs/fake-timers/8.1.0: - resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} + /@sinonjs/fake-timers/9.1.2: + resolution: {integrity: sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==} dependencies: '@sinonjs/commons': 1.8.3 dev: true @@ -8303,6 +8342,13 @@ packages: /@tootallnate/once/1.1.2: resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} engines: {node: '>= 6'} + dev: false + optional: true + + /@tootallnate/once/2.0.0: + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} + dev: true /@tsconfig/node10/1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} @@ -8660,11 +8706,11 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/27.5.2: - resolution: {integrity: sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==} + /@types/jest/29.2.0: + resolution: {integrity: sha512-KO7bPV21d65PKwv3LLsD8Jn3E05pjNjRZvkm+YTacWhVmykAb07wW6IkZUmQAltwQafNcDUEUrMO2h3jeBSisg==} dependencies: - jest-matcher-utils: 27.5.1 - pretty-format: 27.5.1 + expect: 29.2.2 + pretty-format: 29.2.1 dev: true /@types/js-levenshtein/1.1.1: @@ -8674,6 +8720,14 @@ packages: /@types/jsan/3.1.2: resolution: {integrity: sha512-+HCe1/X0w90LijHWI/lkcjIohu1AK6QwjUWuXs0hNWDCFAjgpWw2CnSUiZwOOtix1nYqio7TuajTcK5mSH/WZw==} + /@types/jsdom/20.0.0: + resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==} + dependencies: + '@types/node': 18.11.7 + '@types/tough-cookie': 4.0.2 + parse5: 7.1.1 + dev: true + /@types/json-schema/7.0.11: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} @@ -9013,7 +9067,11 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 27.5.2 + '@types/jest': 29.2.0 + dev: true + + /@types/tough-cookie/4.0.2: + resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} dev: true /@types/uglify-js/3.17.0: @@ -9081,8 +9139,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@types/yargs/16.0.4: - resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} + /@types/yargs/17.0.13: + resolution: {integrity: sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==} dependencies: '@types/yargs-parser': 21.0.0 dev: true @@ -9566,11 +9624,11 @@ packages: acorn: 4.0.13 dev: true - /acorn-globals/6.0.0: - resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} + /acorn-globals/7.0.1: + resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 + acorn: 8.8.0 + acorn-walk: 8.2.0 dev: true /acorn-import-assertions/1.8.0_acorn@8.8.0: @@ -10326,18 +10384,17 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/27.5.1_@babel+core@7.19.3: - resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /babel-jest/29.2.2_@babel+core@7.19.3: + resolution: {integrity: sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.19.3 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/transform': 29.2.2 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.19.3 + babel-preset-jest: 29.2.0_@babel+core@7.19.3 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -10427,9 +10484,9 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/27.5.1: - resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /babel-plugin-jest-hoist/29.2.0: + resolution: {integrity: sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 '@babel/types': 7.19.4 @@ -10542,14 +10599,14 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.3 dev: true - /babel-preset-jest/27.5.1_@babel+core@7.19.3: - resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /babel-preset-jest/29.2.0_@babel+core@7.19.3: + resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.19.3 - babel-plugin-jest-hoist: 27.5.1 + babel-plugin-jest-hoist: 29.2.0 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 dev: true @@ -10811,10 +10868,6 @@ packages: resolution: {integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==} dev: true - /browser-process-hrtime/1.0.0: - resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} - dev: true - /browserify-aes/1.2.0: resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} dependencies: @@ -12012,8 +12065,8 @@ packages: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} dev: true - /cssom/0.4.4: - resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} + /cssom/0.5.0: + resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} dev: true /cssstyle/2.3.0: @@ -12071,13 +12124,13 @@ packages: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: true - /data-urls/2.0.0: - resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} - engines: {node: '>=10'} + /data-urls/3.0.2: + resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} + engines: {node: '>=12'} dependencies: abab: 2.0.6 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.7.0 + whatwg-mimetype: 3.0.0 + whatwg-url: 11.0.0 dev: true /date-fns/2.29.3: @@ -12351,9 +12404,9 @@ packages: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} dev: false - /diff-sequences/27.5.1: - resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /diff-sequences/29.2.0: + resolution: {integrity: sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true /diff/3.5.0: @@ -12455,11 +12508,11 @@ packages: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} dev: true - /domexception/2.0.1: - resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} - engines: {node: '>=8'} + /domexception/4.0.0: + resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} + engines: {node: '>=12'} dependencies: - webidl-conversions: 5.0.0 + webidl-conversions: 7.0.0 dev: true /domhandler/4.3.1: @@ -12557,9 +12610,9 @@ packages: minimalistic-crypto-utils: 1.0.1 dev: true - /emittery/0.8.1: - resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} - engines: {node: '>=10'} + /emittery/0.13.1: + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} + engines: {node: '>=12'} dev: true /emoji-regex/8.0.0: @@ -12905,7 +12958,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.2_l7t3ncpjeez3dv3s6t6reddkke: + /eslint-plugin-jest/27.1.2_6co43ebcjfbpobjajqgjcmpkdi: resolution: {integrity: sha512-+nLOn5jvQKLUywXxXKsLuuENsB/FhygXOLI+l5QlF+ACGe0DM14FlpYrGZ4nEiTo0BGlL5MymG73XA/tC3v3fA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12921,7 +12974,7 @@ packages: '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 - jest: 27.5.1 + jest: 29.2.2 transitivePeerDependencies: - supports-color - typescript @@ -13207,14 +13260,15 @@ packages: - supports-color dev: true - /expect/27.5.1: - resolution: {integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /expect/29.2.2: + resolution: {integrity: sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 - jest-get-type: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 + '@jest/expect-utils': 29.2.2 + jest-get-type: 29.2.0 + jest-matcher-utils: 29.2.2 + jest-message-util: 29.2.1 + jest-util: 29.2.1 dev: true /express/4.18.2: @@ -14049,7 +14103,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -14455,11 +14509,11 @@ packages: wbuf: 1.7.3 dev: true - /html-encoding-sniffer/2.0.1: - resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} - engines: {node: '>=10'} + /html-encoding-sniffer/3.0.0: + resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} + engines: {node: '>=12'} dependencies: - whatwg-encoding: 1.0.5 + whatwg-encoding: 2.0.0 dev: true /html-entities/2.3.3: @@ -14612,6 +14666,19 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: false + optional: true + + /http-proxy-agent/5.0.0: + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} + dependencies: + '@tootallnate/once': 2.0.0 + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: true /http-proxy-middleware/2.0.6_@types+express@4.17.14: resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} @@ -14687,8 +14754,6 @@ packages: engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 - dev: false - optional: true /icss-utils/4.1.1: resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} @@ -15396,45 +15461,44 @@ packages: resolution: {integrity: sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==} dev: false - /jest-changed-files/27.5.1: - resolution: {integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-changed-files/29.2.0: + resolution: {integrity: sha512-qPVmLLyBmvF5HJrY7krDisx6Voi8DmlV3GZYX0aFNbaQsZeoz1hfxcCMbqDGuQCxU1dJy9eYc2xscE8QrCCYaA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 execa: 5.1.1 - throat: 6.0.1 + p-limit: 3.1.0 dev: true - /jest-circus/27.5.1: - resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-circus/29.2.2: + resolution: {integrity: sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 + '@jest/environment': 29.2.2 + '@jest/expect': 29.2.2 + '@jest/test-result': 29.2.1 + '@jest/types': 29.2.1 '@types/node': 18.11.7 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.5.1 is-generator-fn: 2.1.0 - jest-each: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - pretty-format: 27.5.1 + jest-each: 29.2.1 + jest-matcher-utils: 29.2.2 + jest-message-util: 29.2.1 + jest-runtime: 29.2.2 + jest-snapshot: 29.2.2 + jest-util: 29.2.1 + p-limit: 3.1.0 + pretty-format: 29.2.1 slash: 3.0.0 stack-utils: 2.0.5 - throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-cli/27.5.1: - resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-cli/29.2.2: + resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -15442,29 +15506,27 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 + '@jest/core': 29.2.2 + '@jest/test-result': 29.2.1 + '@jest/types': 29.2.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 + jest-config: 29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 prompts: 2.4.2 - yargs: 16.2.0 + yargs: 17.6.0 transitivePeerDependencies: - - bufferutil - - canvas + - '@types/node' - supports-color - ts-node - - utf-8-validate dev: true - /jest-cli/27.5.1_ts-node@10.9.1: - resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-cli/29.2.2_4pb6an67rakrle6rtido6z2a34: + resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -15472,168 +15534,235 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1_ts-node@10.9.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 + '@jest/core': 29.2.2_ts-node@10.9.1 + '@jest/test-result': 29.2.1 + '@jest/types': 29.2.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 27.5.1_ts-node@10.9.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 + jest-config: 29.2.2_4pb6an67rakrle6rtido6z2a34 + jest-util: 29.2.1 + jest-validate: 29.2.2 prompts: 2.4.2 - yargs: 16.2.0 + yargs: 17.6.0 transitivePeerDependencies: - - bufferutil - - canvas + - '@types/node' - supports-color - ts-node - - utf-8-validate dev: true - /jest-config/27.5.1: - resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-cli/29.2.2_@types+node@18.11.7: + resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 29.2.2 + '@jest/test-result': 29.2.1 + '@jest/types': 29.2.1 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.10 + import-local: 3.1.0 + jest-config: 29.2.2_@types+node@18.11.7 + jest-util: 29.2.1 + jest-validate: 29.2.2 + prompts: 2.4.2 + yargs: 17.6.0 + transitivePeerDependencies: + - '@types/node' + - supports-color + - ts-node + dev: true + + /jest-config/29.2.2: + resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': '*' ts-node: '>=9.0.0' peerDependenciesMeta: + '@types/node': + optional: true ts-node: optional: true dependencies: '@babel/core': 7.19.3 - '@jest/test-sequencer': 27.5.1 - '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.19.3 + '@jest/test-sequencer': 29.2.2 + '@jest/types': 29.2.1 + babel-jest: 29.2.2_@babel+core@7.19.3 chalk: 4.1.2 ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 27.5.1 - jest-environment-jsdom: 27.5.1 - jest-environment-node: 27.5.1 - jest-get-type: 27.5.1 - jest-jasmine2: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-runner: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 + jest-circus: 29.2.2 + jest-environment-node: 29.2.2 + jest-get-type: 29.2.0 + jest-regex-util: 29.2.0 + jest-resolve: 29.2.2 + jest-runner: 29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 27.5.1 + pretty-format: 29.2.1 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - - bufferutil - - canvas - supports-color - - utf-8-validate dev: true - /jest-config/27.5.1_ts-node@10.9.1: - resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-config/29.2.2_4pb6an67rakrle6rtido6z2a34: + resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: + '@types/node': '*' ts-node: '>=9.0.0' peerDependenciesMeta: + '@types/node': + optional: true ts-node: optional: true dependencies: '@babel/core': 7.19.3 - '@jest/test-sequencer': 27.5.1 - '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.19.3 + '@jest/test-sequencer': 29.2.2 + '@jest/types': 29.2.1 + '@types/node': 18.11.7 + babel-jest: 29.2.2_@babel+core@7.19.3 chalk: 4.1.2 ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 27.5.1 - jest-environment-jsdom: 27.5.1 - jest-environment-node: 27.5.1 - jest-get-type: 27.5.1 - jest-jasmine2: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-runner: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 + jest-circus: 29.2.2 + jest-environment-node: 29.2.2 + jest-get-type: 29.2.0 + jest-regex-util: 29.2.0 + jest-resolve: 29.2.2 + jest-runner: 29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 27.5.1 + pretty-format: 29.2.1 slash: 3.0.0 strip-json-comments: 3.1.1 ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu transitivePeerDependencies: - - bufferutil - - canvas - supports-color - - utf-8-validate dev: true - /jest-diff/27.5.1: - resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-config/29.2.2_@types+node@18.11.7: + resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + dependencies: + '@babel/core': 7.19.3 + '@jest/test-sequencer': 29.2.2 + '@jest/types': 29.2.1 + '@types/node': 18.11.7 + babel-jest: 29.2.2_@babel+core@7.19.3 + chalk: 4.1.2 + ci-info: 3.5.0 + deepmerge: 4.2.2 + glob: 7.2.3 + graceful-fs: 4.2.10 + jest-circus: 29.2.2 + jest-environment-node: 29.2.2 + jest-get-type: 29.2.0 + jest-regex-util: 29.2.0 + jest-resolve: 29.2.2 + jest-runner: 29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 29.2.1 + slash: 3.0.0 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-diff/29.2.1: + resolution: {integrity: sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 27.5.1 - jest-get-type: 27.5.1 - pretty-format: 27.5.1 + diff-sequences: 29.2.0 + jest-get-type: 29.2.0 + pretty-format: 29.2.1 dev: true - /jest-docblock/27.5.1: - resolution: {integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-docblock/29.2.0: + resolution: {integrity: sha512-bkxUsxTgWQGbXV5IENmfiIuqZhJcyvF7tU4zJ/7ioTutdz4ToB5Yx6JOFBpgI+TphRY4lhOyCWGNH/QFQh5T6A==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/27.5.1: - resolution: {integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-each/29.2.1: + resolution: {integrity: sha512-sGP86H/CpWHMyK3qGIGFCgP6mt+o5tu9qG4+tobl0LNdgny0aitLXs9/EBacLy3Bwqy+v4uXClqJgASJWcruYw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 chalk: 4.1.2 - jest-get-type: 27.5.1 - jest-util: 27.5.1 - pretty-format: 27.5.1 + jest-get-type: 29.2.0 + jest-util: 29.2.1 + pretty-format: 29.2.1 dev: true - /jest-environment-jsdom/27.5.1: - resolution: {integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-environment-jsdom/29.2.2: + resolution: {integrity: sha512-5mNtTcky1+RYv9kxkwMwt7fkzyX4EJUarV7iI+NQLigpV4Hz4sgfOdP4kOpCHXbkRWErV7tgXoXLm2CKtucr+A==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true dependencies: - '@jest/environment': 27.5.1 - '@jest/fake-timers': 27.5.1 - '@jest/types': 27.5.1 + '@jest/environment': 29.2.2 + '@jest/fake-timers': 29.2.2 + '@jest/types': 29.2.1 + '@types/jsdom': 20.0.0 '@types/node': 18.11.7 - jest-mock: 27.5.1 - jest-util: 27.5.1 - jsdom: 16.7.0 + jest-mock: 29.2.2 + jest-util: 29.2.1 + jsdom: 20.0.1 transitivePeerDependencies: - bufferutil - - canvas - supports-color - utf-8-validate dev: true - /jest-environment-node/27.5.1: - resolution: {integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-environment-node/29.2.2: + resolution: {integrity: sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 27.5.1 - '@jest/fake-timers': 27.5.1 - '@jest/types': 27.5.1 + '@jest/environment': 29.2.2 + '@jest/fake-timers': 29.2.2 + '@jest/types': 29.2.1 '@types/node': 18.11.7 - jest-mock: 27.5.1 - jest-util: 27.5.1 + jest-mock: 29.2.2 + jest-util: 29.2.1 dev: true - /jest-get-type/27.5.1: - resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-get-type/29.2.0: + resolution: {integrity: sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true /jest-haste-map/26.6.2: @@ -15659,93 +15788,68 @@ packages: - supports-color dev: true - /jest-haste-map/27.5.1: - resolution: {integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-haste-map/29.2.1: + resolution: {integrity: sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 '@types/graceful-fs': 4.1.5 '@types/node': 18.11.7 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 - jest-regex-util: 27.5.1 - jest-serializer: 27.5.1 - jest-util: 27.5.1 - jest-worker: 27.5.1 + jest-regex-util: 29.2.0 + jest-util: 29.2.1 + jest-worker: 29.2.1 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.5.1: - resolution: {integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-leak-detector/29.2.1: + resolution: {integrity: sha512-1YvSqYoiurxKOJtySc+CGVmw/e1v4yNY27BjWTVzp0aTduQeA7pdieLiW05wTYG/twlKOp2xS/pWuikQEmklug==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 27.5.1 - '@jest/source-map': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.7 - chalk: 4.1.2 - co: 4.6.0 - expect: 27.5.1 - is-generator-fn: 2.1.0 - jest-each: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - pretty-format: 27.5.1 - throat: 6.0.1 - transitivePeerDependencies: - - supports-color + jest-get-type: 29.2.0 + pretty-format: 29.2.1 dev: true - /jest-leak-detector/27.5.1: - resolution: {integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - jest-get-type: 27.5.1 - pretty-format: 27.5.1 - dev: true - - /jest-matcher-utils/27.5.1: - resolution: {integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-matcher-utils/29.2.2: + resolution: {integrity: sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.5.1 - jest-get-type: 27.5.1 - pretty-format: 27.5.1 + jest-diff: 29.2.1 + jest-get-type: 29.2.0 + pretty-format: 29.2.1 dev: true - /jest-message-util/27.5.1: - resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-message-util/29.2.1: + resolution: {integrity: sha512-Dx5nEjw9V8C1/Yj10S/8ivA8F439VS8vTq1L7hEgwHFn9ovSKNpYW/kwNh7UglaEgXO42XxzKJB+2x0nSglFVw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.18.6 - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.10 micromatch: 4.0.5 - pretty-format: 27.5.1 + pretty-format: 29.2.1 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/27.5.1: - resolution: {integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-mock/29.2.2: + resolution: {integrity: sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 '@types/node': 18.11.7 + jest-util: 29.2.1 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: + /jest-pnp-resolver/1.2.2_jest-resolve@29.2.2: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -15754,7 +15858,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.5.1 + jest-resolve: 29.2.2 dev: true /jest-regex-util/26.0.0: @@ -15762,94 +15866,89 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-regex-util/27.5.1: - resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-regex-util/29.2.0: + resolution: {integrity: sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/27.5.1: - resolution: {integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-resolve-dependencies/29.2.2: + resolution: {integrity: sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 - jest-regex-util: 27.5.1 - jest-snapshot: 27.5.1 + jest-regex-util: 29.2.0 + jest-snapshot: 29.2.2 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.5.1: - resolution: {integrity: sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-resolve/29.2.2: + resolution: {integrity: sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 chalk: 4.1.2 graceful-fs: 4.2.10 - jest-haste-map: 27.5.1 - jest-pnp-resolver: 1.2.2_jest-resolve@27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 + jest-haste-map: 29.2.1 + jest-pnp-resolver: 1.2.2_jest-resolve@29.2.2 + jest-util: 29.2.1 + jest-validate: 29.2.2 resolve: 1.22.1 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/27.5.1: - resolution: {integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-runner/29.2.2: + resolution: {integrity: sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 27.5.1 - '@jest/environment': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/console': 29.2.1 + '@jest/environment': 29.2.2 + '@jest/test-result': 29.2.1 + '@jest/transform': 29.2.2 + '@jest/types': 29.2.1 '@types/node': 18.11.7 chalk: 4.1.2 - emittery: 0.8.1 + emittery: 0.13.1 graceful-fs: 4.2.10 - jest-docblock: 27.5.1 - jest-environment-jsdom: 27.5.1 - jest-environment-node: 27.5.1 - jest-haste-map: 27.5.1 - jest-leak-detector: 27.5.1 - jest-message-util: 27.5.1 - jest-resolve: 27.5.1 - jest-runtime: 27.5.1 - jest-util: 27.5.1 - jest-worker: 27.5.1 - source-map-support: 0.5.21 - throat: 6.0.1 + jest-docblock: 29.2.0 + jest-environment-node: 29.2.2 + jest-haste-map: 29.2.1 + jest-leak-detector: 29.2.1 + jest-message-util: 29.2.1 + jest-resolve: 29.2.2 + jest-runtime: 29.2.2 + jest-util: 29.2.1 + jest-watcher: 29.2.2 + jest-worker: 29.2.1 + p-limit: 3.1.0 + source-map-support: 0.5.13 transitivePeerDependencies: - - bufferutil - - canvas - supports-color - - utf-8-validate dev: true - /jest-runtime/27.5.1: - resolution: {integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-runtime/29.2.2: + resolution: {integrity: sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 27.5.1 - '@jest/fake-timers': 27.5.1 - '@jest/globals': 27.5.1 - '@jest/source-map': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/environment': 29.2.2 + '@jest/fake-timers': 29.2.2 + '@jest/globals': 29.2.2 + '@jest/source-map': 29.2.0 + '@jest/test-result': 29.2.1 + '@jest/transform': 29.2.2 + '@jest/types': 29.2.1 + '@types/node': 18.11.7 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 - execa: 5.1.1 glob: 7.2.3 graceful-fs: 4.2.10 - jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-mock: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 + jest-haste-map: 29.2.1 + jest-message-util: 29.2.1 + jest-mock: 29.2.2 + jest-regex-util: 29.2.0 + jest-resolve: 29.2.2 + jest-snapshot: 29.2.2 + jest-util: 29.2.1 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -15864,39 +15963,33 @@ packages: graceful-fs: 4.2.10 dev: true - /jest-serializer/27.5.1: - resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@types/node': 18.11.7 - graceful-fs: 4.2.10 - dev: true - - /jest-snapshot/27.5.1: - resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-snapshot/29.2.2: + resolution: {integrity: sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.19.3 '@babel/generator': 7.19.5 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 '@babel/traverse': 7.19.4 '@babel/types': 7.19.4 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 + '@jest/expect-utils': 29.2.2 + '@jest/transform': 29.2.2 + '@jest/types': 29.2.1 '@types/babel__traverse': 7.18.2 '@types/prettier': 2.7.1 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 chalk: 4.1.2 - expect: 27.5.1 + expect: 29.2.2 graceful-fs: 4.2.10 - jest-diff: 27.5.1 - jest-get-type: 27.5.1 - jest-haste-map: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - jest-util: 27.5.1 + jest-diff: 29.2.1 + jest-get-type: 29.2.0 + jest-haste-map: 29.2.1 + jest-matcher-utils: 29.2.2 + jest-message-util: 29.2.1 + jest-util: 29.2.1 natural-compare: 1.4.0 - pretty-format: 27.5.1 + pretty-format: 29.2.1 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -15914,11 +16007,11 @@ packages: micromatch: 4.0.5 dev: true - /jest-util/27.5.1: - resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-util/29.2.1: + resolution: {integrity: sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 '@types/node': 18.11.7 chalk: 4.1.2 ci-info: 3.5.0 @@ -15926,28 +16019,29 @@ packages: picomatch: 2.3.1 dev: true - /jest-validate/27.5.1: - resolution: {integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-validate/29.2.2: + resolution: {integrity: sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 27.5.1 + '@jest/types': 29.2.1 camelcase: 6.3.0 chalk: 4.1.2 - jest-get-type: 27.5.1 + jest-get-type: 29.2.0 leven: 3.1.0 - pretty-format: 27.5.1 + pretty-format: 29.2.1 dev: true - /jest-watcher/27.5.1: - resolution: {integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest-watcher/29.2.2: + resolution: {integrity: sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 + '@jest/test-result': 29.2.1 + '@jest/types': 29.2.1 '@types/node': 18.11.7 ansi-escapes: 4.3.2 chalk: 4.1.2 - jest-util: 27.5.1 + emittery: 0.13.1 + jest-util: 29.2.1 string-length: 4.0.2 dev: true @@ -15969,30 +16063,19 @@ packages: supports-color: 8.1.1 dev: true - /jest/27.5.1: - resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true + /jest-worker/29.2.1: + resolution: {integrity: sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/core': 27.5.1 - import-local: 3.1.0 - jest-cli: 27.5.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate + '@types/node': 18.11.7 + jest-util: 29.2.1 + merge-stream: 2.0.0 + supports-color: 8.1.1 dev: true - /jest/27.5.1_ts-node@10.9.1: - resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /jest/29.2.2: + resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -16000,15 +16083,54 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1_ts-node@10.9.1 + '@jest/core': 29.2.2 + '@jest/types': 29.2.1 import-local: 3.1.0 - jest-cli: 27.5.1_ts-node@10.9.1 + jest-cli: 29.2.2 transitivePeerDependencies: - - bufferutil - - canvas + - '@types/node' + - supports-color + - ts-node + dev: true + + /jest/29.2.2_4pb6an67rakrle6rtido6z2a34: + resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 29.2.2_ts-node@10.9.1 + '@jest/types': 29.2.1 + import-local: 3.1.0 + jest-cli: 29.2.2_4pb6an67rakrle6rtido6z2a34 + transitivePeerDependencies: + - '@types/node' + - supports-color + - ts-node + dev: true + + /jest/29.2.2_@types+node@18.11.7: + resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 29.2.2 + '@jest/types': 29.2.1 + import-local: 3.1.0 + jest-cli: 29.2.2_@types+node@18.11.7 + transitivePeerDependencies: + - '@types/node' - supports-color - ts-node - - utf-8-validate dev: true /js-levenshtein/1.1.6: @@ -16051,9 +16173,9 @@ packages: resolution: {integrity: sha512-wStfgOJqMv4QKktuH273f5fyi3D3vy2pHOiSDGPvpcS/q+wb/M7AK3vkCcaHbkZxDOlDU/lDJgccygKSG2OhtA==} dev: false - /jsdom/16.7.0: - resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} - engines: {node: '>=10'} + /jsdom/20.0.1: + resolution: {integrity: sha512-pksjj7Rqoa+wdpkKcLzQRHhJCEE42qQhl/xLMUKHgoSejaKOdaXEAnqs6uDNwMl/fciHTzKeR8Wm8cw7N+g98A==} + engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: @@ -16062,31 +16184,30 @@ packages: dependencies: abab: 2.0.6 acorn: 8.8.0 - acorn-globals: 6.0.0 - cssom: 0.4.4 + acorn-globals: 7.0.1 + cssom: 0.5.0 cssstyle: 2.3.0 - data-urls: 2.0.0 + data-urls: 3.0.2 decimal.js: 10.4.2 - domexception: 2.0.1 + domexception: 4.0.0 escodegen: 2.0.0 - form-data: 3.0.1 - html-encoding-sniffer: 2.0.1 - http-proxy-agent: 4.0.1 + form-data: 4.0.0 + html-encoding-sniffer: 3.0.0 + http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 nwsapi: 2.2.2 - parse5: 6.0.1 - saxes: 5.0.1 + parse5: 7.1.1 + saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.2 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 2.0.0 - webidl-conversions: 6.1.0 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.7.0 - ws: 7.5.9 - xml-name-validator: 3.0.0 + w3c-xmlserializer: 3.0.0 + webidl-conversions: 7.0.0 + whatwg-encoding: 2.0.0 + whatwg-mimetype: 3.0.0 + whatwg-url: 11.0.0 + ws: 8.9.0 + xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil - supports-color @@ -18501,6 +18622,15 @@ packages: react-is: 17.0.2 dev: true + /pretty-format/29.2.1: + resolution: {integrity: sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.0.0 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + /pretty-hrtime/1.0.3: resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} engines: {node: '>= 0.8'} @@ -19852,9 +19982,9 @@ packages: - supports-color dev: true - /saxes/5.0.1: - resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} - engines: {node: '>=10'} + /saxes/6.0.0: + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} dependencies: xmlchars: 2.2.0 dev: true @@ -20328,6 +20458,13 @@ packages: urix: 0.1.0 dev: true + /source-map-support/0.5.13: + resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + dev: true + /source-map-support/0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: @@ -21026,14 +21163,6 @@ packages: engines: {node: '>=8'} dev: true - /terminal-link/2.1.1: - resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} - engines: {node: '>=8'} - dependencies: - ansi-escapes: 4.3.2 - supports-hyperlinks: 2.3.0 - dev: true - /terser-webpack-plugin/1.4.5_webpack@4.46.0: resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} engines: {node: '>= 6.9.0'} @@ -21131,10 +21260,6 @@ packages: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true - /throat/6.0.1: - resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} - dev: true - /through/2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} @@ -21266,9 +21391,9 @@ packages: /tr46/0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - /tr46/2.1.0: - resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} - engines: {node: '>=8'} + /tr46/3.0.0: + resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} + engines: {node: '>=12'} dependencies: punycode: 2.1.1 dev: true @@ -21301,55 +21426,21 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.5_h2mjkler2cwtrz56xjx3qgassu: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /ts-jest/29.0.3_qutljtsb73gn6tigyw4fnh25am: + resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' + jest: ^29.0.0 + typescript: '>=4.3' peerDependenciesMeta: '@babel/core': optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.5.2 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.8.4 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.5_s3hctw44eio5yfpbfoxpvrxkse: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': + '@jest/types': optional: true babel-jest: optional: true @@ -21359,49 +21450,47 @@ packages: '@babel/core': 7.19.3 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 + jest: 29.2.2 + jest-util: 29.2.1 json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 typescript: 4.8.4 - yargs-parser: 20.2.9 + yargs-parser: 21.1.1 dev: true - /ts-jest/27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /ts-jest/29.0.3_r7gdwuj75x2gz25bauak3xcnbm: + resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' + jest: ^29.0.0 + typescript: '>=4.3' peerDependenciesMeta: '@babel/core': optional: true - '@types/jest': + '@jest/types': optional: true babel-jest: optional: true esbuild: optional: true dependencies: - '@babel/core': 7.19.3 - '@types/jest': 27.5.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 + jest: 29.2.2_@types+node@18.11.7 + jest-util: 29.2.1 json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 typescript: 4.8.4 - yargs-parser: 20.2.9 + yargs-parser: 21.1.1 dev: true /ts-node/10.9.1_evej5wzm4hojmu6uzxwpspdmsu: @@ -21958,15 +22047,6 @@ packages: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: true - /v8-to-istanbul/8.1.1: - resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} - engines: {node: '>=10.12.0'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - convert-source-map: 1.9.0 - source-map: 0.7.4 - dev: true - /v8-to-istanbul/9.0.1: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} @@ -22047,18 +22127,11 @@ packages: engines: {node: '>=0.10.0'} dev: true - /w3c-hr-time/1.0.2: - resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} - deprecated: Use your platform's native performance.now() and performance.timeOrigin. + /w3c-xmlserializer/3.0.0: + resolution: {integrity: sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==} + engines: {node: '>=12'} dependencies: - browser-process-hrtime: 1.0.0 - dev: true - - /w3c-xmlserializer/2.0.0: - resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} - engines: {node: '>=10'} - dependencies: - xml-name-validator: 3.0.0 + xml-name-validator: 4.0.0 dev: true /walker/1.0.8: @@ -22129,14 +22202,9 @@ packages: /webidl-conversions/3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - /webidl-conversions/5.0.0: - resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} - engines: {node: '>=8'} - dev: true - - /webidl-conversions/6.1.0: - resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} - engines: {node: '>=10.4'} + /webidl-conversions/7.0.0: + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} dev: true /webpack-cli/4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri: @@ -22494,20 +22562,24 @@ packages: engines: {node: '>=0.8.0'} dev: true - /whatwg-encoding/1.0.5: - resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} + /whatwg-encoding/2.0.0: + resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} + engines: {node: '>=12'} dependencies: - iconv-lite: 0.4.24 - dev: true - - /whatwg-mimetype/2.3.0: - resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} + iconv-lite: 0.6.3 dev: true /whatwg-mimetype/3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} engines: {node: '>=12'} - dev: false + + /whatwg-url/11.0.0: + resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==} + engines: {node: '>=12'} + dependencies: + tr46: 3.0.0 + webidl-conversions: 7.0.0 + dev: true /whatwg-url/5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} @@ -22515,15 +22587,6 @@ packages: tr46: 0.0.3 webidl-conversions: 3.0.1 - /whatwg-url/8.7.0: - resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} - engines: {node: '>=10'} - dependencies: - lodash: 4.17.21 - tr46: 2.1.0 - webidl-conversions: 6.1.0 - dev: true - /which-boxed-primitive/1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: @@ -22705,8 +22768,9 @@ packages: default-browser-id: 1.0.4 dev: true - /xml-name-validator/3.0.0: - resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} + /xml-name-validator/4.0.0: + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} dev: true /xmlchars/2.2.0: From 2de22c980733dbce20de710c832a25911b8192bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 13:58:02 +0000 Subject: [PATCH 30/45] fix(deps): update dependency socketcluster-client to v17 (#1219) * fix(deps): update dependency socketcluster-client to v17 * fix(deps): update dependency socketcluster-server to v17 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- packages/redux-devtools-app/package.json | 2 +- packages/redux-devtools-cli/package.json | 4 +-- packages/redux-devtools-remote/package.json | 2 +- pnpm-lock.yaml | 29 ++++++++++----------- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index d88eebbe..145f722f 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -64,7 +64,7 @@ "react-redux": "^8.0.4", "redux": "^4.2.0", "redux-persist": "^6.0.0", - "socketcluster-client": "^16.1.1" + "socketcluster-client": "^17.1.0" }, "devDependencies": { "@babel/cli": "^7.19.3", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index a08f0c21..a592b855 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -60,7 +60,7 @@ "react-dom": "^18.2.0", "react-is": "^18.2.0", "semver": "^7.3.8", - "socketcluster-server": "^16.2.1", + "socketcluster-server": "^17.2.0", "sqlite3": "^5.1.2", "styled-components": "^5.3.6", "uuid": "^9.0.0" @@ -89,7 +89,7 @@ "jest": "^29.2.2", "ncp": "^2.0.0", "rimraf": "^3.0.2", - "socketcluster-client": "^16.1.1", + "socketcluster-client": "^17.1.0", "supertest": "^6.3.0", "ts-jest": "^29.0.3", "typescript": "~4.8.4" diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 8c8faa71..66017c0b 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -47,7 +47,7 @@ "jsan": "^3.1.14", "querystring": "^0.2.1", "rn-host-detect": "^1.2.0", - "socketcluster-client": "^16.1.1" + "socketcluster-client": "^17.1.0" }, "devDependencies": { "@babel/cli": "^7.19.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 539f145e..26811798 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -848,7 +848,7 @@ importers: redux: ^4.2.0 redux-persist: ^6.0.0 rimraf: ^3.0.2 - socketcluster-client: ^16.1.1 + socketcluster-client: ^17.1.0 style-loader: ^3.3.1 styled-components: ^5.3.6 ts-jest: ^29.0.3 @@ -882,7 +882,7 @@ importers: react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu redux: 4.2.0 redux-persist: 6.0.0_react@18.2.0+redux@4.2.0 - socketcluster-client: 16.1.1 + socketcluster-client: 17.1.0 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 @@ -1035,8 +1035,8 @@ importers: react-is: ^18.2.0 rimraf: ^3.0.2 semver: ^7.3.8 - socketcluster-client: ^16.1.1 - socketcluster-server: ^16.2.1 + socketcluster-client: ^17.1.0 + socketcluster-server: ^17.2.0 sqlite3: ^5.1.2 styled-components: ^5.3.6 supertest: ^6.3.0 @@ -1064,7 +1064,7 @@ importers: react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 semver: 7.3.8 - socketcluster-server: 16.2.1 + socketcluster-server: 17.2.0 sqlite3: 5.1.2 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba uuid: 9.0.0 @@ -1092,7 +1092,7 @@ importers: jest: 29.2.2_@types+node@18.11.7 ncp: 2.0.0 rimraf: 3.0.2 - socketcluster-client: 16.1.1 + socketcluster-client: 17.1.0 supertest: 6.3.0 ts-jest: 29.0.3_r7gdwuj75x2gz25bauak3xcnbm typescript: 4.8.4 @@ -1758,7 +1758,7 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 rn-host-detect: ^1.2.0 - socketcluster-client: ^16.1.1 + socketcluster-client: ^17.1.0 typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.4 @@ -1767,7 +1767,7 @@ importers: jsan: 3.1.14 querystring: 0.2.1 rn-host-detect: 1.2.0 - socketcluster-client: 16.1.1 + socketcluster-client: 17.1.0 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.19.3 '@babel/core': 7.19.3 @@ -20371,8 +20371,8 @@ packages: - supports-color dev: true - /socketcluster-client/16.1.1: - resolution: {integrity: sha512-Fv/O8Dnb62fDLHRfh0Vr0FLrK/IzcFCukAqZlTE3L2LkI8ZY+24GzUNvYn3NnppSfqjEjEl1bLm26guqPAqlpQ==} + /socketcluster-client/17.1.0: + resolution: {integrity: sha512-jAmjBixLVPCN6NuDGufN+8Zycvz9wQ8QXQvdqBDqkVEDfZV3Mv2mR0FGYwX6KZa0kHr3VJ2EjvUj8ZYJ2ZfyzQ==} dependencies: ag-channel: 5.0.0 ag-request: 1.0.0 @@ -20385,13 +20385,13 @@ packages: stream-demux: 8.1.0 uuid: 8.3.2 vinyl-buffer: 1.0.1 - ws: 7.5.9 + ws: 8.9.0 transitivePeerDependencies: - bufferutil - utf-8-validate - /socketcluster-server/16.2.1: - resolution: {integrity: sha512-ARB3VmM5JIfehQR8Dk3he11v+DA7dEtSOX/97Dce7WTK4ELdbdyHpgPhOhFPhW6TWCd+43X6/LwMmcwJkx7vUQ==} + /socketcluster-server/17.2.0: + resolution: {integrity: sha512-gBbRn2lqymwb1HA7oRU4OnWuySMSyz1B3QhOxIFIqOQIBX8TdKgjihIxAHmRue0C6vqk3aU5QaMOXQGgHI3MfA==} dependencies: ag-auth: 1.0.1 ag-request: 1.0.0 @@ -20403,7 +20403,7 @@ packages: sc-formatter: 3.0.3 stream-demux: 8.1.0 writable-consumable-stream: 2.0.0 - ws: 7.5.9 + ws: 8.9.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -22759,7 +22759,6 @@ packages: optional: true utf-8-validate: optional: true - dev: true /x-default-browser/0.4.0: resolution: {integrity: sha512-7LKo7RtWfoFN/rHx1UELv/2zHGMx8MkZKDq1xENmOCTkfIqZJ0zZ26NEJX8czhnPXVcqS0ARjjfJB+eJ0/5Cvw==} From 48824ad20f493db49f143b11c9d6dda003e84146 Mon Sep 17 00:00:00 2001 From: Perttu Haliseva Date: Sat, 29 Oct 2022 22:33:48 +0300 Subject: [PATCH 31/45] Fix link to paragraph 1.3 (#1235) --- extension/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/README.md b/extension/README.md index 5c8dc144..2e3cd99c 100644 --- a/extension/README.md +++ b/extension/README.md @@ -57,7 +57,7 @@ const composeEnhancers = compose; ``` -> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtools-extension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](/docs/Recipes.md#using-in-a-typescript-project) for an example). +> For TypeScript use [`redux-devtools-extension` npm package](#13-use-redux-devtoolsextension-package-from-npm), which contains all the definitions, or just use `(window as any)` (see [Recipes](/docs/Recipes.md#using-in-a-typescript-project) for an example). ```js const composeEnhancers = (window as any).__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose; From 61d0aca1fc6cb726e82dfb3f072a0fab28ac5b14 Mon Sep 17 00:00:00 2001 From: Avinash Thakur <19588421+80avin@users.noreply.github.com> Date: Sun, 30 Oct 2022 01:22:40 +0530 Subject: [PATCH 32/45] Add "clean:all" script (#1200) Add "clean:all" script to root workspace Co-authored-by: Nathan Bierema --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3baf32d1..5c07afb0 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "build:all": "nx run-many --target=build --all", "lint:all": "nx run-many --target=lint --all", "test:all": "nx run-many --target=test --all", + "clean:all": "nx run-many --target=clean --all", "release": "pnpm build:all && changeset publish" }, "workspaces": [ From cc5d7b7ffd52eab461133cb7221cdf8789a825b3 Mon Sep 17 00:00:00 2001 From: eghernqvist Date: Sat, 29 Oct 2022 22:04:43 +0200 Subject: [PATCH 33/45] Update Troubleshooting.md (#1237) * Update Troubleshooting.md Added documentation for another possible cause of "### It shows only the `@@INIT` action or moving back and forth doesn't update the state". * Added missing link label Co-authored-by: Nathan Bierema --- extension/docs/Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/docs/Troubleshooting.md b/extension/docs/Troubleshooting.md index e3cf226f..d4b8591e 100644 --- a/extension/docs/Troubleshooting.md +++ b/extension/docs/Troubleshooting.md @@ -16,6 +16,8 @@ If you develop on your local filesystem, make sure to allow Redux DevTools acces Most likely you mutate the state. Check it by [adding `redux-immutable-state-invariant` middleware](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/examples/counter/store/configureStore.js#L3). +Another cause could be that you are creating multiple stores, which means that the devtools get attached to one but the application uses another. See [https://github.com/reduxjs/redux-toolkit/issues/2753](this issue). + ### @@INIT or REPLACE action resets the state of the app or last actions RE-APPLIED `@@redux/REPLACE` (or `@@INIT`) is used internally when the application is hot reloaded. When you use `store.replaceReducer` the effect will be the same as for hot-reloading, where the extension is recomputing all the history again. To avoid that set [`shouldHotReload`](/docs/API/Arguments.md#shouldhotreload) parameter to `false`. From 27f13c02e65ea0d6576dad8840118165e236f0e4 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 6 Nov 2022 15:43:55 -0500 Subject: [PATCH 34/45] Update permissions (#1266) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3a4ea15..21096e81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,8 @@ on: branches: - main +permissions: write-all + jobs: release: name: Release From adff9dd9f93f8682f4543056aabfce0f645ba9bb Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 6 Nov 2022 19:26:12 -0500 Subject: [PATCH 35/45] Refactor extension builds (#1265) * Update for Edge build * Refactor builds * Update permissions * Update tests --- .github/workflows/release.yml | 18 ++ extension/.eslintignore | 10 +- extension/.gitignore | 9 +- extension/chrome/manifest.json | 1 - extension/edge/manifest.json | 67 +++++++ extension/package.json | 18 +- extension/src/options/EditorGroup.tsx | 2 +- extension/src/options/MiscellaneousGroup.tsx | 6 +- extension/src/pageScriptWrap.ts | 2 +- extension/test/chrome/extension.spec.js | 2 +- extension/test/electron/fixture/main.js | 2 +- extension/webpack.config.js | 81 ++++++++ extension/webpack/base.config.js | 100 ---------- extension/webpack/dev.config.babel.js | 23 --- extension/webpack/prod.config.babel.js | 17 -- .../webpack/prod.firefox.config.babel.js | 14 -- extension/webpack/wrap.config.babel.js | 15 -- extension/wrap.webpack.config.js | 32 +++ packages/redux-devtools-app/package.json | 1 - packages/redux-devtools-app/webpack.config.ts | 3 - .../redux-devtools-app/webpack.config.umd.ts | 3 - pnpm-lock.yaml | 182 ++++++++++++++++-- 22 files changed, 381 insertions(+), 227 deletions(-) create mode 100644 extension/edge/manifest.json create mode 100644 extension/webpack.config.js delete mode 100644 extension/webpack/base.config.js delete mode 100644 extension/webpack/dev.config.babel.js delete mode 100644 extension/webpack/prod.config.babel.js delete mode 100644 extension/webpack/prod.firefox.config.babel.js delete mode 100644 extension/webpack/wrap.config.babel.js create mode 100644 extension/wrap.webpack.config.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21096e81..0a0fd950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,3 +38,21 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + + - name: Archive Chrome Extension + uses: actions/upload-artifact@v3 + with: + name: Chrome extension + path: extension/chrome/dist/chrome.zip + + - name: Archive Edge Extension + uses: actions/upload-artifact@v3 + with: + name: Edge extension + path: extension/edge/dist/edge.zip + + - name: Archive Firefox Extension + uses: actions/upload-artifact@v3 + with: + name: Edge extension + path: extension/firefox/dist/firefox.zip diff --git a/extension/.eslintignore b/extension/.eslintignore index 85ffff06..d8c3bcd8 100644 --- a/extension/.eslintignore +++ b/extension/.eslintignore @@ -1,7 +1,3 @@ -node_modules -build -dev -webpack/replace -examples -npm-package -_book +node_modules +dist +examples diff --git a/extension/.gitignore b/extension/.gitignore index bbe0a464..f06235c4 100644 --- a/extension/.gitignore +++ b/extension/.gitignore @@ -1,9 +1,2 @@ node_modules -npm-debug.log -.DS_Store -.idea/ -dist/ -build/ -dev/ -tmp/ -_book +dist diff --git a/extension/chrome/manifest.json b/extension/chrome/manifest.json index 449267a6..e37d37da 100644 --- a/extension/chrome/manifest.json +++ b/extension/chrome/manifest.json @@ -1,7 +1,6 @@ { "version": "3.0.11", "name": "Redux DevTools", - "short_name": "Redux DevTools", "description": "Redux DevTools for debugging application's state changes.", "homepage_url": "https://github.com/reduxjs/redux-devtools", "manifest_version": 2, diff --git a/extension/edge/manifest.json b/extension/edge/manifest.json new file mode 100644 index 00000000..4ef91ee1 --- /dev/null +++ b/extension/edge/manifest.json @@ -0,0 +1,67 @@ +{ + "version": "3.0.11", + "name": "Redux DevTools", + "description": "Redux DevTools for debugging application's state changes.", + "homepage_url": "https://github.com/reduxjs/redux-devtools", + "manifest_version": 2, + "page_action": { + "default_icon": "img/logo/gray.png", + "default_title": "Redux DevTools", + "default_popup": "window.html#popup" + }, + "commands": { + "devtools-left": { + "description": "DevTools window to left" + }, + "devtools-right": { + "description": "DevTools window to right" + }, + "devtools-bottom": { + "description": "DevTools window to bottom" + }, + "devtools-remote": { + "description": "Remote DevTools" + }, + "_execute_page_action": { + "suggested_key": { + "default": "Ctrl+Shift+E" + } + } + }, + "icons": { + "16": "img/logo/16x16.png", + "48": "img/logo/48x48.png", + "128": "img/logo/128x128.png" + }, + "options_ui": { + "page": "options.html", + "chrome_style": true + }, + "background": { + "scripts": ["background.bundle.js"], + "persistent": false + }, + "content_scripts": [ + { + "matches": [""], + "exclude_globs": ["https://www.google*"], + "js": ["content.bundle.js", "pagewrap.bundle.js"], + "run_at": "document_start", + "all_frames": true + } + ], + "devtools_page": "devtools.html", + "web_accessible_resources": ["page.bundle.js"], + "externally_connectable": { + "ids": ["*"] + }, + "permissions": [ + "notifications", + "contextMenus", + "storage", + "file:///*", + "http://*/*", + "https://*/*" + ], + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" +} diff --git a/extension/package.json b/extension/package.json index 3e45a475..6d9a6d2a 100644 --- a/extension/package.json +++ b/extension/package.json @@ -11,16 +11,14 @@ "url": "https://github.com/reduxjs/redux-devtools.git" }, "scripts": { - "start": "webpack --config webpack/dev.config.babel.js", - "build": "pnpm run build:extension && pnpm run build:firefox", - "build:extension": "rimraf build/extension && webpack --config webpack/wrap.config.babel.js && webpack --config webpack/prod.config.babel.js", - "build:firefox": "webpack --config webpack/prod.firefox.config.babel.js", + "start": "webpack --env development --watch", + "build": "pnpm run build:extension && pnpm run build:chrome && pnpm run build:edge && pnpm run build:firefox", + "build:extension": "webpack --env production && webpack --config wrap.webpack.config.js", + "build:chrome": "cpy dist/** chrome/dist/unpacked && cpy manifest.json dist/unpacked --cwd chrome && bestzip chrome/dist/chrome.zip chrome/dist/unpacked", + "build:edge": "cpy dist/** edge/dist/unpacked && cpy manifest.json dist/unpacked --cwd edge && bestzip edge/dist/edge.zip edge/dist/unpacked", + "build:firefox": "cpy dist/** firefox/dist/unpacked && cpy manifest.json dist/unpacked --cwd firefox && bestzip firefox/dist/firefox.zip firefox/dist/unpacked", "build:examples": "babel-node examples/buildAll.js", - "precompress:extension": "pnpm run lint && pnpm run test:app && pnpm run build:extension && pnpm run test:chrome && pnpm run test:electron", - "precompress:firefox": "pnpm run lint && pnpm run build:firefox && pnpm run test:app", - "compress:extension": "bestzip build/extension.zip build/extension", - "compress:firefox": "bestzip build/extension.zip build/extension", - "clean": "rimraf build && rimraf dev", + "clean": "rimraf dist && rimraf chrome/dist && rimraf edge/dist && rimraf firefox/dist", "test:app": "cross-env BABEL_ENV=test jest test/app", "test:chrome": "jest test/chrome", "test:electron": "pnpm run build:test:electron:fixture && jest test/electron", @@ -68,6 +66,7 @@ "bestzip": "^2.2.1", "chromedriver": "^106.0.1", "copy-webpack-plugin": "^11.0.0", + "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", "css-loader": "^6.7.1", "electron": "^21.1.1", @@ -82,7 +81,6 @@ "immutable": "^4.1.0", "jest": "^29.2.2", "jest-environment-jsdom": "^29.2.2", - "path-browserify": "^1.0.1", "pug-html-loader": "^1.1.5", "raw-loader": "^4.0.2", "react-transform-catch-errors": "^1.0.2", diff --git a/extension/src/options/EditorGroup.tsx b/extension/src/options/EditorGroup.tsx index 130ef824..9b21097e 100644 --- a/extension/src/options/EditorGroup.tsx +++ b/extension/src/options/EditorGroup.tsx @@ -23,7 +23,7 @@ export default ({ options, saveOption }: OptionsProps) => {
diff --git a/extension/src/options/MiscellaneousGroup.tsx b/extension/src/options/MiscellaneousGroup.tsx index 1c3c9a05..f1301d40 100644 --- a/extension/src/options/MiscellaneousGroup.tsx +++ b/extension/src/options/MiscellaneousGroup.tsx @@ -2,10 +2,6 @@ import React from 'react'; import { OptionsProps } from './Options'; export default ({ options, saveOption }: OptionsProps) => { - const browserName = navigator.userAgent.includes('Firefox') - ? 'Firefox' - : 'Chrome'; - return (
Miscellaneous @@ -46,7 +42,7 @@ export default ({ options, saveOption }: OptionsProps) => { Show errors
- Show the {browserName} notifications when errors occur in the app + Show the browser notifications when errors occur in the app
diff --git a/extension/src/pageScriptWrap.ts b/extension/src/pageScriptWrap.ts index 3c7f5147..ae1da249 100644 --- a/extension/src/pageScriptWrap.ts +++ b/extension/src/pageScriptWrap.ts @@ -2,7 +2,7 @@ let s = document.createElement('script'); s.type = 'text/javascript'; if (process.env.NODE_ENV === 'production') { - const { default: script } = require('raw-loader!tmp/page.bundle.js'); + const { default: script } = require('raw-loader!../dist/page.bundle.js'); s.appendChild(document.createTextNode(script)); (document.head || document.documentElement).appendChild(s); s.parentNode!.removeChild(s); diff --git a/extension/test/chrome/extension.spec.js b/extension/test/chrome/extension.spec.js index d3082167..94e2ac60 100644 --- a/extension/test/chrome/extension.spec.js +++ b/extension/test/chrome/extension.spec.js @@ -5,7 +5,7 @@ import chromedriver from 'chromedriver'; import { switchMonitorTests, delay } from '../utils/e2e'; const port = 9515; -const path = resolve(__dirname, '..', '..', 'build', 'extension'); +const path = resolve(__dirname, '..', '..', 'dist'); const extensionId = 'lmhkpmbekcpmknklioeibfkpmmfibljd'; const actionsPattern = /^@@INIT(.|\n)+@@reduxReactRouter\/routerDidChange(.|\n)+@@reduxReactRouter\/initRoutes(.|\n)+$/; diff --git a/extension/test/electron/fixture/main.js b/extension/test/electron/fixture/main.js index 9d56953c..6bf7c2ef 100644 --- a/extension/test/electron/fixture/main.js +++ b/extension/test/electron/fixture/main.js @@ -4,7 +4,7 @@ const { app, BrowserWindow, session } = require('electron'); app.on('window-all-closed', app.quit); app.whenReady().then(async () => { await session.defaultSession.loadExtension( - path.join(__dirname, '../../../build/extension'), + path.join(__dirname, '../../../dist'), { allowFileAccess: true } ); diff --git a/extension/webpack.config.js b/extension/webpack.config.js new file mode 100644 index 00000000..0b80ce9d --- /dev/null +++ b/extension/webpack.config.js @@ -0,0 +1,81 @@ +const path = require('path'); +const webpack = require('webpack'); +const CopyPlugin = require('copy-webpack-plugin'); +const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); + +module.exports = function (env) { + return { + mode: env.production ? 'production' : 'development', + devtool: env.production ? 'source-map' : 'eval-source-map', + entry: { + background: [ + path.resolve(__dirname, 'src/chromeApiMock'), + path.resolve(__dirname, 'src/background/index'), + ], + options: [ + path.resolve(__dirname, 'src/chromeApiMock'), + path.resolve(__dirname, 'src/options/index'), + ], + window: [path.resolve(__dirname, 'src/window/index')], + remote: [path.resolve(__dirname, 'src/remote/index')], + devpanel: [ + path.resolve(__dirname, 'src/chromeApiMock'), + path.resolve(__dirname, 'src/devpanel/index'), + ], + devtools: path.resolve(__dirname, 'src/devtools/index'), + content: [ + path.resolve(__dirname, 'src/chromeApiMock'), + path.resolve(__dirname, 'src/contentScript/index'), + ], + page: path.join(__dirname, 'src/pageScript'), + ...(env.production + ? {} + : { pagewrap: path.resolve(__dirname, 'src/pageScriptWrap') }), + }, + output: { + filename: '[name].bundle.js', + }, + plugins: [ + new webpack.DefinePlugin({ + 'process.env.BABEL_ENV': JSON.stringify(process.env.NODE_ENV), + }), + new ForkTsCheckerWebpackPlugin({ + typescript: { + configFile: 'tsconfig.json', + }, + }), + new CopyPlugin({ + patterns: [ + { + from: path.join(__dirname, 'chrome/manifest.json'), + to: path.join(__dirname, 'dist/manifest.json'), + }, + { + from: path.join(__dirname, 'src/assets'), + to: path.join(__dirname, 'dist'), + }, + ], + }), + ], + resolve: { + extensions: ['.js', '.jsx', '.ts', '.tsx'], + }, + module: { + rules: [ + { + test: /\.(js|ts)x?$/, + use: 'babel-loader', + exclude: /node_modules/, + }, + { + test: /\.css?$/, + use: ['style-loader', 'css-loader'], + }, + { + test: /\.pug$/, + use: ['file-loader?name=[name].html', 'pug-html-loader'], + }, + ], + }, + }; +}; diff --git a/extension/webpack/base.config.js b/extension/webpack/base.config.js deleted file mode 100644 index 1f3290ce..00000000 --- a/extension/webpack/base.config.js +++ /dev/null @@ -1,100 +0,0 @@ -import path from 'path'; -import webpack from 'webpack'; -import CopyPlugin from 'copy-webpack-plugin'; -import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin'; - -const baseConfig = (params) => ({ - // devtool: 'source-map', - mode: params.mode, - entry: params.input || { - background: [ - path.resolve(__dirname, '../src/chromeApiMock'), - path.resolve(__dirname, '../src/background/index'), - ], - options: [ - path.resolve(__dirname, '../src/chromeApiMock'), - path.resolve(__dirname, '../src/options/index'), - ], - window: [path.resolve(__dirname, '../src/window/index')], - remote: [path.resolve(__dirname, '../src/remote/index')], - devpanel: [ - path.resolve(__dirname, '../src/chromeApiMock'), - path.resolve(__dirname, '../src/devpanel/index'), - ], - devtools: [path.resolve(__dirname, '../src/devtools/index')], - content: [ - path.resolve(__dirname, '../src/chromeApiMock'), - path.resolve(__dirname, '../src/contentScript/index'), - ], - pagewrap: [path.resolve(__dirname, '../src/pageScriptWrap')], - ...params.inputExtra, - }, - output: { - filename: '[name].bundle.js', - chunkFilename: '[id].chunk.js', - ...params.output, - }, - plugins: [ - new webpack.DefinePlugin(params.globals), - ...(params.plugins - ? params.plugins - : [ - new ForkTsCheckerWebpackPlugin({ - typescript: { - configFile: 'tsconfig.json', - }, - }), - ]), - ].concat( - params.copy - ? new CopyPlugin({ - patterns: [ - { - from: params.manifestJsonPath, - to: path.join(params.output.path, 'manifest.json'), - }, - { - from: path.join(__dirname, '../src/assets/'), - to: params.output.path, - }, - ], - }) - : [] - ), - performance: { - hints: false, - }, - resolve: { - alias: { - app: path.join(__dirname, '../src/app'), - tmp: path.join(__dirname, '../build/tmp'), - }, - extensions: ['.js', '.jsx', '.ts', '.tsx'], - fallback: { - path: require.resolve('path-browserify'), - }, - }, - module: { - rules: [ - ...(params.loaders - ? params.loaders - : [ - { - test: /\.(js|ts)x?$/, - use: 'babel-loader', - exclude: /(node_modules|tmp\/page\.bundle)/, - }, - ]), - { - test: /\.css?$/, - use: ['style-loader', 'css-loader'], - }, - { - test: /\.pug$/, - use: ['file-loader?name=[name].html', 'pug-html-loader'], - }, - ], - }, -}); - -export default baseConfig; diff --git a/extension/webpack/dev.config.babel.js b/extension/webpack/dev.config.babel.js deleted file mode 100644 index 6abb9178..00000000 --- a/extension/webpack/dev.config.babel.js +++ /dev/null @@ -1,23 +0,0 @@ -import path from 'path'; -import webpack from 'webpack'; -import baseConfig from './base.config'; - -let config = baseConfig({ - mode: 'development', - inputExtra: { - page: [path.join(__dirname, '../src/pageScript')], - }, - output: { path: path.join(__dirname, '../dev') }, - globals: { - 'process.env': { - NODE_ENV: '"development"', - }, - }, - plugins: [new webpack.NoEmitOnErrorsPlugin()], - copy: true, - manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'), -}); - -config.watch = true; - -export default config; diff --git a/extension/webpack/prod.config.babel.js b/extension/webpack/prod.config.babel.js deleted file mode 100644 index c29e9924..00000000 --- a/extension/webpack/prod.config.babel.js +++ /dev/null @@ -1,17 +0,0 @@ -import path from 'path'; -import baseConfig from './base.config'; - -export default baseConfig({ - mode: 'production', - inputExtra: { - page: [path.join(__dirname, '../src/pageScript')], - }, - output: { path: path.join(__dirname, '../build/extension') }, - globals: { - 'process.env': { - NODE_ENV: '"production"', - }, - }, - copy: true, - manifestJsonPath: path.join(__dirname, '../chrome/manifest.json'), -}); diff --git a/extension/webpack/prod.firefox.config.babel.js b/extension/webpack/prod.firefox.config.babel.js deleted file mode 100644 index f14b8d35..00000000 --- a/extension/webpack/prod.firefox.config.babel.js +++ /dev/null @@ -1,14 +0,0 @@ -import path from 'path'; -import baseConfig from './base.config'; - -export default baseConfig({ - mode: 'production', - output: { path: path.join(__dirname, '../build/extension') }, - globals: { - 'process.env': { - NODE_ENV: '"production"', - }, - }, - copy: true, - manifestJsonPath: path.join(__dirname, '../firefox/manifest.json'), -}); diff --git a/extension/webpack/wrap.config.babel.js b/extension/webpack/wrap.config.babel.js deleted file mode 100644 index ced8a881..00000000 --- a/extension/webpack/wrap.config.babel.js +++ /dev/null @@ -1,15 +0,0 @@ -import path from 'path'; -import baseConfig from './base.config'; - -export default baseConfig({ - mode: 'production', - input: { - page: [path.join(__dirname, '../src/pageScript')], - }, - output: { path: path.join(__dirname, '../build/tmp') }, - globals: { - 'process.env': { - NODE_ENV: '"production"', - }, - }, -}); diff --git a/extension/wrap.webpack.config.js b/extension/wrap.webpack.config.js new file mode 100644 index 00000000..c4d50d62 --- /dev/null +++ b/extension/wrap.webpack.config.js @@ -0,0 +1,32 @@ +const path = require('path'); +const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); + +module.exports = { + mode: 'production', + devtool: 'source-map', + entry: { + pagewrap: path.resolve(__dirname, 'src/pageScriptWrap'), + }, + output: { + filename: '[name].bundle.js', + }, + plugins: [ + new ForkTsCheckerWebpackPlugin({ + typescript: { + configFile: 'tsconfig.json', + }, + }), + ], + resolve: { + extensions: ['.js', '.jsx', '.ts', '.tsx'], + }, + module: { + rules: [ + { + test: /\.(js|ts)x?$/, + use: 'babel-loader', + exclude: /(node_modules|dist\/page\.bundle)/, + }, + ], + }, +}; diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 145f722f..c3b4bfb3 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -103,7 +103,6 @@ "html-webpack-plugin": "^5.5.0", "jest": "^29.2.2", "jest-environment-jsdom": "^29.2.2", - "path-browserify": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-app/webpack.config.ts b/packages/redux-devtools-app/webpack.config.ts index c20747b6..d48dc365 100644 --- a/packages/redux-devtools-app/webpack.config.ts +++ b/packages/redux-devtools-app/webpack.config.ts @@ -39,9 +39,6 @@ export default ( }, resolve: { extensions: ['.js', '.jsx', '.ts', '.tsx'], - fallback: { - path: require.resolve('path-browserify'), - }, }, plugins: [ new webpack.DefinePlugin({ diff --git a/packages/redux-devtools-app/webpack.config.umd.ts b/packages/redux-devtools-app/webpack.config.umd.ts index 58ae1c22..d3f4e829 100644 --- a/packages/redux-devtools-app/webpack.config.umd.ts +++ b/packages/redux-devtools-app/webpack.config.umd.ts @@ -39,9 +39,6 @@ export default (env: { production?: boolean } = {}): webpack.Configuration => ({ }, resolve: { extensions: ['.js', '.jsx', '.ts', '.tsx'], - fallback: { - path: require.resolve('path-browserify'), - }, }, plugins: [ new webpack.DefinePlugin({ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26811798..d74cac9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,6 +66,7 @@ importers: bestzip: ^2.2.1 chromedriver: ^106.0.1 copy-webpack-plugin: ^11.0.0 + cpy-cli: ^4.2.0 cross-env: ^7.0.3 css-loader: ^6.7.1 electron: ^21.1.1 @@ -83,7 +84,6 @@ importers: jsan: ^3.1.14 localforage: ^1.10.0 lodash: ^4.17.21 - path-browserify: ^1.0.1 pug-html-loader: ^1.1.5 raw-loader: ^4.0.2 react: ^18.2.0 @@ -144,6 +144,7 @@ importers: bestzip: 2.2.1 chromedriver: 106.0.1 copy-webpack-plugin: 11.0.0_webpack@5.74.0 + cpy-cli: 4.2.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 electron: 21.1.1 @@ -158,7 +159,6 @@ importers: immutable: 4.1.0 jest: 29.2.2 jest-environment-jsdom: 29.2.2 - path-browserify: 1.0.1 pug-html-loader: 1.1.5 raw-loader: 4.0.2_webpack@5.74.0 react-transform-catch-errors: 1.0.2 @@ -838,7 +838,6 @@ importers: jsondiffpatch: ^0.4.1 localforage: ^1.10.0 lodash: ^4.17.21 - path-browserify: ^1.0.1 prop-types: ^15.8.1 react: ^18.2.0 react-dom: ^18.2.0 @@ -920,7 +919,6 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.74.0 jest: 29.2.2_4pb6an67rakrle6rtido6z2a34 jest-environment-jsdom: 29.2.2 - path-browserify: 1.0.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 rimraf: 3.0.2 @@ -9752,6 +9750,14 @@ packages: clean-stack: 2.2.0 indent-string: 4.0.0 + /aggregate-error/4.0.1: + resolution: {integrity: sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==} + engines: {node: '>=12'} + dependencies: + clean-stack: 4.2.0 + indent-string: 5.0.0 + dev: true + /airbnb-js-shims/2.2.1: resolution: {integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==} dependencies: @@ -10250,6 +10256,11 @@ packages: engines: {node: '>=8'} dev: true + /arrify/3.0.0: + resolution: {integrity: sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==} + engines: {node: '>=12'} + dev: true + /asap/2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} dev: true @@ -11128,6 +11139,16 @@ packages: quick-lru: 4.0.1 dev: true + /camelcase-keys/7.0.2: + resolution: {integrity: sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==} + engines: {node: '>=12'} + dependencies: + camelcase: 6.3.0 + map-obj: 4.3.0 + quick-lru: 5.1.1 + type-fest: 1.4.0 + dev: true + /camelcase/1.2.1: resolution: {integrity: sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==} engines: {node: '>=0.10.0'} @@ -11373,6 +11394,13 @@ packages: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} + /clean-stack/4.2.0: + resolution: {integrity: sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==} + engines: {node: '>=12'} + dependencies: + escape-string-regexp: 5.0.0 + dev: true + /cli-boxes/2.2.1: resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} engines: {node: '>=6'} @@ -11821,6 +11849,25 @@ packages: p-event: 4.2.0 dev: true + /cp-file/9.1.0: + resolution: {integrity: sha512-3scnzFj/94eb7y4wyXRWwvzLFaQp87yyfTnChIjlfYrVqp5lVO3E2hIJMeQIltUT0K2ZAB3An1qXcBmwGyvuwA==} + engines: {node: '>=10'} + dependencies: + graceful-fs: 4.2.10 + make-dir: 3.1.0 + nested-error-stacks: 2.1.1 + p-event: 4.2.0 + dev: true + + /cpy-cli/4.2.0: + resolution: {integrity: sha512-b04b+cbdr29CdpREPKw/itrfjO43Ty0Aj7wRM6M6LoE4GJxZJCk9Xp+Eu1IqztkKh3LxIBt1tDplENsa6KYprg==} + engines: {node: '>=12.20'} + hasBin: true + dependencies: + cpy: 9.0.1 + meow: 10.1.5 + dev: true + /cpy/8.1.2: resolution: {integrity: sha512-dmC4mUesv0OYH2kNFEidtf/skUwv4zePmGeepjyyJ0qTo5+8KhA1o99oIAwVVLzQMAeDJml74d6wPPKb6EZUTg==} engines: {node: '>=8'} @@ -11838,6 +11885,20 @@ packages: - supports-color dev: true + /cpy/9.0.1: + resolution: {integrity: sha512-D9U0DR5FjTCN3oMTcFGktanHnAG5l020yvOCR1zKILmAyPP7I/9pl6NFgRbDcmSENtbK1sQLBz1p9HIOlroiNg==} + engines: {node: ^12.20.0 || ^14.17.0 || >=16.0.0} + dependencies: + arrify: 3.0.0 + cp-file: 9.1.0 + globby: 13.1.2 + junk: 4.0.0 + micromatch: 4.0.5 + nested-error-stacks: 2.1.1 + p-filter: 3.0.0 + p-map: 5.5.0 + dev: true + /crc-32/1.2.2: resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} engines: {node: '>=0.8'} @@ -12211,6 +12272,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /decamelize/5.0.1: + resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==} + engines: {node: '>=10'} + dev: true + /decimal.js/10.4.2: resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} dev: true @@ -12834,6 +12900,11 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} + /escape-string-regexp/5.0.0: + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} + dev: true + /escodegen/2.0.0: resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} engines: {node: '>=6.0'} @@ -14834,6 +14905,11 @@ packages: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} + /indent-string/5.0.0: + resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} + engines: {node: '>=12'} + dev: true + /infer-owner/1.0.4: resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} @@ -16474,6 +16550,11 @@ packages: engines: {node: '>=8'} dev: true + /junk/4.0.0: + resolution: {integrity: sha512-ojtSU++zLJ3jQG9bAYjg94w+/DOJtRyD7nPaerMFrBhmdVmiV5/exYH5t4uHga4G/95nT6hr1OJoKIFbYbrW5w==} + engines: {node: '>=12.20'} + dev: true + /just-extend/4.2.1: resolution: {integrity: sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==} dev: true @@ -17122,6 +17203,24 @@ packages: readable-stream: 2.3.7 dev: true + /meow/10.1.5: + resolution: {integrity: sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + '@types/minimist': 1.2.2 + camelcase-keys: 7.0.2 + decamelize: 5.0.1 + decamelize-keys: 1.1.0 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 3.0.3 + read-pkg-up: 8.0.0 + redent: 4.0.0 + trim-newlines: 4.0.2 + type-fest: 1.4.0 + yargs-parser: 20.2.9 + dev: true + /meow/3.7.0: resolution: {integrity: sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==} engines: {node: '>=0.10.0'} @@ -18054,6 +18153,13 @@ packages: p-map: 2.1.0 dev: true + /p-filter/3.0.0: + resolution: {integrity: sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + p-map: 5.5.0 + dev: true + /p-finally/1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} @@ -18112,6 +18218,13 @@ packages: dependencies: aggregate-error: 3.1.0 + /p-map/5.5.0: + resolution: {integrity: sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==} + engines: {node: '>=12'} + dependencies: + aggregate-error: 4.0.1 + dev: true + /p-retry/4.6.2: resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==} engines: {node: '>=8'} @@ -18946,6 +19059,11 @@ packages: engines: {node: '>=8'} dev: true + /quick-lru/5.1.1: + resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} + engines: {node: '>=10'} + dev: true + /ramda/0.28.0: resolution: {integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==} @@ -19430,6 +19548,15 @@ packages: type-fest: 0.8.1 dev: true + /read-pkg-up/8.0.0: + resolution: {integrity: sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==} + engines: {node: '>=12'} + dependencies: + find-up: 5.0.0 + read-pkg: 6.0.0 + type-fest: 1.4.0 + dev: true + /read-pkg/1.1.0: resolution: {integrity: sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==} engines: {node: '>=0.10.0'} @@ -19450,6 +19577,16 @@ packages: type-fest: 0.6.0 dev: true + /read-pkg/6.0.0: + resolution: {integrity: sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==} + engines: {node: '>=12'} + dependencies: + '@types/normalize-package-data': 2.4.1 + normalize-package-data: 3.0.3 + parse-json: 5.2.0 + type-fest: 1.4.0 + dev: true + /read-yaml-file/1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} @@ -19534,6 +19671,14 @@ packages: strip-indent: 3.0.0 dev: true + /redent/4.0.0: + resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==} + engines: {node: '>=12'} + dependencies: + indent-string: 5.0.0 + strip-indent: 4.0.0 + dev: true + /redux-devtools-themes/1.0.0: resolution: {integrity: sha512-hBWqdZX+dioMWnTjf8+uSm0q1wCdYO4kU5gERzHcMMbu0Qg7JDR42TnJ6GHJ6r7k/tIpsCSygc9U0ehAtR24TQ==} dependencies: @@ -20814,6 +20959,13 @@ packages: min-indent: 1.0.1 dev: true + /strip-indent/4.0.0: + resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==} + engines: {node: '>=12'} + dependencies: + min-indent: 1.0.1 + dev: true + /strip-json-comments/3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} @@ -21409,6 +21561,11 @@ packages: engines: {node: '>=8'} dev: true + /trim-newlines/4.0.2: + resolution: {integrity: sha512-GJtWyq9InR/2HRiLZgpIKv+ufIKrVrvjQWEj7PxAXNc5dwbNJkqhAUoAGgzRmULAnoOM5EIpveYd3J2VeSAIew==} + engines: {node: '>=12'} + dev: true + /trim-trailing-lines/1.1.4: resolution: {integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==} dev: true @@ -21636,6 +21793,11 @@ packages: engines: {node: '>=8'} dev: true + /type-fest/1.4.0: + resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} + engines: {node: '>=10'} + dev: true + /type-fest/2.19.0: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} @@ -22736,18 +22898,6 @@ packages: signal-exit: 3.0.7 dev: true - /ws/7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - /ws/8.9.0: resolution: {integrity: sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==} engines: {node: '>=10.0.0'} From cd6b0c414f5d3ac7d707433d6a9447e5caa40335 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 6 Nov 2022 20:08:44 -0500 Subject: [PATCH 36/45] Update extension archiving (#1268) --- .github/workflows/release.yml | 12 ++-- extension/package.json | 7 +-- pnpm-lock.yaml | 110 +--------------------------------- 3 files changed, 10 insertions(+), 119 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a0fd950..70ae909c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,17 +42,17 @@ jobs: - name: Archive Chrome Extension uses: actions/upload-artifact@v3 with: - name: Chrome extension - path: extension/chrome/dist/chrome.zip + name: chrome + path: extension/chrome/dist - name: Archive Edge Extension uses: actions/upload-artifact@v3 with: - name: Edge extension - path: extension/edge/dist/edge.zip + name: edge + path: extension/edge/dist - name: Archive Firefox Extension uses: actions/upload-artifact@v3 with: - name: Edge extension - path: extension/firefox/dist/firefox.zip + name: firefox + path: extension/firefox/dist diff --git a/extension/package.json b/extension/package.json index 6d9a6d2a..b4a02954 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,9 +14,9 @@ "start": "webpack --env development --watch", "build": "pnpm run build:extension && pnpm run build:chrome && pnpm run build:edge && pnpm run build:firefox", "build:extension": "webpack --env production && webpack --config wrap.webpack.config.js", - "build:chrome": "cpy dist/** chrome/dist/unpacked && cpy manifest.json dist/unpacked --cwd chrome && bestzip chrome/dist/chrome.zip chrome/dist/unpacked", - "build:edge": "cpy dist/** edge/dist/unpacked && cpy manifest.json dist/unpacked --cwd edge && bestzip edge/dist/edge.zip edge/dist/unpacked", - "build:firefox": "cpy dist/** firefox/dist/unpacked && cpy manifest.json dist/unpacked --cwd firefox && bestzip firefox/dist/firefox.zip firefox/dist/unpacked", + "build:chrome": "cpy dist/** chrome/dist && cpy manifest.json dist --cwd chrome", + "build:edge": "cpy dist/** edge/dist && cpy manifest.json dist --cwd edge", + "build:firefox": "cpy dist/** firefox/dist && cpy manifest.json dist --cwd firefox", "build:examples": "babel-node examples/buildAll.js", "clean": "rimraf dist && rimraf chrome/dist && rimraf edge/dist && rimraf firefox/dist", "test:app": "cross-env BABEL_ENV=test jest test/app", @@ -63,7 +63,6 @@ "@types/react-dom": "^18.0.6", "@types/styled-components": "^5.1.26", "babel-loader": "^9.0.0", - "bestzip": "^2.2.1", "chromedriver": "^106.0.1", "copy-webpack-plugin": "^11.0.0", "cpy-cli": "^4.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d74cac9c..ba2e0155 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,6 @@ importers: '@types/react-dom': ^18.0.6 '@types/styled-components': ^5.1.26 babel-loader: ^9.0.0 - bestzip: ^2.2.1 chromedriver: ^106.0.1 copy-webpack-plugin: ^11.0.0 cpy-cli: ^4.2.0 @@ -141,7 +140,6 @@ importers: '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 babel-loader: 9.0.0_wfdvla2jorjoj23kkavho2upde - bestzip: 2.2.1 chromedriver: 106.0.1 copy-webpack-plugin: 11.0.0_webpack@5.74.0 cpy-cli: 4.2.0 @@ -10052,35 +10050,6 @@ packages: /aproba/2.0.0: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - /archiver-utils/2.1.0: - resolution: {integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==} - engines: {node: '>= 6'} - dependencies: - glob: 7.2.3 - graceful-fs: 4.2.10 - lazystream: 1.0.1 - lodash.defaults: 4.2.0 - lodash.difference: 4.5.0 - lodash.flatten: 4.4.0 - lodash.isplainobject: 4.0.6 - lodash.union: 4.6.0 - normalize-path: 3.0.0 - readable-stream: 2.3.7 - dev: true - - /archiver/5.3.1: - resolution: {integrity: sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==} - engines: {node: '>= 10'} - dependencies: - archiver-utils: 2.1.0 - async: 3.2.4 - buffer-crc32: 0.2.13 - readable-stream: 3.6.0 - readdir-glob: 1.1.2 - tar-stream: 2.2.0 - zip-stream: 4.1.0 - dev: true - /are-we-there-yet/2.0.0: resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} engines: {node: '>=10'} @@ -10318,10 +10287,6 @@ packages: dependencies: stream-demux: 8.1.0 - /async/3.2.4: - resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} - dev: true - /asynckit/0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true @@ -10689,18 +10654,6 @@ packages: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} dev: true - /bestzip/2.2.1: - resolution: {integrity: sha512-XdAb87RXqOqF7C6UgQG9IqpEHJvS6IOUo0bXWEAebjSSdhDjsbcqFKdHpn5Q7QHz2pGr3Zmw4wgG3LlzdyDz7w==} - engines: {node: '>=10'} - hasBin: true - dependencies: - archiver: 5.3.1 - async: 3.2.4 - glob: 7.2.3 - which: 2.0.2 - yargs: 16.2.0 - dev: true - /better-opn/2.1.1: resolution: {integrity: sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==} engines: {node: '>8.0.0'} @@ -11611,16 +11564,6 @@ packages: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} dev: true - /compress-commons/4.1.1: - resolution: {integrity: sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==} - engines: {node: '>= 10'} - dependencies: - buffer-crc32: 0.2.13 - crc32-stream: 4.0.2 - normalize-path: 3.0.0 - readable-stream: 3.6.0 - dev: true - /compressible/2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} @@ -11899,20 +11842,6 @@ packages: p-map: 5.5.0 dev: true - /crc-32/1.2.2: - resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} - engines: {node: '>=0.8'} - hasBin: true - dev: true - - /crc32-stream/4.0.2: - resolution: {integrity: sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==} - engines: {node: '>= 10'} - dependencies: - crc-32: 1.2.2 - readable-stream: 3.6.0 - dev: true - /create-ecdh/4.0.4: resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} dependencies: @@ -16694,13 +16623,6 @@ packages: dotenv-expand: 5.1.0 dev: true - /lazystream/1.0.1: - resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} - engines: {node: '>= 0.6.3'} - dependencies: - readable-stream: 2.3.7 - dev: true - /leven/3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} @@ -16837,18 +16759,6 @@ packages: /lodash.debounce/4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - /lodash.defaults/4.2.0: - resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} - dev: true - - /lodash.difference/4.5.0: - resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} - dev: true - - /lodash.flatten/4.4.0: - resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==} - dev: true - /lodash.includes/4.3.0: resolution: {integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==} dev: false @@ -16867,6 +16777,7 @@ packages: /lodash.isplainobject/4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} + dev: false /lodash.isstring/4.0.1: resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==} @@ -16904,10 +16815,6 @@ packages: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} dev: true - /lodash.union/4.6.0: - resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} - dev: true - /lodash.uniq/4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} dev: true @@ -19616,12 +19523,6 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdir-glob/1.1.2: - resolution: {integrity: sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA==} - dependencies: - minimatch: 5.1.0 - dev: true - /readdirp/2.2.1: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} @@ -23051,15 +22952,6 @@ packages: engines: {node: '>=10'} dev: true - /zip-stream/4.1.0: - resolution: {integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==} - engines: {node: '>= 10'} - dependencies: - archiver-utils: 2.1.0 - compress-commons: 4.1.1 - readable-stream: 3.6.0 - dev: true - /zwitch/1.0.5: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} dev: true From cac62d6e8d53f1d9bbd04206ab494717df3f2ede Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 7 Nov 2022 08:59:32 -0500 Subject: [PATCH 37/45] Fix extension archives (#1271) --- extension/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/package.json b/extension/package.json index b4a02954..7f88990f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,9 +14,9 @@ "start": "webpack --env development --watch", "build": "pnpm run build:extension && pnpm run build:chrome && pnpm run build:edge && pnpm run build:firefox", "build:extension": "webpack --env production && webpack --config wrap.webpack.config.js", - "build:chrome": "cpy dist/** chrome/dist && cpy manifest.json dist --cwd chrome", - "build:edge": "cpy dist/** edge/dist && cpy manifest.json dist --cwd edge", - "build:firefox": "cpy dist/** firefox/dist && cpy manifest.json dist --cwd firefox", + "build:chrome": "cpy . ../chrome/dist --cwd dist && cpy manifest.json dist --cwd chrome", + "build:edge": "cpy . ../edge/dist --cwd dist && cpy manifest.json dist --cwd edge", + "build:firefox": "cpy . ../firefox/dist --cwd dist && cpy manifest.json dist --cwd firefox", "build:examples": "babel-node examples/buildAll.js", "clean": "rimraf dist && rimraf chrome/dist && rimraf edge/dist && rimraf firefox/dist", "test:app": "cross-env BABEL_ENV=test jest test/app", From c2dae52c95861a960e6d44203ad86d74665f161b Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 7 Nov 2022 09:42:25 -0500 Subject: [PATCH 38/45] Build updates (#1272) The CI seems to faster with parallel=1. Also avoid unnecessarily building the extension again while testing. --- .github/workflows/CI.yml | 6 +++--- extension/package.json | 2 +- package.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e54310dc..f2c7b65a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,10 +25,10 @@ jobs: - name: Check formatting run: pnpm run format:check - name: Build - run: pnpm exec nx affected --target=build --parallel=3 + run: pnpm exec nx affected --target=build --parallel=1 - name: Lint - run: pnpm exec nx affected --target=lint --parallel=3 + run: pnpm exec nx affected --target=lint --parallel=1 - name: Test uses: GabrielBB/xvfb-action@v1 with: - run: pnpm exec nx affected --target=test --parallel=3 + run: pnpm exec nx affected --target=test --parallel=1 diff --git a/extension/package.json b/extension/package.json index 7f88990f..ff245d52 100644 --- a/extension/package.json +++ b/extension/package.json @@ -22,7 +22,7 @@ "test:app": "cross-env BABEL_ENV=test jest test/app", "test:chrome": "jest test/chrome", "test:electron": "pnpm run build:test:electron:fixture && jest test/electron", - "test": "pnpm run test:app && pnpm run build:extension && pnpm run test:chrome && pnpm run test:electron", + "test": "pnpm run test:app && pnpm run test:chrome && pnpm run test:electron", "build:test:electron:fixture": "webpack --config test/electron/fixture/webpack.config.js", "type-check": "tsc --noEmit" }, diff --git a/package.json b/package.json index 5c07afb0..49c98624 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "scripts": { "format": "prettier --write .", "format:check": "prettier --check .", - "build:all": "nx run-many --target=build --all", - "lint:all": "nx run-many --target=lint --all", - "test:all": "nx run-many --target=test --all", - "clean:all": "nx run-many --target=clean --all", + "build:all": "nx run-many --target=build --all --parallel=1", + "lint:all": "nx run-many --target=lint --all --parallel=1", + "test:all": "nx run-many --target=test --all --parallel=1", + "clean:all": "nx run-many --target=clean --all --parallel=1", "release": "pnpm build:all && changeset publish" }, "workspaces": [ From fd6b0b354249dd37f586b4fa295a7de86dd449ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:22:58 +0000 Subject: [PATCH 39/45] chore(deps): update all non-major dependencies (#1260) * chore(deps): update all non-major dependencies * Update snapshots Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 30 +- package.json | 20 +- .../examples/tree/package.json | 16 +- packages/d3-state-visualizer/package.json | 28 +- packages/d3tooltip/package.json | 28 +- packages/map2tree/package.json | 34 +- packages/react-base16-styling/package.json | 24 +- packages/react-dock/demo/package.json | 22 +- packages/react-dock/package.json | 26 +- .../react-json-tree/examples/package.json | 20 +- packages/react-json-tree/package.json | 36 +- packages/redux-devtools-app/package.json | 40 +- .../redux-devtools-chart-monitor/package.json | 16 +- packages/redux-devtools-cli/package.json | 26 +- .../redux-devtools-dock-monitor/package.json | 16 +- .../redux-devtools-extension/package.json | 14 +- .../demo/package.json | 26 +- .../package.json | 24 +- .../package.json | 28 +- .../demo/package.json | 26 +- .../package.json | 18 +- .../redux-devtools-instrument/package.json | 24 +- .../redux-devtools-log-monitor/package.json | 16 +- packages/redux-devtools-remote/package.json | 16 +- .../demo/package.json | 44 +- .../package.json | 32 +- .../test/integration.spec.tsx | 4 +- .../redux-devtools-serialize/package.json | 20 +- .../examples/todomvc/package.json | 24 +- .../package.json | 24 +- packages/redux-devtools-ui/package.json | 38 +- .../test/__snapshots__/Form.test.tsx.snap | 3 + .../test/__snapshots__/Select.test.tsx.snap | 2 +- packages/redux-devtools-utils/package.json | 18 +- .../examples/counter/package.json | 24 +- .../examples/todomvc/package.json | 24 +- packages/redux-devtools/package.json | 28 +- pnpm-lock.yaml | 7031 ++++++++--------- 38 files changed, 3890 insertions(+), 4000 deletions(-) diff --git a/extension/package.json b/extension/package.json index ff245d52..2f3c81f8 100644 --- a/extension/package.json +++ b/extension/package.json @@ -44,32 +44,32 @@ "react-icons": "^4.6.0", "react-is": "^18.2.0", "react-json-tree": "^0.17.0", - "react-redux": "^8.0.4", + "react-redux": "^8.0.5", "redux": "^4.2.0", "redux-persist": "^6.0.0", "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/register": "^7.18.9", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/chrome": "^0.0.198", - "@types/lodash": "^4.14.186", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/chrome": "^0.0.202", + "@types/lodash": "^4.14.189", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", - "babel-loader": "^9.0.0", + "babel-loader": "^9.1.0", "chromedriver": "^106.0.1", "copy-webpack-plugin": "^11.0.0", "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", - "css-loader": "^6.7.1", - "electron": "^21.1.1", - "eslint": "^8.25.0", + "css-loader": "^6.7.2", + "electron": "^21.2.3", + "eslint": "^8.27.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", @@ -78,19 +78,19 @@ "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "immutable": "^4.1.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "pug-html-loader": "^1.1.5", "raw-loader": "^4.0.2", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "rimraf": "^3.0.2", - "selenium-webdriver": "^4.5.0", + "selenium-webdriver": "^4.6.0", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^29.0.3", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0" } } diff --git a/package.json b/package.json index 49c98624..416b74d5 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { "private": true, "devDependencies": { - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@changesets/cli": "^2.25.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@changesets/cli": "^2.25.2", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", + "jest": "^29.3.1", "prettier": "2.7.1", "typescript": "~4.8.4", - "nx": "^15.0.0", - "@nrwl/nx-cloud": "^15.0.0" + "nx": "^15.0.13", + "@nrwl/nx-cloud": "^15.0.2" }, "scripts": { "format": "prettier --write .", @@ -39,7 +39,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.13.5", + "packageManager": "pnpm@7.16.0", "pnpm": { "overrides": { "@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process" diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index f513ba16..e59592e4 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -29,21 +29,21 @@ "map2tree": "^2.1.0" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.7", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@types/node": "^18.11.9", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.25.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" } diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index a031825f..ef3bb2d7 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@types/d3": "^3.5.47", "d3": "^3.5.17", "d3tooltip": "^2.1.0", @@ -52,25 +52,25 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-commonjs": "^23.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", - "@types/node": "^18.11.7", - "@types/ramda": "^0.28.16", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/node": "^18.11.9", + "@types/ramda": "^0.28.20", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^3.2.3", + "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", - "tslib": "^2.4.0", + "tslib": "^2.4.1", "typescript": "~4.8.4" } } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 1e91221a..b7bc422f 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -38,32 +38,32 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "ramda": "^0.28.0" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-commonjs": "^23.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", "@types/d3": "^3.5.47", - "@types/node": "^18.11.7", - "@types/ramda": "^0.28.16", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", + "@types/node": "^18.11.9", + "@types/ramda": "^0.28.20", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", "d3": "^3.5.17", - "eslint": "^8.25.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^3.2.3", + "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", - "tslib": "^2.4.0", + "tslib": "^2.4.1", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 84731f8c..603c80b5 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -42,35 +42,35 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-commonjs": "^23.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", - "@types/jest": "^29.2.0", - "@types/lodash": "^4.14.186", - "@types/node": "^18.11.7", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/jest": "^29.2.3", + "@types/lodash": "^4.14.189", + "@types/node": "^18.11.9", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "immutable": "^4.1.0", - "jest": "^29.2.2", + "jest": "^29.3.1", "rimraf": "^3.0.2", - "rollup": "^3.2.3", + "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", - "tslib": "^2.4.0", + "tslib": "^2.4.1", "typescript": "~4.8.4" } } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 12ce46b7..42465118 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -39,9 +39,9 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@types/base16": "^1.0.2", - "@types/lodash": "^4.14.186", + "@types/lodash": "^4.14.189", "base16": "^1.0.0", "color": "^4.2.3", "csstype": "^3.1.1", @@ -49,21 +49,21 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/color": "^3.0.3", - "@types/jest": "^29.2.0", + "@types/jest": "^29.2.3", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "eslint-plugin-jest": "^27.1.5", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "typescript": "~4.8.4" diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 8fe80c98..8776aa7b 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "^18.2.0", - "react-bootstrap": "^2.5.0", + "react-bootstrap": "^2.6.0", "react-dock": "^0.6.0", "react-dom": "^18.2.0", "react-icons": "^4.6.0", @@ -19,19 +19,19 @@ "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.25.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", @@ -39,7 +39,7 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" } diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 5f58fd36..20e0b8a2 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -39,33 +39,33 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", - "@types/lodash": "^4.14.186", + "@babel/runtime": "^7.20.1", + "@types/lodash": "^4.14.189", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.0", + "@types/jest": "^29.2.3", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.21", + "@types/react": "^18.0.25", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 283e3b4d..35050a37 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -26,18 +26,18 @@ "react-json-tree": "^0.17.0" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.25.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", @@ -45,7 +45,7 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" } diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 39ede4a5..8784c17a 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -45,43 +45,43 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", - "@types/lodash": "^4.14.186", + "@babel/runtime": "^7.20.1", + "@types/lodash": "^4.14.189", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.0", - "@rollup/plugin-commonjs": "^23.0.0", - "@rollup/plugin-node-resolve": "^15.0.0", + "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-commonjs": "^23.0.2", + "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", - "@types/jest": "^29.2.0", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", + "@types/jest": "^29.2.3", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", + "jest": "^29.3.1", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "rollup": "^3.2.3", + "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", - "tslib": "^2.4.0", + "tslib": "^2.4.1", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index c3b4bfb3..24373866 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -40,7 +40,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@redux-devtools/chart-monitor": "^3.0.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", @@ -50,7 +50,7 @@ "@redux-devtools/rtk-query-monitor": "^3.0.0", "@redux-devtools/slider-monitor": "^4.0.0", "@redux-devtools/ui": "^1.3.0", - "@reduxjs/toolkit": "^1.8.6", + "@reduxjs/toolkit": "^1.9.0", "@types/prop-types": "^15.7.5", "d3-state-visualizer": "^1.6.0", "javascript-stringify": "^2.1.0", @@ -61,48 +61,48 @@ "prop-types": "^15.8.1", "react-icons": "^4.6.0", "react-is": "^18.2.0", - "react-redux": "^8.0.4", + "react-redux": "^8.0.5", "redux": "^4.2.0", "redux-persist": "^6.0.0", "socketcluster-client": "^17.1.0" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^29.2.0", + "@types/jest": "^29.2.3", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", - "@types/lodash": "^4.14.186", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/lodash": "^4.14.189", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/socketcluster-client": "^16.0.0", "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "css-loader": "^6.7.1", - "eslint": "^8.25.0", + "css-loader": "^6.7.2", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", @@ -111,7 +111,7 @@ "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" }, diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 2ddeb740..9b213b76 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -39,7 +39,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "d3-state-visualizer": "^1.6.0", @@ -49,17 +49,17 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/react": "^18.0.25", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index a592b855..5e71ef76 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -41,13 +41,13 @@ }, "dependencies": { "@redux-devtools/app": "^2.1.3", - "@types/react": "^18.0.21", - "apollo-server-express": "^3.10.3", + "@types/react": "^18.0.25", + "apollo-server-express": "^3.11.1", "body-parser": "^1.20.1", "chalk": "^4.1.2", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^21.1.1", + "electron": "^21.2.3", "express": "^4.18.2", "getport": "^0.1.0", "graphql": "^16.6.0", @@ -70,27 +70,27 @@ "@types/cors": "^2.8.12", "@types/cross-spawn": "^6.0.2", "@types/express": "^4.17.14", - "@types/jest": "^29.2.0", - "@types/lodash": "^4.14.186", + "@types/jest": "^29.2.3", + "@types/lodash": "^4.14.189", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", - "@types/node": "^18.11.7", - "@types/semver": "^7.3.12", + "@types/node": "^18.11.9", + "@types/semver": "^7.3.13", "@types/socketcluster-client": "^16.0.0", "@types/socketcluster-server": "^16.1.0", "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", - "jest": "^29.2.2", + "eslint-plugin-jest": "^27.1.5", + "jest": "^29.3.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", "socketcluster-client": "^17.1.0", - "supertest": "^6.3.0", + "supertest": "^6.3.1", "ts-jest": "^29.0.3", "typescript": "~4.8.4" } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 9774fa37..287135ee 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@types/prop-types": "^15.7.5", "parse-key": "^0.2.1", "prop-types": "^15.8.1", @@ -49,18 +49,18 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", - "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/react": "^18.0.25", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index ecb566c0..bfbb11b5 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -29,19 +29,19 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "immutable": "^4.1.0" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index fd20c1ad..f7b05973 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -20,30 +20,30 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "react-redux": "^8.0.4", - "react-router-dom": "^6.4.2", + "react-redux": "^8.0.5", + "react-router-dom": "^6.4.3", "redux": "^4.2.0", "redux-logger": "^3.0.6", "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "css-loader": "^6.7.1", - "eslint": "^8.25.0", + "css-loader": "^6.7.2", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", @@ -52,7 +52,7 @@ "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" } diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index c7c9d45e..a0862837 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -43,7 +43,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "es6template": "^1.0.5", @@ -56,30 +56,30 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", "@redux-devtools/inspector-monitor": "^3.0.0", "@testing-library/react": "^13.4.0", "@types/es6template": "^1.0.0", - "@types/jest": "^29.2.0", + "@types/jest": "^29.2.3", "@types/jsan": "^3.1.2", "@types/object-path": "^0.11.1", - "@types/react": "^18.0.21", + "@types/react": "^18.0.25", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index e9173823..45fc2560 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -31,8 +31,8 @@ }, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/runtime": "^7.19.4", - "@types/chrome": "^0.0.198", + "@babel/runtime": "^7.20.1", + "@types/chrome": "^0.0.202", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -41,10 +41,10 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.0", @@ -52,21 +52,21 @@ "@testing-library/react": "^13.4.0", "@types/babel__code-frame": "^7.0.3", "@types/html-entities": "^1.3.4", - "@types/jest": "^29.2.0", - "@types/node": "^18.11.7", + "@types/jest": "^29.2.3", + "@types/node": "^18.11.9", "@types/path-browserify": "^1.0.0", - "@types/react": "^18.0.21", + "@types/react": "^18.0.25", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 60225c57..cb7d7da1 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -17,30 +17,30 @@ "immutable": "^4.1.0", "lodash.shuffle": "^4.2.0", "react": "^18.2.0", - "react-bootstrap": "^2.5.0", + "react-bootstrap": "^2.6.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.4", - "react-router-dom": "^6.4.2", + "react-redux": "^8.0.5", + "react-router-dom": "^6.4.3", "redux": "^4.2.0", "redux-logger": "^3.0.6" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/base16": "^1.0.2", "@types/lodash.shuffle": "^4.2.7", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.25.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", @@ -48,7 +48,7 @@ "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" } diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index f0361949..b747d4b9 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -35,9 +35,9 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@types/dragula": "^3.7.1", - "@types/lodash": "^4.14.186", + "@types/lodash": "^4.14.189", "@types/prop-types": "^15.7.5", "dateformat": "^4.6.3", "hex-rgba": "^1.0.2", @@ -55,10 +55,10 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", @@ -66,12 +66,12 @@ "@types/hex-rgba": "^1.0.1", "@types/history": "^4.7.11", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.21", + "@types/react": "^18.0.25", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 3fa56fb6..ce0bb420 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -41,25 +41,25 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.0", - "@types/lodash": "^4.14.186", - "@types/node": "^18.11.7", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/jest": "^29.2.3", + "@types/lodash": "^4.14.189", + "@types/node": "^18.11.9", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", - "jest": "^29.2.2", + "eslint-plugin-jest": "^27.1.5", + "jest": "^29.3.1", "redux": "^4.2.0", "rimraf": "^3.0.2", "rxjs": "^7.5.7", diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 467fbd5a..b2a9caab 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@types/lodash.debounce": "^4.0.7", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -52,17 +52,17 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/react": "^18.0.25", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index 66017c0b..c1450f88 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -41,7 +41,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@redux-devtools/instrument": "^2.1.0", "@redux-devtools/utils": "^2.0.0", "jsan": "^3.1.14", @@ -51,18 +51,18 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/node": "^18.11.7", + "@types/node": "^18.11.9", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 8b8008fb..94adbea2 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -10,43 +10,43 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@babel/runtime": "^7.19.4", - "@chakra-ui/react": "^2.3.6", - "@emotion/react": "^11.10.4", - "@emotion/styled": "^11.10.4", - "@mswjs/data": "^0.10.2", + "@babel/runtime": "^7.20.1", + "@chakra-ui/react": "^2.4.1", + "@emotion/react": "^11.10.5", + "@emotion/styled": "^11.10.5", + "@mswjs/data": "^0.11.0", "@redux-devtools/core": "^3.13.0", "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", - "@reduxjs/toolkit": "^1.8.6", - "framer-motion": "^7.6.1", - "msw": "^0.47.4", + "@reduxjs/toolkit": "^1.9.0", + "framer-motion": "^7.6.6", + "msw": "^0.48.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.6.0", "react-is": "^18.2.0", - "react-redux": "^8.0.4", - "react-router-dom": "^6.4.2", + "react-redux": "^8.0.5", + "react-router-dom": "^6.4.3", "styled-components": "^5.3.6" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/copy-webpack-plugin": "^8.0.1", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", - "css-loader": "^6.7.1", - "eslint": "^8.25.0", + "css-loader": "^6.7.2", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", @@ -55,7 +55,7 @@ "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" }, diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index de294c9b..98dff285 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -44,9 +44,9 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@redux-devtools/ui": "^1.3.0", - "@types/lodash": "^4.14.186", + "@types/lodash": "^4.14.189", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", @@ -61,32 +61,32 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.8.6", + "@reduxjs/toolkit": "^1.9.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/jest": "^29.2.0", + "@types/jest": "^29.2.3", "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", - "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@types/react": "^18.0.25", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^8.0.4", + "react-redux": "^8.0.5", "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", @@ -94,7 +94,7 @@ }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", - "@reduxjs/toolkit": "^1.8.6", + "@reduxjs/toolkit": "^1.9.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/styled-components": "^5.1.26", "react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-rtk-query-monitor/test/integration.spec.tsx b/packages/redux-devtools-rtk-query-monitor/test/integration.spec.tsx index 4eaf9895..56bf85aa 100644 --- a/packages/redux-devtools-rtk-query-monitor/test/integration.spec.tsx +++ b/packages/redux-devtools-rtk-query-monitor/test/integration.spec.tsx @@ -96,7 +96,9 @@ describe('rtk-query-monitor standalone integration', () => { it('displays query data tab content', async () => { // `Promise.resolve()` hushes `@typescript-eslint/await-thenable` - await Promise.resolve(pokemonApi.util.getRunningOperationPromises()); + await Promise.resolve( + store.dispatch(pokemonApi.util.getRunningQueriesThunk() as any) + ); const { container } = render( diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 239c5f78..5c2e954c 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -37,25 +37,25 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "jsan": "^3.1.14" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@types/jest": "^29.2.0", + "@types/jest": "^29.2.3", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "immutable": "^4.1.0", - "jest": "^29.2.2", + "jest": "^29.3.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "typescript": "~4.8.4" diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 2e68a13e..de4f2b1f 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -24,29 +24,29 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", - "react-redux": "^8.0.4", + "react-redux": "^8.0.5", "redux": "^4.2.0", "styled-components": "^5.3.6", "todomvc-app-css": "^2.4.2" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@babel/preset-env": "^7.19.4", + "@babel/core": "^7.20.2", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/classnames": "^2.3.1", - "@types/node": "^18.11.7", + "@types/node": "^18.11.9", "@types/prop-types": "^15.7.5", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "css-loader": "^6.7.1", - "eslint": "^8.25.0", + "css-loader": "^6.7.2", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", @@ -55,7 +55,7 @@ "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "~4.8.4", - "webpack": "^5.74.0", + "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" } diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index e358385f..1eec3f18 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -32,7 +32,7 @@ "prepublish": "pnpm run type-check && pnpm run lint" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@redux-devtools/ui": "^1.3.0", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", @@ -41,28 +41,28 @@ }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@rollup/plugin-babel": "^6.0.0", - "@types/node": "^18.11.7", - "@types/react": "^18.0.21", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "eslint": "^8.25.0", + "@rollup/plugin-babel": "^6.0.2", + "@types/node": "^18.11.9", + "@types/react": "^18.0.25", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rollup": "^3.2.3", + "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", - "tslib": "^2.4.0", + "tslib": "^2.4.1", "typescript": "~4.8.4" }, "peerDependencies": { diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 9883a1c0..771586ea 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -42,7 +42,7 @@ "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" }, "dependencies": { - "@babel/runtime": "^7.19.4", + "@babel/runtime": "^7.20.1", "@rjsf/core": "^4.2.3", "@types/base16": "^1.0.2", "@types/codemirror": "^5.60.5", @@ -55,40 +55,40 @@ "color": "^4.2.3", "prop-types": "^15.8.1", "react-icons": "^4.6.0", - "react-select": "^5.5.2", + "react-select": "^5.6.1", "redux-devtools-themes": "^1.0.0", "simple-element-resize-detector": "^1.3.0" }, "devDependencies": { "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.3", + "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", - "@babel/plugin-transform-runtime": "^7.19.1", - "@babel/preset-env": "^7.19.4", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@storybook/addon-essentials": "^6.5.12", + "@storybook/addon-essentials": "^6.5.13", "@storybook/builder-webpack5": "^6.5.13", "@storybook/manager-webpack5": "^6.5.13", - "@storybook/react": "^6.5.12", + "@storybook/react": "^6.5.13", "@testing-library/dom": "^8.19.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/color": "^3.0.3", - "@types/jest": "^29.2.0", - "@types/react": "^18.0.21", + "@types/jest": "^29.2.3", + "@types/react": "^18.0.25", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.40.1", - "@typescript-eslint/parser": "^5.40.1", - "babel-loader": "^9.0.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "babel-loader": "^9.1.0", "csstype": "^3.1.1", - "eslint": "^8.25.0", + "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.2", + "eslint-plugin-jest": "^27.1.5", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", - "jest": "^29.2.2", - "jest-environment-jsdom": "^29.2.2", + "jest": "^29.3.1", + "jest-environment-jsdom": "^29.3.1", "ncp": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -96,14 +96,14 @@ "require-from-string": "^2.0.2", "rimraf": "^3.0.2", "styled-components": "^5.3.6", - "stylelint": "^14.14.0", - "stylelint-config-prettier": "^9.0.3", + "stylelint": "^14.15.0", + "stylelint-config-prettier": "^9.0.4", "stylelint-config-standard": "^29.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.0.3", "typescript": "~4.8.4", - "webpack": "^5.74.0" + "webpack": "^5.75.0" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap index 01b2b754..d4c8f1af 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap @@ -206,6 +206,7 @@ exports[`Form renders correctly 1`] = ` aria-describedby="react-select-2-placeholder" aria-expanded="false" aria-haspopup="true" + aria-required="false" autocapitalize="none" autocomplete="off" autocorrect="off" @@ -555,6 +556,7 @@ exports[`Form renders with no button 1`] = ` aria-describedby="react-select-4-placeholder" aria-expanded="false" aria-haspopup="true" + aria-required="false" autocapitalize="none" autocomplete="off" autocorrect="off" @@ -895,6 +897,7 @@ exports[`Form renders with primary button 1`] = ` aria-describedby="react-select-3-placeholder" aria-expanded="false" aria-haspopup="true" + aria-required="false" autocapitalize="none" autocomplete="off" autocorrect="off" diff --git a/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap index 932adbe9..aa6658ee 100644 --- a/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap +++ b/packages/redux-devtools-ui/test/__snapshots__/Select.test.tsx.snap @@ -200,7 +200,7 @@ exports[`Select should select another option 1`] = ` - option Two focused, 2 of 3. 1 result available for search term two. Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu, press Tab to select the option and exit the menu. + option Two focused, 1 of 1. 1 result available for search term two. Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu, press Tab to select the option and exit the menu.
=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@jridgewell/trace-mapping': 0.3.17 commander: 4.1.1 convert-source-map: 1.9.0 @@ -2648,8 +2648,8 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.19.4: - resolution: {integrity: sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==} + /@babel/compat-data/7.20.1: + resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} engines: {node: '>=6.9.0'} /@babel/core/7.12.9: @@ -2657,13 +2657,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.5 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helpers': 7.19.4 - '@babel/parser': 7.19.4 + '@babel/generator': 7.20.4 + '@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.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2676,20 +2676,20 @@ packages: - supports-color dev: true - /@babel/core/7.19.3: - resolution: {integrity: sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==} + /@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.19.5 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helpers': 7.19.4 - '@babel/parser': 7.19.4 + '@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.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2698,16 +2698,16 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.19.1_v37dtiefj2fmp2s4n57pt7n35y: + /@babel/eslint-parser/7.19.1_qn3xnppexigqgidmp7nt2fn2oy: resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.25.0 + eslint: 8.27.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true @@ -2716,7 +2716,15 @@ packages: resolution: {integrity: sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 + + /@babel/generator/7.20.4: + resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.20.2 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -2724,35 +2732,35 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: true - /@babel/helper-compilation-targets/7.19.3_@babel+core@7.19.3: - resolution: {integrity: sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==} + /@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.19.4 - '@babel/core': 7.19.3 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.19.3: + /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.3 + '@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.19.0 @@ -2764,27 +2772,27 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.19.3: + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.2.1 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.19.3: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.2: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/traverse': 7.19.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/traverse': 7.20.1 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2793,14 +2801,14 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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 @@ -2817,7 +2825,7 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: true /@babel/helper-function-name/7.19.0: @@ -2825,19 +2833,19 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@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.19.4 + '@babel/types': 7.20.2 dev: true /@babel/helper-module-imports/7.18.6: @@ -2846,18 +2854,18 @@ packages: dependencies: '@babel/types': 7.19.4 - /@babel/helper-module-transforms/7.19.0: - resolution: {integrity: sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==} + /@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.19.4 + '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -2865,7 +2873,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -2875,18 +2883,23 @@ packages: /@babel/helper-plugin-utils/7.19.0: resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} engines: {node: '>=6.9.0'} + dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.19.3: + /@babel/helper-plugin-utils/7.20.2: + resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} + engines: {node: '>=6.9.0'} + + /@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.19.3 + '@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.19.0 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true @@ -2898,30 +2911,30 @@ packages: '@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.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.19.4: - resolution: {integrity: sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==} + /@babel/helper-simple-access/7.20.2: + resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@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.19.4 + '@babel/types': 7.20.2 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -2941,19 +2954,19 @@ packages: dependencies: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.19.4: - resolution: {integrity: sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==} + /@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.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -2970,163 +2983,170 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.19.3: + /@babel/parser/7.20.3: + resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.20.2 + + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-async-generator-functions/7.19.1_@babel+core@7.19.3: - resolution: {integrity: sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==} + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.3 + '@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-class-properties/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.19.3: + /@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.12.0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@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-decorators/7.19.3_@babel+core@7.19.3: + /@babel/plugin-proposal-decorators/7.19.3_@babel+core@7.20.2: resolution: {integrity: sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 + '@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-export-default-from/7.18.10_@babel+core@7.19.3: + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.2: resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.19.3: + /@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.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.19.3 + '@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-json-strings/7.18.6_@babel+core@7.19.3: + /@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.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.3 + '@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-logical-assignment-operators/7.18.9_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.3 + '@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-nullish-coalescing-operator/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.3 + '@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-numeric-separator/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.3 + '@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-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -3135,198 +3155,198 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.19.4_@babel+core@7.19.3: - resolution: {integrity: sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==} + /@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/compat-data': 7.19.4 - '@babel/core': 7.19.3 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 + '@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-optional-catch-binding/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.3 + '@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-optional-chaining/7.18.9_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.19.3: + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.3 + '@babel/helper-create-class-features-plugin': 7.19.0_@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-unicode-property-regex/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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-syntax-async-generators/7.8.4_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.19.3: + /@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/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.19.3: + /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.19.3: + /@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/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.19.3: + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.19.3: + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.19.3: - resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: @@ -3335,43 +3355,43 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.19.3: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.12.9: @@ -3380,123 +3400,123 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.19.3: + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.19.0 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.19.3: + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.19.3 + '@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-block-scoped-functions/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.19.4_@babel+core@7.19.3: - resolution: {integrity: sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==} + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-classes/7.19.0_@babel+core@7.19.3: - resolution: {integrity: sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==} + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@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 @@ -3504,400 +3524,397 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-destructuring/7.19.4_@babel+core@7.19.3: - resolution: {integrity: sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==} + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.19.3: + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.2 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 + '@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.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.19.3: - 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.19.3 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 - 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-commonjs/7.18.6_@babel+core@7.19.3: - resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==} + /@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.19.3 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-simple-access': 7.19.4 - 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-systemjs/7.19.0_@babel+core@7.19.3: - resolution: {integrity: sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==} + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 - babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.1_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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-new-target/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.12.9: - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.12.9: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.19.3: - 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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.19.3: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.19.3: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 dev: true - /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.19.3: + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 - '@babel/types': 7.19.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/types': 7.20.2 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.19.3: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-runtime/7.19.1_@babel+core@7.19.3: - resolution: {integrity: sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==} + /@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.19.3 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.19.0 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.3 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.3 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.3 + 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-shorthand-properties/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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-sticky-regex/7.18.6_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.19.3: + /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.20.2: resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3: + /@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/core': 7.19.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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/polyfill/7.12.1: @@ -3908,153 +3925,153 @@ packages: regenerator-runtime: 0.13.10 dev: false - /@babel/preset-env/7.19.4_@babel+core@7.19.3: - resolution: {integrity: sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==} + /@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.19.4 - '@babel/core': 7.19.3 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@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.19.3 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-proposal-async-generator-functions': 7.19.1_@babel+core@7.19.3 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.3 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.19.3 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.3 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.3 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-modules-systemjs': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.19.3 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.19.3 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.19.3 - '@babel/preset-modules': 0.1.5_@babel+core@7.19.3 - '@babel/types': 7.19.4 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.3 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.3 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.3 + '@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-flow/7.18.6_@babel+core@7.19.3: + /@babel/preset-flow/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.19.3 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.2 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.19.3: + /@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.19.3 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.3 - '@babel/types': 7.19.4 + '@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/preset-react/7.18.6_@babel+core@7.19.3: + /@babel/preset-react/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.19.3 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.2 dev: true - /@babel/preset-typescript/7.18.6_@babel+core@7.19.3: + /@babel/preset-typescript/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.19.0 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.19.3 + '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.18.9_@babel+core@7.19.3: + /@babel/register/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4070,8 +4087,8 @@ packages: regenerator-runtime: 0.13.10 dev: true - /@babel/runtime/7.19.4: - resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==} + /@babel/runtime/7.20.1: + resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.10 @@ -4081,8 +4098,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.19.4 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 /@babel/traverse/7.19.4: resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} @@ -4100,6 +4117,7 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: true /@babel/traverse/7.19.4_supports-color@5.5.0: resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} @@ -4118,6 +4136,23 @@ packages: transitivePeerDependencies: - supports-color + /@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.20.4 + '@babel/helper-environment-visitor': 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.20.3 + '@babel/types': 7.20.2 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + /@babel/types/7.19.4: resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} engines: {node: '>=6.9.0'} @@ -4126,6 +4161,14 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + /@babel/types/7.20.2: + resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.19.4 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 + /@base2/pretty-print-object/1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} dev: true @@ -4134,661 +4177,671 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.2_p6srbiuyedikxn6f24tx2pmeqe: - resolution: {integrity: sha512-Jf7A6I0eIGk34zO5TiTW8orJOFQb5A/D1ekNYbaukNccoUPKJg/xdQ/b00oIR6LT93nJxggkoP/vszfmmTHuFg==} + /@chakra-ui/accordion/2.1.3_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-OAJSbF0UHBipi6ySBlTZM1vZi5Uoe+1UyYTBId1CxRPYHHgm3n9xAYjOtiA+TrT63aZbKwNV2KBshmGSMnNPGQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-n40KHU3j1H6EbIdgptjEad92V7Fpv7YD++ZBjy2g1h4w9ay9nw4kGHib3gaIkBupLf52CfLqySEc8w0taoIlXQ==} + /@chakra-ui/alert/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-L2h2EeLH0x6+FDG8liu/EuDGAkI3Cgym6aXJdhaJDY3Q18o7lATrkU5Nb7jAf3sHKMwTW5X0YzAOtFiwjpALGA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/anatomy/2.0.7: - resolution: {integrity: sha512-vzcB2gcsGCxhrKbldQQV6LnBPys4eSSsH2UA2mLsT+J3WlXw0aodZw0eE/nH7yLxe4zaQ4Gnc0KjkFW4EWNKSg==} + /@chakra-ui/anatomy/2.1.0: + resolution: {integrity: sha512-E3jMPGqKuGTbt7mKtc8g/MOOenw2c4wqRC1vOypyFgmC8wsewdY+DJJNENF3atXAK7p5VMBKQfZ7ipNlHnDAwA==} dev: false - /@chakra-ui/avatar/2.2.0_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-mpAkfr/JG+BNBw2WvU55CSRFYKeFBUyAQAu3YulznLzi2U3e7k3IA0J8ofbrDYlSH/9KqkDuuSrxqGZgct+Nug==} + /@chakra-ui/avatar/2.2.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-sgiogfLM8vas8QJTt7AJI4XxNXYdViCWj+xYJwyOwUN93dWKImqqx3O2ihCXoXTIqQWg1rcEgoJ5CxCg6rQaQQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/image': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/image': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.1.0_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-khBR579SLDEo6Wuo3tETRY6m0yJD/WCvSR7Res2g1B6OJgc9OQGM7yIMu4OdLUTwfXsCnlHTDoSQPUxFOVAMIQ==} + /@chakra-ui/breadcrumb/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-OSa+F9qJ1xmF0zVxC1GU46OWbbhGf0kurHioSB729d+tRw/OMzmqrrfCJ7KVUUN8NEnTZXT5FIgokMvHGEt+Hg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breakpoint-utils/2.0.4: - resolution: {integrity: sha512-SUUEYnA/FCIKYDHMuEXcnBMwet+6RAAjQ+CqGD1hlwKPTfh7EK9fS8FoVAJa9KpRKAc/AawzPkgwvorzPj8NSg==} + /@chakra-ui/breakpoint-utils/2.0.5: + resolution: {integrity: sha512-8uhrckMwoR/powlAhxiFZPM0s8vn0B2yEyEaRcwpy5NmRAJSTEotC2WkSyQl/Cjysx9scredumB5g+fBX7IqGQ==} dev: false - /@chakra-ui/button/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-J6iMRITqxTxa0JexHUY9c7BXUrTZtSkl3jZ2hxiFybB4MQL8J2wZ24O846B6M+WTYqy7XVuHRuVURnH4czWesw==} + /@chakra-ui/button/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-SRW44nz3Jcbl0XkwCxqn1GE7cT/cqKALBMCnBxM5zXJqzMfYjuQHdtJA2AzX/WB3qKab1GJK4rXCV37h4l3Q3Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.2_p6srbiuyedikxn6f24tx2pmeqe: - resolution: {integrity: sha512-Y6Zbkkk5VNoe0RzqU6F+rKlFVPlubz1KIgYcb7CCNHGOM97dLtRm78eAvJ+7Xmpitr+7zZ4hJLLjfAz+e1X7rA==} + /@chakra-ui/card/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-vvmfuNn6gkfv6bGcXQe6kvWHspziPZgYnnffiEjPaZYtaf98WRszpjyPbFv0oQR/2H1RSE1oaTqa/J1rHrzw3A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' - framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/visually-hidden': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + react: 18.2.0 + dev: false + + /@chakra-ui/checkbox/2.2.4_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-yNuUFFBuFu9Sih8DlqOn+SLj2RtpVGebePkwUqSRQygMfveFYuWYWt1sbrFYyt0KmIBq0OkucUMy4OnkErUOHQ==} + peerDependencies: + '@chakra-ui/system': '>=2.0.0' + react: '>=18 || 18' + dependencies: + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/visually-hidden': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi '@zag-js/focus-visible': 0.1.0 - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/clickable/2.0.10_react@18.2.0: - resolution: {integrity: sha512-G6JdR6yAMlXpfjOJ70W2FL7aUwNuomiMFtkneeTpk7Q42bJ5iGHfYlbZEx5nJd8iB+UluXVM4xlhMv2MyytjGw==} + /@chakra-ui/clickable/2.0.11_react@18.2.0: + resolution: {integrity: sha512-5Y2dl5cxNgOxHbjxyxsL6Vdze4wUUvwsMCCW3kXwgz2OUI2y5UsBZNcvhNJx3RchJEd0fylMKiKoKmnZMHN2aw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-9WF/nwwK9BldS89WQ5PtXK2nFS4r8QOgKls2BOwXfE+rGmOUZtOsu8ne/drXRjgkiBRETR6CxdyUjm7EPzXllw==} + /@chakra-ui/close-button/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-34rOJ+NDdkhaP1CI0bP5jmE4KCmvgaxxuI5Ano52XHRnFad4ghqqSZ0oae7RqNMcxRK4YNX8JYtj6xdQsfc6kA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/color-mode/2.1.9_react@18.2.0: - resolution: {integrity: sha512-0kx0I+AQon8oS23/X+qMtnhsv/1BUulyJvU56p3Uh8CRaBfgJ7Ly9CerShoUL+5kadu6hN1M9oty4cugaCwv2w==} + /@chakra-ui/color-mode/2.1.10_react@18.2.0: + resolution: {integrity: sha512-aUPouOUPn7IPm1v00/9AIkRuNrkCwJlbjVL1kJzLzxijYjbHvEHPxntITt+JWjtXPT8xdOq6mexLYCOGA67JwQ==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-sHmZanFLEv4IDATl19ZTxq8Bi8PtjfvnsN6xF4k7JGSYUnk1YXUf1coyW7WKdcsczOASrMikfsLc3iEVAzx4Ng==} + /@chakra-ui/control-box/2.0.11_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-UJb4vqq+/FPuwTCuaPeHa2lwtk6u7eFvLuwDCST2e/sBWGJC1R+1/Il5pHccnWs09FWxyZ9v/Oxkg/CG3jZR4Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/counter/2.0.10_react@18.2.0: - resolution: {integrity: sha512-MZK8UKUZp4nFMd+GlV/cq0NIARS7UdlubTuCx+wockw9j2JI5OHzsyK0XiWuJiq5psegSTzpbtT99QfAUm3Yiw==} + /@chakra-ui/counter/2.0.11_react@18.2.0: + resolution: {integrity: sha512-1YRt/jom+m3iWw9J9trcM6rAHDvD4lwThiO9raxUK7BRsYUhnPZvsMpcXU1Moax218C4rRpbI9KfPLaig0m1xQ==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/number-utils': 2.0.4 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/number-utils': 2.0.5 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.8_gyryel6m34lsxtsejhafetjriq: - resolution: {integrity: sha512-VuDD1rk1pFc+dItk4yUcstyoC9D2B35hatHDBtlPMqTczFAzpbgVJJYgEHANatXGfulM5SdckmYEIJ3Tac1Rtg==} + /@chakra-ui/css-reset/2.0.10_hp5f5nkljdiwilp4rgxyefcplu: + resolution: {integrity: sha512-FwHOfw2P4ckbpSahDZef2KoxcvHPUg09jlicWdp24/MjdsOO5PAB/apm2UBvQflY4WAJyOqYaOdnXFlR6nF4cQ==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18 || 18' dependencies: - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy react: 18.2.0 dev: false - /@chakra-ui/descendant/3.0.10_react@18.2.0: - resolution: {integrity: sha512-MHH0Qdm0fGllGP2xgx4WOycmrpctyyEdGw6zxcfs2VqZNlrwmjG3Yb9eVY+Q7UmEv5rwAq6qRn7BhQxgSPn3Cg==} + /@chakra-ui/descendant/3.0.11_react@18.2.0: + resolution: {integrity: sha512-sNLI6NS6uUgrvYS6Imhoc1YlI6bck6pfxMBJcnXVSfdIjD6XjCmeY2YgzrtDS+o+J8bB3YJeIAG/vsVy5USE5Q==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/dom-utils/2.0.3: - resolution: {integrity: sha512-aeGlRmTxcv0cvW44DyeZHru1i68ZDQsXpfX2dnG1I1yBlT6GlVx1xYjCULis9mjhgvd2O3NfcYPRTkjNWTDUbA==} + /@chakra-ui/dom-utils/2.0.4: + resolution: {integrity: sha512-P936+WKinz5fgHzfwiUQjE/t7NC8bU89Tceim4tbn8CIm/9b+CsHX64eNw4vyJqRwt78TXQK7aGBIbS18R0q5Q==} dev: false - /@chakra-ui/editable/2.0.13_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-GM3n8t3/TOFFcDOWF/tuKsnqn66isZLsU+FkMRY2o0E8XjLBGjCKuXInPW5SRBqhje7EHC+kwViLE780PfwXbw==} + /@chakra-ui/editable/2.0.15_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-Xb/hxMhguZmmGrdAosRAIRy70n7RSxoDWULojV+22ysWvqO8X+TkkwnF36XQX7c/V7F/yY0UqOXZWqdeoNqWPw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/event-utils/2.0.5: - resolution: {integrity: sha512-VXoOAIsM0PFKDlhm+EZxkWlUXd5UFTb/LTux3y3A+S9G5fDxLRvpiLWByPUgTFTCDFcgTCF+YnQtdWJB4DLyxg==} + /@chakra-ui/event-utils/2.0.6: + resolution: {integrity: sha512-ZIoqUbgJ5TcCbZRchMv4n7rOl1JL04doMebED88LO5mux36iVP9er/nnOY4Oke1bANKKURMrQf5VTT9hoYeA7A==} dev: false - /@chakra-ui/focus-lock/2.0.12_iapumuv4e6jcjznwuxpf4tt22e: - resolution: {integrity: sha512-NvIP59A11ZNbxXZ3qwxSiQ5npjABkpSbTIjK0uZ9bZm5LMfepRnuuA19VsVlq31/BYV9nHFAy6xzIuG+Qf9xMA==} + /@chakra-ui/focus-lock/2.0.13_fan5qbzahqtxlm5dzefqlqx5ia: + resolution: {integrity: sha512-AVSJt+3Ukia/m9TCZZgyWvTY7pw88jArivWVJ2gySGYYIs6z/FJMnlwbCVldV2afS0g3cYaii7aARb/WrlG34Q==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.3 + '@chakra-ui/dom-utils': 2.0.4 react: 18.2.0 - react-focus-lock: 2.9.1_iapumuv4e6jcjznwuxpf4tt22e + react-focus-lock: 2.9.1_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-MVhIe0xY4Zn06IXRXFmS9tCa93snppK1SdUQb1P99Ipo424RrL5ykzLnJ8CAkQrhoVP3sxF7z3eOSzk8/iRfow==} + /@chakra-ui/form-control/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-rSnAStY0qodnxiiL9MkS7wMBls+aG9yevq/yIuuETC42XfBNndKu7MLHFEKFIpAMuZvNocJtB+sP8qpe8jLolg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/hooks/2.1.0_react@18.2.0: - resolution: {integrity: sha512-4H6BDITq/YrStW99LXurgPkcz4qHSVy9V/QWXCvt1pCuiDTqNztiW4r508H3ApAOsL9NEbyXcM/zWYD7r5VDjA==} + /@chakra-ui/hooks/2.1.2_react@18.2.0: + resolution: {integrity: sha512-/vDBOqqnho9q++lay0ZcvnH8VuE0wT2OkZj+qDwFwjiHAtGPVxHCSpu9KC8BIHME5TlWjyO6riVyUCb2e2ip6w==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-utils': 2.0.8_react@18.2.0 - '@chakra-ui/utils': 2.0.11 + '@chakra-ui/react-utils': 2.0.9_react@18.2.0 + '@chakra-ui/utils': 2.0.12 compute-scroll-into-view: 1.0.14 copy-to-clipboard: 3.3.1 react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-RG4jf/XmBdaxOYI5J5QstEtTCPoVlmrQ/XiWhvN0LTgAnmZIqVwFl3Uw+satArdStHAs0GmJZg/E/soFTWuFmw==} + /@chakra-ui/icon/3.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-VbUqgMcoZ26P1MtZdUqlxAKYDi1Bt8sSPNRID8QOwWfqyRYrbzabORVhKR3gpi6GaINjm7KRHIXHarj3u6EWdA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/image/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-S6NqAprPcbHnck/J+2wg06r9SSol62v5A01O8Kke2PnAyjalMcS+6P59lDRO7wvPqsdxq4PPbSTZP6Dww2CvcA==} + /@chakra-ui/image/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-uclFhs0+wq2qujGu8Wk4eEWITA3iZZQTitGiFSEkO9Ws5VUH+Gqtn3mUilH0orubrI5srJsXAmjVTuVwge1KJQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/input/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-lJ5necu+Wt698HdCTC7L/ErA2nNVJAra7+knPe0qMR+AizGEL7LKCV/bdQe7eggjvKsDGD4alJIEczUvm3JVUQ==} + /@chakra-ui/input/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-28K033kg+9SpU0/HCvcAcY42JQPTpSR7ytcZV+6i/MBvGR72Dsf4JJQuQIcAtEW1lH0l/OpbY6ozhaoRW5NhdQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/object-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/object-utils': 2.0.5 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.9_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-ztsavtirtdtjxdqIkGR6fVcrffHp6hs1twRFO/dK14FGXrX3Nn9mi3J1fr1ITBHJq6y5B3yFEj0LHN2fO8dYyw==} + /@chakra-ui/layout/2.1.10_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-9WlbZGIg0TMIwnxuCuZfkE7HJUInL5qRWgw9I3U960/4GYZRrlcxx8I1ZuHNww0FdItNrlnYLXEfXP77uU779w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.4 - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/object-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/breakpoint-utils': 2.0.5 + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/object-utils': 2.0.5 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/lazy-utils/2.0.2: - resolution: {integrity: sha512-MTxutBJZvqNNqrrS0722cI7qrnGu0yUQpIebmTxYwI+F3cOnPEKf5Ni+hrA8hKcw4XJhSY4npAPPYu1zJbOV4w==} + /@chakra-ui/lazy-utils/2.0.3: + resolution: {integrity: sha512-SQ5I5rJrcHpVUcEftHLOh8UyeY+06R8Gv3k2RjcpvM6mb2Gktlz/4xl2GcUh3LWydgGQDW/7Rse5rQhKWgzmcg==} dev: false - /@chakra-ui/live-region/2.0.10_react@18.2.0: - resolution: {integrity: sha512-eQ2ZIreR/plzi/KGszDYTi1TvIyGEBcPiWP52BQOS7xwpzb1vsoR1FgFAIELxAGJvKnMUs+9qVogfyRBX8PdOg==} + /@chakra-ui/live-region/2.0.11_react@18.2.0: + resolution: {integrity: sha512-ltObaKQekP75GCCbN+vt1/mGABSCaRdQELmotHTBc5AioA3iyCDHH69ev+frzEwLvKFqo+RomAdAAgqBIMJ02Q==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-hbgm6JCe0kYU3PAhxASYYDopFQI26cW9kZnbp+5tRL1fykkVWNMPwoGC8FEZPur9JjXp7aoL6H4Jk7nrxY/XWw==} + /@chakra-ui/media-query/3.2.8_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-djmEg/eJ5Qrjn7SArTqjsvlwF6mNeMuiawrTwnU+0EKq9Pq/wVSb7VaIhxdQYJLA/DbRhE/KPMogw1LNVKa4Rw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.4 - '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/breakpoint-utils': 2.0.5 + '@chakra-ui/react-env': 2.0.11_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.2_p6srbiuyedikxn6f24tx2pmeqe: - resolution: {integrity: sha512-6Z7ecXjp6BtZ1ExbFggfxsAj1hwtcathXekmCTxHpXOD+BdjAC/13+oLclwXeuBO85aoTmQrQ2ovfTkO31bzRQ==} + /@chakra-ui/menu/2.1.4_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-7kEM5dCSBMXig3iyvsSxzYi/7zkmaf843zoxb7QTB7sRB97wrCxIE8yy1/73YTzxOP3zdAyITPcxNJ/bkiVptQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.10_react@18.2.0 - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-outside-click': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/clickable': 2.0.11_react@18.2.0 + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.3 + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-outside-click': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.2_atjqpbku7q7yrg5rd36sdz5ug4: - resolution: {integrity: sha512-cCYuqLZO4QqFUI1H+uEqixDk6UiCP3yC+sxkhFTXHIApSG9Z44v5np7BVTd6LKdmAN8pAWcc8Oxf14RvD6LWLw==} + /@chakra-ui/modal/2.2.3_qbjehrjudme43rlixik5nx6edi: + resolution: {integrity: sha512-fSpnFiI3rlif5ynyO3P8A1S/97B/SOFUrIuNaJnhKSgiu7VtklPjiPWHCw5Y+ktEvagDXEmkpztcfMBPTY0wIA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/focus-lock': 2.0.12_iapumuv4e6jcjznwuxpf4tt22e - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a - aria-hidden: 1.2.1_iapumuv4e6jcjznwuxpf4tt22e - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/focus-lock': 2.0.13_fan5qbzahqtxlm5dzefqlqx5ia + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + aria-hidden: 1.2.1_fan5qbzahqtxlm5dzefqlqx5ia + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.5_iapumuv4e6jcjznwuxpf4tt22e + react-remove-scroll: 2.5.5_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-3owLjl01sCYpTd3xbq//fJo9QJ0Q3PVYSx9JeOzlXnnTW8ws+yHPrqQzPe7G+tO4yOYynWuUT+NJ9oyCeAJIxA==} + /@chakra-ui/number-input/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-Kn6PKLkGl+5hrMoeaGGN19qVHHJB79G4c0rfkWPjDWKsgpbCwHQctLJwrkxuwGAn1iWzw4WL31lsb+o6ZRQHbA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/counter': 2.0.10_react@18.2.0 - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-interval': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/counter': 2.0.11_react@18.2.0 + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-interval': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/number-utils/2.0.4: - resolution: {integrity: sha512-MdYd29GboBoKaXY9jhbY0Wl+0NxG1t/fa32ZSIbU6VrfMsZuAMl4NEJsz7Xvhy50fummLdKn5J6HFS7o5iyIgw==} + /@chakra-ui/number-utils/2.0.5: + resolution: {integrity: sha512-Thhohnlqze0i5HBJO9xkfOPq1rv3ji/hNPf2xh1fh4hxrNzdm3HCkz0c6lyRQwGuVoeltEHysYZLH/uWLFTCSQ==} dev: false - /@chakra-ui/object-utils/2.0.4: - resolution: {integrity: sha512-sY98L4v2wcjpwRX8GCXqT+WzpL0i5FHVxT1Okxw0360T2tGnZt7toAwpMfIOR3dzkemP9LfXMCyBmWR5Hi2zpQ==} + /@chakra-ui/object-utils/2.0.5: + resolution: {integrity: sha512-/rIMoYI3c2uLtFIrnTFOPRAI8StUuu335WszqKM0KAW1lwG9H6uSbxqlpZT1Pxi/VQqZKfheGiMQOx5lfTmM/A==} dev: false - /@chakra-ui/pin-input/2.0.15_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-Ha8siSZm9gyjHHBK8ejwhKT6+75U12I/hNiYFvl2JHhc+Uh8tdi7+N+9SILO5vqbIv9kb+WGitvZ67I0cHjSfw==} + /@chakra-ui/pin-input/2.0.16_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-51cioNYpBSgi9/jq6CrzoDvo8fpMwFXu3SaFRbKO47s9Dz/OAW0MpjyabTfSpwOv0xKZE+ayrYGJopCzZSWXPg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.1_p6srbiuyedikxn6f24tx2pmeqe: - resolution: {integrity: sha512-j09NsesfT+eaYITkITYJXDlRcPoOeQUM80neJZKOBgul2iHkVsEoii8dwS5Ip5ONeu4ane1b6zEOlYvYj2SrkA==} + /@chakra-ui/popover/2.1.3_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-3CbeXjpCYnKyq5Z2IqUyfXZYpi5GzmPQZqzS2/kuJwgTuSjtuQovX0QI7oNE4zv4r6yEABW/kVrI7pn0/Tet1Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/lazy-utils': 2.0.3 + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/popper/3.0.8_react@18.2.0: - resolution: {integrity: sha512-246eUwuCRsLpTPxn5T8D8T9/6ODqmmz6pRRJAjGnLlUB0gNHgjisBn0UDBic5Gbxcg0sqKvxOMY3uurbW5lXTA==} + /@chakra-ui/popper/3.0.9_react@18.2.0: + resolution: {integrity: sha512-xtQ1SXxKyDFY3jWNXxr6xdiGQ8mCI5jaw+c2CWKp/bb8FnASXEFLWIlmWx8zxkE1BbPMszWHnaGF8uCBRjmQMA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@popperjs/core': 2.11.6 react: 18.2.0 dev: false - /@chakra-ui/portal/2.0.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-VRYvVAggIuqIZ3IQ6XZ1b5ujjjOUgPk9PPdc9jssUngZa7RG+5NXNhgoM8a5TsXv6aPEolBOlDNWuxzRQ4RSSg==} + /@chakra-ui/portal/2.0.11_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Css61i4WKzKO8ou1aGjBzcsXMy9LnfnpkOFfvaNCpUUNEd6c47z6+FhZNq7Gc38PGNjSfMLAd4LmH+H0ZanYIA==} peerDependencies: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-9qtZimZosTliI7siAZkLeCVdCpXCTxmSETCudHcCUsC+FtcFacmA65+We8qij1nOIqmsbm+NYU6PP89TU2n4Hg==} + /@chakra-ui/progress/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-ddAXaYGNObGqH1stRAYxkdospf6J4CDOhB0uyw9BeHRSsYkCUQWkUBd/melJuZeGHEH2ItF9T7FZ4JhcepP3GA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.20_6xnkn2aqnlmdvuspwqrjexfduy: - resolution: {integrity: sha512-mNNfsgm05G4x1VzvHVR9+PNEiuxNnn9xUKDuEwoaO7+IHCMzCRMtPbSJjwmv0xvHUGB9+JChjPpZI5RuHQziJQ==} + /@chakra-ui/provider/2.0.23_5rzy53przelm5jchjmb5vr6dxy: + resolution: {integrity: sha512-oYrvBivTsmBZ7NOyvctOmj+p2dDbRioe0S77S51G9iS+aGTh37W10HgaT0zyrDuZQVARoF9RUyOB5T6vuqwdCQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/css-reset': 2.0.8_gyryel6m34lsxtsejhafetjriq - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/utils': 2.0.11 - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu - '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty + '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-env': 2.0.11_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/utils': 2.0.12 + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-871hqAGQaufxyUzPP3aautPBIRZQmpi3fw5XPZ6SbY62dV61M4sjcttd46HfCf5SrAonoOADFQLMGQafznjhaA==} + /@chakra-ui/radio/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-P8mbdCZY9RG5034o1Tvy1/p573cHWDyzYuG8DtdEydiP6KGwaFza16/5N0slLY1BQwClIRmImLLw4vI+76J8XA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm '@zag-js/focus-visible': 0.1.0 react: 18.2.0 dev: false - /@chakra-ui/react-children-utils/2.0.3_react@18.2.0: - resolution: {integrity: sha512-tPQjLEEuAw/DYLRw0cNs/g8tcdhZ3r21Sr9dTAzoyvfk0vbZ24gCXRElltW2GZLiFA63mAidzhPmc+yQF3Wtgg==} + /@chakra-ui/react-children-utils/2.0.4_react@18.2.0: + resolution: {integrity: sha512-qsKUEfK/AhDbMexWo5JhmdlkxLg5WEw2dFh4XorvU1/dTYsRfP6cjFfO8zE+X3F0ZFNsgKz6rbN5oU349GLEFw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-context/2.0.4_react@18.2.0: - resolution: {integrity: sha512-eBITFkf7fLSiMZrSdhweK4fYr41WUNMEeIEOP2dCWolE7WgKxNYaYleC+iRGY0GeXkFM2KYywUtixjJe29NuVA==} + /@chakra-ui/react-context/2.0.5_react@18.2.0: + resolution: {integrity: sha512-WYS0VBl5Q3/kNShQ26BP+Q0OGMeTQWco3hSiJWvO2wYLY7N1BLq6dKs8vyKHZfpwKh2YL2bQeAObi+vSkXp6tQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-env/2.0.10_react@18.2.0: - resolution: {integrity: sha512-3Yab5EbFcCGYzEsoijy4eA3354Z/JoXyk9chYIuW7Uwd+K6g/R8C0mUSAHeTmfp6Fix9kzDgerO5MWNM87b8cA==} + /@chakra-ui/react-env/2.0.11_react@18.2.0: + resolution: {integrity: sha512-rPwUHReSWh7rbCw0HePa8Pvc+Q82fUFvVjHTIbXKnE6d+01cCE7j4f1NLeRD9pStKPI6sIZm9xTGvOCzl8F8iw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-types/2.0.3_react@18.2.0: - resolution: {integrity: sha512-1mJYOQldFTALE0Wr3j6tk/MYvgQIp6CKkJulNzZrI8QN+ox/bJOh8OVP4vhwqvfigdLTui0g0k8M9h+j2ub/Mw==} + /@chakra-ui/react-types/2.0.4_react@18.2.0: + resolution: {integrity: sha512-kYhuSStw9pIJXrmQB7/J1u90bst31pEx9r25pyDG/rekk8E9JuqBR+z+UWODTFx00V2rtWCcJS5rPbONgvWX0A==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-animation-state/2.0.5_react@18.2.0: - resolution: {integrity: sha512-8gZIqZpMS5yTGlC+IqYoSrV13joiAYoeI0YR2t68WuDagcZ459OrjE57+gF04NLxfdV7eUgwqnpuv7IOLbJX/A==} + /@chakra-ui/react-use-animation-state/2.0.6_react@18.2.0: + resolution: {integrity: sha512-M2kUzZkSBgDpfvnffh3kTsMIM3Dvn+CTMqy9zfY97NL4P3LAWL1MuFtKdlKfQ8hs/QpwS/ew8CTmCtaywn4sKg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.3 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/dom-utils': 2.0.4 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-callback-ref/2.0.4_react@18.2.0: - resolution: {integrity: sha512-he7EQfwMA4mwiDDKvX7cHIJaboCqf7UD3KYHGUcIjsF4dSc2Y8X5Ze4w+hmVZoJWIe4DWUzb3ili2SUm8eTgPg==} + /@chakra-ui/react-use-callback-ref/2.0.5_react@18.2.0: + resolution: {integrity: sha512-vKnXleD2PzB0nGabY35fRtklMid4z7cecbMG0fkasNNsgWmrQcXJOuEKUUVCynL6FBU6gBnpKFi5Aqj6x+K4tw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-controllable-state/2.0.5_react@18.2.0: - resolution: {integrity: sha512-JrZZpMX24CUyfDuyqDczw9Z9IMvjH8ujETHK0Zu4M0SIsX/q4EqOwwngUFL03I2gx/O38HfSdeX8hMu4zbTAGA==} + /@chakra-ui/react-use-controllable-state/2.0.6_react@18.2.0: + resolution: {integrity: sha512-7WuKrhQkpSRoiI5PKBvuIsO46IIP0wsRQgXtStSaIXv+FIvIJl9cxQXTbmZ5q1Ds641QdAUKx4+6v0K/zoZEHg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-disclosure/2.0.5_react@18.2.0: - resolution: {integrity: sha512-kPLB9oxImASRhAbKfvfc03/lbAJbsXndEVRzd+nvvL+QZm2RRfnel3k6OIkWvGFOXXYOPE2+slLe8ZPwbTGg9g==} + /@chakra-ui/react-use-disclosure/2.0.6_react@18.2.0: + resolution: {integrity: sha512-4UPePL+OcCY37KZ585iLjg8i6J0sjpLm7iZG3PUwmb97oKHVHq6DpmWIM0VfSjcT6AbSqyGcd5BXZQBgwt8HWQ==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-event-listener/2.0.4_react@18.2.0: - resolution: {integrity: sha512-VqmalfKWMO8D21XuZO19WUtcP5xhbHXKzkggApTChZUN02UC5TC4pe0pYbDygoeUuNBhY+9lJKHeS08vYsljRg==} + /@chakra-ui/react-use-event-listener/2.0.5_react@18.2.0: + resolution: {integrity: sha512-etLBphMigxy/cm7Yg22y29gQ8u/K3PniR5ADZX7WVX61Cgsa8ciCqjTE9sTtlJQWAQySbWxt9+mjlT5zaf+6Zw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-focus-effect/2.0.5_react@18.2.0: - resolution: {integrity: sha512-sbe1QnsXXfjukM+laxbKnT0UnMpHe/7kTzEPG/BYM6/ZDUUmrC1Nz+8l+3H/52iWIaruikDBdif/Xd37Yvu3Kg==} + /@chakra-ui/react-use-focus-effect/2.0.7_react@18.2.0: + resolution: {integrity: sha512-wI8OUNwfbkusajLac8QtjfSyNmsNu1D5pANmnSHIntHhui6Jwv75Pxx7RgmBEnfBEpleBndhR9E75iCjPLhZ/A==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/dom-utils': 2.0.3 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/dom-utils': 2.0.4 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-focus-on-pointer-down/2.0.3_react@18.2.0: - resolution: {integrity: sha512-8cKmpv26JnblexNaekWxEDI7M+MZnJcp1PJUz6lByjfQ1m4YjFr1cdbdhG4moaqzzYs7vTmO/qL8KVq8ZLUwyQ==} + /@chakra-ui/react-use-focus-on-pointer-down/2.0.4_react@18.2.0: + resolution: {integrity: sha512-L3YKouIi77QbXH9mSLGEFzJbJDhyrPlcRcuu+TSC7mYaK9E+3Ap+RVSAVxj+CfQz7hCWpikPecKDuspIPWlyuA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-interval/2.0.2_react@18.2.0: - resolution: {integrity: sha512-5U1c0pEB5n0Yri0E4RdFXWx2RVBZBBhD8Uu49dM33jkIguCbIPmZ+YgVry5DDzCHyz4RgDg4yZKOPK0PI8lEUg==} + /@chakra-ui/react-use-interval/2.0.3_react@18.2.0: + resolution: {integrity: sha512-Orbij5c5QkL4NuFyU4mfY/nyRckNBgoGe9ic8574VVNJIXfassevZk0WB+lvqBn5XZeLf2Tj+OGJrg4j4H9wzw==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-latest-ref/2.0.2_react@18.2.0: - resolution: {integrity: sha512-Ra/NMV+DSQ3n0AdKsyIqdgnFzls5UntabtIRfDXLrqmJ4tI0a1tDdop2qop0Ue87AcqD9P1KtQue4KPx7wCElw==} + /@chakra-ui/react-use-latest-ref/2.0.3_react@18.2.0: + resolution: {integrity: sha512-exNSQD4rPclDSmNwtcChUCJ4NuC2UJ4amyNGBqwSjyaK5jNHk2kkM7rZ6I0I8ul+26lvrXlSuhyv6c2PFwbFQQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-merge-refs/2.0.4_react@18.2.0: - resolution: {integrity: sha512-aoWvtE5tDQNaLCiNUI6WV+MA2zVcCLR5mHSCISmowlTXyXOqOU5Fo9ZoUftzrmgCJpDu5x1jfUOivxuHUueb0g==} + /@chakra-ui/react-use-merge-refs/2.0.5_react@18.2.0: + resolution: {integrity: sha512-uc+MozBZ8asaUpO8SWcK6D4svRPACN63jv5uosUkXJR+05jQJkUofkfQbf2HeGVbrWCr0XZsftLIm4Mt/QMoVw==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-outside-click/2.0.4_react@18.2.0: - resolution: {integrity: sha512-uerJKS8dqg2kHs1xozA5vcCqW0UInuwrfCPb+rDWBTpu7aEqxABMw9W3e4gfOABrAjhKz2I0a/bu2i8zbVwdLw==} + /@chakra-ui/react-use-outside-click/2.0.5_react@18.2.0: + resolution: {integrity: sha512-WmtXUeVaMtxP9aUGGG+GQaDeUn/Bvf8TI3EU5mE1+TtqLHxyA9wtvQurynrogvpilLaBADwn/JeBeqs2wHpvqA==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-pan-event/2.0.5_react@18.2.0: - resolution: {integrity: sha512-nhE3b85++EEmBD2v6m46TLoA4LehSCZ349P8kvEjw/RC0K6XDOZndaBucIeAlnpEENSSUpczFfMSOLxSHdu0oA==} + /@chakra-ui/react-use-pan-event/2.0.6_react@18.2.0: + resolution: {integrity: sha512-Vtgl3c+Mj4hdehFRFIgruQVXctwnG1590Ein1FiU8sVnlqO6bpug6Z+B14xBa+F+X0aK+DxnhkJFyWI93Pks2g==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/event-utils': 2.0.5 - '@chakra-ui/react-use-latest-ref': 2.0.2_react@18.2.0 + '@chakra-ui/event-utils': 2.0.6 + '@chakra-ui/react-use-latest-ref': 2.0.3_react@18.2.0 framesync: 5.3.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-previous/2.0.2_react@18.2.0: - resolution: {integrity: sha512-ap/teLRPKopaHYD80fnf0TR/NpTWHJO5VdKg6sPyF1y5ediYLAzPT1G2OqMCj4QfJsYDctioT142URDYe0Nn7w==} + /@chakra-ui/react-use-previous/2.0.3_react@18.2.0: + resolution: {integrity: sha512-A2ODOa0rm2HM4aqXfxxI0zPLcn5Q7iBEjRyfIQhb+EH+d2OFuj3L2slVoIpp6e/km3Xzv2d+u/WbjgTzdQ3d0w==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-safe-layout-effect/2.0.2_react@18.2.0: - resolution: {integrity: sha512-gl5HDq9RVeDJiT8udtpx12KRV8JPLJHDIUX8f/yZcKpXow0C7FFGg5Yy5I9397NQog5ZjKMuOg+AUq9TLJxsyQ==} + /@chakra-ui/react-use-safe-layout-effect/2.0.3_react@18.2.0: + resolution: {integrity: sha512-dlTvQURzmdfyBbNdydgO4Wy2/HV8aJN8LszTtyb5vRZsyaslDM/ftcxo8E8QjHwRLD/V1Epb/A8731QfimfVaQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-size/2.0.4_react@18.2.0: - resolution: {integrity: sha512-W6rgTLuoSC4ovZtqYco8cG+yBadH3bhlg92T5lgpKDakSDr0mXcZdbGx6g0AOkgxXm0V1jWNGO1743wudtF7ew==} + /@chakra-ui/react-use-size/2.0.5_react@18.2.0: + resolution: {integrity: sha512-4arAApdiXk5uv5ZeFKltEUCs5h3yD9dp6gTIaXbAdq+/ENK3jMWTwlqzNbJtCyhwoOFrblLSdBrssBMIsNQfZQ==} peerDependencies: react: '>=18 || 18' dependencies: @@ -4796,34 +4849,34 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react-use-timeout/2.0.2_react@18.2.0: - resolution: {integrity: sha512-n6zb3OmxtDmRMxYkDgILqKh15aDOa8jNLHBlqHzmlL6mEGNKmMFPW9j/KvpAqSgKjUTDRnnXcpneprTMKy/yrw==} + /@chakra-ui/react-use-timeout/2.0.3_react@18.2.0: + resolution: {integrity: sha512-rBBUkZSQq3nJQ8fuMkgZNY2Sgg4vKiKNp05GxAwlT7TitOfVZyoTriqQpqz296bWlmkICTZxlqCWfE5fWpsTsg==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-update-effect/2.0.4_react@18.2.0: - resolution: {integrity: sha512-F/I9LVnGAQyvww+x7tQb47wCwjhMYjpxtM1dTg1U3oCEXY0yF1Ts3NJLUAlsr3nAW6epJIwWx61niC7KWpam1w==} + /@chakra-ui/react-use-update-effect/2.0.5_react@18.2.0: + resolution: {integrity: sha512-y9tCMr1yuDl8ATYdh64Gv8kge5xE1DMykqPDZw++OoBsTaWr3rx40wblA8NIWuSyJe5ErtKP2OeglvJkYhryJQ==} peerDependencies: react: '>=18 || 18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-utils/2.0.8_react@18.2.0: - resolution: {integrity: sha512-OSHHBKZlJWTi2NZcPnBx1PyZvLQY+n5RPBtcri7/89EDdAwz2NdEhp2Dz1yQRctOSCF1kB/rnCYDP1U0oRk9RQ==} + /@chakra-ui/react-utils/2.0.9_react@18.2.0: + resolution: {integrity: sha512-nlwPBVlQmcl1PiLzZWyrT3FSnt3vKSkBMzQ0EF4SJWA/nOIqTvmffb5DCzCqPzgQaE/Da1Xgus+JufFGM8GLCQ==} peerDependencies: react: '>=18 || 18' dependencies: - '@chakra-ui/utils': 2.0.11 + '@chakra-ui/utils': 2.0.12 react: 18.2.0 dev: false - /@chakra-ui/react/2.3.6_4a5gkdj7phvhqinmegnu2kpw7m: - resolution: {integrity: sha512-xo43UU+yMqRGHZLU4fSgzojeRl5stlIfT+GLbT9CUVEm0HMJCt2m8RsNPBvGOMzANdC+bzwSiOm+MNzQBi9IBQ==} + /@chakra-ui/react/2.4.1_ydu7fid2w3vesyc65jyv4dbawa: + resolution: {integrity: sha512-qZVRrQi5JRIc44EaeOaXvXt6EdWhkQjhFFL8hyH0RH6cSFlotmmzCHBT5N1jC6nqXFn5OOxOWMD9FIVsbI56hQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -4831,304 +4884,305 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.1.2_p6srbiuyedikxn6f24tx2pmeqe - '@chakra-ui/alert': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/avatar': 2.2.0_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/breadcrumb': 2.1.0_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/checkbox': 2.2.2_p6srbiuyedikxn6f24tx2pmeqe - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/control-box': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/counter': 2.0.10_react@18.2.0 - '@chakra-ui/css-reset': 2.0.8_gyryel6m34lsxtsejhafetjriq - '@chakra-ui/editable': 2.0.13_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/hooks': 2.1.0_react@18.2.0 - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/image': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/input': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/layout': 2.1.9_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/live-region': 2.0.10_react@18.2.0 - '@chakra-ui/media-query': 3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/menu': 2.1.2_p6srbiuyedikxn6f24tx2pmeqe - '@chakra-ui/modal': 2.2.2_atjqpbku7q7yrg5rd36sdz5ug4 - '@chakra-ui/number-input': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/pin-input': 2.0.15_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/popover': 2.1.1_p6srbiuyedikxn6f24tx2pmeqe - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/provider': 2.0.20_6xnkn2aqnlmdvuspwqrjexfduy - '@chakra-ui/radio': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/select': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/skeleton': 2.0.17_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/slider': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/stat': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/switch': 2.0.14_p6srbiuyedikxn6f24tx2pmeqe - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/table': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/tabs': 2.1.4_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/tag': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/textarea': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 - '@chakra-ui/theme-utils': 2.0.1 - '@chakra-ui/toast': 4.0.0_nx5unifb7niehzuoy5sk3t3nim - '@chakra-ui/tooltip': 2.2.0_nx5unifb7niehzuoy5sk3t3nim - '@chakra-ui/transition': 2.0.11_fptlbzezisbmawh6uxpkk3xo6a - '@chakra-ui/utils': 2.0.11 - '@chakra-ui/visually-hidden': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu - '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/accordion': 2.1.3_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/alert': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/avatar': 2.2.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/breadcrumb': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/card': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/checkbox': 2.2.4_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/control-box': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/counter': 2.0.11_react@18.2.0 + '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/editable': 2.0.15_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/hooks': 2.1.2_react@18.2.0 + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/image': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/input': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/layout': 2.1.10_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/live-region': 2.0.11_react@18.2.0 + '@chakra-ui/media-query': 3.2.8_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/menu': 2.1.4_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/modal': 2.2.3_qbjehrjudme43rlixik5nx6edi + '@chakra-ui/number-input': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/pin-input': 2.0.16_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/popover': 2.1.3_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/progress': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/provider': 2.0.23_5rzy53przelm5jchjmb5vr6dxy + '@chakra-ui/radio': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-env': 2.0.11_react@18.2.0 + '@chakra-ui/select': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/skeleton': 2.0.18_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/slider': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/stat': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/switch': 2.0.16_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/table': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/tabs': 2.1.5_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/tag': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/textarea': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte + '@chakra-ui/theme-utils': 2.0.4 + '@chakra-ui/toast': 4.0.3_xqrmbkjyvnkscr3qasvxkp7m6q + '@chakra-ui/tooltip': 2.2.1_xqrmbkjyvnkscr3qasvxkp7m6q + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + '@chakra-ui/utils': 2.0.12 + '@chakra-ui/visually-hidden': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-NCDMb0w48GYCHmazVSQ7/ysEpbnri+Up6n+v7yytf6g43TPRkikvK5CsVgLnAEj0lIdCJhWXTcZer5wG5KOEgA==} + /@chakra-ui/select/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-5MHqD2OlnLdPt8FQVxfgMJZKOTdcbu3cMFGCS2X9XCxJQkQa4kPfXq3N6BRh5L5XFI+uRsmk6aYJoawZiwNJPg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/shared-utils/2.0.2: - resolution: {integrity: sha512-wC58Fh6wCnFFQyiebVZ0NI7PFW9+Vch0QE6qN7iR+bLseOzQY9miYuzPJ1kMYiFd6QTOmPJkI39M3wHqrPYiOg==} + /@chakra-ui/shared-utils/2.0.3: + resolution: {integrity: sha512-pCU+SUGdXzjAuUiUT8mriekL3tJVfNdwSTIaNeip7k/SWDzivrKGMwAFBxd3XVTDevtVusndkO4GJuQ3yILzDg==} dev: false - /@chakra-ui/skeleton/2.0.17_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-dL7viXEKDEzmAJGbHMj+QbGl9PAd0VWztEcWcz5wOGfmAcJllA0lVh6NmG/yqLb6iXPCX4Y1Y0Yurm459TEYWg==} + /@chakra-ui/skeleton/2.0.18_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-qjcD8BgVx4kL8Lmb8EvmmDGM2ICl6CqhVE2LShJrgG7PDM6Rt6rYM617kqLurLYZjbJUiwgf9VXWifS0IpT31Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/media-query': 3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-use-previous': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/media-query': 3.2.8_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-use-previous': 2.0.3_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-Cna04J7e4+F3tJNb7tRNfPP+koicbDsKJBp+f1NpR32JbRzIfrf2Vdr4hfD5/uOfC4RGxnVInNZzZLGBelLtLw==} + /@chakra-ui/slider/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-MypqZrKFNFPH8p0d2g2DQacl5ylUQKlGKeBu099ZCmT687U2Su3cq1wOGNGnD6VZvtwDYMKXn7kXPSMW06aBcg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/number-utils': 2.0.4 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-latest-ref': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-pan-event': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-size': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/number-utils': 2.0.5 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-latest-ref': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-pan-event': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-size': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-SwId1xPaaFAaEYrR9eHkQHAuB66CbxwjWaQonEjeEUSh9ecxkd5WbXlsQSyf2hVRIqXJg0m3HIYblcKUsQt9Rw==} + /@chakra-ui/spinner/2.0.11_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-piO2ghWdJzQy/+89mDza7xLhPnW7pA+ADNbgCb1vmriInWedS41IBKe+pSPz4IidjCbFu7xwKE0AerFIbrocCA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-ZPFK2fKufDSHD8bp/KhO3jLgW/b3PzdG4zV+7iTO7OYjxm5pkBfBAeMqfXGx4cl51rtWUKzsY0HV4vLLjcSjHw==} + /@chakra-ui/stat/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-3MTt4nA46AvlIuE6OP2O1Nna9+vcIZD1E9G4QLKwPoJ5pDHKcY4Y0t4oDdbawykthyj2fIBko7FiMIHTaAOjqg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.3.4: - resolution: {integrity: sha512-Lozbedu+GBj4EbHB/eGv475SFDLApsIEN9gNKiZJBJAE1HIhHn3Seh1iZQSrHC/Beq+D5cQq3Z+yPn3bXtFU7w==} + /@chakra-ui/styled-system/2.3.5: + resolution: {integrity: sha512-Xj78vEq/R+1OVx36tJnAb/vLtX6DD9k/yxj3lCigl3q5Qjr6aglPBjqHdfFbGaQeB0Gt4ABPyxUDO3sAhdxC4w==} dependencies: csstype: 3.1.1 lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.14_p6srbiuyedikxn6f24tx2pmeqe: - resolution: {integrity: sha512-6lzhCkJq7vbD3yGaorGLp0ZZU4ewdKwAu0e62qR8TfYZwbcbpkXbBKloIHbA2XKOduISzS2WYqjmoP6jSKIxrA==} + /@chakra-ui/switch/2.0.16_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-uLGjXHaxjCvf97jrwTuYtHSAzep/Mb8hSr/D1BRlBNz6E0kHGRaKANl/pAZAK1z7ZzvyYokK65Wpce2GQ4U/dQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/checkbox': 2.2.2_p6srbiuyedikxn6f24tx2pmeqe - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/checkbox': 2.2.4_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq: - resolution: {integrity: sha512-BxikahglBI0uU8FE3anEorDTU5oKTUuBIEKVcQrEVnrbNuRJEy1OVYyCNXfqW3MpruRO9ypYV2bWt02AZZWEaQ==} + /@chakra-ui/system/2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm: + resolution: {integrity: sha512-nOEXC08d4PiK/4QwSV4tnci2SoWjDHEVSveWW9qoRRr1iZUbQffpwYyJY4pBpPJE7CsA2w3GXK7NdMFRwPtamQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18 || 18' dependencies: - '@chakra-ui/color-mode': 2.1.9_react@18.2.0 - '@chakra-ui/react-utils': 2.0.8_react@18.2.0 - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/theme-utils': 2.0.1 - '@chakra-ui/utils': 2.0.11 - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu - '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty + '@chakra-ui/color-mode': 2.1.10_react@18.2.0 + '@chakra-ui/react-utils': 2.0.9_react@18.2.0 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/theme-utils': 2.0.4 + '@chakra-ui/utils': 2.0.12 + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-zQTiqPKEgjdeO/PG0FByn0fH4sPF7dLJF+YszrIzDc6wvpD96iY6MYLeV+CSelbH1g0/uibcJ10PSaFStfGUZg==} + /@chakra-ui/table/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-TSxzpfrOoB+9LTdNTMnaQC6OTsp36TlCRxJ1+1nAiCmlk+m+FiNzTQsmBalDDhc29rm+6AdRsxSPsjGWB8YVwg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.4_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-/CQGj1lC9lvruT5BCYZH6Ok64W4CDSysDXuR2XPZXIih9kVOdXQEMXxG8+3vc63WqTBjHuURtZI0g8ouOy84ew==} + /@chakra-ui/tabs/2.1.5_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-XmnKDclAJe0FoW4tdC8AlnZpPN5fcj92l4r2sqiL9WyYVEM71hDxZueETIph/GTtfMelG7Z8e5vBHP4rh1RT5g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/clickable': 2.0.10_react@18.2.0 - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/clickable': 2.0.11_react@18.2.0 + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.3 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-iJJcX+4hl+6Se/8eCRzG+xxDwZfiYgc4Ly/8s93M0uW2GLb+ybbfSE2DjeKSyk3mQVeGzuxGkBfDHH2c2v26ew==} + /@chakra-ui/tag/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-LmPnE6aFF0pfscgYRKZbkWvG7detszwNdcmalQJdp2C8E/xuqi9Vj9RWU/bmRyWHJN+8R603mvPVWj5oN0rarA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-msR9YMynRXwZIqR6DgjQ2MogA/cW1syBx/R0v3es+9Zx8zlbuKdoLhYqajHteCup8dUzTeIH2Vs2vAwgq4wu5A==} + /@chakra-ui/textarea/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-tMiBGimVB+Z8T+yAQ4E45ECmCix0Eisuukf4wUBOpdSRWaArpAoA4RuA34z7OoMbNa3fxEVcvnd2apX1InBtsQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4: - resolution: {integrity: sha512-mnMlKSmXkCjHUJsKWmJbgBTGF2vnLaMLv1ihkBn5eQcCubMQrBLTiMAEFl5pZdzuHItU6QdnLGA10smcXbNl0g==} + /@chakra-ui/theme-tools/2.0.13_egpsumyyi4jwuead4x5ybt4xte: + resolution: {integrity: sha512-Dvai4lljtrs9f2aha3b9yajmxroNaVGNvkKkwh77dRW2jcNNBXepkGWfNLXVkP68Yydz5O+Lt5DKvETrEho9cQ==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.0.7 - '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/anatomy': 2.1.0 + '@chakra-ui/styled-system': 2.3.5 '@ctrl/tinycolor': 3.4.1 dev: false - /@chakra-ui/theme-utils/2.0.1: - resolution: {integrity: sha512-NDwzgTPxm+v3PAJlSSU1MORHLMqO9vsRJ+ObELD5wpvE9aEyRziN/AZSoK2oLwCQMPEiU7R99K5ij1E6ptMt7w==} + /@chakra-ui/theme-utils/2.0.4: + resolution: {integrity: sha512-vrYuZxzc31c1bevfJRCk4j68dUw4Bxt6QAm3RZcUQyvTnS6q5FhMz+R1X6vS3+IfIhSscZFxwRQSp/TpyY4Vtw==} dependencies: - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme/2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4: - resolution: {integrity: sha512-6EYJCQlrjSjNAJvZmw1un50F8+sQDFsdwu/7UzWe+TeANpKlz4ZcHbh0gkl3PD62lGis+ehITUwqRm8htvDOjw==} + /@chakra-ui/theme/2.2.1_egpsumyyi4jwuead4x5ybt4xte: + resolution: {integrity: sha512-6qEJMfnTjB5vGoY1kO/fDarK0Ivrb77UzDw8rY0aTHbjLJkOVxtd7d2H7m8xufh6gecCI5HuXqq8I297pLYm+w==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.0.7 - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/theme-tools': 2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4 + '@chakra-ui/anatomy': 2.1.0 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/theme-tools': 2.0.13_egpsumyyi4jwuead4x5ybt4xte dev: false - /@chakra-ui/toast/4.0.0_nx5unifb7niehzuoy5sk3t3nim: - resolution: {integrity: sha512-abeeloJac5T9WK2IN76fEM5FSRH+erNXln2HqDf5wLBn33avSBXWyTiUL8riVSUqto0lrIn6FuK/MmKo0DH4og==} + /@chakra-ui/toast/4.0.3_xqrmbkjyvnkscr3qasvxkp7m6q: + resolution: {integrity: sha512-n6kShxGrHikrJO1vC5cPFbvz5LjG56NhVch3tmyk2g2yrJ87zbNGQqQ2BlLuJcEVFDu3tu+wC1qHdXs8WU4bjg==} peerDependencies: - '@chakra-ui/system': 2.3.0 + '@chakra-ui/system': 2.3.3 framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/alert': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-use-timeout': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/alert': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-use-timeout': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.0_nx5unifb7niehzuoy5sk3t3nim: - resolution: {integrity: sha512-oB97aQJBW+U3rRIt1ct7NaDRMnbW16JQ5ZBCl3BzN1VJWO3djiNuscpjVdZSceb+FdGSFo+GoDozp1ZwqdfFeQ==} + /@chakra-ui/tooltip/2.2.1_xqrmbkjyvnkscr3qasvxkp7m6q: + resolution: {integrity: sha512-X/VIYgegx1Ab6m0PSI/iISo/hRAe4Xv+hOwinIxIUUkLS8EOtBvq4RhlB6ieFn8jAAPDzPKJW6QFqz8ecJdUiw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.11_fptlbzezisbmawh6uxpkk3xo6a: - resolution: {integrity: sha512-O0grc162LARPurjz1R+J+zr4AAKsVwN5+gaqLfZLMWg6TpvczJhwEA2fLCNAdkC/gomere390bJsy52xfUacUw==} + /@chakra-ui/transition/2.0.12_yhvudjrwpakavfgr4i4tcnhypa: + resolution: {integrity: sha512-ff6eU+m08ccYfCkk0hKfY/XlmGxCrfbBgsKgV4mirZ4SKUL1GVye8CYuHwWQlBJo+8s0yIpsTNxAuX4n/cW9/w==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - framer-motion: 7.6.1_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/utils/2.0.11: - resolution: {integrity: sha512-4ZQdK6tbOuTrUCsAQBHWo7tw5/Q6pBV93ZbVpats61cSWMFGv32AIQw9/hA4un2zDeSWN9ZMVLNjAY2Dq/KQOA==} + /@chakra-ui/utils/2.0.12: + resolution: {integrity: sha512-1Z1MgsrfMQhNejSdrPJk8v5J4gCefHo+1wBmPPHTz5bGEbAAbZ13aXAfXy8w0eFy0Nvnawn0EHW7Oynp/MdH+Q==} dependencies: '@types/lodash.mergewith': 4.6.6 css-box-model: 1.2.1 @@ -5136,20 +5190,20 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-e+5amYvnsmEQdiWH4XMyvrtGTdwz//+48vwj5CsNWWcselzkwqodmciy5rIrT71/SCQDOtmgnL7ZWAUOffxfsQ==} + /@chakra-ui/visually-hidden/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-sDEeeEjLfID333EC46NdCbhK2HyMXlpl5HzcJjuwWIpyVz4E1gKQ9hlwpq6grijvmzeSywQ5D3tTwUrvZck4KQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18 || 18' dependencies: - '@chakra-ui/system': 2.3.0_hfzxdiydbrbhhfpkwuv3jhvwmq + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@changesets/apply-release-plan/6.1.1: - resolution: {integrity: sha512-LaQiP/Wf0zMVR0HNrLQAjz3rsNsr0d/RlnP6Ef4oi8VafOwnY1EoWdK4kssuUJGgNgDyHpomS50dm8CU3D7k7g==} + /@changesets/apply-release-plan/6.1.2: + resolution: {integrity: sha512-H8TV9E/WtJsDfoDVbrDGPXmkZFSv7W2KLqp4xX4MKZXshb0hsQZUNowUa8pnus9qb/5OZrFFRVsUsDCVHNW/AQ==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/config': 2.2.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 1.5.0 @@ -5167,7 +5221,7 @@ packages: /@changesets/assemble-release-plan/5.2.2: resolution: {integrity: sha512-B1qxErQd85AeZgZFZw2bDKyOfdXHhG+X5S+W3Da2yCem8l/pRy4G/S7iOpEcMwg6lH8q2ZhgbZZwZ817D+aLuQ==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.4 '@changesets/types': 5.2.0 @@ -5181,12 +5235,12 @@ packages: '@changesets/types': 5.2.0 dev: true - /@changesets/cli/2.25.0: - resolution: {integrity: sha512-Svu5KD2enurVHGEEzCRlaojrHjVYgF9srmMP9VQSy9c1TspX6C9lDPpulsSNIjYY9BuU/oiWpjBgR7RI9eQiAA==} + /@changesets/cli/2.25.2: + resolution: {integrity: sha512-ACScBJXI3kRyMd2R8n8SzfttDHi4tmKSwVwXBazJOylQItSRSF4cGmej2E4FVf/eNfGy6THkL9GzAahU9ErZrA==} hasBin: true dependencies: - '@babel/runtime': 7.19.4 - '@changesets/apply-release-plan': 6.1.1 + '@babel/runtime': 7.20.1 + '@changesets/apply-release-plan': 6.1.2 '@changesets/assemble-release-plan': 5.2.2 '@changesets/changelog-git': 0.1.13 '@changesets/config': 2.2.0 @@ -5198,7 +5252,7 @@ packages: '@changesets/pre': 1.0.13 '@changesets/read': 0.5.8 '@changesets/types': 5.2.0 - '@changesets/write': 0.2.1 + '@changesets/write': 0.2.2 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 '@types/semver': 6.2.3 @@ -5251,7 +5305,7 @@ packages: /@changesets/get-release-plan/3.0.15: resolution: {integrity: sha512-W1tFwxE178/en+zSj/Nqbc3mvz88mcdqUMJhRzN1jDYqN3QI4ifVaRF9mcWUU+KI0gyYEtYR65tour690PqTcA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/assemble-release-plan': 5.2.2 '@changesets/config': 2.2.0 '@changesets/pre': 1.0.13 @@ -5267,7 +5321,7 @@ packages: /@changesets/git/1.5.0: resolution: {integrity: sha512-Xo8AT2G7rQJSwV87c8PwMm6BAc98BnufRMsML7m7Iw8Or18WFvFmxqG5aOL5PBvhgq9KrKvaeIBNIymracSuHg==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 @@ -5291,7 +5345,7 @@ packages: /@changesets/pre/1.0.13: resolution: {integrity: sha512-jrZc766+kGZHDukjKhpBXhBJjVQMied4Fu076y9guY1D3H622NOw8AQaLV3oQsDtKBTrT2AUFjt9Z2Y9Qx+GfA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.0 '@manypkg/get-packages': 1.1.3 @@ -5301,7 +5355,7 @@ packages: /@changesets/read/0.5.8: resolution: {integrity: sha512-eYaNfxemgX7f7ELC58e7yqQICW5FB7V+bd1lKt7g57mxUrTveYME+JPaBPpYx02nP53XI6CQp6YxnR9NfmFPKw==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/git': 1.5.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.15 @@ -5319,10 +5373,10 @@ packages: resolution: {integrity: sha512-km/66KOqJC+eicZXsm2oq8A8bVTSpkZJ60iPV/Nl5Z5c7p9kk8xxh6XGRTlnludHldxOOfudhnDN2qPxtHmXzA==} dev: true - /@changesets/write/0.2.1: - resolution: {integrity: sha512-KUd49nt2fnYdGixIqTi1yVE1nAoZYUMdtB3jBfp77IMqjZ65hrmZE5HdccDlTeClZN0420ffpnfET3zzeY8pdw==} + /@changesets/write/0.2.2: + resolution: {integrity: sha512-kCYNHyF3xaId1Q/QE+DF3UTrHTyg3Cj/f++T8S8/EkC+jh1uK2LFnM9h+EzV+fsmnZDrs7r0J4LLpeI/VWC5Hg==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/types': 5.2.0 fs-extra: 7.0.1 human-id: 1.0.2 @@ -5352,14 +5406,14 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/selector-specificity/2.0.2_dvkg4kkb622mvceygg47xxdz3a: + /@csstools/selector-specificity/2.0.2_45y636a2vqremknoajyxd5nkzy: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true @@ -5390,34 +5444,34 @@ packages: transitivePeerDependencies: - supports-color - /@emotion/babel-plugin/11.10.2_@babel+core@7.19.3: - resolution: {integrity: sha512-xNQ57njWTFVfPAc3cjfuaPdsgLp5QOSuRsj9MA6ndEhH/AzuZM86qIQzt6rq+aGBwj3n5/TkLmU5lhAfdRmogA==} + /@emotion/babel-plugin/11.10.5_@babel+core@7.20.2: + resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 - '@babel/runtime': 7.19.4 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/runtime': 7.20.1 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 - '@emotion/serialize': 1.1.0 + '@emotion/serialize': 1.1.1 babel-plugin-macros: 3.1.0 convert-source-map: 1.9.0 escape-string-regexp: 4.0.0 find-root: 1.1.0 source-map: 0.5.7 - stylis: 4.0.13 + stylis: 4.1.3 dev: false - /@emotion/cache/11.10.3: - resolution: {integrity: sha512-Psmp/7ovAa8appWh3g51goxu/z3iVms7JXOreq136D8Bbn6dYraPnmL6mdM8GThEx9vwSn92Fz+mGSjBzN8UPQ==} + /@emotion/cache/11.10.5: + resolution: {integrity: sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==} dependencies: '@emotion/memoize': 0.8.0 - '@emotion/sheet': 1.2.0 + '@emotion/sheet': 1.2.1 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - stylis: 4.0.13 + stylis: 4.1.3 dev: false /@emotion/hash/0.9.0: @@ -5445,8 +5499,8 @@ packages: /@emotion/memoize/0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} - /@emotion/react/11.10.4_bjroym7kxlcs2vvwnej4p3gzwu: - resolution: {integrity: sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==} + /@emotion/react/11.10.5_cuziicjcvwawlf5iuhzacuhqcy: + resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' @@ -5457,21 +5511,21 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/runtime': 7.19.4 - '@emotion/babel-plugin': 11.10.2_@babel+core@7.19.3 - '@emotion/cache': 11.10.3 - '@emotion/serialize': 1.1.0 + '@babel/core': 7.20.2 + '@babel/runtime': 7.20.1 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/cache': 11.10.5 + '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.21 + '@types/react': 18.0.25 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false - /@emotion/serialize/1.1.0: - resolution: {integrity: sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==} + /@emotion/serialize/1.1.1: + resolution: {integrity: sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==} dependencies: '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 @@ -5480,12 +5534,12 @@ packages: csstype: 3.1.1 dev: false - /@emotion/sheet/1.2.0: - resolution: {integrity: sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==} + /@emotion/sheet/1.2.1: + resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.4_ogudqqhlstsi7uge4lir7ff3ty: - resolution: {integrity: sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ==} + /@emotion/styled/11.10.5_hmjty4frusbltjhl3xd7udcm2y: + resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 @@ -5497,15 +5551,15 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/runtime': 7.19.4 - '@emotion/babel-plugin': 11.10.2_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/runtime': 7.20.1 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu - '@emotion/serialize': 1.1.0 + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 - '@types/react': 18.0.21 + '@types/react': 18.0.25 react: 18.2.0 dev: false @@ -5572,7 +5626,7 @@ packages: dependencies: '@graphql-tools/utils': 8.9.0_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@graphql-tools/merge/8.3.6_graphql@16.6.0: @@ -5582,7 +5636,7 @@ packages: dependencies: '@graphql-tools/utils': 8.12.0_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@graphql-tools/mock/8.7.6_graphql@16.6.0: @@ -5594,7 +5648,7 @@ packages: '@graphql-tools/utils': 8.12.0_graphql@16.6.0 fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@graphql-tools/schema/8.5.1_graphql@16.6.0: @@ -5605,7 +5659,7 @@ packages: '@graphql-tools/merge': 8.3.1_graphql@16.6.0 '@graphql-tools/utils': 8.9.0_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 value-or-promise: 1.0.11 dev: false @@ -5617,7 +5671,7 @@ packages: '@graphql-tools/merge': 8.3.6_graphql@16.6.0 '@graphql-tools/utils': 8.12.0_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 value-or-promise: 1.0.11 dev: false @@ -5627,7 +5681,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@graphql-tools/utils/8.9.0_graphql@16.6.0: @@ -5636,11 +5690,11 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false - /@humanwhocodes/config-array/0.10.7: - resolution: {integrity: sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==} + /@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 @@ -5675,20 +5729,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/29.2.1: - resolution: {integrity: sha512-MF8Adcw+WPLZGBiNxn76DOuczG3BhODTcMlDCA4+cFi41OkaY/lyI0XUUhi73F88Y+7IHoGmD80pN5CtxQUdSw==} + /@jest/console/29.3.1: + resolution: {integrity: sha512-IRE6GD47KwcqA09RIWrabKdHPiKDGgtAL31xDxbi/RjQMsr+lY+ppxmHwY0dUEV3qvvxZzoe5Hl0RXZJOjQNUg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 chalk: 4.1.2 - jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 slash: 3.0.0 dev: true - /@jest/core/29.2.2: - resolution: {integrity: sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==} + /@jest/core/29.3.1: + resolution: {integrity: sha512-0ohVjjRex985w5MmO5L3u5GR1O30DexhBSpuwx2P+9ftyqHdJXnk7IUWiP80oHMvt7ubHCJHxV0a0vlKVuZirw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -5696,32 +5750,32 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.2.1 - '@jest/reporters': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/console': 29.3.1 + '@jest/reporters': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.5.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.2.2_@types+node@18.11.7 - jest-haste-map: 29.2.1 - jest-message-util: 29.2.1 + jest-config: 29.3.1_@types+node@18.11.9 + jest-haste-map: 29.3.1 + jest-message-util: 29.3.1 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-resolve-dependencies: 29.2.2 - jest-runner: 29.2.2 - jest-runtime: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 - jest-watcher: 29.2.2 + jest-resolve: 29.3.1 + jest-resolve-dependencies: 29.3.1 + jest-runner: 29.3.1 + jest-runtime: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 + jest-watcher: 29.3.1 micromatch: 4.0.5 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -5729,8 +5783,8 @@ packages: - ts-node dev: true - /@jest/core/29.2.2_ts-node@10.9.1: - resolution: {integrity: sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==} + /@jest/core/29.3.1_ts-node@10.9.1: + resolution: {integrity: sha512-0ohVjjRex985w5MmO5L3u5GR1O30DexhBSpuwx2P+9ftyqHdJXnk7IUWiP80oHMvt7ubHCJHxV0a0vlKVuZirw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -5738,32 +5792,32 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.2.1 - '@jest/reporters': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/console': 29.3.1 + '@jest/reporters': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.5.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.2.2_4pb6an67rakrle6rtido6z2a34 - jest-haste-map: 29.2.1 - jest-message-util: 29.2.1 + jest-config: 29.3.1_odkjkoia5xunhxkdrka32ib6vi + jest-haste-map: 29.3.1 + jest-message-util: 29.3.1 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-resolve-dependencies: 29.2.2 - jest-runner: 29.2.2 - jest-runtime: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 - jest-watcher: 29.2.2 + jest-resolve: 29.3.1 + jest-resolve-dependencies: 29.3.1 + jest-runner: 29.3.1 + jest-runtime: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 + jest-watcher: 29.3.1 micromatch: 4.0.5 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -5771,14 +5825,14 @@ packages: - ts-node dev: true - /@jest/environment/29.2.2: - resolution: {integrity: sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==} + /@jest/environment/29.3.1: + resolution: {integrity: sha512-pMmvfOPmoa1c1QpfFW0nXYtNLpofqo4BrCIk6f2kW4JFeNlHV2t3vd+3iDLf31e2ot2Mec0uqZfmI+U0K2CFag==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 - jest-mock: 29.2.2 + '@jest/fake-timers': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 + jest-mock: 29.3.1 dev: true /@jest/expect-utils/29.2.2: @@ -5788,42 +5842,49 @@ packages: jest-get-type: 29.2.0 dev: true - /@jest/expect/29.2.2: - resolution: {integrity: sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg==} + /@jest/expect-utils/29.3.1: + resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.2.2 - jest-snapshot: 29.2.2 + jest-get-type: 29.2.0 + dev: true + + /@jest/expect/29.3.1: + resolution: {integrity: sha512-QivM7GlSHSsIAWzgfyP8dgeExPRZ9BIe2LsdPyEhCGkZkoyA+kGsoIzbKAfZCvvRzfZioKwPtCZIt5SaoxYCvg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.3.1 + jest-snapshot: 29.3.1 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/29.2.2: - resolution: {integrity: sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==} + /@jest/fake-timers/29.3.1: + resolution: {integrity: sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.11.7 - jest-message-util: 29.2.1 - jest-mock: 29.2.2 - jest-util: 29.2.1 + '@types/node': 18.11.9 + jest-message-util: 29.3.1 + jest-mock: 29.3.1 + jest-util: 29.3.1 dev: true - /@jest/globals/29.2.2: - resolution: {integrity: sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw==} + /@jest/globals/29.3.1: + resolution: {integrity: sha512-cTicd134vOcwO59OPaB6AmdHQMCtWOe+/DitpTZVxWgMJ+YvXL1HNAmPyiGbSHmF/mXVBkvlm8YYtQhyHPnV6Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/expect': 29.2.2 - '@jest/types': 29.2.1 - jest-mock: 29.2.2 + '@jest/environment': 29.3.1 + '@jest/expect': 29.3.1 + '@jest/types': 29.3.1 + jest-mock: 29.3.1 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/29.2.2: - resolution: {integrity: sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA==} + /@jest/reporters/29.3.1: + resolution: {integrity: sha512-GhBu3YFuDrcAYW/UESz1JphEAbvUjaY2vShRZRoRY1mxpCMB3yGSJ4j9n0GxVlEOdCf7qjvUfBCrTUUqhVfbRA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -5832,12 +5893,12 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 29.2.1 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@jest/console': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.11.7 + '@types/node': 18.11.9 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5848,9 +5909,9 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-message-util: 29.2.1 - jest-util: 29.2.1 - jest-worker: 29.2.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 + jest-worker: 29.3.1 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -5875,23 +5936,23 @@ packages: graceful-fs: 4.2.10 dev: true - /@jest/test-result/29.2.1: - resolution: {integrity: sha512-lS4+H+VkhbX6z64tZP7PAUwPqhwj3kbuEHcaLuaBuB+riyaX7oa1txe0tXgrFj5hRWvZKvqO7LZDlNWeJ7VTPA==} + /@jest/test-result/29.3.1: + resolution: {integrity: sha512-qeLa6qc0ddB0kuOZyZIhfN5q0e2htngokyTWsGriedsDhItisW7SDYZ7ceOe57Ii03sL988/03wAcBh3TChMGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.2.1 - '@jest/types': 29.2.1 + '@jest/console': 29.3.1 + '@jest/types': 29.3.1 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/29.2.2: - resolution: {integrity: sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw==} + /@jest/test-sequencer/29.3.1: + resolution: {integrity: sha512-IqYvLbieTv20ArgKoAMyhLHNrVHJfzO6ARZAbQRlY4UGWfdDnLlZEF0BvKOMd77uIiIjSZRwq3Jb3Fa3I8+2UA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.2.1 + '@jest/test-result': 29.3.1 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 + jest-haste-map: 29.3.1 slash: 3.0.0 dev: true @@ -5899,7 +5960,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -5918,21 +5979,21 @@ packages: - supports-color dev: true - /@jest/transform/29.2.2: - resolution: {integrity: sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg==} + /@jest/transform/29.3.1: + resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.19.3 - '@jest/types': 29.2.1 + '@babel/core': 7.20.2 + '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 - convert-source-map: 1.9.0 + convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 + jest-haste-map: 29.3.1 jest-regex-util: 29.2.0 - jest-util: 29.2.1 + jest-util: 29.3.1 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -5947,7 +6008,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -5959,7 +6020,19 @@ packages: '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.7 + '@types/node': 18.11.9 + '@types/yargs': 17.0.13 + chalk: 4.1.2 + dev: true + + /@jest/types/29.3.1: + resolution: {integrity: sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.0.0 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 18.11.9 '@types/yargs': 17.0.13 chalk: 4.1.2 dev: true @@ -6021,7 +6094,7 @@ packages: /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -6030,7 +6103,7 @@ packages: /@manypkg/get-packages/1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -6100,7 +6173,7 @@ packages: '@motionone/easing': 10.14.0 '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/dom/10.13.1: @@ -6111,14 +6184,14 @@ packages: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/easing/10.14.0: resolution: {integrity: sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA==} dependencies: '@motionone/utils': 10.14.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/generators/10.14.0: @@ -6126,7 +6199,7 @@ packages: dependencies: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/types/10.14.0: @@ -6138,7 +6211,7 @@ packages: dependencies: '@motionone/types': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@mrmlnc/readdir-enhanced/2.2.1: @@ -6157,10 +6230,10 @@ packages: set-cookie-parser: 2.5.1 dev: false - /@mswjs/data/0.10.2_typescript@4.8.4: - resolution: {integrity: sha512-L6AGyse4GjFfyF9OI7AfYtcLbALN5MZQSvSr7p48wj6zlrrrgIKGkRVf9IEEfqaWimKP31mJDdHhie3lfJQ4SQ==} + /@mswjs/data/0.11.0_typescript@4.8.4: + resolution: {integrity: sha512-Gxwfand2QuU6/B+0z91bzS3JYDTt1pskzFyO8IivvAagADQM+/s0pvJcw8/BBBRGYCHKlh32N/dD27FWo110jg==} dependencies: - '@types/lodash': 4.14.186 + '@types/lodash': 4.14.189 '@types/md5': 2.3.2 '@types/pluralize': 0.0.29 '@types/uuid': 8.3.4 @@ -6174,7 +6247,7 @@ packages: strict-event-emitter: 0.2.7 uuid: 8.3.2 optionalDependencies: - msw: 0.47.4_typescript@4.8.4 + msw: 0.48.2_typescript@4.8.4 transitivePeerDependencies: - encoding - supports-color @@ -6248,18 +6321,18 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/15.0.0: - resolution: {integrity: sha512-D0zAhZ375bQnoUM2HLifMzAa75A3/lC9OkkewsiVVbqaznjEIry8ezHZepgfjFRVzLr3ue7FIpDEH3iJIYzvVw==} + /@nrwl/cli/15.0.13: + resolution: {integrity: sha512-w0oOP4v176CbD34+VytiAItIH3fOeiaccq7T2Un/hhx+/Q9mdO/VWyYZOKmp85uGodx/yZ6LyGW6rX0BjM0Rsg==} dependencies: - nx: 15.0.0 + nx: 15.0.13 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/nx-cloud/15.0.0: - resolution: {integrity: sha512-KAYmbx8M4we9gUn14rDnt5vMz+yYwIa4xJNsByWf7mjzC4lvBVZKqFzFGaklWzp/gJN/xyNleZt/Fg64k/kF+A==} + /@nrwl/nx-cloud/15.0.2: + resolution: {integrity: sha512-DaTASuXmGyQHMxJuK6y3f7fs+Q0qQCfYDIDVGK9muNwN/QItLeWdRNltLQxbrBeS112kQTu2FPsr0DmRD60+0A==} hasBin: true dependencies: axios: 0.21.4 @@ -6274,11 +6347,11 @@ packages: - debug dev: true - /@nrwl/tao/15.0.0: - resolution: {integrity: sha512-qup1eSWYwp/KVrw/wxeWBvYttQ9dcbQnqpXb5NQMD31SpXEZSpJB1i3GV/o6CF5qQQSNLwICXZx25rNTTQAqpg==} + /@nrwl/tao/15.0.13: + resolution: {integrity: sha512-z55RKnVOYsiABKFUIj+QBf6I4fUwTlObxJpgUJp0i3E97P3BgbzhTG1EhuBxLH8fGKrbOAPs0ct38Asl+zGZfQ==} hasBin: true dependencies: - nx: 15.0.0 + nx: 15.0.13 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6298,7 +6371,7 @@ packages: node-gyp-build: 4.5.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.8_metx475lqcp4j5c75za4zf7xbi: + /@pmmmwh/react-refresh-webpack-plugin/0.5.8_ohj47mxwagpoxvu7nhhwxzphqm: resolution: {integrity: sha512-wxXRwf+IQ6zvHSJZ+5T2RQNEsq+kx4jKRXfFvdt3nBIUzJUAvXEFsUeoaohDe/Kr84MTjGwcuIUPNcstNJORsA==} engines: {node: '>= 10.13'} peerDependencies: @@ -6334,7 +6407,7 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.74.0 + webpack: 5.75.0 dev: true /@popperjs/core/2.11.6: @@ -6389,12 +6462,12 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 react: 18.2.0 dev: false - /@reduxjs/toolkit/1.8.6_kuo2ie247izvzll3jejufdtq3q: - resolution: {integrity: sha512-4Ia/Loc6WLmdSOzi7k5ff7dLK8CgG2b8aqpLsCAJhazAzGdp//YBUSaj0ceW6a3kDBDNRrq5CRwyCS0wBiL1ig==} + /@reduxjs/toolkit/1.9.0_k4ae6lp43ej6mezo3ztvx6pykq: + resolution: {integrity: sha512-ak11IrjYcUXRqlhNPwnz6AcvA2ynJTu8PzDbbqQw4a3xR4KZtgiqbNblQD+10CRbfK4+5C79SOyxnT9dhBqFnA==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 || 18 react-redux: ^7.2.1 || ^8.0.2 @@ -6404,15 +6477,15 @@ packages: react-redux: optional: true dependencies: - immer: 9.0.15 + immer: 9.0.16 react: 18.2.0 - react-redux: 8.0.4_yfr4m6wk75wdra335rld4tkrbu + react-redux: 8.0.5_moha6x5fbqoiok2ot63p7hwafm redux: 4.2.0 - redux-thunk: 2.4.1_redux@4.2.0 - reselect: 4.1.6 + redux-thunk: 2.4.2_redux@4.2.0 + reselect: 4.1.7 - /@remix-run/router/1.0.2: - resolution: {integrity: sha512-GRSOFhJzjGN+d4sKHTMSvNeUPoZiDHWmRnXfzaxrqe7dE/Nzlc8BiMSJdLDESZlndM7jIUrZ/F4yWqVYlI0rwQ==} + /@remix-run/router/1.0.3: + resolution: {integrity: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==} engines: {node: '>=14'} dev: false @@ -6425,13 +6498,13 @@ packages: react: 18.2.0 dev: false - /@restart/ui/1.4.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-5dDj5uDzUgK1iijWPRg6AnxjkHM04XhTQDJirM1h/8tIc7KyLtF9YyjcCpNEn259hPMXswpkfXKNgiag0skPFg==} + /@restart/ui/1.4.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-J7wFOx2DcmkBqCqiZgDsggLO7faiNh4Nv1/v80FmbRgP+MYpwaVDKKXLC69DA4+ejgNIsBP5ORtC74EZqO1j8A==} peerDependencies: react: '>=16.14.0 || 18' react-dom: '>=16.14.0 || 18' dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@popperjs/core': 2.11.6 '@react-aria/ssr': 3.3.0_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 @@ -6462,8 +6535,8 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/6.0.0_t2lseskayu4pmjc4spb5q7neyq: - resolution: {integrity: sha512-qM8YIt/2fVxw5O0wUgAeglyC+qx9mg3UtCCLoSqetmQOKipmnQ/X3I0L2sjjb6BswaYpv2tun25lHViU7JPxLQ==} + /@rollup/plugin-babel/6.0.2_lkvu63hzbahttaf34ikyu7tiyq: + resolution: {integrity: sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg==} engines: {node: '>=14.0.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -6475,14 +6548,14 @@ packages: rollup: optional: true dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 4.2.1 - rollup: 3.2.3 + '@rollup/pluginutils': 5.0.2_rollup@3.3.0 + rollup: 3.3.0 dev: true - /@rollup/plugin-commonjs/23.0.0_rollup@3.2.3: - resolution: {integrity: sha512-JbrTRyDNtLQj/rhl7RFUuYXwQ2fac+33oLDAu2k++WD95zweyo28UAomLVA0JMGx4vmCa7Nw4T6k/1F6lelExg==} + /@rollup/plugin-commonjs/23.0.2_rollup@3.3.0: + resolution: {integrity: sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.68.0||^3.0.0 @@ -6490,17 +6563,17 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 4.2.1 + '@rollup/pluginutils': 5.0.2_rollup@3.3.0 commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.0.3 is-reference: 1.2.1 magic-string: 0.26.7 - rollup: 3.2.3 + rollup: 3.3.0 dev: true - /@rollup/plugin-node-resolve/15.0.0_rollup@3.2.3: - resolution: {integrity: sha512-iwJbzfTzlzDDQcGmkS7EkCKwe2kSkdBrjX87Fy/KrNjr6UNnLpod0t6X66e502LRe5JJCA4FFqrEscWPnZAkig==} + /@rollup/plugin-node-resolve/15.0.1_rollup@3.3.0: + resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.78.0||^3.0.0 @@ -6508,16 +6581,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 4.2.1 + '@rollup/pluginutils': 5.0.2_rollup@3.3.0 '@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: 3.2.3 + rollup: 3.3.0 dev: true - /@rollup/plugin-terser/0.1.0_rollup@3.2.3: + /@rollup/plugin-terser/0.1.0_rollup@3.3.0: resolution: {integrity: sha512-N2KK+qUfHX2hBzVzM41UWGLrEmcjVC37spC8R3c9mt3oEDFKh3N2e12/lLp9aVSt86veR0TQiCNQXrm8C6aiUQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6526,7 +6599,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.2.3 + rollup: 3.3.0 terser: 5.15.1 dev: true @@ -6538,6 +6611,21 @@ packages: picomatch: 2.3.1 dev: true + /@rollup/pluginutils/5.0.2_rollup@3.3.0: + 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: + '@types/estree': 1.0.0 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 3.3.0 + dev: true + /@sinclair/typebox/0.24.51: resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} dev: true @@ -6577,8 +6665,8 @@ packages: resolution: {integrity: sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==} dev: true - /@storybook/addon-actions/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-yEbyKjBsSRUr61SlS+SOTqQwdumO8Wa3GoHO3AfmvoKfzdGrM7w8G5Zs9Iev16khWg/7bQvoH3KZsg/hQuKnNg==} + /@storybook/addon-actions/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-3Tji0gIy95havhTpSc6CsFl5lNxGn4O5Y1U9fyji+GRkKqDFOrvVLYAHPtLOpYdEI5tF0bDo+akiqfDouY8+eA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6588,13 +6676,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.12 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6611,8 +6699,8 @@ packages: uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-S0QThY1jnU7Q+HY+g9JgpAJszzNmNkigZ4+X/4qlUXE0WYYn9i2YG5H6me1+57QmIXYddcWWqqgF9HUXl667NA==} + /@storybook/addon-backgrounds/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-b4JX7JMY7e50y1l6g71D+2XWV3GO0TO2z1ta8J6W4OQt8f44V7sSkRQaJUzXdLjQMrA+Anojuy1ZwPjVeLC6vg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6622,13 +6710,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.12 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y core-js: 3.25.5 global: 4.4.0 memoizerific: 1.11.3 @@ -6639,8 +6727,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.12_ceius3krcep667lesqygbylwku: - resolution: {integrity: sha512-UoaamkGgAQXplr0kixkPhROdzkY+ZJQpG7VFDU6kmZsIgPRNfX/QoJFR5vV6TpDArBIjWaUUqWII+GHgPRzLgQ==} + /@storybook/addon-controls/6.5.13_5msx5wgifzd2n7nm3paor5omae: + resolution: {integrity: sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6650,15 +6738,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.12 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.13 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y core-js: 3.25.5 lodash: 4.17.21 react: 18.2.0 @@ -6673,8 +6761,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.12_midmk4q7nq6bankjng5gmclke4: - resolution: {integrity: sha512-T+QTkmF7QlMVfXHXEberP8CYti/XMTo9oi6VEbZLx+a2N3qY4GZl7X2g26Sf5V4Za+xnapYKBMEIiJ5SvH9weQ==} + /@storybook/addon-docs/6.5.13_bjfeobwtbpadrxq2rc7lp35xxq: + resolution: {integrity: sha512-RG/NjsheD9FixZ789RJlNyNccaR2Cuy7CtAwph4oUNi3aDFjtOI8Oe9L+FOT7qtVnZLw/YMjF+pZxoDqJNKLPw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6687,25 +6775,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.4_@babel+core@7.19.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/core-events': 6.5.12 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 - '@storybook/node-logger': 6.5.12 - '@storybook/postinstall': 6.5.12 - '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/source-loader': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.2 + '@storybook/node-logger': 6.5.13 + '@storybook/postinstall': 6.5.13 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/source-loader': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi core-js: 3.25.5 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -6728,8 +6816,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.12_fozf472gp4suu37hs2nje52g7q: - resolution: {integrity: sha512-4AAV0/mQPSk3V0Pie1NIqqgBgScUc0VtBEXDm8BgPeuDNVhPEupnaZgVt+I3GkzzPPo6JjdCsp2L11f3bBSEjw==} + /@storybook/addon-essentials/6.5.13_u2dxw2fwupmqfln4b7pbbqoaze: + resolution: {integrity: sha512-G9FVAWV7ixjVLWeLgIX+VT90tcAk6yQxfZQegfg5ucRilGysJCDaNnoab4xuuvm1R40TfFhba3iAGZtQYsddmw==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -6785,26 +6873,26 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.19.3 - '@storybook/addon-actions': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-backgrounds': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/addon-docs': 6.5.12_midmk4q7nq6bankjng5gmclke4 - '@storybook/addon-measure': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-outline': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-toolbars': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-viewport': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/node-logger': 6.5.12 + '@babel/core': 7.20.2 + '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-backgrounds': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-controls': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/addon-docs': 6.5.13_bjfeobwtbpadrxq2rc7lp35xxq + '@storybook/addon-measure': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-outline': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-toolbars': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-viewport': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/node-logger': 6.5.13 core-js: 3.25.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 - webpack: 5.74.0 + webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - eslint @@ -6815,8 +6903,8 @@ packages: - webpack-command dev: true - /@storybook/addon-measure/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-zmolO6+VG4ov2620G7f1myqLQLztfU+ykN+U5y52GXMFsCOyB7fMoVWIMrZwsNlinDu+CnUvelXHUNbqqnjPRg==} + /@storybook/addon-measure/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-pi5RFB9YTnESRFtYHAVRUrgEI5to0TFc4KndtwcCKt1fMJ8OFjXQeznEfdj95PFeUvW5TNUwjL38vK4LhicB+g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6826,11 +6914,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.12 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.25.5 global: 4.4.0 @@ -6838,8 +6926,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /@storybook/addon-outline/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-jXwLz2rF/CZt6Cgy+QUTa+pNW0IevSONYwS3D533E9z5h0T5ZKJbbxG5jxM+oC+FpZ/nFk5mEmUaYNkxgIVdpw==} + /@storybook/addon-outline/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-8d8taPheO/tryflzXbj2QRuxHOIS8CtzRzcaglCcioqHEMhOIDOx9BdXKdheq54gdk/UN94HdGJUoVxYyXwZ4Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6849,11 +6937,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.12 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.25.5 global: 4.4.0 @@ -6863,8 +6951,8 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-+QjoEHkekz4wTy8zqxYdV9ijDJ5YcjDc/qdnV8wx22zkoVU93FQlo0CHHVjpyvc3ilQliZbdQDJx62BcHXw30Q==} + /@storybook/addon-toolbars/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Qgr4wKRSP+gY1VaN7PYT4TM1um7KY341X3GHTglXLFHd8nDsCweawfV2shaX3WxCfZmVro8g4G+Oest30kLLCw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6874,19 +6962,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y core-js: 3.25.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.10 dev: true - /@storybook/addon-viewport/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-eQ1UrmbiMiPmWe+fdMWIc0F6brh/S2z4ADfwFz0tTd+vOLWRZp1xw8JYQ9P2ZasE+PM3WFOVT9jvNjZj/cHnfw==} + /@storybook/addon-viewport/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-KSfeuCSIjncwWGnUu6cZBx8WNqYvm5gHyFvkSPKEu0+MJtgncbUy7pl53lrEEr6QmIq0GRXvS3A0XzV8RCnrSA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6896,12 +6984,12 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.12 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y core-js: 3.25.5 global: 4.4.0 memoizerific: 1.11.3 @@ -6911,27 +6999,6 @@ packages: regenerator-runtime: 0.13.10 dev: true - /@storybook/addons/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-y3cgxZq41YGnuIlBJEuJjSFdMsm8wnvlNOGUP9Q+Er2dgfx8rJz4Q22o4hPjpvpaj4XdBtxCJXI2NeFpN59+Cw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.12 - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@types/webpack-env': 1.18.0 - core-js: 3.25.5 - global: 4.4.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - dev: true - /@storybook/addons/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==} peerDependencies: @@ -6953,33 +7020,6 @@ packages: regenerator-runtime: 0.13.10 dev: true - /@storybook/api/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-DuUZmMlQxkFNU9Vgkp9aNfCkAongU76VVmygvCuSpMVDI9HQ2lG0ydL+ppL4XKoSMCCoXTY6+rg4hJANnH+1AQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/channels': 6.5.12 - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 - fast-deep-equal: 3.1.3 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - store2: 2.14.2 - telejson: 6.0.8 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - /@storybook/api/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==} peerDependencies: @@ -7007,8 +7047,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.12_ceius3krcep667lesqygbylwku: - resolution: {integrity: sha512-TsthT5jm9ZxQPNOZJbF5AV24me3i+jjYD7gbdKdSHrOVn1r3ydX4Z8aD6+BjLCtTn3T+e8NMvUkL4dInEo1x6g==} + /@storybook/builder-webpack4/6.5.13_5msx5wgifzd2n7nm3paor5omae: + resolution: {integrity: sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7017,33 +7057,33 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.19.3 - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/channels': 6.5.12 - '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/core-events': 6.5.12 - '@storybook/node-logger': 6.5.12 - '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@babel/core': 7.20.2 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channels': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-events': 6.5.13 + '@storybook/node-logger': 6.5.13 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/node': 16.11.66 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 + babel-loader: 8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.25.5 css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_ybeu3d6gzlmqceoto3zzmxyiwi + fork-ts-checker-webpack-plugin: 4.1.6_zrjoh7bg5rkacdtuk7dq2uvknu glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 @@ -7076,7 +7116,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5/6.5.13_ceius3krcep667lesqygbylwku: + /@storybook/builder-webpack5/6.5.13_5msx5wgifzd2n7nm3paor5omae: resolution: {integrity: sha512-juNH31ZljWbaoBD6Yx2/iQ4G66UBkwq+cFUqLzgVROKMXmYaT0AJYbfyY8CgGqcXkc+sqNA63yWaLWd8/K9vTg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7086,7 +7126,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/channel-postmessage': 6.5.13 @@ -7094,7 +7134,7 @@ packages: '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/core-events': 6.5.13 '@storybook/node-logger': 6.5.13 '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7103,28 +7143,28 @@ packages: '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/node': 16.11.66 - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.25.5 - css-loader: 5.2.7_webpack@5.74.0 - fork-ts-checker-webpack-plugin: 6.5.2_iphotpp42ipt4ovquw5uqijhcq + css-loader: 5.2.7_webpack@5.75.0 + fork-ts-checker-webpack-plugin: 6.5.2_jhkpzg2brfkmxknx2ey4cnt3n4 glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 - html-webpack-plugin: 5.5.0_webpack@5.74.0 + html-webpack-plugin: 5.5.0_webpack@5.75.0 path-browserify: 1.0.1 process: 0.11.10 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 stable: 0.1.8 - style-loader: 2.0.0_webpack@5.74.0 - terser-webpack-plugin: 5.3.6_webpack@5.74.0 + style-loader: 2.0.0_webpack@5.75.0 + terser-webpack-plugin: 5.3.6_webpack@5.75.0 ts-dedent: 2.2.0 typescript: 4.8.4 util-deprecate: 1.0.2 - webpack: 5.74.0 - webpack-dev-middleware: 4.3.0_webpack@5.74.0 + webpack: 5.75.0 + webpack-dev-middleware: 4.3.0_webpack@5.75.0 webpack-hot-middleware: 2.25.2 webpack-virtual-modules: 0.4.5 transitivePeerDependencies: @@ -7138,18 +7178,6 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.12: - resolution: {integrity: sha512-SL/tJBLOdDlbUAAxhiZWOEYd5HI4y8rN50r6jeed5nD8PlocZjxJ6mO0IxnePqIL9Yu3nSrQRHrtp8AJvPX0Yg==} - dependencies: - '@storybook/channels': 6.5.12 - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - core-js: 3.25.5 - global: 4.4.0 - qs: 6.11.0 - telejson: 6.0.8 - dev: true - /@storybook/channel-postmessage/6.5.13: resolution: {integrity: sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw==} dependencies: @@ -7162,16 +7190,6 @@ packages: telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.12: - resolution: {integrity: sha512-0t5dLselHVKTRYaphxx1dRh4pmOFCfR7h8oNJlOvJ29Qy5eNyVujDG9nhwWbqU6IKayuP4nZrAbe9Req9YZYlQ==} - dependencies: - '@storybook/channels': 6.5.12 - '@storybook/client-logger': 6.5.12 - core-js: 3.25.5 - global: 4.4.0 - telejson: 6.0.8 - dev: true - /@storybook/channel-websocket/6.5.13: resolution: {integrity: sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug==} dependencies: @@ -7182,14 +7200,6 @@ packages: telejson: 6.0.8 dev: true - /@storybook/channels/6.5.12: - resolution: {integrity: sha512-X5XaKbe4b7LXJ4sUakBo00x6pXnW78JkOonHoaKoWsccHLlEzwfBZpVVekhVZnqtCoLT23dB8wjKgA71RYWoiw==} - dependencies: - core-js: 3.25.5 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - /@storybook/channels/6.5.13: resolution: {integrity: sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==} dependencies: @@ -7198,36 +7208,6 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-+JiRSgiU829KPc25nG/k0+Ao2nUelHUe8Y/9cRoKWbCAGzi4xd0JLhHAOr9Oi2szWx/OI1L08lxVv1+WTveAeA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/channels': 6.5.12 - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@types/qs': 6.9.7 - '@types/webpack-env': 1.18.0 - core-js: 3.25.5 - fast-deep-equal: 3.1.3 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - store2: 2.14.2 - synchronous-promise: 2.0.16 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - /@storybook/client-api/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg==} peerDependencies: @@ -7258,13 +7238,6 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.12: - resolution: {integrity: sha512-IrkMr5KZcudX935/C2balFbxLHhkvQnJ78rbVThHDVckQ7l3oIXTh66IMzldeOabVFDZEMiW8AWuGEYof+JtLw==} - dependencies: - core-js: 3.25.5 - global: 4.4.0 - dev: true - /@storybook/client-logger/6.5.13: resolution: {integrity: sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==} dependencies: @@ -7272,24 +7245,6 @@ packages: global: 4.4.0 dev: true - /@storybook/components/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-NAAGl5PDXaHdVLd6hA+ttmLwH3zAVGXeUmEubzKZ9bJzb+duhFKxDa9blM4YEkI+palumvgAMm0UgS7ou680Ig==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/client-logger': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 - memoizerific: 1.11.3 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - util-deprecate: 1.0.2 - dev: true - /@storybook/components/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ==} peerDependencies: @@ -7308,81 +7263,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.12_glstf7nzdgkpv4airl4j7svpo4: - resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/channel-websocket': 6.5.12 - '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - core-js: 3.25.5 - global: 4.4.0 - lodash: 4.17.21 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - ts-dedent: 2.2.0 - typescript: 4.8.4 - unfetch: 4.2.0 - util-deprecate: 1.0.2 - webpack: 5.74.0 - dev: true - - /@storybook/core-client/6.5.12_vknrbelhugdkckamahrfl2bl2m: - resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/channel-websocket': 6.5.12 - '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - core-js: 3.25.5 - global: 4.4.0 - lodash: 4.17.21 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - ts-dedent: 2.2.0 - typescript: 4.8.4 - unfetch: 4.2.0 - util-deprecate: 1.0.2 - webpack: 4.46.0 - dev: true - - /@storybook/core-client/6.5.13_glstf7nzdgkpv4airl4j7svpo4: + /@storybook/core-client/6.5.13_vknrbelhugdkckamahrfl2bl2m: resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7416,81 +7297,47 @@ packages: typescript: 4.8.4 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 5.74.0 + webpack: 4.46.0 dev: true - /@storybook/core-common/6.5.12_ceius3krcep667lesqygbylwku: - resolution: {integrity: sha512-gG20+eYdIhwQNu6Xs805FLrOCWtkoc8Rt8gJiRt8yXzZh9EZkU4xgCRoCxrrJ03ys/gTiCFbBOfRi749uM3z4w==} + /@storybook/core-client/6.5.13_xf2nesiadke2y3dtykbwz4gz4e: + resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 typescript: '*' + webpack: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.19.3 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.19.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.4_@babel+core@7.19.3 - '@babel/preset-react': 7.18.6_@babel+core@7.19.3 - '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@babel/register': 7.18.9_@babel+core@7.19.3 - '@storybook/node-logger': 6.5.12 - '@storybook/semver': 7.3.2 - '@types/node': 16.11.66 - '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 - babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.19.3 - chalk: 4.1.2 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channel-websocket': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 core-js: 3.25.5 - express: 4.18.2 - file-system-cache: 1.1.0 - find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi - fs-extra: 9.1.0 - glob: 7.2.3 - handlebars: 4.7.7 - interpret: 2.2.0 - json5: 2.2.1 - lazy-universal-dotenv: 3.0.1 - picomatch: 2.3.1 - pkg-dir: 5.0.0 - pretty-hrtime: 1.0.3 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - resolve-from: 5.0.0 - slash: 3.0.0 - telejson: 6.0.8 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 typescript: 4.8.4 + unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 4.46.0 - transitivePeerDependencies: - - eslint - - supports-color - - vue-template-compiler - - webpack-cli - - webpack-command + webpack: 5.75.0 dev: true - /@storybook/core-common/6.5.13_ceius3krcep667lesqygbylwku: + /@storybook/core-common/6.5.13_5msx5wgifzd2n7nm3paor5omae: resolution: {integrity: sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7500,41 +7347,41 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.19.3 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.19.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.3 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.3 - '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.3 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.3 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.3 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.4_@babel+core@7.19.3 - '@babel/preset-react': 7.18.6_@babel+core@7.19.3 - '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@babel/register': 7.18.9_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.20.2 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 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-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-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-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-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@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/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/register': 7.18.9_@babel+core@7.20.2 '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 '@types/node': 16.11.66 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 + babel-loader: 8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.19.3 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.2 chalk: 4.1.2 core-js: 3.25.5 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi + fork-ts-checker-webpack-plugin: 6.5.2_zrjoh7bg5rkacdtuk7dq2uvknu fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7561,20 +7408,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.12: - resolution: {integrity: sha512-0AMyMM19R/lHsYRfWqM8zZTXthasTAK2ExkSRzYi2GkIaVMxRKtM33YRwxKIpJ6KmIKIs8Ru3QCXu1mfCmGzNg==} - dependencies: - core-js: 3.25.5 - dev: true - /@storybook/core-events/6.5.13: resolution: {integrity: sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==} dependencies: core-js: 3.25.5 dev: true - /@storybook/core-server/6.5.12_ytxhm2og7grtgk7zaev74b66zq: - resolution: {integrity: sha512-q1b/XKwoLUcCoCQ+8ndPD5THkEwXZYJ9ROv16i2VGUjjjAuSqpEYBq5GMGQUgxlWp1bkxtdGL2Jz+6pZfvldzA==} + /@storybook/core-server/6.5.13_n7pez7brw2hfqh5q3ov2ap5tcy: + resolution: {integrity: sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -7590,19 +7431,19 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku - '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/core-events': 6.5.12 + '@storybook/builder-webpack4': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-client': 6.5.13_vknrbelhugdkckamahrfl2bl2m + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.12 - '@storybook/manager-webpack4': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku - '@storybook/node-logger': 6.5.12 + '@storybook/csf-tools': 6.5.13 + '@storybook/manager-webpack4': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/telemetry': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@types/node': 16.11.66 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7652,8 +7493,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.12_v2lpnt6djbxmifrauufufsjt3e: - resolution: {integrity: sha512-+o3psAVWL+5LSwyJmEbvhgxKO1Et5uOX8ujNVt/f1fgwJBIf6BypxyPKu9YGQDRzcRssESQQZWNrZCCAZlFeuQ==} + /@storybook/core/6.5.13_4b54x7u4h43ld2fs3keqvqllvm: + resolution: {integrity: sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -7669,14 +7510,14 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku - '@storybook/core-client': 6.5.12_glstf7nzdgkpv4airl4j7svpo4 - '@storybook/core-server': 6.5.12_ytxhm2og7grtgk7zaev74b66zq - '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-client': 6.5.13_xf2nesiadke2y3dtykbwz4gz4e + '@storybook/core-server': 6.5.13_n7pez7brw2hfqh5q3ov2ap5tcy + '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.8.4 - webpack: 5.74.0 + webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - bluebird @@ -7690,23 +7531,23 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.12: - resolution: {integrity: sha512-BPhnB1xJtBVOzXuCURzQRdXcstE27ht4qoTgQkbwUTy4MEtUZ/f1AnHSYRdzrgukXdUFWseNIK4RkNdJpfOfNQ==} + /@storybook/csf-tools/6.5.13: + resolution: {integrity: sha512-63Ev+VmBqzwSwfUzbuXOLKBD5dMTK2zBYLQ9anTVw70FuTikwTsGIbPgb098K0vsxRCgxl7KM7NpivHqtZtdjw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/generator': 7.19.5 - '@babel/parser': 7.19.4 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.3 - '@babel/preset-env': 7.19.4_@babel+core@7.19.3 - '@babel/traverse': 7.19.4 - '@babel/types': 7.19.4 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/parser': 7.20.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.19.3 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.2 core-js: 3.25.5 fs-extra: 9.1.0 global: 4.4.0 @@ -7722,12 +7563,12 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-8brf8W89KVk95flVqW0sYEqkL+FBwb5W9CnwI+Ggd6r2cqXe9jyg+0vDZFdYp6kYNQKrPr4fbXGrGVXQG18/QQ==} + /@storybook/docs-tools/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-hB+hk+895ny4SW84j3X5iV55DHs3bCfTOp7cDdcZJdQrlm0wuDb4A6d4ffNC7ZLh9VkUjU6ST4VEV5Bb0Cptow==} dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y core-js: 3.25.5 doctrine: 3.0.0 lodash: 4.17.21 @@ -7738,8 +7579,8 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.12_ceius3krcep667lesqygbylwku: - resolution: {integrity: sha512-LH3e6qfvq2znEdxe2kaWtmdDPTnvSkufzoC9iwOgNvo3YrTGrYNyUTDegvW293TOTVfUn7j6TBcsOxIgRnt28g==} + /@storybook/manager-webpack4/6.5.13_5msx5wgifzd2n7nm3paor5omae: + resolution: {integrity: sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7748,18 +7589,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 - '@babel/preset-react': 7.18.6_@babel+core@7.19.3 - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku - '@storybook/node-logger': 6.5.12 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@babel/core': 7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.13_vknrbelhugdkckamahrfl2bl2m + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/node-logger': 6.5.13 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/node': 16.11.66 '@types/webpack': 4.41.33 - babel-loader: 8.2.5_jeg5564y5etyvi3ajplf6yhqg4 + babel-loader: 8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.25.5 @@ -7796,7 +7637,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5/6.5.13_ceius3krcep667lesqygbylwku: + /@storybook/manager-webpack5/6.5.13_5msx5wgifzd2n7nm3paor5omae: resolution: {integrity: sha512-lQEZacSfeRsbqfJE7TVk35Hm1vkr0I2i1pyYqM+4862gRbMh1nJQXbJ5GqZ+Fo/bf0ZfyFZ32jGDIJAFdlpkuQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7806,25 +7647,25 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 - '@babel/preset-react': 7.18.6_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.13_glstf7nzdgkpv4airl4j7svpo4 - '@storybook/core-common': 6.5.13_ceius3krcep667lesqygbylwku + '@storybook/core-client': 6.5.13_xf2nesiadke2y3dtykbwz4gz4e + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/node': 16.11.66 - babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde + babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.25.5 - css-loader: 5.2.7_webpack@5.74.0 + css-loader: 5.2.7_webpack@5.75.0 express: 4.18.2 find-up: 5.0.0 fs-extra: 9.1.0 - html-webpack-plugin: 5.5.0_webpack@5.74.0 + html-webpack-plugin: 5.5.0_webpack@5.75.0 node-fetch: 2.6.7 process: 0.11.10 react: 18.2.0 @@ -7832,14 +7673,14 @@ packages: read-pkg-up: 7.0.1 regenerator-runtime: 0.13.10 resolve-from: 5.0.0 - style-loader: 2.0.0_webpack@5.74.0 + style-loader: 2.0.0_webpack@5.75.0 telejson: 6.0.8 - terser-webpack-plugin: 5.3.6_webpack@5.74.0 + terser-webpack-plugin: 5.3.6_webpack@5.75.0 ts-dedent: 2.2.0 typescript: 4.8.4 util-deprecate: 1.0.2 - webpack: 5.74.0 - webpack-dev-middleware: 4.3.0_webpack@5.74.0 + webpack: 5.75.0 + webpack-dev-middleware: 4.3.0_webpack@5.75.0 webpack-virtual-modules: 0.4.5 transitivePeerDependencies: - '@swc/core' @@ -7853,15 +7694,15 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.19.3: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.20.2: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.19.5 - '@babel/parser': 7.19.4 - '@babel/preset-env': 7.19.4_@babel+core@7.19.3 - '@babel/types': 7.19.4 + '@babel/generator': 7.20.4 + '@babel/parser': 7.20.3 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/types': 7.20.2 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.186 + '@types/lodash': 4.14.189 js-string-escape: 1.0.1 loader-utils: 2.0.2 lodash: 4.17.21 @@ -7872,16 +7713,6 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.12: - resolution: {integrity: sha512-jdLtT3mX5GQKa+0LuX0q0sprKxtCGf6HdXlKZGD5FEuz4MgJUGaaiN0Hgi+U7Z4tVNOtSoIbYBYXHqfUgJrVZw==} - dependencies: - '@types/npmlog': 4.1.4 - chalk: 4.1.2 - core-js: 3.25.5 - npmlog: 5.0.1 - pretty-hrtime: 1.0.3 - dev: true - /@storybook/node-logger/6.5.13: resolution: {integrity: sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A==} dependencies: @@ -7892,38 +7723,12 @@ packages: pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.12: - resolution: {integrity: sha512-6K73f9c2UO+w4Wtyo2BxEpEsnhPvMgqHSaJ9Yt6Tc90LaDGUbcVgy6PNibsRyuJ/KQ543WeiRO5rSZfm2uJU9A==} + /@storybook/postinstall/6.5.13: + resolution: {integrity: sha512-qmqP39FGIP5NdhXC5IpAs9cFoYx9fg1psoQKwb9snYb98eVQU31uHc1W2MBUh3lG4AjAm7pQaXJci7ti4jOh3g==} dependencies: core-js: 3.25.5 dev: true - /@storybook/preview-web/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-Q5mduCJsY9zhmlsrhHvtOBA3Jt2n45bhfVkiUEqtj8fDit45/GW+eLoffv8GaVTGjV96/Y1JFwDZUwU6mEfgGQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - ansi-to-html: 0.6.15 - core-js: 3.25.5 - global: 4.4.0 - lodash: 4.17.21 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - synchronous-promise: 2.0.16 - ts-dedent: 2.2.0 - unfetch: 4.2.0 - util-deprecate: 1.0.2 - dev: true - /@storybook/preview-web/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow==} peerDependencies: @@ -7950,7 +7755,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qw7fmzhoapcndkteb5rsc33stq: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7962,15 +7767,15 @@ packages: flat-cache: 3.0.4 micromatch: 4.0.5 react-docgen-typescript: 2.2.2_typescript@4.8.4 - tslib: 2.4.0 + tslib: 2.4.1 typescript: 4.8.4 - webpack: 5.74.0 + webpack: 5.75.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.12_z7mbqtlf63qmqxqctdyj6vphwm: - resolution: {integrity: sha512-1tG8EdSfp+OZAKAWPT2UrexF4o007jEMwQFFXw1atIQrQOADzSnZ7lTYJ08o5TyJwksswtr18tH3oJJ9sG3KPw==} + /@storybook/react/6.5.13_u2clwvxr5k64ivd4ub6wyiekxa: + resolution: {integrity: sha512-4gO8qihEkVZ8RNm9iQd7G2iZz4rRAHizJ6T5m58Sn21fxfyg9zAMzhgd0JzXuPXR8lTTj4AvRyPv1Qx7b43smg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -7997,22 +7802,22 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.19.3 - '@babel/preset-flow': 7.18.6_@babel+core@7.19.3 - '@babel/preset-react': 7.18.6_@babel+core@7.19.3 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_metx475lqcp4j5c75za4zf7xbi - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.13_ceius3krcep667lesqygbylwku - '@storybook/client-logger': 6.5.12 - '@storybook/core': 6.5.12_v2lpnt6djbxmifrauufufsjt3e - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku + '@babel/core': 7.20.2 + '@babel/preset-flow': 7.18.6_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_ohj47mxwagpoxvu7nhhwxzphqm + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/client-logger': 6.5.13 + '@storybook/core': 6.5.13_4b54x7u4h43ld2fs3keqvqllvm + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/manager-webpack5': 6.5.13_ceius3krcep667lesqygbylwku - '@storybook/node-logger': 6.5.12 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e + '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/node-logger': 6.5.13 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qw7fmzhoapcndkteb5rsc33stq '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 '@types/node': 16.11.66 '@types/webpack-env': 1.18.0 @@ -8038,7 +7843,7 @@ packages: ts-dedent: 2.2.0 typescript: 4.8.4 util-deprecate: 1.0.2 - webpack: 5.74.0 + webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - '@swc/core' @@ -8061,21 +7866,6 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-xHubde9YnBbpkDY5+zGO4Pr6VPxP8H9J2v4OTF3H82uaxCIKR0PKG0utS9pFKIsEiP3aM62Hb9qB8nU+v1nj3w==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/client-logger': 6.5.12 - core-js: 3.25.5 - memoizerific: 1.11.3 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - dev: true - /@storybook/router/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==} peerDependencies: @@ -8100,14 +7890,14 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-4iuILFsKNV70sEyjzIkOqgzgQx7CJ8kTEFz590vkmWXQNKz7YQzjgISIwL7GBw/myJgeb04bl5psVgY0cbG5vg==} + /@storybook/source-loader/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-tHuM8PfeB/0m+JigbaFp+Ld0euFH+fgOObH2W9rjEXy5vnwmaeex/JAdCprv4oL+LcDQEERqNULUUNIvbcTPAg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.25.5 estraverse: 5.3.0 @@ -8120,31 +7910,6 @@ packages: regenerator-runtime: 0.13.10 dev: true - /@storybook/store/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-SMQOr0XvV0mhTuqj3XOwGGc4kTPVjh3xqrG1fqkj9RGs+2jRdmO6mnwzda5gPwUmWNTorZ7FxZ1iEoyfYNtuiQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.25.5 - fast-deep-equal: 3.1.3 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - slash: 3.0.0 - stable: 0.1.8 - synchronous-promise: 2.0.16 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - /@storybook/store/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ==} peerDependencies: @@ -8170,11 +7935,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.12_ceius3krcep667lesqygbylwku: - resolution: {integrity: sha512-mCHxx7NmQ3n7gx0nmblNlZE5ZgrjQm6B08mYeWg6Y7r4GZnqS6wZbvAwVhZZ3Gg/9fdqaBApHsdAXp0d5BrlxA==} + /@storybook/telemetry/6.5.13_5msx5wgifzd2n7nm3paor5omae: + resolution: {integrity: sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==} dependencies: - '@storybook/client-logger': 6.5.12 - '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/client-logger': 6.5.13 + '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae chalk: 4.1.2 core-js: 3.25.5 detect-package-manager: 2.0.1 @@ -8197,20 +7962,6 @@ packages: - webpack-command dev: true - /@storybook/theming/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-uWOo84qMQ2R6c1C0faZ4Q0nY01uNaX7nXoJKieoiJ6ZqY9PSYxJl1kZLi3uPYnrxLZjzjVyXX8MgdxzbppYItA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/client-logger': 6.5.12 - core-js: 3.25.5 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - dev: true - /@storybook/theming/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==} peerDependencies: @@ -8225,30 +7976,6 @@ packages: regenerator-runtime: 0.13.10 dev: true - /@storybook/ui/6.5.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-P7+ARI5NvaEYkrbIciT/UMgy3kxMt4WCtHMXss2T01UMCIWh1Ws4BJaDNqtQSpKuwjjS4eqZL3aQWhlUpYAUEg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.12 - '@storybook/client-logger': 6.5.12 - '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.12 - '@storybook/router': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 - memoizerific: 1.11.3 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - resolve-from: 5.0.0 - dev: true - /@storybook/ui/6.5.13_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA==} peerDependencies: @@ -8288,7 +8015,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@types/aria-query': 4.2.2 aria-query: 5.0.2 chalk: 4.1.2 @@ -8302,7 +8029,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.0.1 - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.0.2 chalk: 3.0.0 @@ -8319,9 +8046,9 @@ packages: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@testing-library/dom': 8.19.0 - '@types/react-dom': 18.0.6 + '@types/react-dom': 18.0.9 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true @@ -8365,7 +8092,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: false /@types/ag-auth/1.0.0: @@ -8414,8 +8141,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.19.4 - '@babel/types': 7.19.4 + '@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.2 @@ -8424,20 +8151,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.19.4 - '@babel/types': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 dev: true /@types/babel__traverse/7.18.2: resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: true /@types/babylon/6.16.6: @@ -8453,16 +8180,16 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.11.7 + '@types/node': 18.11.9 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true - /@types/chrome/0.0.198: - resolution: {integrity: sha512-zLn6JZXwSOOY0pw+dkIxItxvjsQThDkqaFnsnmr412Wa0MqesymfdTQ/0d30J/0wiFp3TYw0i63hzGGy0W7Paw==} + /@types/chrome/0.0.202: + resolution: {integrity: sha512-Oc4daL9sFS+9MToVZPLMBxR7PxsEdod0b8wOY11lRr06GJp43MORvHeDyMD8QzeRGT6HI13oaYAe2PBgvALc4w==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.9 @@ -8500,18 +8227,18 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 /@types/consumable-stream/2.0.0: resolution: {integrity: sha512-RuXAZX3pQ2jGgETa1p4fTZb4Y1IxanZ8hafWewNoWW+Nqc4OcDw2VbAPzB1Wq7l5rtvmmCmHnpDX0CNRthqsAA==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/cookie/0.4.1: @@ -8525,9 +8252,9 @@ packages: /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 tapable: 2.2.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 transitivePeerDependencies: - '@swc/core' - esbuild @@ -8541,7 +8268,7 @@ packages: /@types/cross-spawn/6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/d3/3.5.47: @@ -8568,13 +8295,13 @@ packages: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.4.6 - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 dev: true /@types/eslint/8.4.6: resolution: {integrity: sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 dev: true @@ -8588,7 +8315,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -8616,20 +8343,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/har-format/1.2.9: @@ -8652,7 +8379,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 hoist-non-react-statics: 3.3.2 /@types/html-entities/1.3.4: @@ -8673,7 +8400,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/is-ci/3.0.0: @@ -8702,8 +8429,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/29.2.0: - resolution: {integrity: sha512-KO7bPV21d65PKwv3LLsD8Jn3E05pjNjRZvkm+YTacWhVmykAb07wW6IkZUmQAltwQafNcDUEUrMO2h3jeBSisg==} + /@types/jest/29.2.3: + resolution: {integrity: sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==} dependencies: expect: 29.2.2 pretty-format: 29.2.1 @@ -8719,7 +8446,7 @@ packages: /@types/jsdom/20.0.0: resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/tough-cookie': 4.0.2 parse5: 7.1.1 dev: true @@ -8734,39 +8461,39 @@ packages: /@types/jsonwebtoken/8.5.9: resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} dependencies: - '@types/lodash': 4.14.186 + '@types/lodash': 4.14.189 dev: true /@types/lodash.debounce/4.0.7: resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==} dependencies: - '@types/lodash': 4.14.186 + '@types/lodash': 4.14.189 /@types/lodash.mergewith/4.6.6: resolution: {integrity: sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg==} dependencies: - '@types/lodash': 4.14.186 + '@types/lodash': 4.14.189 dev: false /@types/lodash.shuffle/4.2.7: resolution: {integrity: sha512-b+K0NBpB4WcNoQTfifuTmi5nm5mJXRw9DBdbFfBr1q1+EVoTKkClDxq/7r1sq2GZcRelMFRsFcGGHrHQgxRySg==} dependencies: - '@types/lodash': 4.14.186 + '@types/lodash': 4.14.189 dev: true - /@types/lodash/4.14.186: - resolution: {integrity: sha512-eHcVlLXP0c2FlMPm56ITode2AgLMSa6aJ05JTTbYbI+7EMkCEE5qk2E41d5g2lCVTqRe0GnnRFurmlCsDODrPw==} + /@types/lodash/4.14.189: + resolution: {integrity: sha512-kb9/98N6X8gyME9Cf7YaqIMvYGnBSWqEci6tiettE6iJWH1XdJz/PO8LB0GtLCG7x8dU3KWhZT+lA1a35127tA==} /@types/long/4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} @@ -8796,7 +8523,7 @@ packages: /@types/morgan/1.9.3: resolution: {integrity: sha512-BiLcfVqGBZCyNCnCH3F4o2GmDLrpy0HeBVnNlyZG4fo88ZiE9SoiBe3C+2ezuwbjlEyT+PDZ17//TAlRxAn75Q==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/ms/0.7.31: @@ -8806,7 +8533,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 form-data: 3.0.1 dev: true @@ -8821,8 +8548,8 @@ packages: /@types/node/16.11.66: resolution: {integrity: sha512-+xvMrGl3eAygKcf5jm+4zA4tbfEgmKM9o6/glTmN0RFVdu2VuFXMYYtRmuv3zTGCgAYMnEZLde3B7BTp+Yxcig==} - /@types/node/18.11.7: - resolution: {integrity: sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==} + /@types/node/18.11.9: + resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -8869,8 +8596,8 @@ packages: /@types/qs/6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - /@types/ramda/0.28.16: - resolution: {integrity: sha512-dxx0V3/thotNhkHjBL5ifkXm9Cj3aANnAcEjMuGq2i5OaznWaiyGAQR9CicO7fJrFXg6KSoeuKmc+akItd0Fww==} + /@types/ramda/0.28.20: + resolution: {integrity: sha512-MeUhzGSXQTRsY19JGn5LIBTLxVEnyF6HDNr08KSJqybsm4DlfLIgK1jBHjhpiSyk252tXYmp+UOe0UFg0UiFsA==} dependencies: ts-toolbelt: 6.15.5 dev: true @@ -8878,10 +8605,10 @@ packages: /@types/range-parser/1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom/18.0.6: - resolution: {integrity: sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==} + /@types/react-dom/18.0.9: + resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 /@types/react-dragula/1.1.0: resolution: {integrity: sha512-wgRIVV2jo/Gria1PK3K26II7gfRD3VTcMfPYhL0CuIApSeon7xjBTj8Xs8Ln+Vbb/FuRKWfUaJXmF4R3KUGntA==} @@ -8892,17 +8619,17 @@ packages: /@types/react-test-renderer/18.0.0: resolution: {integrity: sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==} dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 dev: true /@types/react-transition-group/4.4.5: resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 dev: false - /@types/react/18.0.21: - resolution: {integrity: sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==} + /@types/react/18.0.25: + resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -8926,7 +8653,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8947,8 +8674,8 @@ packages: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: true - /@types/semver/7.3.12: - resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==} + /@types/semver/7.3.13: + resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true /@types/serve-index/1.9.1: @@ -8961,12 +8688,12 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.11.7 + '@types/node': 18.11.9 /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: false /@types/simple-diff/1.6.1: @@ -9007,7 +8734,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/source-list-map/0.1.2: @@ -9033,7 +8760,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.21 + '@types/react': 18.0.25 csstype: 3.1.1 dev: true @@ -9041,7 +8768,7 @@ packages: resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/supertest/2.0.12: @@ -9063,7 +8790,7 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 29.2.0 + '@types/jest': 29.2.3 dev: true /@types/tough-cookie/4.0.2: @@ -9097,7 +8824,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -9105,7 +8832,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.0 '@types/webpack-sources': 3.2.0 @@ -9122,7 +8849,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/yargs-parser/21.0.0: @@ -9145,11 +8872,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 optional: true - /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: - resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==} + /@typescript-eslint/eslint-plugin/5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i: + resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -9159,13 +8886,14 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/type-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/type-utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.27.0 ignore: 5.2.0 + natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 tsutils: 3.21.0_typescript@4.8.4 @@ -9174,8 +8902,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} + /@typescript-eslint/parser/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -9184,26 +8912,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.27.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.40.1: - resolution: {integrity: sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==} + /@typescript-eslint/scope-manager/5.43.0: + resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 dev: true - /@typescript-eslint/type-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==} + /@typescript-eslint/type-utils/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -9212,23 +8940,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.27.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.40.1: - resolution: {integrity: sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==} + /@typescript-eslint/types/5.43.0: + resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.40.1_typescript@4.8.4: - resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} + /@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4: + resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -9236,8 +8964,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -9248,31 +8976,31 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} + /@typescript-eslint/utils/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} 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.12 - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - eslint: 8.25.0 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 + eslint: 8.27.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.27.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.40.1: - resolution: {integrity: sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==} + /@typescript-eslint/visitor-keys/5.43.0: + resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/types': 5.43.0 eslint-visitor-keys: 3.3.0 dev: true @@ -9509,14 +9237,14 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest/1.2.0_5v66e2inugklgvlh4huuavolfq: + /@webpack-cli/configtest/1.2.0_pda42hcaj7d62cr262fr632kue: resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.74.0 + webpack: 5.75.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi dev: true /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: @@ -9525,7 +9253,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_webpack@5.74.0 + webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi dev: true /@webpack-cli/serve/1.7.0_ud4agclah7rahur6ntojouq57y: @@ -9537,8 +9265,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri - webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq + webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue dev: true /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: @@ -9550,7 +9278,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_webpack@5.74.0 + webpack-cli: 4.10.0_webpack@5.75.0 dev: true /@xmldom/xmldom/0.8.3: @@ -9575,7 +9303,7 @@ packages: engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /@zag-js/element-size/0.1.0: @@ -9936,8 +9664,8 @@ packages: '@apollo/protobufjs': 1.2.6 dev: false - /apollo-server-core/3.10.3_graphql@16.6.0: - resolution: {integrity: sha512-PiTirlcaszgnJGzSsGui9XWh0KAh0BUW+GvRKN6O0H0qOSXSLmoqqyL83J+u+HaUZGyyiE0+VOkyCcuF+kKbEw==} + /apollo-server-core/3.11.1_graphql@16.6.0: + resolution: {integrity: sha512-t/eCKrRFK1lYZlc5pHD99iG7Np7CEm3SmbDiONA7fckR3EaB/pdsEdIkIwQ5QBBpT5JLp/nwvrZRVwhaWmaRvw==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 @@ -9954,14 +9682,15 @@ packages: apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 apollo-server-errors: 3.3.1_graphql@16.6.0 - apollo-server-plugin-base: 3.6.3_graphql@16.6.0 - apollo-server-types: 3.6.3_graphql@16.6.0 + apollo-server-plugin-base: 3.7.1_graphql@16.6.0 + apollo-server-types: 3.7.1_graphql@16.6.0 async-retry: 1.3.3 fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 graphql-tag: 2.12.6_graphql@16.6.0 loglevel: 1.8.0 lru-cache: 6.0.0 + node-abort-controller: 3.0.1 sha.js: 2.4.11 uuid: 9.0.0 whatwg-mimetype: 3.0.0 @@ -9987,8 +9716,8 @@ packages: graphql: 16.6.0 dev: false - /apollo-server-express/3.10.3_5ha345eiak62qiwwva5z4dp6gu: - resolution: {integrity: sha512-Z8m0r10mX8KlGS3noYeRPcWxWR2hX6NHJicjuwZ62PeTZlrDJF5cwGmXqbUg/sCTPx7Ny//ZEASBTwFFp8DOeQ==} + /apollo-server-express/3.11.1_5ha345eiak62qiwwva5z4dp6gu: + resolution: {integrity: sha512-x9ngcpXbBlt4naCXTwNtBFb/mOd9OU0wtFXvJkObHF26NsRazu3DxDfEuekA6V1NFOocD+A9jmVMQeQWug5MgA==} engines: {node: '>=12.0'} peerDependencies: express: ^4.17.1 @@ -10000,8 +9729,8 @@ packages: '@types/express': 4.17.14 '@types/express-serve-static-core': 4.17.31 accepts: 1.3.8 - apollo-server-core: 3.10.3_graphql@16.6.0 - apollo-server-types: 3.6.3_graphql@16.6.0 + apollo-server-core: 3.11.1_graphql@16.6.0 + apollo-server-types: 3.7.1_graphql@16.6.0 body-parser: 1.20.1 cors: 2.8.5 express: 4.18.2 @@ -10012,20 +9741,20 @@ packages: - supports-color dev: false - /apollo-server-plugin-base/3.6.3_graphql@16.6.0: - resolution: {integrity: sha512-/Q0Zx8N8La97faKV0siGHDzfZ56ygN6ovtUpPbr+1GIbNmUzkte3lWW2YV08HmxiRmC2i2OGN80exNJEvbKvNA==} + /apollo-server-plugin-base/3.7.1_graphql@16.6.0: + resolution: {integrity: sha512-g3vJStmQtQvjGI289UkLMfThmOEOddpVgHLHT2bNj0sCD/bbisj4xKbBHETqaURokteqSWyyd4RDTUe0wAUDNQ==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - apollo-server-types: 3.6.3_graphql@16.6.0 + apollo-server-types: 3.7.1_graphql@16.6.0 graphql: 16.6.0 transitivePeerDependencies: - encoding dev: false - /apollo-server-types/3.6.3_graphql@16.6.0: - resolution: {integrity: sha512-+7caNTLdevpWI2dGKSa7CWdyudO3NBuJ3HzcrYxjBei6Bth9YdRUNzPSFmBjlm2baHF0GsrMwLpjO+HStJzm3A==} + /apollo-server-types/3.7.1_graphql@16.6.0: + resolution: {integrity: sha512-aE9RDVplmkaOj/OduNmGa+0a1B5RIWI0o3zC1zLvBTVWMKTpo0ifVf11TyMkLCY+T7cnZqVqwyShziOyC3FyUw==} engines: {node: '>=12.0'} peerDependencies: graphql: ^15.3.0 || ^16.0.0 @@ -10080,7 +9809,7 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /aria-hidden/1.2.1_iapumuv4e6jcjznwuxpf4tt22e: + /aria-hidden/1.2.1_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-PN344VAf9j1EAi+jyVHOJ8XidQdPVssGco39eNcsGdM4wcsILtxrKLkbuiMfLWYROK1FjRQasMWCBttrhjnr6A==} engines: {node: '>=10'} peerDependencies: @@ -10090,16 +9819,16 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 react: 18.2.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /aria-query/4.2.2: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@babel/runtime-corejs3': 7.19.4 dev: true @@ -10263,7 +9992,7 @@ packages: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: true /astral-regex/2.0.0: @@ -10360,17 +10089,17 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/29.2.2_@babel+core@7.19.3: - resolution: {integrity: sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w==} + /babel-jest/29.3.1_@babel+core@7.20.2: + resolution: {integrity: sha512-aard+xnMoxgjwV70t0L6wkW/3HQQtV+O0PEimxKgzNqCJnbYmroPojdP2tqKSOAt8QAKV/uSZU8851M7B5+fcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.19.3 - '@jest/transform': 29.2.2 + '@babel/core': 7.20.2 + '@jest/transform': 29.3.1 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.2.0_@babel+core@7.19.3 + babel-preset-jest: 29.2.0_@babel+core@7.20.2 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -10378,14 +10107,29 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_jeg5564y5etyvi3ajplf6yhqg4: + /babel-loader/8.2.5_npabyccmuonwo2rku4k53xo3hi: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.19.3 + '@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.75.0 + dev: true + + /babel-loader/8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i: + resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -10393,32 +10137,17 @@ packages: webpack: 4.46.0 dev: true - /babel-loader/8.2.5_wfdvla2jorjoj23kkavho2upde: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.19.3 - 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 - dev: true - - /babel-loader/9.0.0_wfdvla2jorjoj23kkavho2upde: - resolution: {integrity: sha512-qVGQb0PNw/B1sGhPf0/KKsHZAPfa2Bk+JbjkW7yGjAHZyvjAULXYq0et0+/+7DL/rGYU+y8UoGPzA32NP29pVQ==} + /babel-loader/9.1.0_npabyccmuonwo2rku4k53xo3hi: + resolution: {integrity: sha512-Antt61KJPinUMwHwIIz9T5zfMgevnfZkEVWYDWlG888fgdvRRGD0JTuf/fFozQnfT+uq64sk1bmdHDy/mOEWnA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 schema-utils: 4.0.0 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /babel-plugin-add-react-displayname/0.0.5: @@ -10435,12 +10164,6 @@ packages: '@mdx-js/util': 1.6.22 dev: true - /babel-plugin-dynamic-import-node/2.3.3: - resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} - dependencies: - object.assign: 4.1.4 - dev: true - /babel-plugin-extract-import-names/1.6.22: resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==} dependencies: @@ -10451,7 +10174,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -10465,7 +10188,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.2 dev: true @@ -10474,58 +10197,58 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.19.4 - cosmiconfig: 7.0.1 + '@babel/runtime': 7.20.1 + cosmiconfig: 7.1.0 resolve: 1.22.1 /babel-plugin-named-exports-order/0.0.2: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.19.3: + /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.19.4 - '@babel/core': 7.19.3 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 + '@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.1.7_@babel+core@7.19.3: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.20.2: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.3 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.2 core-js-compat: 3.25.5 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.19.3: + /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.19.3 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 + '@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.1_@babel+core@7.19.3: + /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.19.3 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true @@ -10555,35 +10278,35 @@ packages: /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.19.3: + /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.19.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.3 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.19.3 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.3 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.3 + '@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/29.2.0_@babel+core@7.19.3: + /babel-preset-jest/29.2.0_@babel+core@7.20.2: resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 babel-plugin-jest-hoist: 29.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 dev: true /babel-runtime/6.26.0: @@ -11066,7 +10789,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /camelcase-css/2.0.1: @@ -11606,7 +11329,7 @@ packages: dev: false /concat-map/0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-stream/1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} @@ -11677,6 +11400,10 @@ packages: /convert-source-map/1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true + /cookie-signature/1.0.6: resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} @@ -11715,7 +11442,7 @@ packages: toggle-selection: 1.0.6 dev: false - /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: @@ -11727,7 +11454,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.0 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /core-js-compat/3.25.5: @@ -11781,6 +11508,17 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 + dev: true + + /cosmiconfig/7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} + dependencies: + '@types/parse-json': 4.0.0 + import-fresh: 3.3.0 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.2 /cp-file/7.0.0: resolution: {integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==} @@ -11972,27 +11710,27 @@ packages: webpack: 4.46.0 dev: true - /css-loader/5.2.7_webpack@5.74.0: + /css-loader/5.2.7_webpack@5.75.0: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 + icss-utils: 5.1.0_postcss@8.4.19 loader-utils: 2.0.2 - postcss: 8.4.18 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.18 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.18 - postcss-modules-scope: 3.0.0_postcss@8.4.18 - postcss-modules-values: 4.0.0_postcss@8.4.18 + 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 schema-utils: 3.1.1 semver: 7.3.8 - webpack: 5.74.0 + webpack: 5.75.0 dev: true - /css-loader/6.7.1_webpack@5.74.0: - resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} + /css-loader/6.7.2_webpack@5.75.0: + resolution: {integrity: sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 @@ -12005,7 +11743,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.18 postcss-value-parser: 4.2.0 semver: 7.3.8 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /css-select/4.3.0: @@ -12028,7 +11766,7 @@ packages: /css-vendor/2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 is-in-browser: 1.1.3 dev: false @@ -12404,6 +12142,11 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true + /diff-sequences/29.3.1: + resolution: {integrity: sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /diff/3.5.0: resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} engines: {node: '>=0.3.1'} @@ -12478,7 +12221,7 @@ packages: /dom-helpers/5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 csstype: 3.1.1 dev: false @@ -12529,7 +12272,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /dotenv-expand/5.1.0: @@ -12581,8 +12324,8 @@ packages: /electron-to-chromium/1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} - /electron/21.1.1: - resolution: {integrity: sha512-EM2hvRJtiS3n54yx25Z0Qv54t3LGG+WjUHf1AOl+PKjQj+fmXnjIgVeIF9pM21kP1BTcyjrgvN6Sff0A45OB6A==} + /electron/21.2.3: + resolution: {integrity: sha512-Wyj0ri3P8hnWEvX7+2Q1OtNzJI8Qn4V9J+aeypoXh+wtlX/fjfHxi4vZkos/XRncoIeYCeUZ5nhGjsOIQwSElQ==} engines: {node: '>= 10.17.0'} hasBin: true requiresBuild: true @@ -12847,7 +12590,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_fyln4uq2tv75svthy6prqvt6lm: + /eslint-config-airbnb-base/15.0.0_dcpv4nbdr5ks2h5677xdltrk6e: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12855,14 +12598,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.25.0 - eslint-plugin-import: 2.26.0_eslint@8.25.0 + eslint: 8.27.0 + eslint-plugin-import: 2.26.0_eslint@8.27.0 object.assign: 4.1.4 object.entries: 1.1.5 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_4ces55zid76bgvayjtslcl5sne: + /eslint-config-airbnb/19.0.4_gto5osv3xpxagsgraksq5y7ohi: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12872,23 +12615,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.25.0 - eslint-config-airbnb-base: 15.0.0_fyln4uq2tv75svthy6prqvt6lm - eslint-plugin-import: 2.26.0_eslint@8.25.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.25.0 - eslint-plugin-react: 7.31.10_eslint@8.25.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 + eslint: 8.27.0 + eslint-config-airbnb-base: 15.0.0_dcpv4nbdr5ks2h5677xdltrk6e + eslint-plugin-import: 2.26.0_eslint@8.27.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.27.0 + eslint-plugin-react: 7.31.10_eslint@8.27.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 object.assign: 4.1.4 object.entries: 1.1.5 dev: true - /eslint-config-prettier/8.5.0_eslint@8.25.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.25.0 + eslint: 8.27.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -12900,7 +12643,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_ez3mxn7ua4ucl4vd2ydr6jerei: + /eslint-module-utils/2.7.4_hzyee272oejuypf7pxzdrrmskq: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -12922,13 +12665,13 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.25.0 + eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.25.0: + /eslint-plugin-import/2.26.0_eslint@8.27.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -12942,9 +12685,9 @@ packages: array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.25.0 + eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_ez3mxn7ua4ucl4vd2ydr6jerei + eslint-module-utils: 2.7.4_hzyee272oejuypf7pxzdrrmskq has: 1.0.3 is-core-module: 2.10.0 is-glob: 4.0.3 @@ -12958,8 +12701,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.2_6co43ebcjfbpobjajqgjcmpkdi: - resolution: {integrity: sha512-+nLOn5jvQKLUywXxXKsLuuENsB/FhygXOLI+l5QlF+ACGe0DM14FlpYrGZ4nEiTo0BGlL5MymG73XA/tC3v3fA==} + /eslint-plugin-jest/27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e: + resolution: {integrity: sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -12971,22 +12714,22 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 - jest: 29.2.2 + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + eslint: 8.27.0 + jest: 29.3.1_@types+node@18.11.9 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.25.0: + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.27.0: resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 aria-query: 4.2.2 array-includes: 3.1.5 ast-types-flow: 0.0.7 @@ -12994,7 +12737,7 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.25.0 + eslint: 8.27.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -13002,16 +12745,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.25.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.27.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.25.0 + eslint: 8.27.0 dev: true - /eslint-plugin-react/7.31.10_eslint@8.25.0: + /eslint-plugin-react/7.31.10_eslint@8.27.0: resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} engines: {node: '>=4'} peerDependencies: @@ -13020,7 +12763,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.25.0 + eslint: 8.27.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -13058,13 +12801,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.25.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.25.0 + eslint: 8.27.0 eslint-visitor-keys: 2.1.0 dev: true @@ -13078,14 +12821,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.25.0: - resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} + /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.3 - '@humanwhocodes/config-array': 0.10.7 + '@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 @@ -13093,7 +12837,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.27.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -13103,12 +12847,12 @@ packages: find-up: 5.0.0 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 @@ -13173,8 +12917,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.19.4 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -13268,7 +13012,18 @@ packages: jest-get-type: 29.2.0 jest-matcher-utils: 29.2.2 jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-util: 29.3.1 + dev: true + + /expect/29.3.1: + resolution: {integrity: sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/expect-utils': 29.3.1 + jest-get-type: 29.2.0 + jest-matcher-utils: 29.3.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 dev: true /express/4.18.2: @@ -13483,7 +13238,7 @@ packages: webpack: 4.46.0 dev: true - /file-loader/6.2.0_webpack@5.74.0: + /file-loader/6.2.0_webpack@5.75.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -13491,7 +13246,7 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /file-system-cache/1.1.0: @@ -13626,7 +13381,7 @@ packages: resolution: {integrity: sha512-4n0pYcPTa/uI7Q66BZna61nRT7lDhnuJ9PJr6wiDjx4uStg491ks41y7uOG+s0umaaa+hulNKSldU9aTg9/yVg==} engines: {node: '>=10'} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: false /follow-redirects/1.15.2: @@ -13658,7 +13413,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_ybeu3d6gzlmqceoto3zzmxyiwi: + /fork-ts-checker-webpack-plugin/4.1.6_zrjoh7bg5rkacdtuk7dq2uvknu: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13674,7 +13429,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.25.0 + eslint: 8.27.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -13686,7 +13441,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_iphotpp42ipt4ovquw5uqijhcq: + /fork-ts-checker-webpack-plugin/6.5.2_jhkpzg2brfkmxknx2ey4cnt3n4: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13706,7 +13461,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.25.0 + eslint: 8.27.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.7 @@ -13715,10 +13470,10 @@ packages: semver: 7.3.8 tapable: 1.1.3 typescript: 4.8.4 - webpack: 5.74.0 + webpack: 5.75.0 dev: true - /fork-ts-checker-webpack-plugin/6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi: + /fork-ts-checker-webpack-plugin/6.5.2_zrjoh7bg5rkacdtuk7dq2uvknu: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13738,7 +13493,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.25.0 + eslint: 8.27.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.7 @@ -13750,7 +13505,7 @@ packages: webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.13_qqxisngxjbp7lstdk7boexbu3e: + /fork-ts-checker-webpack-plugin/7.2.13_qw7fmzhoapcndkteb5rsc33stq: resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -13774,7 +13529,7 @@ packages: semver: 7.3.8 tapable: 2.2.1 typescript: 4.8.4 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /form-data/3.0.1: @@ -13815,8 +13570,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/7.6.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-8US03IWJKrLoSb81l5OahNzB9Sv7Jo1RhIwUoTG/25BRUdO9lOqq/klsdZqNmNG0ua9IEJJQ8hkYpETJ4N6VSw==} + /framer-motion/7.6.6_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-7ti5mEzhTRBFCMlKs8Zxu9dWtVattpj2jPCNc4jaz4d7bDFekClALaBzmi1pGOKzsOWJsKMeV5ckIkD1DLI9lw==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 @@ -13836,7 +13591,7 @@ packages: /framesync/5.3.0: resolution: {integrity: sha512-oc5m68HDO/tuK2blj7ZcdEBRx3p1PjrgHazL8GYEpvULhrtGIFbQArN6cQS2QhW8mitffaB+VYzMjDqBxxQeoA==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: false /framesync/6.1.2: @@ -14268,7 +14023,7 @@ packages: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /graphql/15.8.0: @@ -14523,7 +14278,7 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-loader/4.2.0_webpack@5.74.0: + /html-loader/4.2.0_webpack@5.75.0: resolution: {integrity: sha512-OxCHD3yt+qwqng2vvcaPApCEvbx+nXWu+v69TYHx1FO8bffHn/JjHtE3TTQZmHjwvnJe4xxzuecetDVBrQR1Zg==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -14531,7 +14286,7 @@ packages: dependencies: html-minifier-terser: 7.0.0 parse5: 7.1.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /html-minifier-terser/5.1.1: @@ -14603,7 +14358,7 @@ packages: webpack: 4.46.0 dev: true - /html-webpack-plugin/5.5.0_webpack@5.74.0: + /html-webpack-plugin/5.5.0_webpack@5.75.0: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -14614,7 +14369,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /htmlparser2/6.1.0: @@ -14771,6 +14526,15 @@ packages: postcss: 8.4.18 dev: true + /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.19 + dev: true + /ieee754/1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -14791,8 +14555,8 @@ packages: /immediate/3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} - /immer/9.0.15: - resolution: {integrity: sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==} + /immer/9.0.16: + resolution: {integrity: sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==} /immutable/4.1.0: resolution: {integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==} @@ -15414,8 +15178,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.19.3 - '@babel/parser': 7.19.4 + '@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 @@ -15474,35 +15238,35 @@ packages: p-limit: 3.1.0 dev: true - /jest-circus/29.2.2: - resolution: {integrity: sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw==} + /jest-circus/29.3.1: + resolution: {integrity: sha512-wpr26sEvwb3qQQbdlmei+gzp6yoSSoSL6GsLPxnuayZSMrSd5Ka7IjAvatpIernBvT2+Ic6RLTg+jSebScmasg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/expect': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/environment': 29.3.1 + '@jest/expect': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 - jest-each: 29.2.1 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-runtime: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 + jest-each: 29.3.1 + jest-matcher-utils: 29.3.1 + jest-message-util: 29.3.1 + jest-runtime: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 p-limit: 3.1.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 stack-utils: 2.0.5 transitivePeerDependencies: - supports-color dev: true - /jest-cli/29.2.2: - resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + /jest-cli/29.3.1: + resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -15511,26 +15275,26 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-config: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 prompts: 2.4.2 - yargs: 17.6.0 + yargs: 17.6.2 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest-cli/29.2.2_4pb6an67rakrle6rtido6z2a34: - resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + /jest-cli/29.3.1_@types+node@18.11.9: + resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -15539,26 +15303,26 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2_ts-node@10.9.1 - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.2.2_4pb6an67rakrle6rtido6z2a34 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-config: 29.3.1_@types+node@18.11.9 + jest-util: 29.3.1 + jest-validate: 29.3.1 prompts: 2.4.2 - yargs: 17.6.0 + yargs: 17.6.2 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest-cli/29.2.2_@types+node@18.11.7: - resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + /jest-cli/29.3.1_odkjkoia5xunhxkdrka32ib6vi: + resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -15567,26 +15331,26 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1_ts-node@10.9.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.2.2_@types+node@18.11.7 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-config: 29.3.1_odkjkoia5xunhxkdrka32ib6vi + jest-util: 29.3.1 + jest-validate: 29.3.1 prompts: 2.4.2 - yargs: 17.6.0 + yargs: 17.6.2 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest-config/29.2.2: - resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + /jest-config/29.3.1: + resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -15597,34 +15361,34 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.19.3 - '@jest/test-sequencer': 29.2.2 - '@jest/types': 29.2.1 - babel-jest: 29.2.2_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@jest/test-sequencer': 29.3.1 + '@jest/types': 29.3.1 + babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.2.2 - jest-environment-node: 29.2.2 + jest-circus: 29.3.1 + jest-environment-node: 29.3.1 jest-get-type: 29.2.0 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-runner: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-resolve: 29.3.1 + jest-runner: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-config/29.2.2_4pb6an67rakrle6rtido6z2a34: - resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + /jest-config/29.3.1_@types+node@18.11.9: + resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -15635,36 +15399,35 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.19.3 - '@jest/test-sequencer': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 - babel-jest: 29.2.2_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@jest/test-sequencer': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 + babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.2.2 - jest-environment-node: 29.2.2 + jest-circus: 29.3.1 + jest-environment-node: 29.3.1 jest-get-type: 29.2.0 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-runner: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-resolve: 29.3.1 + jest-runner: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_evej5wzm4hojmu6uzxwpspdmsu transitivePeerDependencies: - supports-color dev: true - /jest-config/29.2.2_@types+node@18.11.7: - resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + /jest-config/29.3.1_odkjkoia5xunhxkdrka32ib6vi: + resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -15675,29 +15438,30 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.19.3 - '@jest/test-sequencer': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 - babel-jest: 29.2.2_@babel+core@7.19.3 + '@babel/core': 7.20.2 + '@jest/test-sequencer': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 + babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.5.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.2.2 - jest-environment-node: 29.2.2 + jest-circus: 29.3.1 + jest-environment-node: 29.3.1 jest-get-type: 29.2.0 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-runner: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-resolve: 29.3.1 + jest-runner: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 + ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 transitivePeerDependencies: - supports-color dev: true @@ -15709,7 +15473,17 @@ packages: chalk: 4.1.2 diff-sequences: 29.2.0 jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 + dev: true + + /jest-diff/29.3.1: + resolution: {integrity: sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 29.3.1 + jest-get-type: 29.2.0 + pretty-format: 29.3.1 dev: true /jest-docblock/29.2.0: @@ -15719,19 +15493,19 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/29.2.1: - resolution: {integrity: sha512-sGP86H/CpWHMyK3qGIGFCgP6mt+o5tu9qG4+tobl0LNdgny0aitLXs9/EBacLy3Bwqy+v4uXClqJgASJWcruYw==} + /jest-each/29.3.1: + resolution: {integrity: sha512-qrZH7PmFB9rEzCSl00BWjZYuS1BSOH8lLuC0azQE9lQrAx3PWGKHTDudQiOSwIy5dGAJh7KA0ScYlCP7JxvFYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 chalk: 4.1.2 jest-get-type: 29.2.0 - jest-util: 29.2.1 - pretty-format: 29.2.1 + jest-util: 29.3.1 + pretty-format: 29.3.1 dev: true - /jest-environment-jsdom/29.2.2: - resolution: {integrity: sha512-5mNtTcky1+RYv9kxkwMwt7fkzyX4EJUarV7iI+NQLigpV4Hz4sgfOdP4kOpCHXbkRWErV7tgXoXLm2CKtucr+A==} + /jest-environment-jsdom/29.3.1: + resolution: {integrity: sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: canvas: ^2.5.0 @@ -15739,13 +15513,13 @@ packages: canvas: optional: true dependencies: - '@jest/environment': 29.2.2 - '@jest/fake-timers': 29.2.2 - '@jest/types': 29.2.1 + '@jest/environment': 29.3.1 + '@jest/fake-timers': 29.3.1 + '@jest/types': 29.3.1 '@types/jsdom': 20.0.0 - '@types/node': 18.11.7 - jest-mock: 29.2.2 - jest-util: 29.2.1 + '@types/node': 18.11.9 + jest-mock: 29.3.1 + jest-util: 29.3.1 jsdom: 20.0.1 transitivePeerDependencies: - bufferutil @@ -15753,16 +15527,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/29.2.2: - resolution: {integrity: sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw==} + /jest-environment-node/29.3.1: + resolution: {integrity: sha512-xm2THL18Xf5sIHoU7OThBPtuH6Lerd+Y1NLYiZJlkE3hbE+7N7r8uvHIl/FkZ5ymKXJe/11SQuf3fv4v6rUMag==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/fake-timers': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 - jest-mock: 29.2.2 - jest-util: 29.2.1 + '@jest/environment': 29.3.1 + '@jest/fake-timers': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 + jest-mock: 29.3.1 + jest-util: 29.3.1 dev: true /jest-get-type/29.2.0: @@ -15776,7 +15550,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.7 + '@types/node': 18.11.9 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -15793,31 +15567,31 @@ packages: - supports-color dev: true - /jest-haste-map/29.2.1: - resolution: {integrity: sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA==} + /jest-haste-map/29.3.1: + resolution: {integrity: sha512-/FFtvoG1xjbbPXQLFef+WSU4yrc0fc0Dds6aRPBojUid7qlPqZvxdUBA03HW0fnVHXVCnCdkuoghYItKNzc/0A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.7 + '@types/node': 18.11.9 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 29.2.0 - jest-util: 29.2.1 - jest-worker: 29.2.1 + jest-util: 29.3.1 + jest-worker: 29.3.1 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-leak-detector/29.2.1: - resolution: {integrity: sha512-1YvSqYoiurxKOJtySc+CGVmw/e1v4yNY27BjWTVzp0aTduQeA7pdieLiW05wTYG/twlKOp2xS/pWuikQEmklug==} + /jest-leak-detector/29.3.1: + resolution: {integrity: sha512-3DA/VVXj4zFOPagGkuqHnSQf1GZBmmlagpguxEERO6Pla2g84Q1MaVIB3YMxgUaFIaYag8ZnTyQgiZ35YEqAQA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 dev: true /jest-matcher-utils/29.2.2: @@ -15827,7 +15601,17 @@ packages: chalk: 4.1.2 jest-diff: 29.2.1 jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 + dev: true + + /jest-matcher-utils/29.3.1: + resolution: {integrity: sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.3.1 + jest-get-type: 29.2.0 + pretty-format: 29.3.1 dev: true /jest-message-util/29.2.1: @@ -15835,26 +15619,41 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.18.6 - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.10 micromatch: 4.0.5 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/29.2.2: - resolution: {integrity: sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==} + /jest-message-util/29.3.1: + resolution: {integrity: sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 - '@types/node': 18.11.7 - jest-util: 29.2.1 + '@babel/code-frame': 7.18.6 + '@jest/types': 29.3.1 + '@types/stack-utils': 2.0.1 + chalk: 4.1.2 + graceful-fs: 4.2.10 + micromatch: 4.0.5 + pretty-format: 29.3.1 + slash: 3.0.0 + stack-utils: 2.0.5 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@29.2.2: + /jest-mock/29.3.1: + resolution: {integrity: sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.3.1 + '@types/node': 18.11.9 + jest-util: 29.3.1 + dev: true + + /jest-pnp-resolver/1.2.2_jest-resolve@29.3.1: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -15863,7 +15662,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.2.2 + jest-resolve: 29.3.1 dev: true /jest-regex-util/26.0.0: @@ -15876,84 +15675,84 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/29.2.2: - resolution: {integrity: sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ==} + /jest-resolve-dependencies/29.3.1: + resolution: {integrity: sha512-Vk0cYq0byRw2WluNmNWGqPeRnZ3p3hHmjJMp2dyyZeYIfiBskwq4rpiuGFR6QGAdbj58WC7HN4hQHjf2mpvrLA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-regex-util: 29.2.0 - jest-snapshot: 29.2.2 + jest-snapshot: 29.3.1 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/29.2.2: - resolution: {integrity: sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA==} + /jest-resolve/29.3.1: + resolution: {integrity: sha512-amXJgH/Ng712w3Uz5gqzFBBjxV8WFLSmNjoreBGMqxgCz5cH7swmBZzgBaCIOsvb0NbpJ0vgaSFdJqMdT+rADw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 - jest-pnp-resolver: 1.2.2_jest-resolve@29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-haste-map: 29.3.1 + jest-pnp-resolver: 1.2.2_jest-resolve@29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 resolve: 1.22.1 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/29.2.2: - resolution: {integrity: sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg==} + /jest-runner/29.3.1: + resolution: {integrity: sha512-oFvcwRNrKMtE6u9+AQPMATxFcTySyKfLhvso7Sdk/rNpbhg4g2GAGCopiInk1OP4q6gz3n6MajW4+fnHWlU3bA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.2.1 - '@jest/environment': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/console': 29.3.1 + '@jest/environment': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 jest-docblock: 29.2.0 - jest-environment-node: 29.2.2 - jest-haste-map: 29.2.1 - jest-leak-detector: 29.2.1 - jest-message-util: 29.2.1 - jest-resolve: 29.2.2 - jest-runtime: 29.2.2 - jest-util: 29.2.1 - jest-watcher: 29.2.2 - jest-worker: 29.2.1 + jest-environment-node: 29.3.1 + jest-haste-map: 29.3.1 + jest-leak-detector: 29.3.1 + jest-message-util: 29.3.1 + jest-resolve: 29.3.1 + jest-runtime: 29.3.1 + jest-util: 29.3.1 + jest-watcher: 29.3.1 + jest-worker: 29.3.1 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/29.2.2: - resolution: {integrity: sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA==} + /jest-runtime/29.3.1: + resolution: {integrity: sha512-jLzkIxIqXwBEOZx7wx9OO9sxoZmgT2NhmQKzHQm1xwR1kNW/dn0OjxR424VwHHf1SPN6Qwlb5pp1oGCeFTQ62A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/fake-timers': 29.2.2 - '@jest/globals': 29.2.2 + '@jest/environment': 29.3.1 + '@jest/fake-timers': 29.3.1 + '@jest/globals': 29.3.1 '@jest/source-map': 29.2.0 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 glob: 7.2.3 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 - jest-message-util: 29.2.1 - jest-mock: 29.2.2 + jest-haste-map: 29.3.1 + jest-message-util: 29.3.1 + jest-mock: 29.3.1 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 + jest-resolve: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -15964,37 +15763,37 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 graceful-fs: 4.2.10 dev: true - /jest-snapshot/29.2.2: - resolution: {integrity: sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA==} + /jest-snapshot/29.3.1: + resolution: {integrity: sha512-+3JOc+s28upYLI2OJM4PWRGK9AgpsMs/ekNryUV0yMBClT9B1DF2u2qay8YxcQd338PPYSFNb0lsar1B49sLDA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.19.3 - '@babel/generator': 7.19.5 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.3 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.3 - '@babel/traverse': 7.19.4 - '@babel/types': 7.19.4 - '@jest/expect-utils': 29.2.2 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@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': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@types/babel__traverse': 7.18.2 '@types/prettier': 2.7.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.3 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 chalk: 4.1.2 - expect: 29.2.2 + expect: 29.3.1 graceful-fs: 4.2.10 - jest-diff: 29.2.1 + jest-diff: 29.3.1 jest-get-type: 29.2.0 - jest-haste-map: 29.2.1 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-haste-map: 29.3.1 + jest-matcher-utils: 29.3.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 natural-compare: 1.4.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -16005,7 +15804,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.7 + '@types/node': 18.11.9 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -16017,36 +15816,48 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@types/node': 18.11.9 chalk: 4.1.2 ci-info: 3.5.0 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true - /jest-validate/29.2.2: - resolution: {integrity: sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA==} + /jest-util/29.3.1: + resolution: {integrity: sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 + chalk: 4.1.2 + ci-info: 3.5.0 + graceful-fs: 4.2.10 + picomatch: 2.3.1 + dev: true + + /jest-validate/29.3.1: + resolution: {integrity: sha512-N9Lr3oYR2Mpzuelp1F8negJR3YE+L1ebk1rYA5qYo9TTY3f9OWdptLoNSPP9itOCBIRBqjt/S5XHlzYglLN67g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.3.1 camelcase: 6.3.0 chalk: 4.1.2 jest-get-type: 29.2.0 leven: 3.1.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 dev: true - /jest-watcher/29.2.2: - resolution: {integrity: sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w==} + /jest-watcher/29.3.1: + resolution: {integrity: sha512-RspXG2BQFDsZSRKGCT/NiNa8RkQ1iKAjrO0//soTMWx/QUt+OcxMqMSBxz23PYGqUuWm2+m2mNNsmj0eIoOaFg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 - '@types/node': 18.11.7 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 29.2.1 + jest-util: 29.3.1 string-length: 4.0.2 dev: true @@ -16054,7 +15865,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -16063,23 +15874,23 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest-worker/29.2.1: - resolution: {integrity: sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg==} + /jest-worker/29.3.1: + resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.11.7 - jest-util: 29.2.1 + '@types/node': 18.11.9 + jest-util: 29.3.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/29.2.2: - resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + /jest/29.3.1: + resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -16088,18 +15899,18 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1 + '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.2.2 + jest-cli: 29.3.1 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest/29.2.2_4pb6an67rakrle6rtido6z2a34: - resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + /jest/29.3.1_@types+node@18.11.9: + resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -16108,18 +15919,18 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2_ts-node@10.9.1 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1 + '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.2.2_4pb6an67rakrle6rtido6z2a34 + jest-cli: 29.3.1_@types+node@18.11.9 transitivePeerDependencies: - '@types/node' - supports-color - ts-node dev: true - /jest/29.2.2_@types+node@18.11.7: - resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + /jest/29.3.1_odkjkoia5xunhxkdrka32ib6vi: + resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -16128,10 +15939,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1_ts-node@10.9.1 + '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.2.2_@types+node@18.11.7 + jest-cli: 29.3.1_odkjkoia5xunhxkdrka32ib6vi transitivePeerDependencies: - '@types/node' - supports-color @@ -16333,7 +16144,7 @@ packages: /jss-plugin-camel-case/10.9.2: resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 hyphenate-style-name: 1.0.4 jss: 10.9.2 dev: false @@ -16341,7 +16152,7 @@ packages: /jss-plugin-compose/10.9.2: resolution: {integrity: sha512-XvsGar4D791VgOMqbEk1XYY5s84Ew57OMLYjbnTXl3MSaBTvmR5M3dTqQbBquJGp4pLyyqlfTcijfolZII1w4Q==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16349,21 +16160,21 @@ packages: /jss-plugin-default-unit/10.9.2: resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 dev: false /jss-plugin-expand/10.9.2: resolution: {integrity: sha512-D3PGLUJu3YbHhX6vANooCa1gqfv68wLssDp08wH21YVTCt6u8jWfqkoj9NmPz5ea1Fc0WMoJtofJTlgb6ApZvw==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 dev: false /jss-plugin-extend/10.9.2: resolution: {integrity: sha512-55lXOQ7yyRtrMRYOcWUeZ3Ea4/Cd/oTndvb9j/5O3+E816nRoYbDsqKI8ob0Yx8PnfHBsQN0u10JcLnqq+8aPA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16371,14 +16182,14 @@ packages: /jss-plugin-global/10.9.2: resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 dev: false /jss-plugin-nested/10.9.2: resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16386,14 +16197,14 @@ packages: /jss-plugin-props-sort/10.9.2: resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 dev: false /jss-plugin-rule-value-function/10.9.2: resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16401,7 +16212,7 @@ packages: /jss-plugin-rule-value-observable/10.9.2: resolution: {integrity: sha512-SSqBD4s/k2mwsOUg6+LI/oEmvUxokIWi+5bZOyer/2nP4kMxeo3gHURc2yiAEu3v62Sf3GHhgC6pBAugxhLL9A==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 symbol-observable: 1.2.0 dev: false @@ -16409,7 +16220,7 @@ packages: /jss-plugin-template/10.9.2: resolution: {integrity: sha512-f+ANQg8n+tkYea4Fu1Qt4skv9UJiNllzJB1Ga0QyumDZZJVpCzl8/mbFT1cvQSW7h+yB31GexFYVF3ct5fFGzA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 tiny-warning: 1.0.3 dev: false @@ -16417,7 +16228,7 @@ packages: /jss-plugin-vendor-prefixer/10.9.2: resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 css-vendor: 2.0.8 jss: 10.9.2 dev: false @@ -16425,7 +16236,7 @@ packages: /jss-preset-default/10.9.2: resolution: {integrity: sha512-HMkTLgYPRjwdiu8n8ZB2VEfpO95cZ5AmmSYvFSvt76MQJMp/xDh6cP49MmZHwMpIvXwNj0LI8Peglgwz+rHKBQ==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 jss: 10.9.2 jss-plugin-camel-case: 10.9.2 jss-plugin-compose: 10.9.2 @@ -16444,7 +16255,7 @@ packages: /jss/10.9.2: resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -16593,8 +16404,8 @@ packages: - supports-color dev: false - /known-css-properties/0.25.0: - resolution: {integrity: sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA==} + /known-css-properties/0.26.0: + resolution: {integrity: sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==} dev: true /language-subtag-registry/0.3.22: @@ -16616,7 +16427,7 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 app-root-dir: 1.0.2 core-js: 3.25.5 dotenv: 8.6.0 @@ -16872,7 +16683,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: true /lowercase-keys/1.0.1: @@ -17085,8 +16896,8 @@ packages: fs-monkey: 1.0.3 dev: true - /memoize-one/5.2.1: - resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} + /memoize-one/6.0.0: + resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} dev: false /memoizerific/1.11.3: @@ -17449,8 +17260,8 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.47.4_typescript@4.8.4: - resolution: {integrity: sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==} + /msw/0.48.2_typescript@4.8.4: + resolution: {integrity: sha512-kXeLiyf5CRYkRf+ve/Utmw5/Iii+y+Mcr8hzXSVFrvzWVDpBfYL/4vBEhQu4zrBPBhvPbTNrH7/Y0KDQilpBKg==} engines: {node: '>=14'} hasBin: true requiresBuild: true @@ -17528,6 +17339,10 @@ packages: - supports-color dev: 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 @@ -17567,12 +17382,11 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /node-abort-controller/3.0.1: resolution: {integrity: sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==} - dev: true /node-addon-api/3.2.1: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} @@ -17773,8 +17587,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/15.0.0: - resolution: {integrity: sha512-uh9Ou5oj7yr6Uyp4QhqW1vIVoanYn1sJM1jzOyoT17GAhhODfS0BtQgUvlmInDuRqP8LMaPg4LXFMby07U1HXg==} + /nx/15.0.13: + resolution: {integrity: sha512-5mJGWz91B9/sxzLjXdD+pmZTel54NeNNxFDis8OhtGDn6eRZ25qWsZNDgzqIDtwKn3c9gThAMHU4XH2OTgWUnA==} hasBin: true requiresBuild: true peerDependencies: @@ -17786,8 +17600,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.0.0 - '@nrwl/tao': 15.0.0 + '@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.25 @@ -17817,10 +17631,10 @@ 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.6.0 - yargs-parser: 21.0.1 + yargs: 17.6.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - debug dev: true @@ -18168,7 +17982,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /parent-module/1.0.1: @@ -18237,7 +18051,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /pascalcase/0.1.1: @@ -18426,7 +18240,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 dev: true /popmotion/11.0.5: @@ -18456,7 +18270,7 @@ packages: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: 7.0.1 + cosmiconfig: 7.1.0 klona: 2.0.5 loader-utils: 2.0.2 postcss: 7.0.39 @@ -18485,6 +18299,15 @@ packages: postcss: 8.4.18 dev: true + /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.19 + dev: true + /postcss-modules-local-by-default/3.0.3: resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} engines: {node: '>= 6'} @@ -18507,6 +18330,18 @@ packages: postcss-value-parser: 4.2.0 dev: true + /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.19 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 + postcss-value-parser: 4.2.0 + dev: true + /postcss-modules-scope/2.2.0: resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} engines: {node: '>= 6'} @@ -18525,6 +18360,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /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.19 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-modules-values/3.0.0: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} dependencies: @@ -18542,17 +18387,27 @@ packages: postcss: 8.4.18 dev: true + /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.19 + postcss: 8.4.19 + dev: true + /postcss-resolve-nested-selector/0.1.1: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.18: + /postcss-safe-parser/6.0.0_postcss@8.4.19: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 dev: true /postcss-selector-parser/6.0.10: @@ -18583,6 +18438,15 @@ packages: 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 + /preferred-pm/3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} engines: {node: '>=10'} @@ -18651,6 +18515,15 @@ packages: react-is: 18.2.0 dev: true + /pretty-format/29.3.1: + resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.0.0 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + /pretty-hrtime/1.0.3: resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} engines: {node: '>= 0.8'} @@ -19011,7 +18884,7 @@ packages: webpack: 4.46.0 dev: true - /raw-loader/4.0.2_webpack@5.74.0: + /raw-loader/4.0.2_webpack@5.75.0: resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19019,11 +18892,11 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true - /react-bootstrap/2.5.0_rj7ozvcq3uehdlnj3cbwzbi5ce: - resolution: {integrity: sha512-j/aLR+okzbYk61TM3eDOU1NqOqnUdwyVrF+ojoCRUxPdzc2R0xXvqyRsjSoyRoCo7n82Fs/LWjPCin/QJNdwvA==} + /react-bootstrap/2.6.0_2zx2umvpluuhvlq44va5bta2da: + resolution: {integrity: sha512-WnDgN6PR8WZKo2Og5J8EafFi4BsABjc96lNuMNfksrgiPDCw18/woWQCNhAeHFZQWTQ/PijkOrQ9ncTWwO//AA==} peerDependencies: '@types/react': '>=16.14.8' react: '>=16.14.0 || 18' @@ -19032,10 +18905,10 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@restart/hooks': 0.4.7_react@18.2.0 - '@restart/ui': 1.4.0_biqbaboplfbrettd7655fr4n2y - '@types/react': 18.0.21 + '@restart/ui': 1.4.1_biqbaboplfbrettd7655fr4n2y + '@types/react': 18.0.25 '@types/react-transition-group': 4.4.5 classnames: 2.3.2 dom-helpers: 5.2.1 @@ -19054,7 +18927,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 react: 18.2.0 dev: false @@ -19075,9 +18948,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.19.3 - '@babel/generator': 7.19.5 - '@babel/runtime': 7.19.4 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/runtime': 7.20.1 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -19122,7 +18995,7 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.9.1_iapumuv4e6jcjznwuxpf4tt22e: + /react-focus-lock/2.9.1_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -19131,14 +19004,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.19.4 - '@types/react': 18.0.21 + '@babel/runtime': 7.20.1 + '@types/react': 18.0.25 focus-lock: 0.11.3 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6_react@18.2.0 - use-callback-ref: 1.3.0_iapumuv4e6jcjznwuxpf4tt22e - use-sidecar: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e + use-callback-ref: 1.3.0_fan5qbzahqtxlm5dzefqlqx5ia + use-sidecar: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia dev: false /react-icons/4.6.0_react@18.2.0: @@ -19154,7 +19027,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 || 18 dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -19184,8 +19057,8 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux/8.0.4_5uumaiclxbdbzaqafclbf6maf4: - resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} + /react-redux/8.0.5_cn3ejhfta5lq2dae4xucvtkwvu: + resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -19205,10 +19078,10 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.21 - '@types/react-dom': 18.0.6 + '@types/react': 18.0.25 + '@types/react-dom': 18.0.9 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -19217,8 +19090,8 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: false - /react-redux/8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a: - resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} + /react-redux/8.0.5_cwibiq2wc4jg7526yssstuzogy: + resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -19238,9 +19111,9 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.21 + '@types/react': 18.0.25 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -19250,8 +19123,8 @@ packages: use-sync-external-store: 1.2.0_react@18.2.0 dev: true - /react-redux/8.0.4_yfr4m6wk75wdra335rld4tkrbu: - resolution: {integrity: sha512-yMfQ7mX6bWuicz2fids6cR1YT59VTuT8MKyyE310wJQlINKENCeT1UcPdEiX6znI5tF8zXyJ/VYvDgeGuaaNwQ==} + /react-redux/8.0.5_moha6x5fbqoiok2ot63p7hwafm: + resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react-dom': ^16.8 || ^17.0 || ^18.0 @@ -19271,10 +19144,10 @@ packages: redux: optional: true dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.21 - '@types/react-dom': 18.0.6 + '@types/react': 18.0.25 + '@types/react-dom': 18.0.9 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -19288,7 +19161,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar/2.3.4_iapumuv4e6jcjznwuxpf4tt22e: + /react-remove-scroll-bar/2.3.4_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -19298,13 +19171,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 react: 18.2.0 - react-style-singleton: 2.2.1_iapumuv4e6jcjznwuxpf4tt22e - tslib: 2.4.0 + react-style-singleton: 2.2.1_fan5qbzahqtxlm5dzefqlqx5ia + tslib: 2.4.1 dev: false - /react-remove-scroll/2.5.5_iapumuv4e6jcjznwuxpf4tt22e: + /react-remove-scroll/2.5.5_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -19314,55 +19187,55 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 react: 18.2.0 - react-remove-scroll-bar: 2.3.4_iapumuv4e6jcjznwuxpf4tt22e - react-style-singleton: 2.2.1_iapumuv4e6jcjznwuxpf4tt22e - tslib: 2.4.0 - use-callback-ref: 1.3.0_iapumuv4e6jcjznwuxpf4tt22e - use-sidecar: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e + react-remove-scroll-bar: 2.3.4_fan5qbzahqtxlm5dzefqlqx5ia + react-style-singleton: 2.2.1_fan5qbzahqtxlm5dzefqlqx5ia + tslib: 2.4.1 + use-callback-ref: 1.3.0_fan5qbzahqtxlm5dzefqlqx5ia + use-sidecar: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia dev: false - /react-router-dom/6.4.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-yM1kjoTkpfjgczPrcyWrp+OuQMyB1WleICiiGfstnQYo/S8hPEEnVjr/RdmlH6yKK4Tnj1UGXFSa7uwAtmDoLQ==} + /react-router-dom/6.4.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' react-dom: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.0.2 + '@remix-run/router': 1.0.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.4.2_react@18.2.0 + react-router: 6.4.3_react@18.2.0 dev: false - /react-router/6.4.2_react@18.2.0: - resolution: {integrity: sha512-Rb0BAX9KHhVzT1OKhMvCDMw776aTYM0DtkxqUBP8dNBom3mPXlfNs76JNGK8wKJ1IZEY1+WGj+cvZxHVk/GiKw==} + /react-router/6.4.3_react@18.2.0: + resolution: {integrity: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.0.2 + '@remix-run/router': 1.0.3 react: 18.2.0 dev: false - /react-select/5.5.2_eat7hc23gfabdflnphmz6xfchm: - resolution: {integrity: sha512-zbcxtiqXvFW2Wh+dd8zAqMY6QaqX9Ez0WlcjSXycXn1ASpKdc17LcGJj7gAJiUcHI/UVlo6wfg44hgBsUPyEBQ==} + /react-select/5.6.1_o6ujcdmwt6ni5mv4wdf5n6tg3y: + resolution: {integrity: sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: - '@babel/runtime': 7.19.4 - '@emotion/cache': 11.10.3 - '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu + '@babel/runtime': 7.20.1 + '@emotion/cache': 11.10.5 + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy '@floating-ui/dom': 1.0.2 '@types/react-transition-group': 4.4.5 - memoize-one: 5.2.1 + memoize-one: 6.0.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y - use-isomorphic-layout-effect: 1.1.2_iapumuv4e6jcjznwuxpf4tt22e + use-isomorphic-layout-effect: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@babel/core' - '@types/react' @@ -19378,7 +19251,7 @@ packages: react-is: 18.2.0 dev: true - /react-style-singleton/2.2.1_iapumuv4e6jcjznwuxpf4tt22e: + /react-style-singleton/2.2.1_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -19388,11 +19261,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /react-test-renderer/18.2.0_react@18.2.0: @@ -19423,7 +19296,7 @@ packages: react: '>=16.6.0 || 18' react-dom: '>=16.6.0 || 18' dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -19605,8 +19478,8 @@ packages: redux: 4.2.0 dev: false - /redux-thunk/2.4.1_redux@4.2.0: - resolution: {integrity: sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==} + /redux-thunk/2.4.2_redux@4.2.0: + resolution: {integrity: sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==} peerDependencies: redux: ^4 dependencies: @@ -19615,7 +19488,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 /regenerate-unicode-properties/10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} @@ -19638,7 +19511,7 @@ packages: /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 dev: true /regex-not/1.0.2: @@ -19813,8 +19686,8 @@ packages: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: true - /reselect/4.1.6: - resolution: {integrity: sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ==} + /reselect/4.1.7: + resolution: {integrity: sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==} /resolve-cwd/3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} @@ -19933,7 +19806,7 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-typescript2/0.34.1_655ssj4e7sdqlljrreeiqtltve: + /rollup-plugin-typescript2/0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19942,14 +19815,14 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 3.2.3 + rollup: 3.3.0 semver: 7.3.8 - tslib: 2.4.0 + tslib: 2.4.1 typescript: 4.8.4 dev: true - /rollup/3.2.3: - resolution: {integrity: sha512-qfadtkY5kl0F5e4dXVdj2D+GtOdifasXHFMiL1SMf9ADQDv5Eti6xReef9FKj+iQPR2pvtqWna57s/PjARY4fg==} + /rollup/3.3.0: + resolution: {integrity: sha512-wqOV/vUJCYEbWsXvwCkgGWvgaEnsbn4jxBQWKpN816CqsmCimDmCNJI83c6if7QVD4v/zlyRzxN7U2yDT5rfoA==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -19981,7 +19854,7 @@ packages: /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.1: resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} @@ -20096,8 +19969,8 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selenium-webdriver/4.5.0: - resolution: {integrity: sha512-9mSFii+lRwcnT2KUAB1kqvx6+mMiiQHH60Y0VUtr3kxxi3oZ3CV3B8e2nuJ7T4SPb+Q6VA0swswe7rYpez07Bg==} + /selenium-webdriver/4.6.0: + resolution: {integrity: sha512-HIH/+J+V7l/lbSRSOwyLcpjezg9CV4DLo1pBhP9aphuMlf/PJXEDwC/A/Ht2bFc1AqQppFBGvClYcuMzyO6tRw==} engines: {node: '>= 14.20.0'} dependencies: jszip: 3.10.1 @@ -20893,7 +20766,7 @@ packages: webpack: 4.46.0 dev: true - /style-loader/2.0.0_webpack@5.74.0: + /style-loader/2.0.0_webpack@5.75.0: resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -20901,16 +20774,16 @@ packages: dependencies: loader-utils: 2.0.2 schema-utils: 3.1.1 - webpack: 5.74.0 + webpack: 5.75.0 dev: true - /style-loader/3.3.1_webpack@5.74.0: + /style-loader/3.3.1_webpack@5.75.0: resolution: {integrity: sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /style-search/0.1.0: @@ -20953,31 +20826,31 @@ packages: shallowequal: 1.1.0 supports-color: 5.5.0 - /stylelint-config-prettier/9.0.3_stylelint@14.14.0: - resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} + /stylelint-config-prettier/9.0.4_stylelint@14.15.0: + resolution: {integrity: sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.14.0 + stylelint: 14.15.0 dev: true - /stylelint-config-recommended/9.0.0_stylelint@14.14.0: + /stylelint-config-recommended/9.0.0_stylelint@14.15.0: resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.14.0 + stylelint: 14.15.0 dev: true - /stylelint-config-standard/29.0.0_stylelint@14.14.0: + /stylelint-config-standard/29.0.0_stylelint@14.15.0: resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==} peerDependencies: stylelint: ^14.14.0 dependencies: - stylelint: 14.14.0 - stylelint-config-recommended: 9.0.0_stylelint@14.14.0 + stylelint: 14.15.0 + stylelint-config-recommended: 9.0.0_stylelint@14.15.0 dev: true /stylelint-config-styled-components/0.1.1: @@ -20995,15 +20868,15 @@ packages: - supports-color dev: true - /stylelint/14.14.0: - resolution: {integrity: sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==} + /stylelint/14.15.0: + resolution: {integrity: sha512-JOgDAo5QRsqiOZPZO+B9rKJvBm64S0xasbuRPAbPs6/vQDgDCnZLIiw6XcAS6GQKk9k1sBWR6rmH3Mfj8OknKg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/selector-specificity': 2.0.2_dvkg4kkb622mvceygg47xxdz3a + '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 7.0.1 + cosmiconfig: 7.1.0 css-functions-list: 3.1.0 debug: 4.3.4 fast-glob: 3.2.12 @@ -21017,16 +20890,16 @@ packages: import-lazy: 4.0.0 imurmurhash: 0.1.4 is-plain-object: 5.0.0 - known-css-properties: 0.25.0 + known-css-properties: 0.26.0 mathml-tag-names: 2.1.3 meow: 9.0.0 micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.18 + postcss: 8.4.19 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.18 + postcss-safe-parser: 6.0.0_postcss@8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -21035,15 +20908,15 @@ packages: style-search: 0.1.0 supports-hyperlinks: 2.3.0 svg-tags: 1.0.0 - table: 6.8.0 + table: 6.8.1 v8-compile-cache: 2.3.0 write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color dev: true - /stylis/4.0.13: - resolution: {integrity: sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==} + /stylis/4.1.3: + resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==} dev: false /sumchecker/3.0.1: @@ -21054,10 +20927,9 @@ packages: transitivePeerDependencies: - supports-color - /superagent/8.0.2: - resolution: {integrity: sha512-QtYZ9uaNAMexI7XWl2vAXAh0j4q9H7T0WVEI/y5qaUB3QLwxo+voUgCQ217AokJzUTIVOp0RTo7fhZrwhD7A2Q==} + /superagent/8.0.3: + resolution: {integrity: sha512-oBC+aNsCjzzjmO5AOPBPFS+Z7HPzlx+DQr/aHwM08kI+R24gsDmAS1LMfza1fK+P+SKlTAoNZpOvooE/pRO1HA==} engines: {node: '>=6.4.0 <13 || >=14'} - deprecated: Please use v8.0.0 until https://github.com/visionmedia/superagent/issues/1743 is resolved dependencies: component-emitter: 1.3.0 cookiejar: 2.1.3 @@ -21073,12 +20945,12 @@ packages: - supports-color dev: true - /supertest/6.3.0: - resolution: {integrity: sha512-QgWju1cNoacP81Rv88NKkQ4oXTzGg0eNZtOoxp1ROpbS4OHY/eK5b8meShuFtdni161o5X0VQvgo7ErVyKK+Ow==} + /supertest/6.3.1: + resolution: {integrity: sha512-hRohNeIfk/cA48Cxpa/w48hktP6ZaRqXb0QV5rLvW0C7paRsBU3Q5zydzYrslOJtj/gd48qx540jKtcs6vG1fQ==} engines: {node: '>=6.4.0'} dependencies: methods: 1.1.2 - superagent: 8.0.2 + superagent: 8.0.3 transitivePeerDependencies: - supports-color dev: true @@ -21141,8 +21013,8 @@ packages: resolution: {integrity: sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==} dev: true - /table/6.8.0: - resolution: {integrity: sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==} + /table/6.8.1: + resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} engines: {node: '>=10.0.0'} dependencies: ajv: 8.11.0 @@ -21254,7 +21126,7 @@ packages: - bluebird dev: true - /terser-webpack-plugin/5.3.6_webpack@5.74.0: + /terser-webpack-plugin/5.3.6_webpack@5.75.0: resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -21275,7 +21147,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.15.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true /terser/4.8.1: @@ -21484,7 +21356,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/29.0.3_qutljtsb73gn6tigyw4fnh25am: + /ts-jest/29.0.3_25xopm7qx5wgmsgnog4okhpq5a: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -21505,10 +21377,10 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.19.3 + '@babel/core': 7.20.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.2.2 + jest: 29.3.1_@types+node@18.11.9 jest-util: 29.2.1 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -21518,7 +21390,7 @@ packages: yargs-parser: 21.1.1 dev: true - /ts-jest/29.0.3_r7gdwuj75x2gz25bauak3xcnbm: + /ts-jest/29.0.3_r24ewcothphvclnu77pxb4u4se: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -21541,7 +21413,7 @@ packages: dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.2.2_@types+node@18.11.7 + jest: 29.3.1_@types+node@18.11.9 jest-util: 29.2.1 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -21551,7 +21423,7 @@ packages: yargs-parser: 21.1.1 dev: true - /ts-node/10.9.1_evej5wzm4hojmu6uzxwpspdmsu: + /ts-node/10.9.1_cbe7ovvae6zqfnmtgctpgpys54: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21570,7 +21442,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.11.7 + '@types/node': 18.11.9 acorn: 8.8.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -21613,6 +21485,10 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + dev: false + + /tslib/2.4.1: + resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} /tsutils/3.21.0_typescript@4.8.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} @@ -21625,7 +21501,7 @@ packages: dev: true /tty-browserify/0.0.0: - resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} + resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} dev: true /tty-table/4.1.6: @@ -21639,7 +21515,7 @@ packages: smartwrap: 2.0.2 strip-ansi: 6.0.1 wcwidth: 1.0.1 - yargs: 17.6.0 + yargs: 17.6.2 dev: true /tunnel/0.0.6: @@ -21764,8 +21640,8 @@ packages: peerDependencies: react: '>=15.0.0 || 18' dependencies: - '@babel/runtime': 7.19.4 - '@types/react': 18.0.21 + '@babel/runtime': 7.20.1 + '@types/react': 18.0.25 invariant: 2.2.4 react: 18.2.0 react-lifecycles-compat: 3.0.4 @@ -21987,7 +21863,7 @@ packages: querystring: 0.2.0 dev: true - /use-callback-ref/1.3.0_iapumuv4e6jcjznwuxpf4tt22e: + /use-callback-ref/1.3.0_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -21997,12 +21873,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 react: 18.2.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false - /use-isomorphic-layout-effect/1.1.2_iapumuv4e6jcjznwuxpf4tt22e: + /use-isomorphic-layout-effect/1.1.2_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -22011,11 +21887,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 react: 18.2.0 dev: false - /use-sidecar/1.1.2_iapumuv4e6jcjznwuxpf4tt22e: + /use-sidecar/1.1.2_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -22025,10 +21901,10 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.21 + '@types/react': 18.0.25 detect-node-es: 1.1.0 react: 18.2.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /use-sync-external-store/1.2.0_react@18.2.0: @@ -22270,7 +22146,7 @@ packages: engines: {node: '>=12'} dev: true - /webpack-cli/4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri: + /webpack-cli/4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -22291,7 +22167,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_5v66e2inugklgvlh4huuavolfq + '@webpack-cli/configtest': 1.2.0_pda42hcaj7d62cr262fr632kue '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 '@webpack-cli/serve': 1.7.0_ud4agclah7rahur6ntojouq57y colorette: 2.0.19 @@ -22301,12 +22177,12 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.74.0_webpack-cli@4.10.0 - webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq + webpack: 5.75.0_webpack-cli@4.10.0 + webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue webpack-merge: 5.8.0 dev: true - /webpack-cli/4.10.0_webpack@5.74.0: + /webpack-cli/4.10.0_webpack@5.75.0: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -22327,7 +22203,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_5v66e2inugklgvlh4huuavolfq + '@webpack-cli/configtest': 1.2.0_pda42hcaj7d62cr262fr632kue '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 colorette: 2.0.19 @@ -22337,7 +22213,7 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 webpack-merge: 5.8.0 dev: true @@ -22355,7 +22231,7 @@ packages: webpack-log: 2.0.0 dev: true - /webpack-dev-middleware/4.3.0_webpack@5.74.0: + /webpack-dev-middleware/4.3.0_webpack@5.75.0: resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'} peerDependencies: @@ -22367,10 +22243,10 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.1 - webpack: 5.74.0 + webpack: 5.75.0 dev: true - /webpack-dev-middleware/5.3.3_webpack@5.74.0: + /webpack-dev-middleware/5.3.3_webpack@5.75.0: resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -22381,10 +22257,10 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.74.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@4.10.0 dev: true - /webpack-dev-server/4.11.1_5v66e2inugklgvlh4huuavolfq: + /webpack-dev-server/4.11.1_pda42hcaj7d62cr262fr632kue: resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} engines: {node: '>= 12.13.0'} hasBin: true @@ -22422,9 +22298,9 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.74.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri - webpack-dev-middleware: 5.3.3_webpack@5.74.0 + webpack: 5.75.0_webpack-cli@4.10.0 + webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-middleware: 5.3.3_webpack@5.75.0 ws: 8.9.0 transitivePeerDependencies: - bufferutil @@ -22530,8 +22406,8 @@ packages: - supports-color dev: true - /webpack/5.74.0: - resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} + /webpack/5.75.0: + resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -22561,7 +22437,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.6_webpack@5.74.0 + terser-webpack-plugin: 5.3.6_webpack@5.75.0 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -22570,8 +22446,8 @@ packages: - uglify-js dev: true - /webpack/5.74.0_webpack-cli@4.10.0: - resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} + /webpack/5.75.0_webpack-cli@4.10.0: + resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -22601,9 +22477,9 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.6_webpack@5.74.0 + terser-webpack-plugin: 5.3.6_webpack@5.75.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_webpack@5.74.0 + webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -22876,11 +22752,6 @@ packages: engines: {node: '>=10'} 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'} @@ -22926,6 +22797,20 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 + dev: false + + /yargs/17.6.2: + resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + dev: true /yargs/3.10.0: resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==} From eed944986249ac61827c7ff4b02efe12ae30bbc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:38:31 +0000 Subject: [PATCH 40/45] chore(deps): update dependency selenium-webdriver to ^4.6.1 (#1275) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/extension/package.json b/extension/package.json index 2f3c81f8..867fbefa 100644 --- a/extension/package.json +++ b/extension/package.json @@ -85,7 +85,7 @@ "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "rimraf": "^3.0.2", - "selenium-webdriver": "^4.6.0", + "selenium-webdriver": "^4.6.1", "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^29.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c888e80..9264030c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,7 +96,7 @@ importers: redux: ^4.2.0 redux-persist: ^6.0.0 rimraf: ^3.0.2 - selenium-webdriver: ^4.6.0 + selenium-webdriver: ^4.6.1 sinon-chrome: ^3.0.1 style-loader: ^3.3.1 styled-components: ^5.3.6 @@ -162,7 +162,7 @@ importers: react-transform-catch-errors: 1.0.2 react-transform-hmr: 1.0.4 rimraf: 3.0.2 - selenium-webdriver: 4.6.0 + selenium-webdriver: 4.6.1 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.75.0 ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a @@ -9244,7 +9244,7 @@ packages: webpack-cli: 4.x.x dependencies: webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-cli: 4.10.0_webpack@5.75.0 dev: true /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: @@ -9253,7 +9253,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-cli: 4.10.0_webpack@5.75.0 dev: true /@webpack-cli/serve/1.7.0_ud4agclah7rahur6ntojouq57y: @@ -19969,8 +19969,8 @@ packages: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /selenium-webdriver/4.6.0: - resolution: {integrity: sha512-HIH/+J+V7l/lbSRSOwyLcpjezg9CV4DLo1pBhP9aphuMlf/PJXEDwC/A/Ht2bFc1AqQppFBGvClYcuMzyO6tRw==} + /selenium-webdriver/4.6.1: + resolution: {integrity: sha512-FT8Dw0tbzaTp8YYLuwhaCnve/nw03HKrOJrA3aUmTKmxaIFSP4kT2R5fN3K0RpV5kbR0ZnM4FGVI2vANBvekaA==} engines: {node: '>= 14.20.0'} dependencies: jszip: 3.10.1 @@ -21380,7 +21380,7 @@ packages: '@babel/core': 7.20.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.3.1_@types+node@18.11.9 + jest: 29.3.1 jest-util: 29.2.1 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -22479,7 +22479,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.6_webpack@5.75.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-cli: 4.10.0_webpack@5.75.0 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' From 623b85dc1d2ada49ab173b5e5dea94d2200364fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:11:28 -0500 Subject: [PATCH 41/45] chore(deps): lock file maintenance (#1267) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 1214 +++++++++++++++++++++--------------------------- 1 file changed, 540 insertions(+), 674 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9264030c..e75ccc54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2548,7 +2548,7 @@ packages: resolution: {integrity: sha512-nLgYLomqjVimEzQ4cdvVQkcryi970NDvcRVPfd0OPeXhBfda38WjBq+WhQFk+czSHrmrSp34YHBxpat0EtiowA==} dependencies: '@apollo/utils.logger': 1.0.1 - lru-cache: 7.14.0 + lru-cache: 7.14.1 dev: false /@apollo/utils.logger/1.0.1: @@ -2712,14 +2712,6 @@ packages: semver: 6.3.0 dev: true - /@babel/generator/7.19.5: - resolution: {integrity: sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.20.2 - '@jridgewell/gen-mapping': 0.3.2 - jsesc: 2.5.2 - /@babel/generator/7.20.4: resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} engines: {node: '>=6.9.0'} @@ -2754,8 +2746,8 @@ packages: browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} + /@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2780,7 +2772,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.2.1 + regexpu-core: 5.2.2 dev: true /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.2: @@ -2852,7 +2844,7 @@ packages: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-module-transforms/7.20.2: resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} @@ -2880,11 +2872,6 @@ packages: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils/7.19.0: - resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-plugin-utils/7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} @@ -2923,8 +2910,8 @@ packages: dependencies: '@babel/types': 7.20.2 - /@babel/helper-skip-transparent-expression-wrappers/7.18.9: - resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} + /@babel/helper-skip-transparent-expression-wrappers/7.20.0: + resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.2 @@ -2978,13 +2965,6 @@ packages: chalk: github.com/Methuselah96/chalk/7e66d0ff681fc10462ce327f1c4f82bfa13193e2 js-tokens: 4.0.0 - /@babel/parser/7.19.4: - resolution: {integrity: sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.20.2 - /@babel/parser/7.20.3: resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} engines: {node: '>=6.0.0'} @@ -3010,7 +2990,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 dev: true @@ -3036,7 +3016,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color @@ -3049,21 +3029,21 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@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-decorators/7.19.3_@babel+core@7.20.2: - resolution: {integrity: sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==} + /@babel/plugin-proposal-decorators/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 @@ -3155,7 +3135,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.12.9 dev: true @@ -3193,7 +3173,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 dev: true @@ -3204,7 +3184,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color @@ -3218,7 +3198,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@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: @@ -3450,14 +3430,14 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.2: + resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: true /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: @@ -3822,7 +3802,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@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 @@ -3849,7 +3829,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2: @@ -3882,16 +3862,16 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.20.2: - resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true @@ -4005,7 +3985,7 @@ packages: 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 + core-js-compat: 3.26.1 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -4043,7 +4023,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 @@ -4058,9 +4038,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.2 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.20.2 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: true @@ -4079,11 +4059,11 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/runtime-corejs3/7.19.4: - resolution: {integrity: sha512-HzjQ8+dzdx7dmZy4DQ8KV8aHi/74AjEbBGTFutBmg/pd3dY5/q1sfuOGPTFGEytlQhWoeVXqcK5BwMgIkRkNDQ==} + /@babel/runtime-corejs3/7.20.1: + resolution: {integrity: sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.25.5 + core-js-pure: 3.26.1 regenerator-runtime: 0.13.10 dev: true @@ -4101,41 +4081,6 @@ packages: '@babel/parser': 7.20.3 '@babel/types': 7.20.2 - /@babel/traverse/7.19.4: - resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.5 - '@babel/helper-environment-visitor': 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.19.4 - '@babel/types': 7.19.4 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/traverse/7.19.4_supports-color@5.5.0: - resolution: {integrity: sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.5 - '@babel/helper-environment-visitor': 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.19.4 - '@babel/types': 7.19.4 - debug: 4.3.4_supports-color@5.5.0 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/traverse/7.20.1: resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} engines: {node: '>=6.9.0'} @@ -4153,13 +4098,22 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types/7.19.4: - resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} + /@babel/traverse/7.20.1_supports-color@5.5.0: + resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.19.4 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.20.4 + '@babel/helper-environment-visitor': 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.20.3 + '@babel/types': 7.20.2 + debug: 4.3.4_supports-color@5.5.0 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color /@babel/types/7.20.2: resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} @@ -4388,7 +4342,7 @@ packages: dependencies: '@chakra-ui/dom-utils': 2.0.4 react: 18.2.0 - react-focus-lock: 2.9.1_fan5qbzahqtxlm5dzefqlqx5ia + react-focus-lock: 2.9.2_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false @@ -4538,7 +4492,7 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa - aria-hidden: 1.2.1_fan5qbzahqtxlm5dzefqlqx5ia + aria-hidden: 1.2.2_fan5qbzahqtxlm5dzefqlqx5ia framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -5595,7 +5549,7 @@ packages: dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.4.0 + espree: 9.4.1 globals: 13.17.0 ignore: 5.2.0 import-fresh: 3.3.0 @@ -5606,19 +5560,29 @@ packages: - supports-color dev: true - /@floating-ui/core/1.0.1: - resolution: {integrity: sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA==} + /@floating-ui/core/1.0.2: + resolution: {integrity: sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==} dev: false - /@floating-ui/dom/1.0.2: - resolution: {integrity: sha512-5X9WSvZ8/fjy3gDu8yx9HAA4KG1lazUN2P4/VnaXLxTO9Dz53HI1oYoh1OlhqFNlHgGDiwFX5WhFCc2ljbW3yA==} + /@floating-ui/dom/1.0.5: + resolution: {integrity: sha512-4X+Gmcq8meuVaU6odG8CQvHaebKKn5iCp5f/CmdKDMUL0AOnRXVA3afhJ2QzTEZUAxklsSeYuV3RrAwtrxAC3Q==} dependencies: - '@floating-ui/core': 1.0.1 + '@floating-ui/core': 1.0.2 dev: false /@gar/promisify/1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} + /@graphql-tools/merge/8.3.12_graphql@16.6.0: + resolution: {integrity: sha512-BFL8r4+FrqecPnIW0H8UJCBRQ4Y8Ep60aujw9c/sQuFmQTiqgWgpphswMGfaosP2zUinDE3ojU5wwcS2IJnumA==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.4.1 + dev: false + /@graphql-tools/merge/8.3.1_graphql@16.6.0: resolution: {integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==} peerDependencies: @@ -5629,23 +5593,13 @@ packages: tslib: 2.4.1 dev: false - /@graphql-tools/merge/8.3.6_graphql@16.6.0: - resolution: {integrity: sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==} + /@graphql-tools/mock/8.7.12_graphql@16.6.0: + resolution: {integrity: sha512-bEjj52T5idjzqFXfDZPFfPZDPFEjVmayYA6RYqMxM3Qdv5JJ8pSMEGDBcXhinbQudPKdRkLmR17usNmRMpUQEg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 8.12.0_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.4.1 - dev: false - - /@graphql-tools/mock/8.7.6_graphql@16.6.0: - resolution: {integrity: sha512-cQGPyY6dF4x28552zjAg9En2WWVury62u1/xzipCNUSCdKRVOsAupTNBcAGdMjsKPLcGzzk1cPA8dP0DUfNqzg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/schema': 9.0.4_graphql@16.6.0 - '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + '@graphql-tools/schema': 9.0.10_graphql@16.6.0 + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5663,20 +5617,20 @@ packages: value-or-promise: 1.0.11 dev: false - /@graphql-tools/schema/9.0.4_graphql@16.6.0: - resolution: {integrity: sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ==} + /@graphql-tools/schema/9.0.10_graphql@16.6.0: + resolution: {integrity: sha512-lV0o4df9SpPiaeeDAzgdCJ2o2N9Wvsp0SMHlF2qDbh9aFCFQRsXuksgiDm2yTgT3TG5OtUes/t0D6uPjPZFUbQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.6_graphql@16.6.0 - '@graphql-tools/utils': 8.12.0_graphql@16.6.0 + '@graphql-tools/merge': 8.3.12_graphql@16.6.0 + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.4.1 value-or-promise: 1.0.11 dev: false - /@graphql-tools/utils/8.12.0_graphql@16.6.0: - resolution: {integrity: sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==} + /@graphql-tools/utils/8.9.0_graphql@16.6.0: + resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: @@ -5684,8 +5638,8 @@ packages: tslib: 2.4.1 dev: false - /@graphql-tools/utils/8.9.0_graphql@16.6.0: - resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} + /@graphql-tools/utils/9.1.1_graphql@16.6.0: + resolution: {integrity: sha512-DXKLIEDbihK24fktR2hwp/BNIVwULIHaSTNTNhXS+19vgT50eX9wndx1bPxGwHnVBOONcwjXy0roQac49vdt/w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: @@ -5758,7 +5712,7 @@ packages: '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.5.0 + ci-info: 3.6.1 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 @@ -5800,7 +5754,7 @@ packages: '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.5.0 + ci-info: 3.6.1 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 @@ -5835,13 +5789,6 @@ packages: jest-mock: 29.3.1 dev: true - /@jest/expect-utils/29.2.2: - resolution: {integrity: sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - jest-get-type: 29.2.0 - dev: true - /@jest/expect-utils/29.3.1: resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -6013,18 +5960,6 @@ packages: chalk: 4.1.2 dev: true - /@jest/types/29.2.1: - resolution: {integrity: sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@jest/schemas': 29.0.0 - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 - '@types/yargs': 17.0.13 - chalk: 4.1.2 - dev: true - /@jest/types/29.3.1: resolution: {integrity: sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -6123,7 +6058,7 @@ packages: npmlog: 5.0.1 rimraf: 3.0.2 semver: 7.3.8 - tar: 6.1.11 + tar: 6.1.12 transitivePeerDependencies: - encoding - supports-color @@ -6173,7 +6108,7 @@ packages: '@motionone/easing': 10.14.0 '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/dom/10.13.1: @@ -6184,14 +6119,14 @@ packages: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/easing/10.14.0: resolution: {integrity: sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA==} dependencies: '@motionone/utils': 10.14.0 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/generators/10.14.0: @@ -6199,7 +6134,7 @@ packages: dependencies: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/types/10.14.0: @@ -6211,14 +6146,14 @@ packages: dependencies: '@motionone/types': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@mrmlnc/readdir-enhanced/2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} dependencies: - call-me-maybe: 1.0.1 + call-me-maybe: 1.0.2 glob-to-regexp: 0.3.0 dev: true @@ -6244,7 +6179,7 @@ packages: md5: 2.3.0 outvariant: 1.3.0 pluralize: 8.0.0 - strict-event-emitter: 0.2.7 + strict-event-emitter: 0.2.8 uuid: 8.3.2 optionalDependencies: msw: 0.48.2_typescript@4.8.4 @@ -6260,11 +6195,11 @@ packages: dependencies: '@open-draft/until': 1.0.3 '@types/debug': 4.1.7 - '@xmldom/xmldom': 0.8.3 + '@xmldom/xmldom': 0.8.6 debug: 4.3.4 headers-polyfill: 3.1.2 outvariant: 1.3.0 - strict-event-emitter: 0.2.7 + strict-event-emitter: 0.2.8 web-encoding: 1.1.5 transitivePeerDependencies: - supports-color @@ -6317,6 +6252,7 @@ packages: /@npmcli/move-file/1.1.2: resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} engines: {node: '>=10'} + deprecated: This functionality has been moved to @npmcli/fs dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 @@ -6371,8 +6307,8 @@ packages: node-gyp-build: 4.5.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.8_ohj47mxwagpoxvu7nhhwxzphqm: - resolution: {integrity: sha512-wxXRwf+IQ6zvHSJZ+5T2RQNEsq+kx4jKRXfFvdt3nBIUzJUAvXEFsUeoaohDe/Kr84MTjGwcuIUPNcstNJORsA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.9_ohj47mxwagpoxvu7nhhwxzphqm: + resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -6399,11 +6335,11 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.25.5 + core-js-pure: 3.26.1 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 - loader-utils: 2.0.2 + loader-utils: 2.0.4 react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 @@ -6525,7 +6461,7 @@ packages: dependencies: '@types/json-schema': 7.0.11 ajv: 6.12.6 - core-js-pure: 3.25.5 + core-js-pure: 3.26.1 json-schema-merge-allof: 0.6.0 jsonpointer: 5.0.1 lodash: 4.17.21 @@ -6634,8 +6570,8 @@ packages: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} engines: {node: '>=6'} - /@sinonjs/commons/1.8.3: - resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} + /@sinonjs/commons/1.8.5: + resolution: {integrity: sha512-rTpCA0wG1wUxglBSFdMMY0oTrKYvgf4fNgv/sXbfCVAdf+FnPBdKJR/7XbpTCwbCrvCbdPYnlWaUUYz4V2fPDA==} dependencies: type-detect: 4.0.8 dev: true @@ -6643,20 +6579,20 @@ packages: /@sinonjs/fake-timers/9.1.2: resolution: {integrity: sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==} dependencies: - '@sinonjs/commons': 1.8.3 + '@sinonjs/commons': 1.8.5 dev: true /@sinonjs/formatio/3.2.2: resolution: {integrity: sha512-B8SEsgd8gArBLMD6zpRw3juQ2FVSsmdd7qlevyDqzS9WTCtvF55/gAL+h6gue8ZvPYcdiPdvueM/qm//9XzyTQ==} dependencies: - '@sinonjs/commons': 1.8.3 + '@sinonjs/commons': 1.8.5 '@sinonjs/samsam': 3.3.3 dev: true /@sinonjs/samsam/3.3.3: resolution: {integrity: sha512-bKCMKZvWIjYD0BLGnNrxVuw4dkWCYsLqFOUWw8VgKF/+5Y+mE7LfHWPIYoDXowH+3a9LsWDMo0uAP8YDosPvHQ==} dependencies: - '@sinonjs/commons': 1.8.3 + '@sinonjs/commons': 1.8.5 array-from: 2.1.1 lodash: 4.17.21 dev: true @@ -6683,7 +6619,7 @@ packages: '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6717,7 +6653,7 @@ packages: '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 memoizerific: 1.11.3 react: 18.2.0 @@ -6747,7 +6683,7 @@ packages: '@storybook/node-logger': 6.5.13 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6793,8 +6729,8 @@ packages: '@storybook/source-loader': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi - core-js: 3.25.5 + babel-loader: 8.3.0_npabyccmuonwo2rku4k53xo3hi + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6887,7 +6823,7 @@ packages: '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/node-logger': 6.5.13 - core-js: 3.25.5 + core-js: 3.26.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.10 @@ -6920,7 +6856,7 @@ packages: '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6943,7 +6879,7 @@ packages: '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -6967,7 +6903,7 @@ packages: '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.10 @@ -6990,7 +6926,7 @@ packages: '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/core-events': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 @@ -7013,7 +6949,7 @@ packages: '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/webpack-env': 1.18.0 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -7033,7 +6969,7 @@ packages: '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -7074,12 +7010,12 @@ packages: '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.66 + '@types/node': 16.18.3 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i + babel-loader: 8.3.0_tktscwi5cl3qcx6vcfwkvrwn6i case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.25.5 + core-js: 3.26.1 css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 @@ -7105,7 +7041,7 @@ packages: webpack: 4.46.0 webpack-dev-middleware: 3.7.3_webpack@4.46.0 webpack-filter-warnings-plugin: 1.2.1_webpack@4.46.0 - webpack-hot-middleware: 2.25.2 + webpack-hot-middleware: 2.25.3 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: - bluebird @@ -7142,12 +7078,12 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.66 - babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi + '@types/node': 16.18.3 + babel-loader: 8.3.0_npabyccmuonwo2rku4k53xo3hi babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.25.5 + core-js: 3.26.1 css-loader: 5.2.7_webpack@5.75.0 fork-ts-checker-webpack-plugin: 6.5.2_jhkpzg2brfkmxknx2ey4cnt3n4 glob: 7.2.3 @@ -7165,8 +7101,8 @@ packages: util-deprecate: 1.0.2 webpack: 5.75.0 webpack-dev-middleware: 4.3.0_webpack@5.75.0 - webpack-hot-middleware: 2.25.2 - webpack-virtual-modules: 0.4.5 + webpack-hot-middleware: 2.25.3 + webpack-virtual-modules: 0.4.6 transitivePeerDependencies: - '@swc/core' - esbuild @@ -7184,7 +7120,7 @@ packages: '@storybook/channels': 6.5.13 '@storybook/client-logger': 6.5.13 '@storybook/core-events': 6.5.13 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 qs: 6.11.0 telejson: 6.0.8 @@ -7195,7 +7131,7 @@ packages: dependencies: '@storybook/channels': 6.5.13 '@storybook/client-logger': 6.5.13 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 telejson: 6.0.8 dev: true @@ -7203,7 +7139,7 @@ packages: /@storybook/channels/6.5.13: resolution: {integrity: sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==} dependencies: - core-js: 3.25.5 + core-js: 3.26.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -7223,7 +7159,7 @@ packages: '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 '@types/webpack-env': 1.18.0 - core-js: 3.25.5 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -7241,7 +7177,7 @@ packages: /@storybook/client-logger/6.5.13: resolution: {integrity: sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==} dependencies: - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 dev: true @@ -7254,7 +7190,7 @@ packages: '@storybook/client-logger': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 @@ -7286,7 +7222,7 @@ packages: '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -7323,7 +7259,7 @@ packages: '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -7349,7 +7285,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-decorators': 7.19.3_@babel+core@7.20.2 + '@babel/plugin-proposal-decorators': 7.20.2_@babel+core@7.20.2 '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.2 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 @@ -7371,13 +7307,13 @@ packages: '@babel/register': 7.18.9_@babel+core@7.20.2 '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 - '@types/node': 16.11.66 + '@types/node': 16.18.3 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i + babel-loader: 8.3.0_tktscwi5cl3qcx6vcfwkvrwn6i babel-plugin-macros: 3.1.0 babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.2 chalk: 4.1.2 - core-js: 3.25.5 + core-js: 3.26.1 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 @@ -7411,7 +7347,7 @@ packages: /@storybook/core-events/6.5.13: resolution: {integrity: sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==} dependencies: - core-js: 3.25.5 + core-js: 3.26.1 dev: true /@storybook/core-server/6.5.13_n7pez7brw2hfqh5q3ov2ap5tcy: @@ -7444,7 +7380,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/telemetry': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@types/node': 16.11.66 + '@types/node': 16.18.3 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.33 @@ -7454,7 +7390,7 @@ packages: cli-table3: 0.6.3 commander: 6.2.1 compression: 1.7.4 - core-js: 3.25.5 + core-js: 3.26.1 cpy: 8.1.2 detect-port: 1.5.1 express: 4.18.2 @@ -7478,7 +7414,7 @@ packages: util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 - ws: 8.9.0 + ws: 8.11.0 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -7548,7 +7484,7 @@ packages: '@babel/types': 7.20.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.2 - core-js: 3.25.5 + core-js: 3.26.1 fs-extra: 9.1.0 global: 4.4.0 regenerator-runtime: 0.13.10 @@ -7569,7 +7505,7 @@ packages: '@babel/core': 7.20.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 doctrine: 3.0.0 lodash: 4.17.21 regenerator-runtime: 0.13.10 @@ -7598,12 +7534,12 @@ packages: '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.66 + '@types/node': 16.18.3 '@types/webpack': 4.41.33 - babel-loader: 8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i + babel-loader: 8.3.0_tktscwi5cl3qcx6vcfwkvrwn6i case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 - core-js: 3.25.5 + core-js: 3.26.1 css-loader: 3.6.0_webpack@4.46.0 express: 4.18.2 file-loader: 6.2.0_webpack@4.46.0 @@ -7656,11 +7592,11 @@ packages: '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.11.66 - babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi + '@types/node': 16.18.3 + babel-loader: 8.3.0_npabyccmuonwo2rku4k53xo3hi case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 - core-js: 3.25.5 + core-js: 3.26.1 css-loader: 5.2.7_webpack@5.75.0 express: 4.18.2 find-up: 5.0.0 @@ -7681,7 +7617,7 @@ packages: util-deprecate: 1.0.2 webpack: 5.75.0 webpack-dev-middleware: 4.3.0_webpack@5.75.0 - webpack-virtual-modules: 0.4.5 + webpack-virtual-modules: 0.4.6 transitivePeerDependencies: - '@swc/core' - encoding @@ -7704,7 +7640,7 @@ packages: '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.189 js-string-escape: 1.0.1 - loader-utils: 2.0.2 + loader-utils: 2.0.4 lodash: 4.17.21 prettier: 2.3.0 ts-dedent: 2.2.0 @@ -7718,7 +7654,7 @@ packages: dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 - core-js: 3.25.5 + core-js: 3.26.1 npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true @@ -7726,7 +7662,7 @@ packages: /@storybook/postinstall/6.5.13: resolution: {integrity: sha512-qmqP39FGIP5NdhXC5IpAs9cFoYx9fg1psoQKwb9snYb98eVQU31uHc1W2MBUh3lG4AjAm7pQaXJci7ti4jOh3g==} dependencies: - core-js: 3.25.5 + core-js: 3.26.1 dev: true /@storybook/preview-web/6.5.13_biqbaboplfbrettd7655fr4n2y: @@ -7742,7 +7678,7 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 - core-js: 3.25.5 + core-js: 3.26.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -7805,7 +7741,7 @@ packages: '@babel/core': 7.20.2 '@babel/preset-flow': 7.18.6_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_ohj47mxwagpoxvu7nhhwxzphqm + '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae '@storybook/client-logger': 6.5.13 @@ -7819,14 +7755,14 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 - '@types/node': 16.11.66 + '@types/node': 16.18.3 '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 - core-js: 3.25.5 + core-js: 3.26.1 escodegen: 2.0.0 fs-extra: 9.1.0 global: 4.4.0 @@ -7873,7 +7809,7 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: '@storybook/client-logger': 6.5.13 - core-js: 3.25.5 + core-js: 3.26.1 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 @@ -7886,7 +7822,7 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - core-js: 3.25.5 + core-js: 3.26.1 find-up: 4.1.0 dev: true @@ -7899,10 +7835,10 @@ packages: '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.25.5 + core-js: 3.26.1 estraverse: 5.3.0 global: 4.4.0 - loader-utils: 2.0.2 + loader-utils: 2.0.4 lodash: 4.17.21 prettier: 2.3.0 react: 18.2.0 @@ -7920,7 +7856,7 @@ packages: '@storybook/client-logger': 6.5.13 '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.25.5 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -7941,7 +7877,7 @@ packages: '@storybook/client-logger': 6.5.13 '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae chalk: 4.1.2 - core-js: 3.25.5 + core-js: 3.26.1 detect-package-manager: 2.0.1 fetch-retry: 5.0.3 fs-extra: 9.1.0 @@ -7969,7 +7905,7 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 dependencies: '@storybook/client-logger': 6.5.13 - core-js: 3.25.5 + core-js: 3.26.1 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -7991,7 +7927,7 @@ packages: '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.25.5 + core-js: 3.26.1 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 @@ -8017,7 +7953,7 @@ packages: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.20.1 '@types/aria-query': 4.2.2 - aria-query: 5.0.2 + aria-query: 5.1.3 chalk: 4.1.2 dom-accessibility-api: 0.5.14 lz-string: 1.4.4 @@ -8031,7 +7967,7 @@ packages: '@adobe/css-tools': 4.0.1 '@babel/runtime': 7.20.1 '@types/testing-library__jest-dom': 5.14.5 - aria-query: 5.0.2 + aria-query: 5.1.3 chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.14 @@ -8138,8 +8074,8 @@ packages: resolution: {integrity: sha512-2TN6oiwtNjOezilFVl77zwdNPwQWaDBBCCWWxyo1ctiO3vAtd7H/aB/CBJdw9+kqq3+latD0SXoedIuHySSZWw==} dev: true - /@types/babel__core/7.1.19: - resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} + /@types/babel__core/7.1.20: + resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: '@babel/parser': 7.20.3 '@babel/types': 7.20.2 @@ -8294,14 +8230,14 @@ packages: /@types/eslint-scope/3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.4.6 - '@types/estree': 1.0.0 + '@types/eslint': 8.4.10 + '@types/estree': 0.0.51 dev: true - /@types/eslint/8.4.6: - resolution: {integrity: sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==} + /@types/eslint/8.4.10: + resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==} dependencies: - '@types/estree': 1.0.0 + '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 dev: true @@ -8343,14 +8279,14 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 16.18.3 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 16.18.3 dev: true /@types/graceful-fs/4.1.5: @@ -8406,7 +8342,7 @@ packages: /@types/is-ci/3.0.0: resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} dependencies: - ci-info: 3.5.0 + ci-info: 3.6.1 dev: true /@types/is-function/1.0.1: @@ -8432,8 +8368,8 @@ packages: /@types/jest/29.2.3: resolution: {integrity: sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==} dependencies: - expect: 29.2.2 - pretty-format: 29.2.1 + expect: 29.3.1 + pretty-format: 29.3.1 dev: true /@types/js-levenshtein/1.1.1: @@ -8443,8 +8379,8 @@ packages: /@types/jsan/3.1.2: resolution: {integrity: sha512-+HCe1/X0w90LijHWI/lkcjIohu1AK6QwjUWuXs0hNWDCFAjgpWw2CnSUiZwOOtix1nYqio7TuajTcK5mSH/WZw==} - /@types/jsdom/20.0.0: - resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==} + /@types/jsdom/20.0.1: + resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: '@types/node': 18.11.9 '@types/tough-cookie': 4.0.2 @@ -8467,7 +8403,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8533,7 +8469,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 form-data: 3.0.1 dev: true @@ -8545,8 +8481,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/16.11.66: - resolution: {integrity: sha512-+xvMrGl3eAygKcf5jm+4zA4tbfEgmKM9o6/glTmN0RFVdu2VuFXMYYtRmuv3zTGCgAYMnEZLde3B7BTp+Yxcig==} + /@types/node/16.18.3: + resolution: {integrity: sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==} /@types/node/18.11.9: resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} @@ -8653,7 +8589,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8797,8 +8733,8 @@ packages: resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} dev: true - /@types/uglify-js/3.17.0: - resolution: {integrity: sha512-3HO6rm0y+/cqvOyA8xcYLweF0TKXlAxmQASjbOi49Co51A1N4nR4bEwBgRoD9kNM+rqFGArjKr654SLp2CoGmQ==} + /@types/uglify-js/3.17.1: + resolution: {integrity: sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==} dependencies: source-map: 0.6.1 dev: true @@ -8824,7 +8760,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8832,9 +8768,9 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 '@types/tapable': 1.0.8 - '@types/uglify-js': 3.17.0 + '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 anymatch: 3.1.2 source-map: 0.6.1 @@ -9281,8 +9217,8 @@ packages: webpack-cli: 4.10.0_webpack@5.75.0 dev: true - /@xmldom/xmldom/0.8.3: - resolution: {integrity: sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==} + /@xmldom/xmldom/0.8.6: + resolution: {integrity: sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==} engines: {node: '>=10.0.0'} dev: false @@ -9298,8 +9234,8 @@ packages: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: true - /@yarnpkg/parsers/3.0.0-rc.25: - resolution: {integrity: sha512-uotaIJwVQeV/DcGA9G2EVuVFHnEEdxDy3yRLeh9VHS6Lx7nZETaWzJPU1bgAwnAa3gplol2NIQhlsr2eqgq9qA==} + /@yarnpkg/parsers/3.0.0-rc.28: + resolution: {integrity: sha512-OdBYBaACPjFnqek4jtyR5VH7wX5i7BwfS0AP8m6hTqgULRVOLEc6TKxUBxMCTISzZPGdo5wWAB7OcMmU6G2UnA==} engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 @@ -9351,16 +9287,16 @@ packages: /acorn-globals/7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: - acorn: 8.8.0 + acorn: 8.8.1 acorn-walk: 8.2.0 dev: true - /acorn-import-assertions/1.8.0_acorn@8.8.0: + /acorn-import-assertions/1.8.0_acorn@8.8.1: resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.8.0 + acorn: 8.8.1 dev: true /acorn-jsx/5.3.2_acorn@7.4.1: @@ -9371,12 +9307,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.8.0: + /acorn-jsx/5.3.2_acorn@8.8.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.8.0 + acorn: 8.8.1 dev: true /acorn-walk/7.2.0: @@ -9413,8 +9349,8 @@ packages: hasBin: true dev: true - /acorn/8.8.0: - resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} + /acorn/8.8.1: + resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -9487,22 +9423,22 @@ packages: /airbnb-js-shims/2.2.1: resolution: {integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==} dependencies: - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 - array.prototype.flatmap: 1.3.0 + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 es5-shim: 4.6.7 es6-shim: 0.35.6 function.prototype.name: 1.1.5 globalthis: 1.0.3 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.getownpropertydescriptors: 2.1.4 - object.values: 1.1.5 - promise.allsettled: 1.0.5 - promise.prototype.finally: 3.1.3 - string.prototype.matchall: 4.0.7 - string.prototype.padend: 3.1.3 - string.prototype.padstart: 3.1.3 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.getownpropertydescriptors: 2.1.5 + object.values: 1.1.6 + promise.allsettled: 1.0.6 + promise.prototype.finally: 3.1.4 + string.prototype.matchall: 4.0.8 + string.prototype.padend: 3.1.4 + string.prototype.padstart: 3.1.4 symbol.prototype.description: 1.0.5 dev: true @@ -9520,7 +9456,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.11.0 + ajv: 8.11.2 dev: true /ajv-keywords/3.5.2_ajv@6.12.6: @@ -9531,12 +9467,12 @@ packages: ajv: 6.12.6 dev: true - /ajv-keywords/5.1.0_ajv@8.11.0: + /ajv-keywords/5.1.0_ajv@8.11.2: resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: - ajv: 8.11.0 + ajv: 8.11.2 fast-deep-equal: 3.1.3 dev: true @@ -9548,8 +9484,8 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/8.11.0: - resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==} + /ajv/8.11.2: + resolution: {integrity: sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -9675,7 +9611,7 @@ packages: '@apollo/utils.usagereporting': 1.0.0_graphql@16.6.0 '@apollographql/apollo-tools': 0.5.4_graphql@16.6.0 '@apollographql/graphql-playground-html': 1.6.29 - '@graphql-tools/mock': 8.7.6_graphql@16.6.0 + '@graphql-tools/mock': 8.7.12_graphql@16.6.0 '@graphql-tools/schema': 8.5.1_graphql@16.6.0 '@josephg/resolvable': 1.0.1 apollo-datasource: 3.3.2 @@ -9688,7 +9624,7 @@ packages: fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 graphql-tag: 2.12.6_graphql@16.6.0 - loglevel: 1.8.0 + loglevel: 1.8.1 lru-cache: 6.0.0 node-abort-controller: 3.0.1 sha.js: 2.4.11 @@ -9809,8 +9745,8 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /aria-hidden/1.2.1_fan5qbzahqtxlm5dzefqlqx5ia: - resolution: {integrity: sha512-PN344VAf9j1EAi+jyVHOJ8XidQdPVssGco39eNcsGdM4wcsILtxrKLkbuiMfLWYROK1FjRQasMWCBttrhjnr6A==} + /aria-hidden/1.2.2_fan5qbzahqtxlm5dzefqlqx5ia: + resolution: {integrity: sha512-6y/ogyDTk/7YAe91T3E2PR1ALVKyM2QbTio5HwM+N1Q6CMlCKhvClyIjkckBswa0f2xJhjsfzIGa1yVSe1UMVA==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 @@ -9829,12 +9765,13 @@ packages: engines: {node: '>=6.0'} dependencies: '@babel/runtime': 7.20.1 - '@babel/runtime-corejs3': 7.19.4 + '@babel/runtime-corejs3': 7.20.1 dev: true - /aria-query/5.0.2: - resolution: {integrity: sha512-eigU3vhqSO+Z8BKDnVLN/ompjhf3pYzecKXz8+whRy+9gZu8n1TCGfwzQUUPnqdHl9ax1Hr9031orZ+UOEYr7Q==} - engines: {node: '>=6.0'} + /aria-query/5.1.3: + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} + dependencies: + deep-equal: 2.1.0 dev: true /arr-diff/4.0.0: @@ -9869,8 +9806,8 @@ packages: resolution: {integrity: sha512-GQTc6Uupx1FCavi5mPzBvVT7nEOeWMmUA9P95wpfpW1XwMSKs+KaymD5C2Up7KAUKg/mYwbsUYzdZWcoajlNZg==} dev: true - /array-includes/3.1.5: - resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} + /array-includes/3.1.6: + resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -9902,8 +9839,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /array.prototype.flat/1.3.0: - resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} + /array.prototype.flat/1.3.1: + resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -9912,8 +9849,8 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flatmap/1.3.0: - resolution: {integrity: sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==} + /array.prototype.flatmap/1.3.1: + resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -9922,8 +9859,8 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.map/1.0.4: - resolution: {integrity: sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==} + /array.prototype.map/1.0.5: + resolution: {integrity: sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -9933,8 +9870,8 @@ packages: is-string: 1.0.7 dev: true - /array.prototype.reduce/1.0.4: - resolution: {integrity: sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==} + /array.prototype.reduce/1.0.5: + resolution: {integrity: sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -10040,7 +9977,7 @@ packages: hasBin: true dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001421 + caniuse-lite: 1.0.30001431 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -10051,10 +9988,9 @@ packages: /available-typed-arrays/1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} - dev: false - /axe-core/4.4.3: - resolution: {integrity: sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==} + /axe-core/4.5.2: + resolution: {integrity: sha512-u2MVsXfew5HBvjsczCv+xlwdNnB1oQR9HlAcsejZttNjKKSkeDNVwB1vMThIUIFI9GoT57Vtk8iQLwqOfAkboA==} engines: {node: '>=4'} dev: true @@ -10097,7 +10033,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@jest/transform': 29.3.1 - '@types/babel__core': 7.1.19 + '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 29.2.0_@babel+core@7.20.2 chalk: 4.1.2 @@ -10107,8 +10043,8 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_npabyccmuonwo2rku4k53xo3hi: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + /babel-loader/8.3.0_npabyccmuonwo2rku4k53xo3hi: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 @@ -10116,14 +10052,14 @@ packages: dependencies: '@babel/core': 7.20.2 find-cache-dir: 3.3.2 - loader-utils: 2.0.2 + loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 5.75.0 dev: true - /babel-loader/8.2.5_tktscwi5cl3qcx6vcfwkvrwn6i: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + /babel-loader/8.3.0_tktscwi5cl3qcx6vcfwkvrwn6i: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 @@ -10131,7 +10067,7 @@ packages: dependencies: '@babel/core': 7.20.2 find-cache-dir: 3.3.2 - loader-utils: 2.0.2 + loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 webpack: 4.46.0 @@ -10189,7 +10125,7 @@ packages: dependencies: '@babel/template': 7.18.10 '@babel/types': 7.20.2 - '@types/babel__core': 7.1.19 + '@types/babel__core': 7.1.20 '@types/babel__traverse': 7.18.2 dev: true @@ -10225,7 +10161,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.2 - core-js-compat: 3.25.5 + core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color dev: true @@ -10237,7 +10173,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 - core-js-compat: 3.25.5 + core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color dev: true @@ -10615,7 +10551,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001421 + caniuse-lite: 1.0.30001431 electron-to-chromium: 1.4.284 node-releases: 2.0.6 update-browserslist-db: 1.0.10_browserslist@4.21.4 @@ -10672,7 +10608,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 @@ -10739,7 +10675,7 @@ packages: promise-inflight: 1.0.1 rimraf: 3.0.2 ssri: 8.0.1 - tar: 6.1.11 + tar: 6.1.12 unique-filename: 1.1.1 transitivePeerDependencies: - bluebird @@ -10777,8 +10713,8 @@ packages: function-bind: 1.1.1 get-intrinsic: 1.1.3 - /call-me-maybe/1.0.1: - resolution: {integrity: sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw==} + /call-me-maybe/1.0.2: + resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} dev: true /callsites/3.1.0: @@ -10849,8 +10785,8 @@ packages: /camelize/1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - /caniuse-lite/1.0.30001421: - resolution: {integrity: sha512-Sw4eLbgUJAEhjLs1Fa+mk45sidp1wRn5y6GtDpHGBaNJ9OCDJaVh2tIaWWUnGfuXfKf1JCBaIarak3FkVAvEeA==} + /caniuse-lite/1.0.30001431: + resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==} /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -11017,8 +10953,9 @@ packages: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: true - /ci-info/3.5.0: - resolution: {integrity: sha512-yH4RezKOGlOhxkmhbeNuC4eYZKAUsEaGtBuBzDDP1eFUKiccDWzBABxBfOx31IDwDIXMTxWuwAxUGModvkbuVw==} + /ci-info/3.6.1: + resolution: {integrity: sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==} + engines: {node: '>=8'} dev: true /cipher-base/1.0.4: @@ -11405,7 +11342,7 @@ packages: dev: true /cookie-signature/1.0.6: - resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} /cookie/0.4.2: resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==} @@ -11457,14 +11394,14 @@ packages: webpack: 5.75.0_webpack-cli@4.10.0 dev: true - /core-js-compat/3.25.5: - resolution: {integrity: sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==} + /core-js-compat/3.26.1: + resolution: {integrity: sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==} dependencies: browserslist: 4.21.4 dev: true - /core-js-pure/3.25.5: - resolution: {integrity: sha512-oml3M22pHM+igfWHDfdLVq2ShWmjM2V4L+dQEBs0DWVIqEm9WHCwGAlZ6BmyBQGy5sFrJmcx+856D9lVKyGWYg==} + /core-js-pure/3.26.1: + resolution: {integrity: sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==} requiresBuild: true /core-js/2.6.12: @@ -11472,8 +11409,8 @@ packages: deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.25.5: - resolution: {integrity: sha512-nbm6eZSjm+ZuBQxCUPQKQCoUEfFOXjUZ8dTTyikyKaWrTYmAVbykQfwsKE5dBK88u3QCkCrzsx/PPlKfhsvgpw==} + /core-js/3.26.1: + resolution: {integrity: sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==} requiresBuild: true dev: true @@ -11499,17 +11436,6 @@ packages: yaml: 1.10.2 dev: true - /cosmiconfig/7.0.1: - resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} - engines: {node: '>=10'} - dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: true - /cosmiconfig/7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} @@ -11697,7 +11623,7 @@ packages: camelcase: 5.3.1 cssesc: 3.0.0 icss-utils: 4.1.1 - loader-utils: 1.4.0 + loader-utils: 1.4.2 normalize-path: 3.0.0 postcss: 7.0.39 postcss-modules-extract-imports: 2.0.0 @@ -11717,7 +11643,7 @@ packages: webpack: ^4.27.0 || ^5.0.0 dependencies: icss-utils: 5.1.0_postcss@8.4.19 - loader-utils: 2.0.2 + loader-utils: 2.0.4 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 @@ -11735,12 +11661,12 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.18 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.18 - postcss-modules-scope: 3.0.0_postcss@8.4.18 - postcss-modules-values: 4.0.0_postcss@8.4.18 + 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_webpack-cli@4.10.0 @@ -11926,8 +11852,8 @@ packages: ms: 2.1.2 supports-color: 5.5.0 - /decamelize-keys/1.1.0: - resolution: {integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==} + /decamelize-keys/1.1.1: + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} dependencies: decamelize: 1.2.0 @@ -11967,6 +11893,26 @@ packages: resolution: {integrity: sha512-yVn6RZmHiGnxRKR9sJb3iVV2XTF1Ghh2DiWRZ3dMnGc43yUdWWF/kX6lQyk3+P84iprfWKU/8zFTrlkvtFm1ug==} dev: false + /deep-equal/2.1.0: + resolution: {integrity: sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==} + dependencies: + call-bind: 1.0.2 + es-get-iterator: 1.1.2 + get-intrinsic: 1.1.3 + is-arguments: 1.1.1 + is-date-object: 1.0.5 + is-regex: 1.1.4 + isarray: 2.0.5 + object-is: 1.1.5 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.4.3 + side-channel: 1.0.4 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.9 + dev: true + /deep-is/0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true @@ -12137,11 +12083,6 @@ packages: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} dev: false - /diff-sequences/29.2.0: - resolution: {integrity: sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dev: true - /diff-sequences/29.3.1: resolution: {integrity: sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12319,7 +12260,7 @@ packages: dev: false /ee-first/1.1.1: - resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} /electron-to-chromium/1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} @@ -12331,7 +12272,7 @@ packages: requiresBuild: true dependencies: '@electron/get': 1.14.1 - '@types/node': 16.11.66 + '@types/node': 16.18.3 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -12486,9 +12427,10 @@ packages: object.assign: 4.1.4 regexp.prototype.flags: 1.4.3 safe-regex-test: 1.0.0 - string.prototype.trimend: 1.0.5 - string.prototype.trimstart: 1.0.5 + string.prototype.trimend: 1.0.6 + string.prototype.trimstart: 1.0.6 unbox-primitive: 1.0.2 + dev: true /es-array-method-boxes-properly/1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} @@ -12524,6 +12466,7 @@ packages: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 + dev: true /es5-shim/4.6.7: resolution: {integrity: sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==} @@ -12601,7 +12544,7 @@ packages: eslint: 8.27.0 eslint-plugin-import: 2.26.0_eslint@8.27.0 object.assign: 4.1.4 - object.entries: 1.1.5 + object.entries: 1.1.6 semver: 6.3.0 dev: true @@ -12622,7 +12565,7 @@ packages: eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 object.assign: 4.1.4 - object.entries: 1.1.5 + object.entries: 1.1.6 dev: true /eslint-config-prettier/8.5.0_eslint@8.27.0: @@ -12681,18 +12624,18 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.4_hzyee272oejuypf7pxzdrrmskq has: 1.0.3 - is-core-module: 2.10.0 + is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.5 + object.values: 1.1.6 resolve: 1.22.1 tsconfig-paths: 3.14.1 transitivePeerDependencies: @@ -12731,9 +12674,9 @@ packages: dependencies: '@babel/runtime': 7.20.1 aria-query: 4.2.2 - array-includes: 3.1.5 + array-includes: 3.1.6 ast-types-flow: 0.0.7 - axe-core: 4.4.3 + axe-core: 4.5.2 axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 @@ -12760,21 +12703,21 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.5 - array.prototype.flatmap: 1.3.0 + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 doctrine: 2.1.0 eslint: 8.27.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.1 - object.values: 1.1.5 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 prop-types: 15.8.1 resolve: 2.0.0-next.4 semver: 6.3.0 - string.prototype.matchall: 4.0.7 + string.prototype.matchall: 4.0.8 dev: true /eslint-scope/4.0.3: @@ -12839,7 +12782,7 @@ packages: eslint-scope: 7.1.1 eslint-utils: 3.0.0_eslint@8.27.0 eslint-visitor-keys: 3.3.0 - espree: 9.4.0 + espree: 9.4.1 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -12874,12 +12817,12 @@ packages: engines: {node: '>=6'} dev: false - /espree/9.4.0: - resolution: {integrity: sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==} + /espree/9.4.1: + resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.0 - acorn-jsx: 5.3.2_acorn@8.8.0 + acorn: 8.8.1 + acorn-jsx: 5.3.2_acorn@8.8.1 eslint-visitor-keys: 3.3.0 dev: true @@ -13004,17 +12947,6 @@ packages: - supports-color dev: true - /expect/29.2.2: - resolution: {integrity: sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@jest/expect-utils': 29.2.2 - jest-get-type: 29.2.0 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-util: 29.3.1 - dev: true - /expect/29.3.1: resolution: {integrity: sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -13233,7 +13165,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 3.1.1 webpack: 4.46.0 dev: true @@ -13244,7 +13176,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 3.1.1 webpack: 5.75.0_webpack-cli@4.10.0 dev: true @@ -13398,7 +13330,6 @@ packages: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 - dev: false /for-in/1.0.2: resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} @@ -13464,7 +13395,7 @@ packages: eslint: 8.27.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.7 + memfs: 3.4.11 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 @@ -13496,7 +13427,7 @@ packages: eslint: 8.27.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.7 + memfs: 3.4.11 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 @@ -13519,10 +13450,10 @@ packages: '@babel/code-frame': 7.18.6 chalk: 4.1.2 chokidar: 3.5.3 - cosmiconfig: 7.0.1 + cosmiconfig: 7.1.0 deepmerge: 4.2.2 fs-extra: 10.1.0 - memfs: 3.4.7 + memfs: 3.4.11 minimatch: 3.1.2 node-abort-controller: 3.0.1 schema-utils: 3.1.1 @@ -13601,7 +13532,7 @@ packages: dev: false /fresh/0.5.2: - resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} /from2/2.3.0: @@ -13707,9 +13638,11 @@ packages: define-properties: 1.1.4 es-abstract: 1.20.4 functions-have-names: 1.2.3 + dev: true /functions-have-names/1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: true /gauge/3.0.2: resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} @@ -13797,6 +13730,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 + dev: true /get-value/2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} @@ -13810,8 +13744,8 @@ packages: resolution: {integrity: sha512-hx+r6Q5IutZH+5k+zeZe78J4vzgW9IqLzfz8+hqMa9NrM1ccpgPIxrxqiBg+aioJMKcCK5qNKKcGdes3PeTlKQ==} dev: false - /github-slugger/1.4.0: - resolution: {integrity: sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==} + /github-slugger/1.5.0: + resolution: {integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==} dev: true /glob-parent/3.1.0: @@ -13858,7 +13792,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.5 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13991,6 +13925,11 @@ packages: resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==} dev: true + /gopd/1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.1.3 + /got/9.6.0: resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} engines: {node: '>=8.6'} @@ -14050,7 +13989,7 @@ packages: source-map: 0.6.1 wordwrap: 1.0.0 optionalDependencies: - uglify-js: 3.17.3 + uglify-js: 3.17.4 dev: true /hard-rejection/2.1.0: @@ -14060,6 +13999,7 @@ packages: /has-bigints/1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: true /has-flag/3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} @@ -14350,7 +14290,7 @@ packages: '@types/tapable': 1.0.8 '@types/webpack': 4.41.33 html-minifier-terser: 5.1.1 - loader-utils: 1.4.0 + loader-utils: 1.4.2 lodash: 4.17.21 pretty-error: 2.1.2 tapable: 1.1.3 @@ -14517,15 +14457,6 @@ packages: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.18: - resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.18 - dev: true - /icss-utils/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} @@ -14630,12 +14561,12 @@ packages: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} dev: true - /inquirer/8.2.4: - resolution: {integrity: sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==} + /inquirer/8.2.5: + resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==} engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -14658,6 +14589,7 @@ packages: get-intrinsic: 1.1.3 has: 1.0.3 side-channel: 1.0.4 + dev: true /interpret/2.2.0: resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==} @@ -14734,6 +14666,7 @@ packages: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 + dev: true /is-binary-path/1.0.1: resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} @@ -14755,6 +14688,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-buffer/1.1.6: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} @@ -14786,11 +14720,11 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.5.0 + ci-info: 3.6.1 dev: true - /is-core-module/2.10.0: - resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} + /is-core-module/2.11.0: + resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} dependencies: has: 1.0.3 @@ -14813,6 +14747,7 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-decimal/1.0.4: resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} @@ -14938,6 +14873,7 @@ packages: /is-negative-zero/2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} + dev: true /is-node-process/1.0.1: resolution: {integrity: sha512-5IcdXuf++TTNt3oGl9EBdkvndXA8gmc4bz/Y+mdEpWh3Mcn/+kOw6hI7LD5CocqJWMzeb0I0ClndRVNdEPuJXQ==} @@ -14948,6 +14884,7 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-number/3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} @@ -15020,6 +14957,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-set/2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} @@ -15029,6 +14967,7 @@ packages: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 + dev: true /is-stream/1.1.0: resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} @@ -15045,6 +14984,7 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-subdir/1.2.0: resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} @@ -15058,17 +14998,17 @@ packages: engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 + dev: true - /is-typed-array/1.1.9: - resolution: {integrity: sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==} + /is-typed-array/1.1.10: + resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.20.4 for-each: 0.3.3 + gopd: 1.0.1 has-tostringtag: 1.0.0 - dev: false /is-typedarray/1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} @@ -15088,10 +15028,22 @@ packages: dev: true optional: true + /is-weakmap/2.0.1: + resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} + dev: true + /is-weakref/1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 + dev: true + + /is-weakset/2.0.2: + resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.3 + dev: true /is-whitespace-character/1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} @@ -15260,7 +15212,7 @@ packages: p-limit: 3.1.0 pretty-format: 29.3.1 slash: 3.0.0 - stack-utils: 2.0.5 + stack-utils: 2.0.6 transitivePeerDependencies: - supports-color dev: true @@ -15366,7 +15318,7 @@ packages: '@jest/types': 29.3.1 babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.5.0 + ci-info: 3.6.1 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -15405,7 +15357,7 @@ packages: '@types/node': 18.11.9 babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.5.0 + ci-info: 3.6.1 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -15444,7 +15396,7 @@ packages: '@types/node': 18.11.9 babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.5.0 + ci-info: 3.6.1 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -15466,16 +15418,6 @@ packages: - supports-color dev: true - /jest-diff/29.2.1: - resolution: {integrity: sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 29.2.0 - jest-get-type: 29.2.0 - pretty-format: 29.3.1 - dev: true - /jest-diff/29.3.1: resolution: {integrity: sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15516,11 +15458,11 @@ packages: '@jest/environment': 29.3.1 '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/jsdom': 20.0.0 + '@types/jsdom': 20.0.1 '@types/node': 18.11.9 jest-mock: 29.3.1 jest-util: 29.3.1 - jsdom: 20.0.1 + jsdom: 20.0.2 transitivePeerDependencies: - bufferutil - supports-color @@ -15594,16 +15536,6 @@ packages: pretty-format: 29.3.1 dev: true - /jest-matcher-utils/29.2.2: - resolution: {integrity: sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - chalk: 4.1.2 - jest-diff: 29.2.1 - jest-get-type: 29.2.0 - pretty-format: 29.3.1 - dev: true - /jest-matcher-utils/29.3.1: resolution: {integrity: sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15614,21 +15546,6 @@ packages: pretty-format: 29.3.1 dev: true - /jest-message-util/29.2.1: - resolution: {integrity: sha512-Dx5nEjw9V8C1/Yj10S/8ivA8F439VS8vTq1L7hEgwHFn9ovSKNpYW/kwNh7UglaEgXO42XxzKJB+2x0nSglFVw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@babel/code-frame': 7.18.6 - '@jest/types': 29.3.1 - '@types/stack-utils': 2.0.1 - chalk: 4.1.2 - graceful-fs: 4.2.10 - micromatch: 4.0.5 - pretty-format: 29.3.1 - slash: 3.0.0 - stack-utils: 2.0.5 - dev: true - /jest-message-util/29.3.1: resolution: {integrity: sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15641,7 +15558,7 @@ packages: micromatch: 4.0.5 pretty-format: 29.3.1 slash: 3.0.0 - stack-utils: 2.0.5 + stack-utils: 2.0.6 dev: true /jest-mock/29.3.1: @@ -15653,8 +15570,8 @@ packages: jest-util: 29.3.1 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@29.3.1: - resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + /jest-pnp-resolver/1.2.3_jest-resolve@29.3.1: + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: jest-resolve: '*' @@ -15692,7 +15609,7 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.10 jest-haste-map: 29.3.1 - jest-pnp-resolver: 1.2.2_jest-resolve@29.3.1 + jest-pnp-resolver: 1.2.3_jest-resolve@29.3.1 jest-util: 29.3.1 jest-validate: 29.3.1 resolve: 1.22.1 @@ -15774,7 +15691,7 @@ packages: '@babel/core': 7.20.2 '@babel/generator': 7.20.4 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 '@babel/traverse': 7.20.1 '@babel/types': 7.20.2 '@jest/expect-utils': 29.3.1 @@ -15811,18 +15728,6 @@ packages: micromatch: 4.0.5 dev: true - /jest-util/29.2.1: - resolution: {integrity: sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@jest/types': 29.2.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - ci-info: 3.5.0 - graceful-fs: 4.2.10 - picomatch: 2.3.1 - dev: true - /jest-util/29.3.1: resolution: {integrity: sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15830,7 +15735,7 @@ packages: '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 - ci-info: 3.5.0 + ci-info: 3.6.1 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true @@ -15989,8 +15894,8 @@ packages: resolution: {integrity: sha512-wStfgOJqMv4QKktuH273f5fyi3D3vy2pHOiSDGPvpcS/q+wb/M7AK3vkCcaHbkZxDOlDU/lDJgccygKSG2OhtA==} dev: false - /jsdom/20.0.1: - resolution: {integrity: sha512-pksjj7Rqoa+wdpkKcLzQRHhJCEE42qQhl/xLMUKHgoSejaKOdaXEAnqs6uDNwMl/fciHTzKeR8Wm8cw7N+g98A==} + /jsdom/20.0.2: + resolution: {integrity: sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==} engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 @@ -15999,7 +15904,7 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.8.0 + acorn: 8.8.1 acorn-globals: 7.0.1 cssom: 0.5.0 cssstyle: 2.3.0 @@ -16022,7 +15927,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.9.0 + ws: 8.11.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -16106,7 +16011,6 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false - bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -16272,7 +16176,7 @@ packages: resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} engines: {node: '>=4.0'} dependencies: - array-includes: 3.1.5 + array-includes: 3.1.6 object.assign: 4.1.4 dev: true @@ -16429,7 +16333,7 @@ packages: dependencies: '@babel/runtime': 7.20.1 app-root-dir: 1.0.2 - core-js: 3.25.5 + core-js: 3.26.1 dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -16514,8 +16418,8 @@ packages: object-assign: 4.1.1 dev: true - /loader-utils/1.4.0: - resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} + /loader-utils/1.4.2: + resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==} engines: {node: '>=4.0.0'} dependencies: big.js: 5.2.2 @@ -16523,8 +16427,8 @@ packages: json5: 1.0.1 dev: true - /loader-utils/2.0.2: - resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==} + /loader-utils/2.0.4: + resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} engines: {node: '>=8.9.0'} dependencies: big.js: 5.2.2 @@ -16637,12 +16541,12 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.2 + chalk: 4.1.1 is-unicode-supported: 0.1.0 dev: false - /loglevel/1.8.0: - resolution: {integrity: sha512-G6A/nJLRgWOuuwdNuA6koovfEV1YpqqAG4pRUlFaz3jj2QNZ8M4vBqnVA+HBTmU/AMNUtlOsMmSpF6NyOjztbA==} + /loglevel/1.8.1: + resolution: {integrity: sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==} engines: {node: '>= 0.6.0'} dev: false @@ -16653,7 +16557,7 @@ packages: /lolex/5.1.2: resolution: {integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==} dependencies: - '@sinonjs/commons': 1.8.3 + '@sinonjs/commons': 1.8.5 dev: true /long/4.0.0: @@ -16713,8 +16617,8 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache/7.14.0: - resolution: {integrity: sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==} + /lru-cache/7.14.1: + resolution: {integrity: sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==} engines: {node: '>=12'} dev: false @@ -16878,7 +16782,7 @@ packages: dev: true /media-typer/0.3.0: - resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} /mem/8.1.1: @@ -16889,8 +16793,8 @@ packages: mimic-fn: 3.1.0 dev: true - /memfs/3.4.7: - resolution: {integrity: sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==} + /memfs/3.4.11: + resolution: {integrity: sha512-GvsCITGAyDCxxsJ+X6prJexFQEhOCJaIlUbsAvjzSI5o5O7j2dle3jWvz5Z5aOdpOxW6ol3vI1+0ut+641F1+w==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -16928,7 +16832,7 @@ packages: '@types/minimist': 1.2.2 camelcase-keys: 7.0.2 decamelize: 5.0.1 - decamelize-keys: 1.1.0 + decamelize-keys: 1.1.1 hard-rejection: 2.1.0 minimist-options: 4.1.0 normalize-package-data: 3.0.3 @@ -16962,7 +16866,7 @@ packages: dependencies: '@types/minimist': 1.2.2 camelcase-keys: 6.2.2 - decamelize-keys: 1.1.0 + decamelize-keys: 1.1.1 hard-rejection: 2.1.0 minimist-options: 4.1.0 normalize-package-data: 2.5.0 @@ -16980,7 +16884,7 @@ packages: '@types/minimist': 1.2.2 camelcase-keys: 6.2.2 decamelize: 1.2.0 - decamelize-keys: 1.1.0 + decamelize-keys: 1.1.1 hard-rejection: 2.1.0 minimist-options: 4.1.0 normalize-package-data: 3.0.3 @@ -16992,7 +16896,7 @@ packages: dev: true /merge-descriptors/1.0.1: - resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} /merge-stream/2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -17281,17 +17185,17 @@ packages: cookie: 0.4.2 graphql: 16.6.0 headers-polyfill: 3.1.2 - inquirer: 8.2.4 + inquirer: 8.2.5 is-node-process: 1.0.1 js-levenshtein: 1.1.6 node-fetch: 2.6.7 outvariant: 1.3.0 path-to-regexp: 6.2.1 statuses: 2.0.1 - strict-event-emitter: 0.2.7 + strict-event-emitter: 0.2.8 type-fest: 2.19.0 typescript: 4.8.4 - yargs: 17.6.0 + yargs: 17.6.2 transitivePeerDependencies: - encoding - supports-color @@ -17438,7 +17342,7 @@ packages: npmlog: 6.0.2 rimraf: 3.0.2 semver: 7.3.8 - tar: 6.1.11 + tar: 6.1.12 which: 2.0.2 transitivePeerDependencies: - bluebird @@ -17507,7 +17411,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.10.0 + is-core-module: 2.11.0 semver: 7.3.8 validate-npm-package-license: 3.0.4 dev: true @@ -17604,7 +17508,7 @@ packages: '@nrwl/tao': 15.0.13 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.25 + '@yarnpkg/parsers': 3.0.0-rc.28 '@zkochan/js-yaml': 0.0.6 axios: 1.1.3 chalk: 4.1.0 @@ -17655,6 +17559,14 @@ packages: /object-inspect/1.12.2: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} + /object-is/1.1.5: + resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + dev: true + /object-keys/1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -17679,9 +17591,10 @@ packages: define-properties: 1.1.4 has-symbols: 1.0.3 object-keys: 1.1.1 + dev: true - /object.entries/1.1.5: - resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} + /object.entries/1.1.6: + resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -17689,8 +17602,8 @@ packages: es-abstract: 1.20.4 dev: true - /object.fromentries/2.0.5: - resolution: {integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==} + /object.fromentries/2.0.6: + resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -17698,18 +17611,18 @@ packages: es-abstract: 1.20.4 dev: true - /object.getownpropertydescriptors/2.1.4: - resolution: {integrity: sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ==} + /object.getownpropertydescriptors/2.1.5: + resolution: {integrity: sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==} engines: {node: '>= 0.8'} dependencies: - array.prototype.reduce: 1.0.4 + array.prototype.reduce: 1.0.5 call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.4 dev: true - /object.hasown/1.1.1: - resolution: {integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==} + /object.hasown/1.1.2: + resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: define-properties: 1.1.4 es-abstract: 1.20.4 @@ -17722,8 +17635,8 @@ packages: isobject: 3.0.1 dev: true - /object.values/1.1.5: - resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} + /object.values/1.1.6: + resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -17812,7 +17725,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 @@ -18272,7 +18185,7 @@ packages: dependencies: cosmiconfig: 7.1.0 klona: 2.0.5 - loader-utils: 2.0.2 + loader-utils: 2.0.4 postcss: 7.0.39 schema-utils: 3.1.1 semver: 7.3.8 @@ -18290,15 +18203,6 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.18: - resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.18 - dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} @@ -18318,18 +18222,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.18: - resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 - postcss-selector-parser: 6.0.10 - postcss-value-parser: 4.2.0 - dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} @@ -18350,16 +18242,6 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.18: - resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.18 - postcss-selector-parser: 6.0.10 - dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} @@ -18377,16 +18259,6 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.18: - 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.18 - postcss: 8.4.18 - dev: true - /postcss-modules-values/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} @@ -18429,15 +18301,6 @@ packages: source-map: 0.6.1 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} @@ -18506,15 +18369,6 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/29.2.1: - resolution: {integrity: sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@jest/schemas': 29.0.0 - ansi-styles: 5.2.0 - react-is: 18.2.0 - dev: true - /pretty-format/29.3.1: resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -18569,11 +18423,11 @@ packages: dev: false optional: true - /promise.allsettled/1.0.5: - resolution: {integrity: sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==} + /promise.allsettled/1.0.6: + resolution: {integrity: sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==} engines: {node: '>= 0.4'} dependencies: - array.prototype.map: 1.0.4 + array.prototype.map: 1.0.5 call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.4 @@ -18581,8 +18435,8 @@ packages: iterate-value: 1.0.2 dev: true - /promise.prototype.finally/3.1.3: - resolution: {integrity: sha512-EXRF3fC9/0gz4qkt/f5EP5iW4kj9oFpBICNpCNOb/52+8nlHIX07FPLbi/q4qYBQ1xZqivMzTpNQSnArVASolQ==} + /promise.prototype.finally/3.1.4: + resolution: {integrity: sha512-nNc3YbgMfLzqtqvO/q5DP6RR0SiHI9pUPGzyDf1q+usTwCN2kjvAnJkBb7bHe3o+fFSBPpsGMoYtaSi+LTNqng==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -18879,7 +18733,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 3.1.1 webpack: 4.46.0 dev: true @@ -18890,7 +18744,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 3.1.1 webpack: 5.75.0_webpack-cli@4.10.0 dev: true @@ -18995,8 +18849,8 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.9.1_fan5qbzahqtxlm5dzefqlqx5ia: - resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} + /react-focus-lock/2.9.2_fan5qbzahqtxlm5dzefqlqx5ia: + resolution: {integrity: sha512-5JfrsOKyA5Zn3h958mk7bAcfphr24jPoMoznJ8vaJF6fUrPQ8zrtEd3ILLOK8P5jvGxdMd96OxWNjDzATfR2qw==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -19228,7 +19082,7 @@ packages: '@babel/runtime': 7.20.1 '@emotion/cache': 11.10.5 '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@floating-ui/dom': 1.0.2 + '@floating-ui/dom': 1.0.5 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 prop-types: 15.8.1 @@ -19529,14 +19383,15 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 functions-have-names: 1.2.3 + dev: true /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} dev: true - /regexpu-core/5.2.1: - resolution: {integrity: sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ==} + /regexpu-core/5.2.2: + resolution: {integrity: sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -19544,7 +19399,7 @@ packages: regjsgen: 0.7.1 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 dev: true /regjsgen/0.7.1: @@ -19616,7 +19471,7 @@ packages: /remark-slug/6.1.0: resolution: {integrity: sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ==} dependencies: - github-slugger: 1.4.0 + github-slugger: 1.5.0 mdast-util-to-string: 1.1.0 unist-util-visit: 2.0.3 dev: true @@ -19718,7 +19573,7 @@ packages: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: - is-core-module: 2.10.0 + is-core-module: 2.11.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -19726,7 +19581,7 @@ packages: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.10.0 + is-core-module: 2.11.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -19872,6 +19727,7 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.1.3 is-regex: 1.1.4 + dev: true /safe-regex/1.1.0: resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} @@ -19960,9 +19816,9 @@ packages: engines: {node: '>= 12.13.0'} dependencies: '@types/json-schema': 7.0.11 - ajv: 8.11.0 + ajv: 8.11.2 ajv-formats: 2.1.1 - ajv-keywords: 5.1.0_ajv@8.11.0 + ajv-keywords: 5.1.0_ajv@8.11.2 dev: true /select-hose/2.0.0: @@ -19975,7 +19831,7 @@ packages: dependencies: jszip: 3.10.1 tmp: 0.2.1 - ws: 8.9.0 + ws: 8.11.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -20198,7 +20054,7 @@ packages: /sinon/7.5.0: resolution: {integrity: sha512-AoD0oJWerp0/rY9czP/D6hDTTUYGpObhZjMpd7Cl/A6+j0xBE+ayL/ldfggkBXUs0IkvIiM1ljM8+WkOc5k78Q==} dependencies: - '@sinonjs/commons': 1.8.3 + '@sinonjs/commons': 1.8.5 '@sinonjs/formatio': 3.2.2 '@sinonjs/samsam': 3.3.3 diff: 3.5.0 @@ -20250,7 +20106,7 @@ packages: engines: {node: '>=6'} hasBin: true dependencies: - array.prototype.flat: 1.3.0 + array.prototype.flat: 1.3.1 breakword: 1.0.5 grapheme-splitter: 1.0.4 strip-ansi: 6.0.1 @@ -20304,7 +20160,7 @@ packages: stream-demux: 8.1.0 uuid: 8.3.2 vinyl-buffer: 1.0.1 - ws: 8.9.0 + ws: 8.11.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -20322,7 +20178,7 @@ packages: sc-formatter: 3.0.3 stream-demux: 8.1.0 writable-consumable-stream: 2.0.0 - ws: 8.9.0 + ws: 8.11.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -20497,7 +20353,7 @@ packages: dependencies: '@mapbox/node-pre-gyp': 1.0.10 node-addon-api: 4.3.0 - tar: 6.1.11 + tar: 6.1.12 optionalDependencies: node-gyp: 8.4.1 transitivePeerDependencies: @@ -20523,8 +20379,8 @@ packages: deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' dev: true - /stack-utils/2.0.5: - resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==} + /stack-utils/2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 @@ -20599,8 +20455,8 @@ packages: mixme: 0.5.4 dev: true - /strict-event-emitter/0.2.7: - resolution: {integrity: sha512-TavbHJ87WD2tDbKI7bTrmc6U4J4Qjh8E9fVvFkIFw2gCu34Wxstn2Yas0+4D78FJN8DOTEzxiT+udBdraRk4UQ==} + /strict-event-emitter/0.2.8: + resolution: {integrity: sha512-KDf/ujU8Zud3YaLtMCcTI4xkZlZVIYxTLr+XIULexP+77EEVWixeXroLUXQXiVtH4XH2W7jr/3PT1v3zBuvc3A==} dependencies: events: 3.3.0 dev: false @@ -20621,8 +20477,8 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string.prototype.matchall/4.0.7: - resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==} + /string.prototype.matchall/4.0.8: + resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 @@ -20634,8 +20490,8 @@ packages: side-channel: 1.0.4 dev: true - /string.prototype.padend/3.1.3: - resolution: {integrity: sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==} + /string.prototype.padend/3.1.4: + resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -20643,8 +20499,8 @@ packages: es-abstract: 1.20.4 dev: true - /string.prototype.padstart/3.1.3: - resolution: {integrity: sha512-NZydyOMtYxpTjGqp0VN5PYUF/tsU15yDMZnUdj16qRUIUiMJkHHSDElYyQFrMu+/WloTpA7MQSiADhBicDfaoA==} + /string.prototype.padstart/3.1.4: + resolution: {integrity: sha512-XqOHj8horGsF+zwxraBvMTkBFM28sS/jHBJajh17JtJKA92qazidiQbLosV4UA18azvLOVKYo/E3g3T9Y5826w==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -20652,19 +20508,21 @@ packages: es-abstract: 1.20.4 dev: true - /string.prototype.trimend/1.0.5: - resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} + /string.prototype.trimend/1.0.6: + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.4 + dev: true - /string.prototype.trimstart/1.0.5: - resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} + /string.prototype.trimstart/1.0.6: + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.4 + dev: true /string_decoder/1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} @@ -20761,7 +20619,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 2.7.1 webpack: 4.46.0 dev: true @@ -20772,7 +20630,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 3.1.1 webpack: 5.75.0 dev: true @@ -20813,7 +20671,7 @@ packages: react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/traverse': 7.19.4_supports-color@5.5.0 + '@babel/traverse': 7.20.1_supports-color@5.5.0 '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 @@ -20860,8 +20718,8 @@ packages: /stylelint-processor-styled-components/1.10.0: resolution: {integrity: sha512-g4HpN9rm0JD0LoHuIOcd/FIjTZCJ0ErQ+dC3VTxp+dSvnkV+MklKCCmCQEdz5K5WxF4vPuzfVgdbSDuPYGZhoA==} dependencies: - '@babel/parser': 7.19.4 - '@babel/traverse': 7.19.4 + '@babel/parser': 7.20.3 + '@babel/traverse': 7.20.1 micromatch: 4.0.5 postcss: 7.0.39 transitivePeerDependencies: @@ -21006,7 +20864,7 @@ packages: call-bind: 1.0.2 get-symbol-description: 1.0.0 has-symbols: 1.0.3 - object.getownpropertydescriptors: 2.1.4 + object.getownpropertydescriptors: 2.1.5 dev: true /synchronous-promise/2.0.16: @@ -21017,7 +20875,7 @@ packages: resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.11.0 + ajv: 8.11.2 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 @@ -21055,6 +20913,18 @@ packages: minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 + dev: true + + /tar/6.1.12: + resolution: {integrity: sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw==} + engines: {node: '>=10'} + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 3.3.4 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 /tarn/3.0.2: resolution: {integrity: sha512-51LAVKUSZSVfI05vjPESNc5vwqqZpbXCsU+/+wxlOrUjk2SnFTt97v9ZgQrD4YmxYW1Px6w2KjaDitCfkvgxMQ==} @@ -21155,7 +21025,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.8.0 + acorn: 8.8.1 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 @@ -21167,7 +21037,7 @@ packages: hasBin: true dependencies: '@jridgewell/source-map': 0.3.2 - acorn: 8.8.0 + acorn: 8.8.1 commander: 2.20.3 source-map-support: 0.5.21 dev: true @@ -21381,7 +21251,7 @@ packages: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.3.1 - jest-util: 29.2.1 + jest-util: 29.3.1 json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 @@ -21414,7 +21284,7 @@ packages: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 29.3.1_@types+node@18.11.9 - jest-util: 29.2.1 + jest-util: 29.3.1 json5: 2.2.1 lodash.memoize: 4.1.2 make-error: 1.3.6 @@ -21443,7 +21313,7 @@ packages: '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 '@types/node': 18.11.9 - acorn: 8.8.0 + acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 @@ -21613,8 +21483,8 @@ packages: uglify-to-browserify: 1.0.2 dev: true - /uglify-js/3.17.3: - resolution: {integrity: sha512-JmMFDME3iufZnBpyKL+uS78LRiC+mK55zWfM5f/pWBJfpOttXAqYfdDGRukYhJuyRinvPVAtUhvy7rlDybNtFg==} + /uglify-js/3.17.4: + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} engines: {node: '>=0.8.0'} hasBin: true requiresBuild: true @@ -21634,6 +21504,7 @@ packages: has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + dev: true /uncontrollable/7.2.1_react@18.2.0: resolution: {integrity: sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==} @@ -21671,8 +21542,8 @@ packages: unicode-property-aliases-ecmascript: 2.1.0 dev: true - /unicode-match-property-value-ecmascript/2.0.0: - resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==} + /unicode-match-property-value-ecmascript/2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} dev: true @@ -21837,7 +21708,7 @@ packages: optional: true dependencies: file-loader: 6.2.0_webpack@4.46.0 - loader-utils: 2.0.2 + loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.1 webpack: 4.46.0 @@ -21926,7 +21797,7 @@ packages: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: define-properties: 1.1.4 - object.getownpropertydescriptors: 2.1.4 + object.getownpropertydescriptors: 2.1.5 dev: true /util/0.10.3: @@ -21947,8 +21818,8 @@ packages: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 - is-typed-array: 1.1.9 - which-typed-array: 1.1.8 + is-typed-array: 1.1.10 + which-typed-array: 1.1.9 dev: false /utila/0.4.0: @@ -21956,7 +21827,7 @@ packages: dev: true /utils-merge/1.0.1: - resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} /uuid-browser/3.1.0: @@ -22239,7 +22110,7 @@ packages: dependencies: colorette: 1.4.0 mem: 8.1.1 - memfs: 3.4.7 + memfs: 3.4.11 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.1 @@ -22253,7 +22124,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: colorette: 2.0.19 - memfs: 3.4.7 + memfs: 3.4.11 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 @@ -22301,7 +22172,7 @@ packages: webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-middleware: 5.3.3_webpack@5.75.0 - ws: 8.9.0 + ws: 8.11.0 transitivePeerDependencies: - bufferutil - debug @@ -22318,8 +22189,8 @@ packages: webpack: 4.46.0 dev: true - /webpack-hot-middleware/2.25.2: - resolution: {integrity: sha512-CVgm3NAQyfdIonRvXisRwPTUYuSbyZ6BY7782tMeUzWOO7RmVI2NaBYuCp41qyD4gYCkJyTneAJdK69A13B0+A==} + /webpack-hot-middleware/2.25.3: + resolution: {integrity: sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==} dependencies: ansi-html-community: 0.0.8 html-entities: 2.3.3 @@ -22362,8 +22233,8 @@ packages: - supports-color dev: true - /webpack-virtual-modules/0.4.5: - resolution: {integrity: sha512-8bWq0Iluiv9lVf9YaqWQ9+liNgXSHICm+rg544yRgGYaR8yXZTVBaHZkINZSB2yZSWo4b0F6MIxqJezVfOEAlg==} + /webpack-virtual-modules/0.4.6: + resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} dev: true /webpack/4.46.0: @@ -22391,7 +22262,7 @@ packages: eslint-scope: 4.0.3 json-parse-better-errors: 1.0.2 loader-runner: 2.4.0 - loader-utils: 1.4.0 + loader-utils: 1.4.2 memory-fs: 0.4.1 micromatch: 3.1.10 mkdirp: 0.5.6 @@ -22421,8 +22292,8 @@ packages: '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.8.0 - acorn-import-assertions: 1.8.0_acorn@8.8.0 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0_acorn@8.8.1 browserslist: 4.21.4 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 @@ -22461,8 +22332,8 @@ packages: '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.8.0 - acorn-import-assertions: 1.8.0_acorn@8.8.0 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0_acorn@8.8.1 browserslist: 4.21.4 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 @@ -22534,6 +22405,16 @@ packages: is-number-object: 1.0.7 is-string: 1.0.7 is-symbol: 1.0.4 + dev: true + + /which-collection/1.0.1: + resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} + dependencies: + is-map: 2.0.2 + is-set: 2.0.2 + is-weakmap: 2.0.1 + is-weakset: 2.0.2 + dev: true /which-module/2.0.0: resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} @@ -22547,17 +22428,16 @@ packages: path-exists: 4.0.0 dev: true - /which-typed-array/1.1.8: - resolution: {integrity: sha512-Jn4e5PItbcAHyLoRDwvPj1ypu27DJbtdYXUa5zsinrUx77Uvfb0cXwwnGMTn7cjUfhhqgVQnVJCwF+7cgU7tpw==} + /which-typed-array/1.1.9: + resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.20.4 for-each: 0.3.3 + gopd: 1.0.1 has-tostringtag: 1.0.0 - is-typed-array: 1.1.9 - dev: false + is-typed-array: 1.1.10 /which/1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} @@ -22675,8 +22555,8 @@ packages: signal-exit: 3.0.7 dev: true - /ws/8.9.0: - resolution: {integrity: sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==} + /ws/8.11.0: + resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -22786,19 +22666,6 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs/17.6.0: - resolution: {integrity: sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==} - engines: {node: '>=12'} - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - dev: false - /yargs/17.6.2: resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} engines: {node: '>=12'} @@ -22810,7 +22677,6 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - dev: true /yargs/3.10.0: resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==} From 3920b78f1db5d24528dd6d67378865cca905603e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 22:38:38 +0000 Subject: [PATCH 42/45] chore(deps): update dependency typescript to ~4.9.3 (#1277) * chore(deps): update dependency typescript to ~4.9.3 * Fix Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 2 +- package.json | 2 +- .../examples/tree/package.json | 2 +- packages/d3-state-visualizer/package.json | 2 +- packages/d3tooltip/package.json | 2 +- packages/map2tree/package.json | 2 +- packages/react-base16-styling/package.json | 2 +- packages/react-dock/demo/package.json | 2 +- packages/react-dock/package.json | 2 +- .../react-json-tree/examples/package.json | 2 +- packages/react-json-tree/package.json | 2 +- packages/redux-devtools-app/package.json | 2 +- .../redux-devtools-chart-monitor/package.json | 2 +- packages/redux-devtools-cli/package.json | 2 +- .../redux-devtools-dock-monitor/package.json | 2 +- .../redux-devtools-extension/package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../redux-devtools-instrument/package.json | 2 +- .../redux-devtools-log-monitor/package.json | 2 +- packages/redux-devtools-remote/package.json | 2 +- .../demo/package.json | 2 +- .../package.json | 2 +- .../redux-devtools-serialize/package.json | 2 +- .../examples/todomvc/package.json | 2 +- .../package.json | 2 +- packages/redux-devtools-ui/package.json | 2 +- packages/redux-devtools-utils/package.json | 2 +- packages/redux-devtools-utils/src/index.ts | 14 +- .../examples/counter/package.json | 2 +- .../examples/todomvc/package.json | 2 +- packages/redux-devtools/package.json | 2 +- pnpm-lock.yaml | 681 +++++++++--------- 36 files changed, 383 insertions(+), 380 deletions(-) diff --git a/extension/package.json b/extension/package.json index 867fbefa..0ebe17c1 100644 --- a/extension/package.json +++ b/extension/package.json @@ -89,7 +89,7 @@ "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^29.0.3", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0" } diff --git a/package.json b/package.json index 416b74d5..85f63f10 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "prettier": "2.7.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "nx": "^15.0.13", "@nrwl/nx-cloud": "^15.0.2" }, diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index e59592e4..cf4252ca 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -42,7 +42,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index ef3bb2d7..216ce03e 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -71,6 +71,6 @@ "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1", - "typescript": "~4.8.4" + "typescript": "~4.9.3" } } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index b7bc422f..5cca4461 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -64,7 +64,7 @@ "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@types/d3": "^3.5.47", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 603c80b5..2611961e 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -71,6 +71,6 @@ "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", - "typescript": "~4.8.4" + "typescript": "~4.9.3" } } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 42465118..38956a19 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -66,6 +66,6 @@ "jest-environment-jsdom": "^29.3.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 8776aa7b..583cbcef 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -38,7 +38,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 20e0b8a2..0d76644c 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -70,7 +70,7 @@ "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 35050a37..bf3094e1 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -44,7 +44,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index 8784c17a..eb5a414e 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -82,7 +82,7 @@ "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index 24373866..a7f91034 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -110,7 +110,7 @@ "styled-components": "^5.3.6", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 9b213b76..54750892 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -66,7 +66,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 5e71ef76..fc9bc153 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -92,6 +92,6 @@ "socketcluster-client": "^17.1.0", "supertest": "^6.3.1", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" } } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 287135ee..1178c13c 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -67,7 +67,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index bfbb11b5..8d979b7b 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "redux": "^3.1.0 || ^4.0.0" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index f7b05973..7ac0a7e9 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -51,7 +51,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index a0862837..69f30132 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -85,7 +85,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 45fc2560..fa55a106 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -73,7 +73,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index cb7d7da1..bfb1be4d 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -47,7 +47,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index b747d4b9..d29b4999 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -78,7 +78,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index ce0bb420..a0a9246d 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -64,7 +64,7 @@ "rimraf": "^3.0.2", "rxjs": "^7.5.7", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "redux": "^3.4.0 || ^4.0.0" diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index b2a9caab..b5b8e49b 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -69,7 +69,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index c1450f88..c4cfff62 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -66,7 +66,7 @@ "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "redux": "^3.5.2 || ^4.0.0" diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 94adbea2..2fdc8e6c 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -54,7 +54,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 98dff285..01e7d025 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -90,7 +90,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 5c2e954c..c1ca723d 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -58,7 +58,7 @@ "jest": "^29.3.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "immutable": "^4.1.0" diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index de4f2b1f..90558e2b 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -54,7 +54,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 1eec3f18..062c857c 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -63,7 +63,7 @@ "rollup": "^3.3.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 771586ea..1405c656 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -102,7 +102,7 @@ "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.0.3", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0" }, "peerDependencies": { diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index a2158260..c1115e33 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -58,7 +58,7 @@ "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-utils/src/index.ts b/packages/redux-devtools-utils/src/index.ts index 64203060..a62c8882 100644 --- a/packages/redux-devtools-utils/src/index.ts +++ b/packages/redux-devtools-utils/src/index.ts @@ -168,12 +168,14 @@ export function stringify( export function getSeralizeParameter( config: { - serialize?: { - immutable?: typeof Immutable; - refs?: (new (data: any) => unknown)[] | null; - replacer?: (key: string, value: unknown) => unknown; - options?: unknown | boolean; - }; + serialize?: + | { + immutable?: typeof Immutable; + refs?: (new (data: any) => unknown)[] | null; + replacer?: (key: string, value: unknown) => unknown; + options?: unknown | boolean; + } + | boolean; }, param: string ): diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 9b25c833..45f08974 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -50,7 +50,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index de45fd92..84eec32f 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -66,7 +66,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.8.4", + "typescript": "~4.9.3", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index 718eecac..ff80a57a 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -73,7 +73,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", - "typescript": "~4.8.4" + "typescript": "~4.9.3" }, "peerDependencies": { "react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e75ccc54..1e3b66f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,23 +21,23 @@ importers: jest: ^29.3.1 nx: ^15.0.13 prettier: 2.7.1 - typescript: ~4.8.4 + typescript: ~4.9.3 devDependencies: '@babel/core': 7.20.2 '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy '@changesets/cli': 2.25.2 '@nrwl/nx-cloud': 15.0.2 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1 nx: 15.0.13 prettier: 2.7.1 - typescript: 4.8.4 + typescript: 4.9.3 extension: specifiers: @@ -101,7 +101,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 dependencies: @@ -153,7 +153,7 @@ importers: eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 file-loader: 6.2.0_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q immutable: 4.1.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 @@ -165,8 +165,8 @@ importers: selenium-webdriver: 4.6.1 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.75.0 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_webpack@5.75.0 @@ -199,7 +199,7 @@ importers: rollup: ^3.3.0 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.1 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/d3': 3.5.47 @@ -221,15 +221,15 @@ importers: '@rollup/plugin-terser': 0.1.0_rollup@3.3.0 '@types/node': 18.11.9 '@types/ramda': 0.28.20 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 rimraf: 3.0.2 rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu + rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 packages/d3-state-visualizer/examples/tree: specifiers: @@ -248,7 +248,7 @@ importers: html-webpack-plugin: ^5.5.0 map2tree: ^2.1.0 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -260,16 +260,16 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -300,7 +300,7 @@ importers: rollup: ^3.3.0 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.1 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 ramda: 0.28.0 @@ -318,16 +318,16 @@ importers: '@types/d3': 3.5.47 '@types/node': 18.11.9 '@types/ramda': 0.28.20 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y d3: 3.5.17 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 rimraf: 3.0.2 rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu + rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 packages/map2tree: specifiers: @@ -358,7 +358,7 @@ importers: rollup-plugin-typescript2: ^0.34.1 ts-jest: ^29.0.3 tslib: ^2.4.1 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 lodash: 4.17.21 @@ -376,19 +376,19 @@ importers: '@types/jest': 29.2.3 '@types/lodash': 4.14.189 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye immutable: 4.1.0 jest: 29.3.1_@types+node@18.11.9 rimraf: 3.0.2 rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a + rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 packages/react-base16-styling: specifiers: @@ -417,7 +417,7 @@ importers: lodash.curry: ^4.1.1 rimraf: ^3.0.2 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/base16': 1.0.2 @@ -436,16 +436,16 @@ importers: '@types/color': 3.0.3 '@types/jest': 29.2.3 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye jest: 29.3.1 jest-environment-jsdom: 29.3.1 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/react-dock: specifiers: @@ -478,7 +478,7 @@ importers: react-test-renderer: ^18.2.0 rimraf: ^3.0.2 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/lodash': 4.14.189 @@ -497,11 +497,11 @@ importers: '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.25 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1 @@ -509,8 +509,8 @@ importers: react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/react-dock/demo: specifiers: @@ -540,7 +540,7 @@ importers: react-is: ^18.2.0 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -561,18 +561,18 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -614,7 +614,7 @@ importers: rollup-plugin-typescript2: ^0.34.1 ts-jest: ^29.0.3 tslib: ^2.4.1 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/lodash': 4.14.189 @@ -637,11 +637,11 @@ importers: '@types/node': 18.11.9 '@types/react': 18.0.25 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1_@types+node@18.11.9 @@ -649,10 +649,10 @@ importers: react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a + rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 packages/react-json-tree/examples: specifiers: @@ -679,7 +679,7 @@ importers: react-dom: ^18.2.0 react-json-tree: ^0.17.0 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -697,18 +697,18 @@ importers: '@types/node': 18.11.9 '@types/react': 18.0.25 '@types/react-dom': 18.0.9 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -745,7 +745,7 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/instrument': link:../redux-devtools-instrument @@ -764,11 +764,11 @@ importers: '@types/lodash': 4.14.189 '@types/node': 18.11.9 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1_@types+node@18.11.9 @@ -777,8 +777,8 @@ importers: react-redux: 8.0.5_cwibiq2wc4jg7526yssstuzogy redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/redux-devtools-app: specifiers: @@ -850,7 +850,7 @@ importers: styled-components: ^5.3.6 ts-jest: ^29.0.3 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -902,17 +902,17 @@ importers: '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-loader: 4.2.0_webpack@5.75.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 jest: 29.3.1_odkjkoia5xunhxkdrka32ib6vi @@ -922,9 +922,9 @@ importers: rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.75.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -956,7 +956,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/prop-types': 15.7.5 @@ -975,8 +975,8 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 @@ -984,7 +984,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-cli: specifiers: @@ -1037,7 +1037,7 @@ importers: styled-components: ^5.3.6 supertest: ^6.3.1 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 uuid: ^9.0.0 dependencies: '@redux-devtools/app': link:../redux-devtools-app @@ -1080,18 +1080,18 @@ importers: '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye jest: 29.3.1_@types+node@18.11.9 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 17.1.0 supertest: 6.3.1 - ts-jest: 29.0.3_r24ewcothphvclnu77pxb4u4se - typescript: 4.8.4 + ts-jest: 29.0.3_4f6uxrzmuwipl5rr3bcogf6k74 + typescript: 4.9.3 packages/redux-devtools-dock-monitor: specifiers: @@ -1119,7 +1119,7 @@ importers: react-dock: ^0.6.0 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/prop-types': 15.7.5 @@ -1137,8 +1137,8 @@ importers: '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 @@ -1146,7 +1146,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-extension: specifiers: @@ -1164,7 +1164,7 @@ importers: immutable: ^4.1.0 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 immutable: 4.1.0 @@ -1175,13 +1175,13 @@ importers: '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-inspector-monitor: specifiers: @@ -1226,7 +1226,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/dragula': 3.7.1 @@ -1261,8 +1261,8 @@ importers: '@types/react': 18.0.25 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 @@ -1270,7 +1270,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-inspector-monitor-test-tab: specifiers: @@ -1314,7 +1314,7 @@ importers: rimraf: ^3.0.2 simple-diff: ^1.6.0 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/ui': link:../redux-devtools-ui @@ -1343,11 +1343,11 @@ importers: '@types/object-path': 0.11.1 '@types/react': 18.0.25 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1 @@ -1356,8 +1356,8 @@ importers: react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: @@ -1400,7 +1400,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1432,8 +1432,8 @@ importers: '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 @@ -1441,11 +1441,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -1493,7 +1493,7 @@ importers: rimraf: ^3.0.2 source-map: ^0.5.7 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.20.1 @@ -1522,11 +1522,11 @@ importers: '@types/react': 18.0.25 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1_@types+node@18.11.9 @@ -1536,8 +1536,8 @@ importers: react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/redux-devtools-inspector-monitor/demo: specifiers: @@ -1576,7 +1576,7 @@ importers: redux: ^4.2.0 redux-logger: ^3.0.6 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1606,18 +1606,18 @@ importers: '@types/react-dom': 18.0.9 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -1645,7 +1645,7 @@ importers: rimraf: ^3.0.2 rxjs: ^7.5.7 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 lodash: 4.17.21 @@ -1659,17 +1659,17 @@ importers: '@types/jest': 29.2.3 '@types/lodash': 4.14.189 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye jest: 29.3.1_@types+node@18.11.9 redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.5.7 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/redux-devtools-log-monitor: specifiers: @@ -1699,7 +1699,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@types/lodash.debounce': 4.0.7 @@ -1719,8 +1719,8 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 @@ -1728,7 +1728,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-remote: specifiers: @@ -1755,7 +1755,7 @@ importers: rimraf: ^3.0.2 rn-host-detect: ^1.2.0 socketcluster-client: ^17.1.0 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/instrument': link:../redux-devtools-instrument @@ -1775,13 +1775,13 @@ importers: '@types/node': 18.11.9 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-rtk-query-monitor: specifiers: @@ -1829,7 +1829,7 @@ importers: redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/ui': link:../redux-devtools-ui @@ -1861,11 +1861,11 @@ importers: '@types/jest': 29.2.3 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1 @@ -1875,8 +1875,8 @@ importers: react-redux: 8.0.5_cwibiq2wc4jg7526yssstuzogy redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/redux-devtools-rtk-query-monitor/demo: specifiers: @@ -1922,7 +1922,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1931,13 +1931,13 @@ importers: '@chakra-ui/react': 2.4.1_ydu7fid2w3vesyc65jyv4dbawa '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y - '@mswjs/data': 0.11.0_typescript@4.8.4 + '@mswjs/data': 0.11.0_typescript@4.9.3 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.9.0_k4ae6lp43ej6mezo3ztvx6pykq framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y - msw: 0.48.2_typescript@4.8.4 + msw: 0.48.2_typescript@4.9.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.6.0_react@18.2.0 @@ -1956,8 +1956,8 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi copy-webpack-plugin: 11.0.0_webpack@5.75.0 cross-env: 7.0.3 @@ -1966,11 +1966,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -1996,7 +1996,7 @@ importers: jsan: ^3.1.14 rimraf: ^3.0.2 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 jsan: 3.1.14 @@ -2009,16 +2009,16 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/jest': 29.2.3 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye immutable: 4.1.0 jest: 29.3.1 rimraf: 3.0.2 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 packages/redux-devtools-slider-monitor: specifiers: @@ -2051,7 +2051,7 @@ importers: rollup: ^3.3.0 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.1 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/ui': link:../redux-devtools-ui @@ -2071,8 +2071,8 @@ importers: '@rollup/plugin-babel': 6.0.2_lkvu63hzbahttaf34ikyu7tiyq '@types/node': 18.11.9 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 @@ -2081,9 +2081,9 @@ importers: redux: 4.2.0 rimraf: 3.0.2 rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu + rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: @@ -2124,7 +2124,7 @@ importers: styled-components: ^5.3.6 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2154,8 +2154,8 @@ importers: '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 @@ -2163,11 +2163,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -2232,7 +2232,7 @@ importers: stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 ts-jest: ^29.0.3 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 dependencies: '@babel/runtime': 7.20.1 @@ -2259,10 +2259,10 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@storybook/addon-essentials': 6.5.13_u2dxw2fwupmqfln4b7pbbqoaze - '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/react': 6.5.13_u2clwvxr5k64ivd4ub6wyiekxa + '@storybook/addon-essentials': 6.5.13_umcccjscsozh2kacy3kydywx3q + '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/react': 6.5.13_lfdgkch4dai26c7unp7uc3k57e '@testing-library/dom': 8.19.0 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei @@ -2270,13 +2270,13 @@ importers: '@types/jest': 29.2.3 '@types/react': 18.0.25 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi csstype: 3.1.1 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 jest: 29.3.1 @@ -2293,8 +2293,8 @@ importers: stylelint-config-standard: 29.0.0_stylelint@14.15.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 29.0.3_25xopm7qx5wgmsgnog4okhpq5a - typescript: 4.8.4 + ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 + typescript: 4.9.3 webpack: 5.75.0 packages/redux-devtools-utils: @@ -2323,7 +2323,7 @@ importers: nanoid: ^3.3.4 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.8.4 + typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/core': link:../redux-devtools @@ -2345,12 +2345,12 @@ importers: '@types/jsan': 3.1.2 '@types/lodash': 4.14.189 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 rimraf: 3.0.2 - typescript: 4.8.4 + typescript: 4.9.3 packages/redux-devtools/examples/counter: specifiers: @@ -2383,7 +2383,7 @@ importers: redux: ^4.2.0 redux-thunk: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2407,18 +2407,18 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 eslint: 8.27.0 eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -2458,7 +2458,7 @@ importers: style-loader: ^3.3.1 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.8.4 + typescript: ~4.9.3 webpack: ^5.75.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2484,8 +2484,8 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 @@ -2493,11 +2493,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.27.0 eslint-plugin-react: 7.31.10_eslint@8.27.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 - fork-ts-checker-webpack-plugin: 7.2.13_qw7fmzhoapcndkteb5rsc33stq + fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 - typescript: 4.8.4 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue @@ -6165,7 +6165,7 @@ packages: set-cookie-parser: 2.5.1 dev: false - /@mswjs/data/0.11.0_typescript@4.8.4: + /@mswjs/data/0.11.0_typescript@4.9.3: resolution: {integrity: sha512-Gxwfand2QuU6/B+0z91bzS3JYDTt1pskzFyO8IivvAagADQM+/s0pvJcw8/BBBRGYCHKlh32N/dD27FWo110jg==} dependencies: '@types/lodash': 4.14.189 @@ -6182,7 +6182,7 @@ packages: strict-event-emitter: 0.2.8 uuid: 8.3.2 optionalDependencies: - msw: 0.48.2_typescript@4.8.4 + msw: 0.48.2_typescript@4.9.3 transitivePeerDependencies: - encoding - supports-color @@ -6663,7 +6663,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/addon-controls/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6678,7 +6678,7 @@ packages: '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.13 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -6697,7 +6697,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.13_bjfeobwtbpadrxq2rc7lp35xxq: + /@storybook/addon-docs/6.5.13_6orvhpp2bicuudsf4btokp7lou: resolution: {integrity: sha512-RG/NjsheD9FixZ789RJlNyNccaR2Cuy7CtAwph4oUNi3aDFjtOI8Oe9L+FOT7qtVnZLw/YMjF+pZxoDqJNKLPw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6718,7 +6718,7 @@ packages: '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -6752,7 +6752,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.13_u2dxw2fwupmqfln4b7pbbqoaze: + /@storybook/addon-essentials/6.5.13_umcccjscsozh2kacy3kydywx3q: resolution: {integrity: sha512-G9FVAWV7ixjVLWeLgIX+VT90tcAk6yQxfZQegfg5ucRilGysJCDaNnoab4xuuvm1R40TfFhba3iAGZtQYsddmw==} peerDependencies: '@babel/core': ^7.9.6 @@ -6812,16 +6812,16 @@ packages: '@babel/core': 7.20.2 '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-backgrounds': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/addon-docs': 6.5.13_bjfeobwtbpadrxq2rc7lp35xxq + '@storybook/addon-controls': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/addon-docs': 6.5.13_6orvhpp2bicuudsf4btokp7lou '@storybook/addon-measure': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-outline': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-toolbars': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-viewport': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/node-logger': 6.5.13 core-js: 3.26.1 react: 18.2.0 @@ -6983,7 +6983,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/builder-webpack4/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7001,7 +7001,7 @@ packages: '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/core-events': 6.5.13 '@storybook/node-logger': 6.5.13 '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7019,12 +7019,12 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_zrjoh7bg5rkacdtuk7dq2uvknu + fork-ts-checker-webpack-plugin: 4.1.6_nh7kisgxcfib7qeetfrkne66xa glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.8.4 + pnp-webpack-plugin: 1.6.4_typescript@4.9.3 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -7035,7 +7035,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7052,7 +7052,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/builder-webpack5/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-juNH31ZljWbaoBD6Yx2/iQ4G66UBkwq+cFUqLzgVROKMXmYaT0AJYbfyY8CgGqcXkc+sqNA63yWaLWd8/K9vTg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7070,7 +7070,7 @@ packages: '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/core-events': 6.5.13 '@storybook/node-logger': 6.5.13 '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7085,7 +7085,7 @@ packages: case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.26.1 css-loader: 5.2.7_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 6.5.2_jhkpzg2brfkmxknx2ey4cnt3n4 + fork-ts-checker-webpack-plugin: 6.5.2_bhjilrwoi7zg2tms4gfledt524 glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -7097,7 +7097,7 @@ packages: style-loader: 2.0.0_webpack@5.75.0 terser-webpack-plugin: 5.3.6_webpack@5.75.0 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 util-deprecate: 1.0.2 webpack: 5.75.0 webpack-dev-middleware: 4.3.0_webpack@5.75.0 @@ -7199,7 +7199,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.13_vknrbelhugdkckamahrfl2bl2m: + /@storybook/core-client/6.5.13_5ey2xofmun3swml4ceosmuhnmq: resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7230,13 +7230,13 @@ packages: react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 4.46.0 dev: true - /@storybook/core-client/6.5.13_xf2nesiadke2y3dtykbwz4gz4e: + /@storybook/core-client/6.5.13_ep3nicfz4qcahezcs7kmkfeniq: resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7267,13 +7267,13 @@ packages: react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 5.75.0 dev: true - /@storybook/core-common/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/core-common/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7317,7 +7317,7 @@ packages: express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_zrjoh7bg5rkacdtuk7dq2uvknu + fork-ts-checker-webpack-plugin: 6.5.2_nh7kisgxcfib7qeetfrkne66xa fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7333,7 +7333,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -7350,7 +7350,7 @@ packages: core-js: 3.26.1 dev: true - /@storybook/core-server/6.5.13_n7pez7brw2hfqh5q3ov2ap5tcy: + /@storybook/core-server/6.5.13_lrb4rharc5yx4sekeajplmwyz4: resolution: {integrity: sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7367,19 +7367,19 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/core-client': 6.5.13_vknrbelhugdkckamahrfl2bl2m - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/builder-webpack4': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-client': 6.5.13_5ey2xofmun3swml4ceosmuhnmq + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.13 - '@storybook/manager-webpack4': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/manager-webpack4': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/telemetry': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@types/node': 16.18.3 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7410,7 +7410,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 @@ -7429,7 +7429,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.13_4b54x7u4h43ld2fs3keqvqllvm: + /@storybook/core/6.5.13_b76jomymgzscf2ddakwqnbje5i: resolution: {integrity: sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7446,13 +7446,13 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae - '@storybook/core-client': 6.5.13_xf2nesiadke2y3dtykbwz4gz4e - '@storybook/core-server': 6.5.13_n7pez7brw2hfqh5q3ov2ap5tcy - '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-client': 6.5.13_ep3nicfz4qcahezcs7kmkfeniq + '@storybook/core-server': 6.5.13_lrb4rharc5yx4sekeajplmwyz4 + '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - typescript: 4.8.4 + typescript: 4.9.3 webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -7515,7 +7515,7 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/manager-webpack4/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7529,8 +7529,8 @@ packages: '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.13_vknrbelhugdkckamahrfl2bl2m - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-client': 6.5.13_5ey2xofmun3swml4ceosmuhnmq + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7547,7 +7547,7 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.8.4 + pnp-webpack-plugin: 1.6.4_typescript@4.9.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 @@ -7557,7 +7557,7 @@ packages: telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7573,7 +7573,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/manager-webpack5/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-lQEZacSfeRsbqfJE7TVk35Hm1vkr0I2i1pyYqM+4862gRbMh1nJQXbJ5GqZ+Fo/bf0ZfyFZ32jGDIJAFdlpkuQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7587,8 +7587,8 @@ packages: '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.13_xf2nesiadke2y3dtykbwz4gz4e - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-client': 6.5.13_ep3nicfz4qcahezcs7kmkfeniq + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7613,7 +7613,7 @@ packages: telejson: 6.0.8 terser-webpack-plugin: 5.3.6_webpack@5.75.0 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 util-deprecate: 1.0.2 webpack: 5.75.0 webpack-dev-middleware: 4.3.0_webpack@5.75.0 @@ -7691,7 +7691,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qw7fmzhoapcndkteb5rsc33stq: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_vfotqvx6lgcbf3upbs6hgaza4q: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7702,15 +7702,15 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.8.4 + react-docgen-typescript: 2.2.2_typescript@4.9.3 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 webpack: 5.75.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.13_u2clwvxr5k64ivd4ub6wyiekxa: + /@storybook/react/6.5.13_lfdgkch4dai26c7unp7uc3k57e: resolution: {integrity: sha512-4gO8qihEkVZ8RNm9iQd7G2iZz4rRAHizJ6T5m58Sn21fxfyg9zAMzhgd0JzXuPXR8lTTj4AvRyPv1Qx7b43smg==} engines: {node: '>=10.13.0'} hasBin: true @@ -7743,15 +7743,15 @@ packages: '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/client-logger': 6.5.13 - '@storybook/core': 6.5.13_4b54x7u4h43ld2fs3keqvqllvm - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core': 6.5.13_b76jomymgzscf2ddakwqnbje5i + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/manager-webpack5': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi '@storybook/node-logger': 6.5.13 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qw7fmzhoapcndkteb5rsc33stq + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_vfotqvx6lgcbf3upbs6hgaza4q '@storybook/semver': 7.3.2 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 @@ -7777,7 +7777,7 @@ packages: regenerator-runtime: 0.13.10 require-from-string: 2.0.2 ts-dedent: 2.2.0 - typescript: 4.8.4 + typescript: 4.9.3 util-deprecate: 1.0.2 webpack: 5.75.0 transitivePeerDependencies: @@ -7871,11 +7871,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.13_5msx5wgifzd2n7nm3paor5omae: + /@storybook/telemetry/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: resolution: {integrity: sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==} dependencies: '@storybook/client-logger': 6.5.13 - '@storybook/core-common': 6.5.13_5msx5wgifzd2n7nm3paor5omae + '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi chalk: 4.1.2 core-js: 3.26.1 detect-package-manager: 2.0.1 @@ -8811,7 +8811,7 @@ packages: '@types/node': 18.11.9 optional: true - /@typescript-eslint/eslint-plugin/5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i: + /@typescript-eslint/eslint-plugin/5.43.0_wze2rj5tow7zwqpgbdx2buoy3m: resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8822,23 +8822,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy - '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/type-utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y debug: 4.3.4 eslint: 8.27.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 + tsutils: 3.21.0_typescript@4.9.3 + typescript: 4.9.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + /@typescript-eslint/parser/5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y: resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8850,10 +8850,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.43.0 '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 debug: 4.3.4 eslint: 8.27.0 - typescript: 4.8.4 + typescript: 4.9.3 transitivePeerDependencies: - supports-color dev: true @@ -8866,7 +8866,7 @@ packages: '@typescript-eslint/visitor-keys': 5.43.0 dev: true - /@typescript-eslint/type-utils/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + /@typescript-eslint/type-utils/5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y: resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8876,12 +8876,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 + '@typescript-eslint/utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y debug: 4.3.4 eslint: 8.27.0 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 + tsutils: 3.21.0_typescript@4.9.3 + typescript: 4.9.3 transitivePeerDependencies: - supports-color dev: true @@ -8891,7 +8891,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4: + /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.3: resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8906,13 +8906,13 @@ packages: 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 + tsutils: 3.21.0_typescript@4.9.3 + typescript: 4.9.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + /@typescript-eslint/utils/5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y: resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8922,7 +8922,7 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.43.0 '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 eslint: 8.27.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.27.0 @@ -12644,7 +12644,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e: + /eslint-plugin-jest/27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye: resolution: {integrity: sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12657,8 +12657,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i - '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m + '@typescript-eslint/utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y eslint: 8.27.0 jest: 29.3.1_@types+node@18.11.9 transitivePeerDependencies: @@ -13344,7 +13344,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_zrjoh7bg5rkacdtuk7dq2uvknu: + /fork-ts-checker-webpack-plugin/4.1.6_nh7kisgxcfib7qeetfrkne66xa: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13365,14 +13365,14 @@ packages: minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 4.8.4 + typescript: 4.9.3 webpack: 4.46.0 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_jhkpzg2brfkmxknx2ey4cnt3n4: + /fork-ts-checker-webpack-plugin/6.5.2_bhjilrwoi7zg2tms4gfledt524: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13400,11 +13400,11 @@ packages: schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.8.4 + typescript: 4.9.3 webpack: 5.75.0 dev: true - /fork-ts-checker-webpack-plugin/6.5.2_zrjoh7bg5rkacdtuk7dq2uvknu: + /fork-ts-checker-webpack-plugin/6.5.2_nh7kisgxcfib7qeetfrkne66xa: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13432,11 +13432,11 @@ packages: schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.8.4 + typescript: 4.9.3 webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.13_qw7fmzhoapcndkteb5rsc33stq: + /fork-ts-checker-webpack-plugin/7.2.13_vfotqvx6lgcbf3upbs6hgaza4q: resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -13459,7 +13459,7 @@ packages: schema-utils: 3.1.1 semver: 7.3.8 tapable: 2.2.1 - typescript: 4.8.4 + typescript: 4.9.3 webpack: 5.75.0_webpack-cli@4.10.0 dev: true @@ -15413,7 +15413,7 @@ packages: pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_cbe7ovvae6zqfnmtgctpgpys54 + ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u transitivePeerDependencies: - supports-color dev: true @@ -16011,6 +16011,7 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -16541,7 +16542,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.1 + chalk: 4.1.2 is-unicode-supported: 0.1.0 dev: false @@ -17164,7 +17165,7 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.48.2_typescript@4.8.4: + /msw/0.48.2_typescript@4.9.3: resolution: {integrity: sha512-kXeLiyf5CRYkRf+ve/Utmw5/Iii+y+Mcr8hzXSVFrvzWVDpBfYL/4vBEhQu4zrBPBhvPbTNrH7/Y0KDQilpBKg==} engines: {node: '>=14'} hasBin: true @@ -17194,7 +17195,7 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.8 type-fest: 2.19.0 - typescript: 4.8.4 + typescript: 4.9.3 yargs: 17.6.2 transitivePeerDependencies: - encoding @@ -18140,11 +18141,11 @@ packages: engines: {node: '>=4'} dev: false - /pnp-webpack-plugin/1.6.4_typescript@4.8.4: + /pnp-webpack-plugin/1.6.4_typescript@4.9.3: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.8.4 + ts-pnp: 1.2.0_typescript@4.9.3 transitivePeerDependencies: - typescript dev: true @@ -18789,12 +18790,12 @@ packages: resolution: {integrity: sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==} dev: true - /react-docgen-typescript/2.2.2_typescript@4.8.4: + /react-docgen-typescript/2.2.2_typescript@4.9.3: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.8.4 + typescript: 4.9.3 dev: true /react-docgen/5.4.3: @@ -19661,7 +19662,7 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-typescript2/0.34.1_aoc4guvlpr5bfeyf2nus4ubkpu: + /rollup-plugin-typescript2/0.34.1_6annma2bj33shm6er7hwi5u4z4: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19673,7 +19674,7 @@ packages: rollup: 3.3.0 semver: 7.3.8 tslib: 2.4.1 - typescript: 4.8.4 + typescript: 4.9.3 dev: true /rollup/3.3.0: @@ -21226,7 +21227,40 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/29.0.3_25xopm7qx5wgmsgnog4okhpq5a: + /ts-jest/29.0.3_4f6uxrzmuwipl5rr3bcogf6k74: + resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 + esbuild: '*' + jest: ^29.0.0 + typescript: '>=4.3' + peerDependenciesMeta: + '@babel/core': + optional: true + '@jest/types': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 29.3.1_@types+node@18.11.9 + jest-util: 29.3.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.8 + typescript: 4.9.3 + yargs-parser: 21.1.1 + dev: true + + /ts-jest/29.0.3_6crhf7ajeizammv76u753sn6i4: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -21256,44 +21290,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.8.4 + typescript: 4.9.3 yargs-parser: 21.1.1 dev: true - /ts-jest/29.0.3_r24ewcothphvclnu77pxb4u4se: - resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@jest/types': ^29.0.0 - babel-jest: ^29.0.0 - esbuild: '*' - jest: ^29.0.0 - typescript: '>=4.3' - peerDependenciesMeta: - '@babel/core': - optional: true - '@jest/types': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 29.3.1_@types+node@18.11.9 - jest-util: 29.3.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.8.4 - yargs-parser: 21.1.1 - dev: true - - /ts-node/10.9.1_cbe7ovvae6zqfnmtgctpgpys54: + /ts-node/10.9.1_wup25etrarvlqkprac7h35hj7u: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21319,12 +21320,12 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.8.4 + typescript: 4.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.8.4: + /ts-pnp/1.2.0_typescript@4.9.3: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -21333,7 +21334,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.8.4 + typescript: 4.9.3 dev: true /ts-toolbelt/6.15.5: @@ -21360,14 +21361,14 @@ packages: /tslib/2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - /tsutils/3.21.0_typescript@4.8.4: + /tsutils/3.21.0_typescript@4.9.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.8.4 + typescript: 4.9.3 dev: true /tty-browserify/0.0.0: @@ -21467,8 +21468,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript/4.8.4: - resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} + /typescript/4.9.3: + resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==} engines: {node: '>=4.2.0'} hasBin: true From 8c86b965bf7d0751c2895a1a1c7d16b9abc73823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:11:29 +0000 Subject: [PATCH 43/45] chore(deps): update dependency webpack-cli to v5 (#1278) * chore(deps): update dependency webpack-cli to v5 * Fix msw Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 2 +- .../examples/tree/package.json | 2 +- packages/react-dock/demo/package.json | 2 +- .../react-json-tree/examples/package.json | 2 +- packages/redux-devtools-app/package.json | 2 +- .../demo/package.json | 2 +- .../demo/package.json | 2 +- .../demo/package.json | 2 +- .../examples/todomvc/package.json | 2 +- .../examples/counter/package.json | 2 +- .../examples/todomvc/package.json | 2 +- pnpm-lock.yaml | 247 +++++++++--------- 12 files changed, 133 insertions(+), 136 deletions(-) diff --git a/extension/package.json b/extension/package.json index 0ebe17c1..3acdc636 100644 --- a/extension/package.json +++ b/extension/package.json @@ -91,6 +91,6 @@ "ts-jest": "^29.0.3", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0" + "webpack-cli": "^5.0.0" } } diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index cf4252ca..62d5d138 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -44,7 +44,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 583cbcef..f18c94cf 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -40,7 +40,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index bf3094e1..0a35fd95 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -46,7 +46,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index a7f91034..bfcb2dfc 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -112,7 +112,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" }, "peerDependencies": { diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 7ac0a7e9..5c4a0ef3 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -53,7 +53,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index bfb1be4d..20241a8b 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -49,7 +49,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 2fdc8e6c..b1743906 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -56,7 +56,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" }, "msw": { diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 90558e2b..604095e8 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -56,7 +56,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 45f08974..2b9673e6 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -52,7 +52,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 84eec32f..6a8ecf2e 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -68,7 +68,7 @@ "ts-node": "^10.9.1", "typescript": "~4.9.3", "webpack": "^5.75.0", - "webpack-cli": "^4.10.0", + "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e3b66f7..46644f93 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,7 +103,7 @@ importers: ts-jest: ^29.0.3 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 dependencies: '@babel/polyfill': 7.12.1 '@redux-devtools/app': link:../packages/redux-devtools-app @@ -167,8 +167,8 @@ importers: style-loader: 3.3.1_webpack@5.75.0 ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.75.0 + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_webpack@5.75.0 packages/d3-state-visualizer: specifiers: @@ -250,7 +250,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: d3-state-visualizer: link:../.. @@ -270,9 +270,9 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/d3tooltip: specifiers: @@ -542,7 +542,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: react: 18.2.0 @@ -573,9 +573,9 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/react-json-tree: specifiers: @@ -681,7 +681,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: immutable: 4.1.0 @@ -709,9 +709,9 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools: specifiers: @@ -852,7 +852,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@babel/runtime': 7.20.1 @@ -925,9 +925,9 @@ importers: ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools-chart-monitor: specifiers: @@ -1402,7 +1402,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../../redux-devtools @@ -1446,9 +1446,9 @@ importers: style-loader: 3.3.1_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools-inspector-monitor-trace-tab: specifiers: @@ -1578,7 +1578,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../../redux-devtools @@ -1618,9 +1618,9 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools-instrument: specifiers: @@ -1924,7 +1924,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@babel/runtime': 7.20.1 @@ -1951,7 +1951,7 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@types/copy-webpack-plugin': 8.0.1_webpack-cli@4.10.0 + '@types/copy-webpack-plugin': 8.0.1_webpack-cli@5.0.0 '@types/node': 18.11.9 '@types/react': 18.0.25 '@types/react-dom': 18.0.9 @@ -1971,9 +1971,9 @@ importers: style-loader: 3.3.1_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools-serialize: specifiers: @@ -2126,7 +2126,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../../../redux-devtools @@ -2168,9 +2168,9 @@ importers: style-loader: 3.3.1_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools-ui: specifiers: @@ -2385,7 +2385,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../.. @@ -2419,9 +2419,9 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages/redux-devtools/examples/todomvc: specifiers: @@ -2460,7 +2460,7 @@ importers: ts-node: ^10.9.1 typescript: ~4.9.3 webpack: ^5.75.0 - webpack-cli: ^4.10.0 + webpack-cli: ^5.0.0 webpack-dev-server: ^4.11.1 dependencies: '@redux-devtools/core': link:../.. @@ -2498,9 +2498,9 @@ importers: style-loader: 3.3.1_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i packages: @@ -8185,12 +8185,12 @@ packages: resolution: {integrity: sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==} dev: true - /@types/copy-webpack-plugin/8.0.1_webpack-cli@4.10.0: + /@types/copy-webpack-plugin/8.0.1_webpack-cli@5.0.0: resolution: {integrity: sha512-TwEeGse0/wq+t3SFW0DEwroMS/cDkwVZT+vj7tMAYTp7llt/yz6NuW2n04X2M5P/kSfBQOORhrHAN2mqZdmybg==} dependencies: '@types/node': 18.11.9 tapable: 2.2.1 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 transitivePeerDependencies: - '@swc/core' - esbuild @@ -9173,48 +9173,57 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest/1.2.0_pda42hcaj7d62cr262fr632kue: - resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} + /@webpack-cli/configtest/2.0.0_5mhpyft47fxnqdave7meqiud7i: + resolution: {integrity: sha512-war4OU8NGjBqU3DP3bx6ciODXIh7dSXcpQq+P4K2Tqyd8L5OjZ7COx9QXx/QdCIwL2qoX09Wr4Cwf7uS4qdEng==} + engines: {node: '>=14.15.0'} peerDependencies: - webpack: 4.x.x || 5.x.x - webpack-cli: 4.x.x + webpack: 5.x.x + webpack-cli: 5.x.x dependencies: - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.75.0 + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_webpack@5.75.0 dev: true - /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: - resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} + /@webpack-cli/info/2.0.0_5mhpyft47fxnqdave7meqiud7i: + resolution: {integrity: sha512-NNxDgbo4VOkNhOlTgY0Elhz3vKpOJq4/PKeKg7r8cmYM+GQA9vDofLYyup8jS6EpUvhNmR30cHTCEIyvXpskwA==} + engines: {node: '>=14.15.0'} peerDependencies: - webpack-cli: 4.x.x + webpack: 5.x.x + webpack-cli: 5.x.x dependencies: - envinfo: 7.8.1 - webpack-cli: 4.10.0_webpack@5.75.0 + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_webpack@5.75.0 dev: true - /@webpack-cli/serve/1.7.0_ud4agclah7rahur6ntojouq57y: - resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} + /@webpack-cli/serve/2.0.0_5mhpyft47fxnqdave7meqiud7i: + resolution: {integrity: sha512-Rumq5mHvGXamnOh3O8yLk1sjx8dB30qF1OeR6VC00DIR6SLJ4bwwUGKC4pE7qBFoQyyh0H9sAg3fikYgAqVR0w==} + engines: {node: '>=14.15.0'} peerDependencies: - webpack-cli: 4.x.x + webpack: 5.x.x + webpack-cli: 5.x.x webpack-dev-server: '*' peerDependenciesMeta: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_webpack@5.75.0 dev: true - /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: - resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} + /@webpack-cli/serve/2.0.0_s4gx4u3got3vsyxpifomhm7lri: + resolution: {integrity: sha512-Rumq5mHvGXamnOh3O8yLk1sjx8dB30qF1OeR6VC00DIR6SLJ4bwwUGKC4pE7qBFoQyyh0H9sAg3fikYgAqVR0w==} + engines: {node: '>=14.15.0'} peerDependencies: - webpack-cli: 4.x.x + webpack: 5.x.x + webpack-cli: 5.x.x webpack-dev-server: '*' peerDependenciesMeta: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_webpack@5.75.0 + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i dev: true /@xmldom/xmldom/0.8.6: @@ -10083,7 +10092,7 @@ packages: '@babel/core': 7.20.2 find-cache-dir: 3.3.2 schema-utils: 4.0.0 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /babel-plugin-add-react-displayname/0.0.5: @@ -11194,11 +11203,6 @@ packages: engines: {node: '>= 6'} dev: true - /commander/7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - dev: true - /commander/8.3.0: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} engines: {node: '>= 12'} @@ -11391,7 +11395,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.0 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /core-js-compat/3.26.1: @@ -11669,7 +11673,7 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.19 postcss-value-parser: 4.2.0 semver: 7.3.8 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /css-select/4.3.0: @@ -13178,7 +13182,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /file-system-cache/1.1.0: @@ -13460,7 +13464,7 @@ packages: semver: 7.3.8 tapable: 2.2.1 typescript: 4.9.3 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /form-data/3.0.1: @@ -14226,7 +14230,7 @@ packages: dependencies: html-minifier-terser: 7.0.0 parse5: 7.1.1 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /html-minifier-terser/5.1.1: @@ -14309,7 +14313,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /htmlparser2/6.1.0: @@ -14595,6 +14599,11 @@ packages: resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==} engines: {node: '>= 0.10'} + /interpret/3.1.1: + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} + dev: true + /invariant/2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: @@ -17726,7 +17735,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 @@ -18747,7 +18756,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /react-bootstrap/2.6.0_2zx2umvpluuhvlq44va5bta2da: @@ -19269,19 +19278,11 @@ packages: dependencies: picomatch: 2.3.1 - /rechoir/0.7.1: - resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==} - engines: {node: '>= 0.10'} - dependencies: - resolve: 1.22.1 - dev: true - /rechoir/0.8.0: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} dependencies: resolve: 1.22.1 - dev: false /redent/1.0.0: resolution: {integrity: sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==} @@ -20642,7 +20643,7 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /style-search/0.1.0: @@ -21018,7 +21019,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.15.1 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true /terser/4.8.1: @@ -22018,74 +22019,70 @@ packages: engines: {node: '>=12'} dev: true - /webpack-cli/4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi: - resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} - engines: {node: '>=10.13.0'} + /webpack-cli/5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi: + resolution: {integrity: sha512-AACDTo20yG+xn6HPW5xjbn2Be4KUzQPebWXsDMHwPPyKh9OnTOJgZN2Nc+g/FZKV3ObRTYsGvibAvc+5jAUrVA==} + engines: {node: '>=14.15.0'} hasBin: true peerDependencies: '@webpack-cli/generators': '*' - '@webpack-cli/migrate': '*' - webpack: 4.x.x || 5.x.x + webpack: 5.x.x webpack-bundle-analyzer: '*' webpack-dev-server: '*' peerDependenciesMeta: '@webpack-cli/generators': optional: true - '@webpack-cli/migrate': - optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_pda42hcaj7d62cr262fr632kue - '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_ud4agclah7rahur6ntojouq57y + '@webpack-cli/configtest': 2.0.0_5mhpyft47fxnqdave7meqiud7i + '@webpack-cli/info': 2.0.0_5mhpyft47fxnqdave7meqiud7i + '@webpack-cli/serve': 2.0.0_s4gx4u3got3vsyxpifomhm7lri colorette: 2.0.19 - commander: 7.2.0 + commander: 9.4.1 cross-spawn: 7.0.3 + envinfo: 7.8.1 fastest-levenshtein: 1.0.16 import-local: 3.1.0 - interpret: 2.2.0 - rechoir: 0.7.1 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-dev-server: 4.11.1_pda42hcaj7d62cr262fr632kue + interpret: 3.1.1 + rechoir: 0.8.0 + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-dev-server: 4.11.1_5mhpyft47fxnqdave7meqiud7i webpack-merge: 5.8.0 dev: true - /webpack-cli/4.10.0_webpack@5.75.0: - resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} - engines: {node: '>=10.13.0'} + /webpack-cli/5.0.0_webpack@5.75.0: + resolution: {integrity: sha512-AACDTo20yG+xn6HPW5xjbn2Be4KUzQPebWXsDMHwPPyKh9OnTOJgZN2Nc+g/FZKV3ObRTYsGvibAvc+5jAUrVA==} + engines: {node: '>=14.15.0'} hasBin: true peerDependencies: '@webpack-cli/generators': '*' - '@webpack-cli/migrate': '*' - webpack: 4.x.x || 5.x.x + webpack: 5.x.x webpack-bundle-analyzer: '*' webpack-dev-server: '*' peerDependenciesMeta: '@webpack-cli/generators': optional: true - '@webpack-cli/migrate': - optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_pda42hcaj7d62cr262fr632kue - '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 + '@webpack-cli/configtest': 2.0.0_5mhpyft47fxnqdave7meqiud7i + '@webpack-cli/info': 2.0.0_5mhpyft47fxnqdave7meqiud7i + '@webpack-cli/serve': 2.0.0_5mhpyft47fxnqdave7meqiud7i colorette: 2.0.19 - commander: 7.2.0 + commander: 9.4.1 cross-spawn: 7.0.3 + envinfo: 7.8.1 fastest-levenshtein: 1.0.16 import-local: 3.1.0 - interpret: 2.2.0 - rechoir: 0.7.1 - webpack: 5.75.0_webpack-cli@4.10.0 + interpret: 3.1.1 + rechoir: 0.8.0 + webpack: 5.75.0_webpack-cli@5.0.0 webpack-merge: 5.8.0 dev: true @@ -22129,10 +22126,10 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.75.0_webpack-cli@4.10.0 + webpack: 5.75.0_webpack-cli@5.0.0 dev: true - /webpack-dev-server/4.11.1_pda42hcaj7d62cr262fr632kue: + /webpack-dev-server/4.11.1_5mhpyft47fxnqdave7meqiud7i: resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} engines: {node: '>= 12.13.0'} hasBin: true @@ -22170,8 +22167,8 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.75.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_uaydpeuxkjjcxdbyfgk36cjdxi + webpack: 5.75.0_webpack-cli@5.0.0 + webpack-cli: 5.0.0_uaydpeuxkjjcxdbyfgk36cjdxi webpack-dev-middleware: 5.3.3_webpack@5.75.0 ws: 8.11.0 transitivePeerDependencies: @@ -22318,7 +22315,7 @@ packages: - uglify-js dev: true - /webpack/5.75.0_webpack-cli@4.10.0: + /webpack/5.75.0_webpack-cli@5.0.0: resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -22351,7 +22348,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.6_webpack@5.75.0 watchpack: 2.4.0 - webpack-cli: 4.10.0_webpack@5.75.0 + webpack-cli: 5.0.0_webpack@5.75.0 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' From c5d8b612523a8563b9d671ea7282a859008ce330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 15:44:17 +0000 Subject: [PATCH 44/45] chore(deps): update all non-major dependencies (#1276) * chore(deps): update all non-major dependencies * Format Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema --- extension/package.json | 10 +- package.json | 16 +- .../examples/tree/package.json | 6 +- packages/d3-state-visualizer/package.json | 10 +- packages/d3tooltip/package.json | 10 +- packages/map2tree/package.json | 14 +- packages/react-base16-styling/package.json | 10 +- packages/react-dock/demo/package.json | 8 +- packages/react-dock/package.json | 12 +- .../react-json-tree/examples/package.json | 8 +- packages/react-json-tree/package.json | 16 +- packages/redux-devtools-app/package.json | 12 +- .../redux-devtools-chart-monitor/package.json | 8 +- packages/redux-devtools-cli/package.json | 12 +- .../redux-devtools-dock-monitor/package.json | 8 +- .../redux-devtools-extension/package.json | 6 +- .../demo/package.json | 8 +- .../package.json | 10 +- .../src/index.tsx | 12 +- .../package.json | 12 +- .../demo/package.json | 8 +- .../package.json | 10 +- .../redux-devtools-instrument/package.json | 10 +- .../redux-devtools-log-monitor/package.json | 8 +- packages/redux-devtools-remote/package.json | 6 +- .../demo/package.json | 12 +- .../package.json | 12 +- .../redux-devtools-serialize/package.json | 8 +- .../examples/todomvc/package.json | 8 +- .../package.json | 12 +- packages/redux-devtools-ui/package.json | 12 +- packages/redux-devtools-utils/package.json | 8 +- .../examples/counter/package.json | 8 +- .../examples/todomvc/package.json | 8 +- packages/redux-devtools/package.json | 12 +- pnpm-lock.yaml | 1380 +++++++++-------- 36 files changed, 871 insertions(+), 859 deletions(-) diff --git a/extension/package.json b/extension/package.json index 3acdc636..dd6427e1 100644 --- a/extension/package.json +++ b/extension/package.json @@ -57,8 +57,8 @@ "@babel/register": "^7.18.9", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", - "@types/chrome": "^0.0.202", - "@types/lodash": "^4.14.189", + "@types/chrome": "^0.0.203", + "@types/lodash": "^4.14.190", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", @@ -68,12 +68,12 @@ "cpy-cli": "^4.2.0", "cross-env": "^7.0.3", "css-loader": "^6.7.2", - "electron": "^21.2.3", - "eslint": "^8.27.0", + "electron": "^21.3.1", + "eslint": "^8.28.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", diff --git a/package.json b/package.json index 85f63f10..45568576 100644 --- a/package.json +++ b/package.json @@ -4,17 +4,17 @@ "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", "@changesets/cli": "^2.25.2", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", - "prettier": "2.7.1", + "prettier": "2.8.0", "typescript": "~4.9.3", - "nx": "^15.0.13", + "nx": "^15.2.1", "@nrwl/nx-cloud": "^15.0.2" }, "scripts": { @@ -39,7 +39,7 @@ "packages/redux-devtools-rtk-query-monitor/demo", "packages/redux-devtools-slider-monitor/examples/todomvc" ], - "packageManager": "pnpm@7.16.0", + "packageManager": "pnpm@7.17.1", "pnpm": { "overrides": { "@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process" diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index 62d5d138..3eb968a5 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -33,11 +33,11 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/node": "^18.11.9", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 216ce03e..83c75022 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -57,18 +57,18 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", "@types/node": "^18.11.9", "@types/ramda": "^0.28.20", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^3.3.0", + "rollup": "^3.5.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1", "typescript": "~4.9.3" diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index 5cca4461..26e0eaac 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -48,20 +48,20 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", "@types/d3": "^3.5.47", "@types/node": "^18.11.9", "@types/ramda": "^0.28.20", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "d3": "^3.5.17", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "rollup": "^3.3.0", + "rollup": "^3.5.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1", "typescript": "~4.9.3" diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index 2611961e..5b000463 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -52,22 +52,22 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", "@types/jest": "^29.2.3", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/node": "^18.11.9", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", + "eslint-plugin-jest": "^27.1.6", "immutable": "^4.1.0", "jest": "^29.3.1", "rimraf": "^3.0.2", - "rollup": "^3.3.0", + "rollup": "^3.5.0", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 38956a19..10b2845e 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "^7.20.1", "@types/base16": "^1.0.2", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "base16": "^1.0.0", "color": "^4.2.3", "csstype": "^3.1.1", @@ -57,11 +57,11 @@ "@types/color": "^3.0.3", "@types/jest": "^29.2.3", "@types/lodash.curry": "^4.1.7", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", + "eslint-plugin-jest": "^27.1.6", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "rimraf": "^3.0.2", diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index f18c94cf..2fa1e075 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -27,13 +27,13 @@ "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 0d76644c..223bfa30 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.1", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/prop-types": "^15.7.5", "lodash.debounce": "^4.0.8", "prop-types": "^15.8.1" @@ -57,12 +57,12 @@ "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.25", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 0a35fd95..d9fae455 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -33,13 +33,13 @@ "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index eb5a414e..96ab8dcf 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.1", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/prop-types": "^15.7.5", "prop-types": "^15.8.1", "react-base16-styling": "^0.9.1" @@ -59,7 +59,7 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.1.0", @@ -67,18 +67,18 @@ "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "react": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", - "rollup": "^3.3.0", + "rollup": "^3.5.0", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.3", "tslib": "^2.4.1", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index bfcb2dfc..099d552a 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -80,7 +80,7 @@ "@types/jest": "^29.2.3", "@types/jsan": "^3.1.2", "@types/json-schema": "^7.0.11", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", @@ -88,15 +88,15 @@ "@types/styled-components": "^5.1.26", "@types/testing-library__jest-dom": "^5.14.5", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", "css-loader": "^6.7.2", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-loader": "^4.2.0", diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 54750892..6091404b 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -57,11 +57,11 @@ "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.25", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index fc9bc153..b58244ba 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -47,7 +47,7 @@ "chalk": "^4.1.2", "cors": "^2.8.5", "cross-spawn": "^7.0.3", - "electron": "^21.2.3", + "electron": "^21.3.1", "express": "^4.18.2", "getport": "^0.1.0", "graphql": "^16.6.0", @@ -71,7 +71,7 @@ "@types/cross-spawn": "^6.0.2", "@types/express": "^4.17.14", "@types/jest": "^29.2.3", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.3", "@types/node": "^18.11.9", @@ -81,11 +81,11 @@ "@types/styled-components": "^5.1.26", "@types/supertest": "^2.0.12", "@types/uuid": "^8.3.4", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", + "eslint-plugin-jest": "^27.1.6", "jest": "^29.3.1", "ncp": "^2.0.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 1178c13c..142a17f3 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -58,11 +58,11 @@ "@redux-devtools/core": "^3.13.1", "@types/parse-key": "^0.2.0", "@types/react": "^18.0.25", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index 8d979b7b..fb8683d1 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -39,9 +39,9 @@ "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 5c4a0ef3..fb7a44c4 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -38,14 +38,14 @@ "@types/redux-logger": "^3.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", "css-loader": "^6.7.2", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index 69f30132..3ab27cfc 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -71,12 +71,12 @@ "@types/object-path": "^0.11.1", "@types/react": "^18.0.25", "@types/simple-diff": "^1.6.1", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", diff --git a/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx b/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx index 1dd54784..91d23019 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx +++ b/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx @@ -155,11 +155,13 @@ export class TestTab> extends Component< {...rest} /> )} - {!persistedState.hideTip && assertion && rest.startActionId === null && ( - - Hold SHIFT key to select more actions. - - )} + {!persistedState.hideTip && + assertion && + rest.startActionId === null && ( + + Hold SHIFT key to select more actions. + + )} {dialogStatus && ( open diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index fa55a106..ecd64221 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -32,7 +32,7 @@ "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/runtime": "^7.20.1", - "@types/chrome": "^0.0.202", + "@types/chrome": "^0.0.203", "anser": "^2.1.1", "html-entities": "^2.3.3", "path-browserify": "^1.0.1", @@ -58,12 +58,12 @@ "@types/react": "^18.0.25", "@types/redux-devtools-themes": "^1.0.0", "@types/source-map": "0.5.2", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index 20241a8b..d94f7894 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -36,13 +36,13 @@ "@types/react-dom": "^18.0.9", "@types/redux-logger": "^3.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index d29b4999..47cce392 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -37,7 +37,7 @@ "dependencies": { "@babel/runtime": "^7.20.1", "@types/dragula": "^3.7.1", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/prop-types": "^15.7.5", "dateformat": "^4.6.3", "hex-rgba": "^1.0.2", @@ -69,11 +69,11 @@ "@types/react": "^18.0.25", "@types/react-dragula": "^1.1.0", "@types/redux-devtools-themes": "^1.0.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index a0a9246d..8b24d9f6 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -52,13 +52,13 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^29.2.3", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/node": "^18.11.9", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", + "eslint-plugin-jest": "^27.1.6", "jest": "^29.3.1", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index b5b8e49b..ebe81399 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -60,11 +60,11 @@ "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", "@types/react": "^18.0.25", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index c4cfff62..29c078d0 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -60,9 +60,9 @@ "@types/node": "^18.11.9", "@types/rn-host-detect": "^1.2.0", "@types/socketcluster-client": "^16.0.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index b1743906..bd7af850 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -19,8 +19,8 @@ "@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/rtk-query-monitor": "^3.1.0", "@reduxjs/toolkit": "^1.9.0", - "framer-motion": "^7.6.6", - "msw": "^0.48.2", + "framer-motion": "^7.6.12", + "msw": "^0.49.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.6.0", @@ -40,15 +40,15 @@ "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.2", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 01e7d025..fb66ed1c 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -46,7 +46,7 @@ "dependencies": { "@babel/runtime": "^7.20.1", "@redux-devtools/ui": "^1.3.0", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/prop-types": "^15.7.5", "@types/redux-devtools-themes": "^1.0.0", "hex-rgba": "^1.0.2", @@ -75,12 +75,12 @@ "@types/hex-rgba": "^1.0.1", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.25", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index c1ca723d..e83f7779 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -49,11 +49,11 @@ "@babel/preset-typescript": "^7.18.6", "@types/jest": "^29.2.3", "@types/jsan": "^3.1.2", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", + "eslint-plugin-jest": "^27.1.6", "immutable": "^4.1.0", "jest": "^29.3.1", "rimraf": "^3.0.2", diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 604095e8..b0897243 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -41,14 +41,14 @@ "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", "css-loader": "^6.7.2", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 062c857c..4e5a677d 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -48,19 +48,19 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@redux-devtools/core": "^3.13.1", - "@rollup/plugin-babel": "^6.0.2", + "@rollup/plugin-babel": "^6.0.3", "@types/node": "^18.11.9", "@types/react": "^18.0.25", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "rollup": "^3.3.0", + "rollup": "^3.5.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1", "typescript": "~4.9.3" diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 1405c656..42cd478e 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -51,7 +51,7 @@ "@types/redux-devtools-themes": "^1.0.0", "@types/simple-element-resize-detector": "^1.3.0", "base16": "^1.0.0", - "codemirror": "^5.65.9", + "codemirror": "^5.65.10", "color": "^4.2.3", "prop-types": "^15.8.1", "react-icons": "^4.6.0", @@ -78,14 +78,14 @@ "@types/jest": "^29.2.3", "@types/react": "^18.0.25", "@types/styled-components": "^5.1.26", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "csstype": "^3.1.1", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index c1115e33..7f318695 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -51,11 +51,11 @@ "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jsan": "^3.1.2", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/node": "^18.11.9", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", "typescript": "~4.9.3" diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index 2b9673e6..51e968a8 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -39,13 +39,13 @@ "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 6a8ecf2e..c1676a82 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -53,14 +53,14 @@ "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "@types/webpack-env": "^1.18.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", "babel-loader": "^9.1.0", "cross-env": "^7.0.3", "css-loader": "^6.7.2", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index ff80a57a..c7bdeaf3 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -56,15 +56,15 @@ "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^29.2.3", - "@types/lodash": "^4.14.189", + "@types/lodash": "^4.14.190", "@types/node": "^18.11.9", "@types/react": "^18.0.25", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", - "eslint": "^8.27.0", + "@typescript-eslint/eslint-plugin": "^5.44.0", + "@typescript-eslint/parser": "^5.44.0", + "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-jest": "^27.1.5", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-jest": "^27.1.6", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "react": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46644f93..f7f202a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,32 +11,32 @@ importers: '@babel/eslint-parser': ^7.19.1 '@changesets/cli': ^2.25.2 '@nrwl/nx-cloud': ^15.0.2 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 - nx: ^15.0.13 - prettier: 2.7.1 + nx: ^15.2.1 + prettier: 2.8.0 typescript: ~4.9.3 devDependencies: '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@changesets/cli': 2.25.2 '@nrwl/nx-cloud': 15.0.2 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1 - nx: 15.0.13 - prettier: 2.7.1 + nx: 15.2.1 + prettier: 2.8.0 typescript: 4.9.3 extension: @@ -56,9 +56,9 @@ importers: '@redux-devtools/utils': ^2.0.0 '@testing-library/jest-dom': ^5.16.5 '@testing-library/react': ^13.4.0 - '@types/chrome': ^0.0.202 + '@types/chrome': ^0.0.203 '@types/jsan': ^3.1.2 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/react': ^18.0.25 '@types/react-dom': ^18.0.9 '@types/styled-components': ^5.1.26 @@ -68,12 +68,12 @@ importers: cpy-cli: ^4.2.0 cross-env: ^7.0.3 css-loader: ^6.7.2 - electron: ^21.2.3 - eslint: ^8.27.0 + electron: ^21.3.1 + eslint: ^8.28.0 eslint-config-airbnb: ^19.0.4 eslint-plugin-import: ^2.26.0 eslint-plugin-jsx-a11y: ^6.6.1 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 file-loader: ^6.2.0 fork-ts-checker-webpack-plugin: ^7.2.13 @@ -134,8 +134,8 @@ importers: '@babel/register': 7.18.9_@babel+core@7.20.2 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/chrome': 0.0.202 - '@types/lodash': 4.14.189 + '@types/chrome': 0.0.203 + '@types/lodash': 4.14.190 '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 @@ -145,13 +145,13 @@ importers: cpy-cli: 4.2.0 cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 - electron: 21.2.3 - eslint: 8.27.0 - eslint-config-airbnb: 19.0.4_gto5osv3xpxagsgraksq5y7ohi - eslint-plugin-import: 2.26.0_eslint@8.27.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + electron: 21.3.1 + eslint: 8.28.0 + eslint-config-airbnb: 19.0.4_vt5pco6i6xyxmp2zptq3cuddue + eslint-plugin-import: 2.26.0_eslint@8.28.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 file-loader: 6.2.0_webpack@5.75.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q immutable: 4.1.0 @@ -179,24 +179,24 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 - '@rollup/plugin-babel': ^6.0.2 + '@rollup/plugin-babel': ^6.0.3 '@rollup/plugin-commonjs': ^23.0.2 '@rollup/plugin-node-resolve': ^15.0.1 '@rollup/plugin-terser': ^0.1.0 '@types/d3': ^3.5.47 '@types/node': ^18.11.9 '@types/ramda': ^0.28.20 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 d3: ^3.5.17 d3tooltip: ^2.1.0 deepmerge: ^4.2.2 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 map2tree: ^2.1.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^3.3.0 + rollup: ^3.5.0 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.1 typescript: ~4.9.3 @@ -211,23 +211,23 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@rollup/plugin-babel': 6.0.2_lkvu63hzbahttaf34ikyu7tiyq - '@rollup/plugin-commonjs': 23.0.2_rollup@3.3.0 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.3.0 - '@rollup/plugin-terser': 0.1.0_rollup@3.3.0 + '@rollup/plugin-babel': 6.0.3_5ym7h42s56tgmcosae5a5rikwq + '@rollup/plugin-commonjs': 23.0.2_rollup@3.5.0 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.5.0 + '@rollup/plugin-terser': 0.1.0_rollup@3.5.0 '@types/node': 18.11.9 '@types/ramda': 0.28.20 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 rimraf: 3.0.2 - rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + rollup: 3.5.0 + rollup-plugin-typescript2: 0.34.1_thigodkhmbmbgju2inwjpgoskq tslib: 2.4.1 typescript: 4.9.3 @@ -237,12 +237,12 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 '@types/node': ^18.11.9 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 cross-env: ^7.0.3 d3-state-visualizer: ^1.6.0 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -260,12 +260,12 @@ importers: '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u @@ -283,21 +283,21 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 - '@rollup/plugin-babel': ^6.0.2 + '@rollup/plugin-babel': ^6.0.3 '@rollup/plugin-commonjs': ^23.0.2 '@rollup/plugin-node-resolve': ^15.0.1 '@rollup/plugin-terser': ^0.1.0 '@types/d3': ^3.5.47 '@types/node': ^18.11.9 '@types/ramda': ^0.28.20 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 d3: ^3.5.17 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 ramda: ^0.28.0 rimraf: ^3.0.2 - rollup: ^3.3.0 + rollup: ^3.5.0 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.1 typescript: ~4.9.3 @@ -307,25 +307,25 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@rollup/plugin-babel': 6.0.2_lkvu63hzbahttaf34ikyu7tiyq - '@rollup/plugin-commonjs': 23.0.2_rollup@3.3.0 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.3.0 - '@rollup/plugin-terser': 0.1.0_rollup@3.3.0 + '@rollup/plugin-babel': 6.0.3_5ym7h42s56tgmcosae5a5rikwq + '@rollup/plugin-commonjs': 23.0.2_rollup@3.5.0 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.5.0 + '@rollup/plugin-terser': 0.1.0_rollup@3.5.0 '@types/d3': 3.5.47 '@types/node': 18.11.9 '@types/ramda': 0.28.20 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a d3: 3.5.17 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 rimraf: 3.0.2 - rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + rollup: 3.5.0 + rollup-plugin-typescript2: 0.34.1_thigodkhmbmbgju2inwjpgoskq tslib: 2.4.1 typescript: 4.9.3 @@ -338,23 +338,23 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 - '@rollup/plugin-babel': ^6.0.2 + '@rollup/plugin-babel': ^6.0.3 '@rollup/plugin-commonjs': ^23.0.2 '@rollup/plugin-node-resolve': ^15.0.1 '@rollup/plugin-terser': ^0.1.0 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/node': ^18.11.9 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 + eslint-plugin-jest: ^27.1.6 immutable: ^4.1.0 jest: ^29.3.1 lodash: ^4.17.21 rimraf: ^3.0.2 - rollup: ^3.3.0 + rollup: ^3.5.0 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^29.0.3 tslib: ^2.4.1 @@ -365,27 +365,27 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@rollup/plugin-babel': 6.0.2_lkvu63hzbahttaf34ikyu7tiyq - '@rollup/plugin-commonjs': 23.0.2_rollup@3.3.0 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.3.0 - '@rollup/plugin-terser': 0.1.0_rollup@3.3.0 + '@rollup/plugin-babel': 6.0.3_5ym7h42s56tgmcosae5a5rikwq + '@rollup/plugin-commonjs': 23.0.2_rollup@3.5.0 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.5.0 + '@rollup/plugin-terser': 0.1.0_rollup@3.5.0 '@types/jest': 29.2.3 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma immutable: 4.1.0 jest: 29.3.1_@types+node@18.11.9 rimraf: 3.0.2 - rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + rollup: 3.5.0 + rollup-plugin-typescript2: 0.34.1_thigodkhmbmbgju2inwjpgoskq ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 tslib: 2.4.1 typescript: 4.9.3 @@ -402,16 +402,16 @@ importers: '@types/base16': ^1.0.2 '@types/color': ^3.0.3 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/lodash.curry': ^4.1.7 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 base16: ^1.0.0 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 + eslint-plugin-jest: ^27.1.6 jest: ^29.3.1 jest-environment-jsdom: ^29.3.1 lodash.curry: ^4.1.1 @@ -421,7 +421,7 @@ importers: dependencies: '@babel/runtime': 7.20.1 '@types/base16': 1.0.2 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 base16: 1.0.0 color: 4.2.3 csstype: 3.1.1 @@ -429,18 +429,18 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/color': 3.0.3 '@types/jest': 29.2.3 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma jest: 29.3.1 jest-environment-jsdom: 29.3.1 rimraf: 3.0.2 @@ -458,17 +458,17 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 jest-environment-jsdom: ^29.3.1 @@ -481,14 +481,14 @@ importers: typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/prop-types': 15.7.5 lodash.debounce: 4.0.8 prop-types: 15.8.1 devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -497,13 +497,13 @@ importers: '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.25 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 react: 18.2.0 @@ -522,13 +522,13 @@ importers: '@types/react': ^18.0.25 '@types/react-dom': ^18.0.9 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 cross-env: ^7.0.3 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -561,14 +561,14 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u @@ -587,22 +587,22 @@ importers: '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 - '@rollup/plugin-babel': ^6.0.2 + '@rollup/plugin-babel': ^6.0.3 '@rollup/plugin-commonjs': ^23.0.2 '@rollup/plugin-node-resolve': ^15.0.1 '@rollup/plugin-terser': ^0.1.0 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/node': ^18.11.9 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/react-test-renderer': ^18.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 prop-types: ^15.8.1 @@ -610,46 +610,46 @@ importers: react-base16-styling: ^0.9.1 react-test-renderer: ^18.2.0 rimraf: ^3.0.2 - rollup: ^3.3.0 + rollup: ^3.5.0 rollup-plugin-typescript2: ^0.34.1 ts-jest: ^29.0.3 tslib: ^2.4.1 typescript: ~4.9.3 dependencies: '@babel/runtime': 7.20.1 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/prop-types': 15.7.5 prop-types: 15.8.1 react-base16-styling: link:../react-base16-styling devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@rollup/plugin-babel': 6.0.2_lkvu63hzbahttaf34ikyu7tiyq - '@rollup/plugin-commonjs': 23.0.2_rollup@3.3.0 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.3.0 - '@rollup/plugin-terser': 0.1.0_rollup@3.3.0 + '@rollup/plugin-babel': 6.0.3_5ym7h42s56tgmcosae5a5rikwq + '@rollup/plugin-commonjs': 23.0.2_rollup@3.5.0 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.5.0 + '@rollup/plugin-terser': 0.1.0_rollup@3.5.0 '@types/jest': 29.2.3 '@types/node': 18.11.9 '@types/react': 18.0.25 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1_@types+node@18.11.9 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + rollup: 3.5.0 + rollup-plugin-typescript2: 0.34.1_thigodkhmbmbgju2inwjpgoskq ts-jest: 29.0.3_6crhf7ajeizammv76u753sn6i4 tslib: 2.4.1 typescript: 4.9.3 @@ -663,13 +663,13 @@ importers: '@types/node': ^18.11.9 '@types/react': ^18.0.25 '@types/react-dom': ^18.0.9 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 cross-env: ^7.0.3 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -697,14 +697,14 @@ importers: '@types/node': 18.11.9 '@types/react': 18.0.25 '@types/react-dom': 18.0.9 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u @@ -725,16 +725,16 @@ importers: '@babel/runtime': ^7.20.1 '@redux-devtools/instrument': ^2.1.0 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/node': ^18.11.9 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 lodash: ^4.17.21 @@ -755,22 +755,22 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/jest': 29.2.3 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/node': 18.11.9 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1_@types+node@18.11.9 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -806,7 +806,7 @@ importers: '@types/jest': ^29.2.3 '@types/jsan': ^3.1.2 '@types/json-schema': ^7.0.11 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/node': ^18.11.9 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 @@ -815,16 +815,16 @@ importers: '@types/styled-components': ^5.1.26 '@types/testing-library__jest-dom': ^5.14.5 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 cross-env: ^7.0.3 css-loader: ^6.7.2 d3-state-visualizer: ^1.6.0 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-loader: ^4.2.0 @@ -883,7 +883,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -894,7 +894,7 @@ importers: '@types/jest': 29.2.3 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/node': 18.11.9 '@types/react': 18.0.25 '@types/react-dom': 18.0.9 @@ -902,16 +902,16 @@ importers: '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-loader: 4.2.0_webpack@5.75.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -943,13 +943,13 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 d3-state-visualizer: ^1.6.0 deepmerge: ^4.2.2 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 @@ -968,19 +968,19 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -994,7 +994,7 @@ importers: '@types/cross-spawn': ^6.0.2 '@types/express': ^4.17.14 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/minimist': ^1.2.2 '@types/morgan': ^1.9.3 '@types/node': ^18.11.9 @@ -1005,17 +1005,17 @@ importers: '@types/styled-components': ^5.1.26 '@types/supertest': ^2.0.12 '@types/uuid': ^8.3.4 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 apollo-server-express: ^3.11.1 body-parser: ^1.20.1 chalk: ^4.1.2 cors: ^2.8.5 cross-spawn: ^7.0.3 - electron: ^21.2.3 - eslint: ^8.27.0 + electron: ^21.3.1 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 + eslint-plugin-jest: ^27.1.6 express: ^4.18.2 getport: ^0.1.0 graphql: ^16.6.0 @@ -1047,7 +1047,7 @@ importers: chalk: 4.1.2 cors: 2.8.5 cross-spawn: 7.0.3 - electron: 21.2.3 + electron: 21.3.1 express: 4.18.2 getport: 0.1.0 graphql: 16.6.0 @@ -1070,7 +1070,7 @@ importers: '@types/cross-spawn': 6.0.2 '@types/express': 4.17.14 '@types/jest': 29.2.3 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/minimist': 1.2.2 '@types/morgan': 1.9.3 '@types/node': 18.11.9 @@ -1080,11 +1080,11 @@ importers: '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma jest: 29.3.1_@types+node@18.11.9 ncp: 2.0.0 rimraf: 3.0.2 @@ -1107,11 +1107,11 @@ importers: '@types/parse-key': ^0.2.0 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 parse-key: ^0.2.1 prop-types: ^15.8.1 @@ -1129,7 +1129,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -1137,12 +1137,12 @@ importers: '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1157,9 +1157,9 @@ importers: '@babel/preset-env': ^7.20.2 '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 immutable: ^4.1.0 redux: ^4.2.0 @@ -1171,14 +1171,14 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.9.3 @@ -1198,18 +1198,18 @@ importers: '@types/dragula': ^3.7.1 '@types/hex-rgba': ^1.0.1 '@types/history': ^4.7.11 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/react-dragula': ^1.1.0 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 dateformat: ^4.6.3 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 @@ -1230,7 +1230,7 @@ importers: dependencies: '@babel/runtime': 7.20.1 '@types/dragula': 3.7.1 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/prop-types': 15.7.5 dateformat: 4.6.3 hex-rgba: 1.0.2 @@ -1248,7 +1248,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -1261,12 +1261,12 @@ importers: '@types/react': 18.0.25 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1293,13 +1293,13 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/simple-diff': ^1.6.1 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 es6template: ^1.0.5 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 javascript-stringify: ^2.1.0 jest: ^29.3.1 @@ -1329,7 +1329,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -1343,13 +1343,13 @@ importers: '@types/object-path': 0.11.1 '@types/react': 18.0.25 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 react: 18.2.0 @@ -1377,14 +1377,14 @@ importers: '@types/redux-logger': ^3.0.9 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 cross-env: ^7.0.3 css-loader: ^6.7.2 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -1432,15 +1432,15 @@ importers: '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 @@ -1465,7 +1465,7 @@ importers: '@redux-devtools/inspector-monitor': ^3.0.0 '@testing-library/react': ^13.4.0 '@types/babel__code-frame': ^7.0.3 - '@types/chrome': ^0.0.202 + '@types/chrome': ^0.0.203 '@types/html-entities': ^1.3.4 '@types/jest': ^29.2.3 '@types/node': ^18.11.9 @@ -1473,13 +1473,13 @@ importers: '@types/react': ^18.0.25 '@types/redux-devtools-themes': ^1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 anser: ^2.1.1 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 html-entities: ^2.3.3 jest: ^29.3.1 @@ -1497,7 +1497,7 @@ importers: dependencies: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.20.1 - '@types/chrome': 0.0.202 + '@types/chrome': 0.0.203 anser: 2.1.1 html-entities: 2.3.3 path-browserify: 1.0.1 @@ -1506,7 +1506,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -1522,13 +1522,13 @@ importers: '@types/react': 18.0.25 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1_@types+node@18.11.9 jest-environment-jsdom: 29.3.1 react: 18.2.0 @@ -1555,14 +1555,14 @@ importers: '@types/react-dom': ^18.0.9 '@types/redux-logger': ^3.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 base16: ^1.0.0 cross-env: ^7.0.3 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -1606,14 +1606,14 @@ importers: '@types/react-dom': 18.0.9 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u @@ -1632,13 +1632,13 @@ importers: '@babel/preset-typescript': ^7.18.6 '@babel/runtime': ^7.20.1 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/node': ^18.11.9 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 + eslint-plugin-jest: ^27.1.6 jest: ^29.3.1 lodash: ^4.17.21 redux: ^4.2.0 @@ -1652,18 +1652,18 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/jest': 29.2.3 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma jest: 29.3.1_@types+node@18.11.9 redux: 4.2.0 rimraf: 3.0.2 @@ -1686,11 +1686,11 @@ importers: '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 lodash.debounce: ^4.0.8 prop-types: ^15.8.1 @@ -1712,19 +1712,19 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 @@ -1745,9 +1745,9 @@ importers: '@types/node': ^18.11.9 '@types/rn-host-detect': ^1.2.0 '@types/socketcluster-client': ^16.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 jsan: ^3.1.14 querystring: ^0.2.1 @@ -1767,7 +1767,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 @@ -1775,10 +1775,10 @@ importers: '@types/node': 18.11.9 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 redux: 4.2.0 rimraf: 3.0.2 typescript: 4.9.3 @@ -1800,17 +1800,17 @@ importers: '@testing-library/react': ^13.4.0 '@types/hex-rgba': ^1.0.1 '@types/jest': ^29.2.3 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/lodash.debounce': ^4.0.7 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 hex-rgba: ^1.0.2 immutable: ^4.1.0 @@ -1833,7 +1833,7 @@ importers: dependencies: '@babel/runtime': 7.20.1 '@redux-devtools/ui': link:../redux-devtools-ui - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/prop-types': 15.7.5 '@types/redux-devtools-themes': 1.0.0 hex-rgba: 1.0.2 @@ -1848,7 +1848,7 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 @@ -1861,13 +1861,13 @@ importers: '@types/jest': 29.2.3 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 react: 18.2.0 @@ -1899,20 +1899,20 @@ importers: '@types/react': ^18.0.25 '@types/react-dom': ^18.0.9 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 copy-webpack-plugin: ^11.0.0 cross-env: ^7.0.3 css-loader: ^6.7.2 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 - framer-motion: ^7.6.6 + framer-motion: ^7.6.12 html-webpack-plugin: ^5.5.0 - msw: ^0.48.2 + msw: ^0.49.0 react: ^18.2.0 react-dom: ^18.2.0 react-icons: ^4.6.0 @@ -1928,7 +1928,7 @@ importers: webpack-dev-server: ^4.11.1 dependencies: '@babel/runtime': 7.20.1 - '@chakra-ui/react': 2.4.1_ydu7fid2w3vesyc65jyv4dbawa + '@chakra-ui/react': 2.4.1_hkukxbqflua6lnjhisenr4vbym '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y '@mswjs/data': 0.11.0_typescript@4.9.3 @@ -1936,8 +1936,8 @@ importers: '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.9.0_k4ae6lp43ej6mezo3ztvx6pykq - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y - msw: 0.48.2_typescript@4.9.3 + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + msw: 0.49.0_typescript@4.9.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.6.0_react@18.2.0 @@ -1956,16 +1956,16 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi copy-webpack-plugin: 11.0.0_webpack@5.75.0 cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 @@ -1986,11 +1986,11 @@ importers: '@babel/runtime': ^7.20.1 '@types/jest': ^29.2.3 '@types/jsan': ^3.1.2 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 + eslint-plugin-jest: ^27.1.6 immutable: ^4.1.0 jest: ^29.3.1 jsan: ^3.1.14 @@ -2003,17 +2003,17 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/jest': 29.2.3 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma immutable: 4.1.0 jest: 29.3.1 rimraf: 3.0.2 @@ -2032,23 +2032,23 @@ importers: '@babel/runtime': ^7.20.1 '@redux-devtools/core': ^3.13.1 '@redux-devtools/ui': ^1.3.0 - '@rollup/plugin-babel': ^6.0.2 + '@rollup/plugin-babel': ^6.0.3 '@types/node': ^18.11.9 '@types/prop-types': ^15.7.5 '@types/react': ^18.0.25 '@types/redux-devtools-themes': ^1.0.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 prop-types: ^15.8.1 react: ^18.2.0 redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - rollup: ^3.3.0 + rollup: ^3.5.0 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.1 typescript: ~4.9.3 @@ -2062,26 +2062,26 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 6.0.2_lkvu63hzbahttaf34ikyu7tiyq + '@rollup/plugin-babel': 6.0.3_5ym7h42s56tgmcosae5a5rikwq '@types/node': 18.11.9 '@types/react': 18.0.25 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - rollup: 3.3.0 - rollup-plugin-typescript2: 0.34.1_6annma2bj33shm6er7hwi5u4z4 + rollup: 3.5.0 + rollup-plugin-typescript2: 0.34.1_thigodkhmbmbgju2inwjpgoskq tslib: 2.4.1 typescript: 4.9.3 @@ -2102,15 +2102,15 @@ importers: '@types/react-dom': ^18.0.9 '@types/styled-components': ^5.1.26 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.2 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2154,15 +2154,15 @@ importers: '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 @@ -2200,17 +2200,17 @@ importers: '@types/redux-devtools-themes': ^1.0.0 '@types/simple-element-resize-detector': ^1.3.0 '@types/styled-components': ^5.1.26 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 base16: ^1.0.0 - codemirror: ^5.65.9 + codemirror: ^5.65.10 color: ^4.2.3 csstype: ^3.1.1 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-jest: ^27.1.5 - eslint-plugin-react: ^7.31.10 + eslint-plugin-jest: ^27.1.6 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 jest: ^29.3.1 jest-environment-jsdom: ^29.3.1 @@ -2244,7 +2244,7 @@ importers: '@types/redux-devtools-themes': 1.0.0 '@types/simple-element-resize-detector': 1.3.0 base16: 1.0.0 - codemirror: 5.65.9 + codemirror: 5.65.10 color: 4.2.3 prop-types: 15.8.1 react-icons: 4.6.0_react@18.2.0 @@ -2254,15 +2254,15 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@storybook/addon-essentials': 6.5.13_umcccjscsozh2kacy3kydywx3q - '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi - '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi - '@storybook/react': 6.5.13_lfdgkch4dai26c7unp7uc3k57e + '@storybook/addon-essentials': 6.5.13_ggaoyc47wy3ua4t6by2tzv2uxi + '@storybook/builder-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu + '@storybook/manager-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu + '@storybook/react': 6.5.13_r7zabsary7snrawsdkkae6ibrq '@testing-library/dom': 8.19.0 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei @@ -2270,15 +2270,15 @@ importers: '@types/jest': 29.2.3 '@types/react': 18.0.25 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi csstype: 3.1.1 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-jest: 27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-jest: 27.1.6_bifecjdquhom2xjmkl7gfpj6ma + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 jest: 29.3.1 jest-environment-jsdom: 29.3.1 ncp: 2.0.0 @@ -2310,11 +2310,11 @@ importers: '@redux-devtools/serialize': ^0.4.1 '@types/get-params': ^0.1.0 '@types/jsan': ^3.1.2 - '@types/lodash': ^4.14.189 + '@types/lodash': ^4.14.190 '@types/node': ^18.11.9 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 - eslint: ^8.27.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 get-params: ^0.1.2 immutable: ^4.1.0 @@ -2338,17 +2338,17 @@ importers: devDependencies: '@babel/cli': 7.19.3_@babel+core@7.20.2 '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_qn3xnppexigqgidmp7nt2fn2oy + '@babel/eslint-parser': 7.19.1_ustmoyzvfgos66cf2wvsplsloa '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@types/jsan': 3.1.2 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/node': 18.11.9 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 rimraf: 3.0.2 typescript: 4.9.3 @@ -2366,13 +2366,13 @@ importers: '@types/react': ^18.0.25 '@types/react-dom': ^18.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 cross-env: ^7.0.3 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2407,14 +2407,14 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 ts-node: 10.9.1_wup25etrarvlqkprac7h35hj7u @@ -2438,15 +2438,15 @@ importers: '@types/react': ^18.0.25 '@types/react-dom': ^18.0.9 '@types/webpack-env': ^1.18.0 - '@typescript-eslint/eslint-plugin': ^5.43.0 - '@typescript-eslint/parser': ^5.43.0 + '@typescript-eslint/eslint-plugin': ^5.44.0 + '@typescript-eslint/parser': ^5.44.0 babel-loader: ^9.1.0 classnames: ^2.3.2 cross-env: ^7.0.3 css-loader: ^6.7.2 - eslint: ^8.27.0 + eslint: ^8.28.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-react: ^7.31.10 + eslint-plugin-react: ^7.31.11 eslint-plugin-react-hooks: ^4.6.0 fork-ts-checker-webpack-plugin: ^7.2.13 html-webpack-plugin: ^5.5.0 @@ -2484,15 +2484,15 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a babel-loader: 9.1.0_npabyccmuonwo2rku4k53xo3hi cross-env: 7.0.3 css-loader: 6.7.2_webpack@5.75.0 - eslint: 8.27.0 - eslint-config-prettier: 8.5.0_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-prettier: 8.5.0_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 fork-ts-checker-webpack-plugin: 7.2.13_vfotqvx6lgcbf3upbs6hgaza4q html-webpack-plugin: 5.5.0_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 @@ -2698,7 +2698,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.19.1_qn3xnppexigqgidmp7nt2fn2oy: + /@babel/eslint-parser/7.19.1_ustmoyzvfgos66cf2wvsplsloa: resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -2707,7 +2707,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.27.0 + eslint: 8.28.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true @@ -4131,7 +4131,7 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.3_pyep2utxdr2hljs3hhksvb4hf4: + /@chakra-ui/accordion/2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq: resolution: {integrity: sha512-OAJSbF0UHBipi6ySBlTZM1vZi5Uoe+1UyYTBId1CxRPYHHgm3n9xAYjOtiA+TrT63aZbKwNV2KBshmGSMnNPGQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4144,8 +4144,8 @@ packages: '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/transition': 2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4450,7 +4450,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.4_pyep2utxdr2hljs3hhksvb4hf4: + /@chakra-ui/menu/2.1.4_rhqecsxtwh7dx2w2f5tba3fuxq: resolution: {integrity: sha512-7kEM5dCSBMXig3iyvsSxzYi/7zkmaf843zoxb7QTB7sRB97wrCxIE8yy1/73YTzxOP3zdAyITPcxNJ/bkiVptQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4471,12 +4471,12 @@ packages: '@chakra-ui/react-use-outside-click': 2.0.5_react@18.2.0 '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/transition': 2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.3_qbjehrjudme43rlixik5nx6edi: + /@chakra-ui/modal/2.2.3_npcuuyqp4oyhkqlthm5jwryj2i: resolution: {integrity: sha512-fSpnFiI3rlif5ynyO3P8A1S/97B/SOFUrIuNaJnhKSgiu7VtklPjiPWHCw5Y+ktEvagDXEmkpztcfMBPTY0wIA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4491,9 +4491,9 @@ packages: '@chakra-ui/react-types': 2.0.4_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + '@chakra-ui/transition': 2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y aria-hidden: 1.2.2_fan5qbzahqtxlm5dzefqlqx5ia - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-remove-scroll: 2.5.5_fan5qbzahqtxlm5dzefqlqx5ia @@ -4545,7 +4545,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.3_pyep2utxdr2hljs3hhksvb4hf4: + /@chakra-ui/popover/2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq: resolution: {integrity: sha512-3CbeXjpCYnKyq5Z2IqUyfXZYpi5GzmPQZqzS2/kuJwgTuSjtuQovX0QI7oNE4zv4r6yEABW/kVrI7pn0/Tet1Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4563,7 +4563,7 @@ packages: '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -4829,7 +4829,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react/2.4.1_ydu7fid2w3vesyc65jyv4dbawa: + /@chakra-ui/react/2.4.1_hkukxbqflua6lnjhisenr4vbym: resolution: {integrity: sha512-qZVRrQi5JRIc44EaeOaXvXt6EdWhkQjhFFL8hyH0RH6cSFlotmmzCHBT5N1jC6nqXFn5OOxOWMD9FIVsbI56hQ==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4838,7 +4838,7 @@ packages: react: '>=18 || 18' react-dom: '>=18 || 18' dependencies: - '@chakra-ui/accordion': 2.1.3_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/accordion': 2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq '@chakra-ui/alert': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/avatar': 2.2.1_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/breadcrumb': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi @@ -4858,11 +4858,11 @@ packages: '@chakra-ui/layout': 2.1.10_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/live-region': 2.0.11_react@18.2.0 '@chakra-ui/media-query': 3.2.8_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/menu': 2.1.4_pyep2utxdr2hljs3hhksvb4hf4 - '@chakra-ui/modal': 2.2.3_qbjehrjudme43rlixik5nx6edi + '@chakra-ui/menu': 2.1.4_rhqecsxtwh7dx2w2f5tba3fuxq + '@chakra-ui/modal': 2.2.3_npcuuyqp4oyhkqlthm5jwryj2i '@chakra-ui/number-input': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/pin-input': 2.0.16_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/popover': 2.1.3_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/popover': 2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq '@chakra-ui/popper': 3.0.9_react@18.2.0 '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y '@chakra-ui/progress': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi @@ -4875,7 +4875,7 @@ packages: '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/stat': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/styled-system': 2.3.5 - '@chakra-ui/switch': 2.0.16_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/switch': 2.0.16_rhqecsxtwh7dx2w2f5tba3fuxq '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm '@chakra-ui/table': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/tabs': 2.1.5_5rblpff3ywqi5dqv4dv3oiensi @@ -4883,14 +4883,14 @@ packages: '@chakra-ui/textarea': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte '@chakra-ui/theme-utils': 2.0.4 - '@chakra-ui/toast': 4.0.3_xqrmbkjyvnkscr3qasvxkp7m6q - '@chakra-ui/tooltip': 2.2.1_xqrmbkjyvnkscr3qasvxkp7m6q - '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + '@chakra-ui/toast': 4.0.3_l7kkytsttj6xd2iuwow5j32g6u + '@chakra-ui/tooltip': 2.2.1_l7kkytsttj6xd2iuwow5j32g6u + '@chakra-ui/transition': 2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y '@chakra-ui/utils': 2.0.12 '@chakra-ui/visually-hidden': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: @@ -4973,7 +4973,7 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch/2.0.16_pyep2utxdr2hljs3hhksvb4hf4: + /@chakra-ui/switch/2.0.16_rhqecsxtwh7dx2w2f5tba3fuxq: resolution: {integrity: sha512-uLGjXHaxjCvf97jrwTuYtHSAzep/Mb8hSr/D1BRlBNz6E0kHGRaKANl/pAZAK1z7ZzvyYokK65Wpce2GQ4U/dQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -4982,7 +4982,7 @@ packages: dependencies: '@chakra-ui/checkbox': 2.2.4_5rblpff3ywqi5dqv4dv3oiensi '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -5084,7 +5084,7 @@ packages: '@chakra-ui/theme-tools': 2.0.13_egpsumyyi4jwuead4x5ybt4xte dev: false - /@chakra-ui/toast/4.0.3_xqrmbkjyvnkscr3qasvxkp7m6q: + /@chakra-ui/toast/4.0.3_l7kkytsttj6xd2iuwow5j32g6u: resolution: {integrity: sha512-n6kShxGrHikrJO1vC5cPFbvz5LjG56NhVch3tmyk2g2yrJ87zbNGQqQ2BlLuJcEVFDu3tu+wC1qHdXs8WU4bjg==} peerDependencies: '@chakra-ui/system': 2.3.3 @@ -5100,12 +5100,12 @@ packages: '@chakra-ui/styled-system': 2.3.5 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.1_xqrmbkjyvnkscr3qasvxkp7m6q: + /@chakra-ui/tooltip/2.2.1_l7kkytsttj6xd2iuwow5j32g6u: resolution: {integrity: sha512-X/VIYgegx1Ab6m0PSI/iISo/hRAe4Xv+hOwinIxIUUkLS8EOtBvq4RhlB6ieFn8jAAPDzPKJW6QFqz8ecJdUiw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -5120,18 +5120,18 @@ packages: '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.12_yhvudjrwpakavfgr4i4tcnhypa: + /@chakra-ui/transition/2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y: resolution: {integrity: sha512-ff6eU+m08ccYfCkk0hKfY/XlmGxCrfbBgsKgV4mirZ4SKUL1GVye8CYuHwWQlBJo+8s0yIpsTNxAuX4n/cW9/w==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18 || 18' dependencies: - framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -5167,7 +5167,7 @@ packages: fs-extra: 7.0.1 lodash.startcase: 4.4.0 outdent: 0.5.0 - prettier: 2.7.1 + prettier: 2.8.0 resolve-from: 5.0.0 semver: 5.7.1 dev: true @@ -5334,7 +5334,7 @@ packages: '@changesets/types': 5.2.0 fs-extra: 7.0.1 human-id: 1.0.2 - prettier: 2.7.1 + prettier: 2.8.0 dev: true /@cnakazawa/watch/1.0.4: @@ -6108,7 +6108,7 @@ packages: '@motionone/easing': 10.14.0 '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/dom/10.13.1: @@ -6119,14 +6119,14 @@ packages: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/easing/10.14.0: resolution: {integrity: sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA==} dependencies: '@motionone/utils': 10.14.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/generators/10.14.0: @@ -6134,7 +6134,7 @@ packages: dependencies: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@motionone/types/10.14.0: @@ -6146,7 +6146,7 @@ packages: dependencies: '@motionone/types': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@mrmlnc/readdir-enhanced/2.2.1: @@ -6168,7 +6168,7 @@ packages: /@mswjs/data/0.11.0_typescript@4.9.3: resolution: {integrity: sha512-Gxwfand2QuU6/B+0z91bzS3JYDTt1pskzFyO8IivvAagADQM+/s0pvJcw8/BBBRGYCHKlh32N/dD27FWo110jg==} dependencies: - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 '@types/md5': 2.3.2 '@types/pluralize': 0.0.29 '@types/uuid': 8.3.4 @@ -6182,7 +6182,7 @@ packages: strict-event-emitter: 0.2.8 uuid: 8.3.2 optionalDependencies: - msw: 0.48.2_typescript@4.9.3 + msw: 0.49.0_typescript@4.9.3 transitivePeerDependencies: - encoding - supports-color @@ -6257,10 +6257,10 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@nrwl/cli/15.0.13: - resolution: {integrity: sha512-w0oOP4v176CbD34+VytiAItIH3fOeiaccq7T2Un/hhx+/Q9mdO/VWyYZOKmp85uGodx/yZ6LyGW6rX0BjM0Rsg==} + /@nrwl/cli/15.2.1: + resolution: {integrity: sha512-ufBJ5o3WCixdp6/TPkpn4rH3QBFJcqCMG1d14A/SvAkEnXu3vWlj3E+4GXf3CK+sGNjjf3ZGoNm7OFV+/Ml4GA==} dependencies: - nx: 15.0.13 + nx: 15.2.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6283,11 +6283,11 @@ packages: - debug dev: true - /@nrwl/tao/15.0.13: - resolution: {integrity: sha512-z55RKnVOYsiABKFUIj+QBf6I4fUwTlObxJpgUJp0i3E97P3BgbzhTG1EhuBxLH8fGKrbOAPs0ct38Asl+zGZfQ==} + /@nrwl/tao/15.2.1: + resolution: {integrity: sha512-6ApglWKORasLhtjlJmqo2co/UexSSiD7mWVxT2886oKG2Y/T/5RnPFNhJgGnKJIURCNMxiSKhq7GAA+CE9zRZg==} hasBin: true dependencies: - nx: 15.0.13 + nx: 15.2.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6471,8 +6471,8 @@ packages: react: 18.2.0 react-is: 16.9.0 - /@rollup/plugin-babel/6.0.2_lkvu63hzbahttaf34ikyu7tiyq: - resolution: {integrity: sha512-Vnt8XIWYwCf3MD7qhBWYlP9pjSZvcE++nlPXhQYw6YNehl5742AzFbrV6h4BHb20VAOVUlIksVLymQCTwVCGDg==} + /@rollup/plugin-babel/6.0.3_5ym7h42s56tgmcosae5a5rikwq: + resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==} engines: {node: '>=14.0.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -6486,11 +6486,11 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@rollup/pluginutils': 5.0.2_rollup@3.3.0 - rollup: 3.3.0 + '@rollup/pluginutils': 5.0.2_rollup@3.5.0 + rollup: 3.5.0 dev: true - /@rollup/plugin-commonjs/23.0.2_rollup@3.3.0: + /@rollup/plugin-commonjs/23.0.2_rollup@3.5.0: resolution: {integrity: sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6499,16 +6499,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.3.0 + '@rollup/pluginutils': 5.0.2_rollup@3.5.0 commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.0.3 is-reference: 1.2.1 magic-string: 0.26.7 - rollup: 3.3.0 + rollup: 3.5.0 dev: true - /@rollup/plugin-node-resolve/15.0.1_rollup@3.3.0: + /@rollup/plugin-node-resolve/15.0.1_rollup@3.5.0: resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6517,16 +6517,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.3.0 + '@rollup/pluginutils': 5.0.2_rollup@3.5.0 '@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: 3.3.0 + rollup: 3.5.0 dev: true - /@rollup/plugin-terser/0.1.0_rollup@3.3.0: + /@rollup/plugin-terser/0.1.0_rollup@3.5.0: resolution: {integrity: sha512-N2KK+qUfHX2hBzVzM41UWGLrEmcjVC37spC8R3c9mt3oEDFKh3N2e12/lLp9aVSt86veR0TQiCNQXrm8C6aiUQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6535,7 +6535,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.3.0 + rollup: 3.5.0 terser: 5.15.1 dev: true @@ -6547,7 +6547,7 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils/5.0.2_rollup@3.3.0: + /@rollup/pluginutils/5.0.2_rollup@3.5.0: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -6559,7 +6559,7 @@ packages: '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.3.0 + rollup: 3.5.0 dev: true /@sinclair/typebox/0.24.51: @@ -6663,7 +6663,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/addon-controls/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6678,7 +6678,7 @@ packages: '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.13 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -6697,7 +6697,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.13_6orvhpp2bicuudsf4btokp7lou: + /@storybook/addon-docs/6.5.13_gfeskznvl6oz6i7voqpdbhf2xy: resolution: {integrity: sha512-RG/NjsheD9FixZ789RJlNyNccaR2Cuy7CtAwph4oUNi3aDFjtOI8Oe9L+FOT7qtVnZLw/YMjF+pZxoDqJNKLPw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6718,7 +6718,7 @@ packages: '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -6752,7 +6752,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.13_umcccjscsozh2kacy3kydywx3q: + /@storybook/addon-essentials/6.5.13_ggaoyc47wy3ua4t6by2tzv2uxi: resolution: {integrity: sha512-G9FVAWV7ixjVLWeLgIX+VT90tcAk6yQxfZQegfg5ucRilGysJCDaNnoab4xuuvm1R40TfFhba3iAGZtQYsddmw==} peerDependencies: '@babel/core': ^7.9.6 @@ -6812,16 +6812,16 @@ packages: '@babel/core': 7.20.2 '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-backgrounds': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi - '@storybook/addon-docs': 6.5.13_6orvhpp2bicuudsf4btokp7lou + '@storybook/addon-controls': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu + '@storybook/addon-docs': 6.5.13_gfeskznvl6oz6i7voqpdbhf2xy '@storybook/addon-measure': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-outline': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-toolbars': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addon-viewport': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/builder-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/node-logger': 6.5.13 core-js: 3.26.1 react: 18.2.0 @@ -6983,7 +6983,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/builder-webpack4/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7001,7 +7001,7 @@ packages: '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/core-events': 6.5.13 '@storybook/node-logger': 6.5.13 '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7019,7 +7019,7 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_nh7kisgxcfib7qeetfrkne66xa + fork-ts-checker-webpack-plugin: 4.1.6_2yqjpsxjcwhf26ay4mtn5wajne glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 @@ -7052,7 +7052,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/builder-webpack5/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-juNH31ZljWbaoBD6Yx2/iQ4G66UBkwq+cFUqLzgVROKMXmYaT0AJYbfyY8CgGqcXkc+sqNA63yWaLWd8/K9vTg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7070,7 +7070,7 @@ packages: '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.13 '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/core-events': 6.5.13 '@storybook/node-logger': 6.5.13 '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7085,7 +7085,7 @@ packages: case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.26.1 css-loader: 5.2.7_webpack@5.75.0 - fork-ts-checker-webpack-plugin: 6.5.2_bhjilrwoi7zg2tms4gfledt524 + fork-ts-checker-webpack-plugin: 6.5.2_fwd4bdvtlcwk7dnkbybkcmtpo4 glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -7273,7 +7273,7 @@ packages: webpack: 5.75.0 dev: true - /@storybook/core-common/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/core-common/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7317,7 +7317,7 @@ packages: express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_nh7kisgxcfib7qeetfrkne66xa + fork-ts-checker-webpack-plugin: 6.5.2_2yqjpsxjcwhf26ay4mtn5wajne fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7350,7 +7350,7 @@ packages: core-js: 3.26.1 dev: true - /@storybook/core-server/6.5.13_lrb4rharc5yx4sekeajplmwyz4: + /@storybook/core-server/6.5.13_bugjgtzxlvoxlp3jfb73mh42oe: resolution: {integrity: sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7367,19 +7367,19 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi - '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/builder-webpack4': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu + '@storybook/builder-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/core-client': 6.5.13_5ey2xofmun3swml4ceosmuhnmq - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.13 - '@storybook/manager-webpack4': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi - '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/manager-webpack4': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu + '@storybook/manager-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/telemetry': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@types/node': 16.18.3 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7429,7 +7429,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.13_b76jomymgzscf2ddakwqnbje5i: + /@storybook/core/6.5.13_ihynli3r3rvrkbmo2u6ey6cdfq: resolution: {integrity: sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7446,10 +7446,10 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/builder-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/core-client': 6.5.13_ep3nicfz4qcahezcs7kmkfeniq - '@storybook/core-server': 6.5.13_lrb4rharc5yx4sekeajplmwyz4 - '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-server': 6.5.13_bugjgtzxlvoxlp3jfb73mh42oe + '@storybook/manager-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.9.3 @@ -7515,7 +7515,7 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/manager-webpack4/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7530,7 +7530,7 @@ packages: '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/core-client': 6.5.13_5ey2xofmun3swml4ceosmuhnmq - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7573,7 +7573,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/manager-webpack5/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-lQEZacSfeRsbqfJE7TVk35Hm1vkr0I2i1pyYqM+4862gRbMh1nJQXbJ5GqZ+Fo/bf0ZfyFZ32jGDIJAFdlpkuQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7588,7 +7588,7 @@ packages: '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/core-client': 6.5.13_ep3nicfz4qcahezcs7kmkfeniq - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/node-logger': 6.5.13 '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y @@ -7638,7 +7638,7 @@ packages: '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@babel/types': 7.20.2 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 js-string-escape: 1.0.1 loader-utils: 2.0.4 lodash: 4.17.21 @@ -7710,7 +7710,7 @@ packages: - supports-color dev: true - /@storybook/react/6.5.13_lfdgkch4dai26c7unp7uc3k57e: + /@storybook/react/6.5.13_r7zabsary7snrawsdkkae6ibrq: resolution: {integrity: sha512-4gO8qihEkVZ8RNm9iQd7G2iZz4rRAHizJ6T5m58Sn21fxfyg9zAMzhgd0JzXuPXR8lTTj4AvRyPv1Qx7b43smg==} engines: {node: '>=10.13.0'} hasBin: true @@ -7743,13 +7743,13 @@ packages: '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/builder-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/builder-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/client-logger': 6.5.13 - '@storybook/core': 6.5.13_b76jomymgzscf2ddakwqnbje5i - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core': 6.5.13_ihynli3r3rvrkbmo2u6ey6cdfq + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/manager-webpack5': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/manager-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/node-logger': 6.5.13 '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_vfotqvx6lgcbf3upbs6hgaza4q '@storybook/semver': 7.3.2 @@ -7871,11 +7871,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.13_s4hqsayxgev7dbmg6rfftu2eyi: + /@storybook/telemetry/6.5.13_gpshdmfc4w665ax2rx6w5ydgtu: resolution: {integrity: sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==} dependencies: '@storybook/client-logger': 6.5.13 - '@storybook/core-common': 6.5.13_s4hqsayxgev7dbmg6rfftu2eyi + '@storybook/core-common': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu chalk: 4.1.2 core-js: 3.26.1 detect-package-manager: 2.0.1 @@ -8124,8 +8124,8 @@ packages: '@types/node': 18.11.9 dev: true - /@types/chrome/0.0.202: - resolution: {integrity: sha512-Oc4daL9sFS+9MToVZPLMBxR7PxsEdod0b8wOY11lRr06GJp43MORvHeDyMD8QzeRGT6HI13oaYAe2PBgvALc4w==} + /@types/chrome/0.0.203: + resolution: {integrity: sha512-JlQNebwpBETVc8U1Rr2inDFuOTtn0lahRAhnddx1dd0S5RrLAFJEEsyIu7AXI14mkCgSunksnuLGioH8kvBqRA==} dependencies: '@types/filesystem': 0.0.32 '@types/har-format': 1.2.9 @@ -8279,14 +8279,14 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.18.3 + '@types/node': 18.11.9 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.18.3 + '@types/node': 18.11.9 dev: true /@types/graceful-fs/4.1.5: @@ -8403,33 +8403,33 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 16.18.3 + '@types/node': 18.11.9 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} dependencies: - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 dev: true /@types/lodash.debounce/4.0.7: resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==} dependencies: - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 /@types/lodash.mergewith/4.6.6: resolution: {integrity: sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg==} dependencies: - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 dev: false /@types/lodash.shuffle/4.2.7: resolution: {integrity: sha512-b+K0NBpB4WcNoQTfifuTmi5nm5mJXRw9DBdbFfBr1q1+EVoTKkClDxq/7r1sq2GZcRelMFRsFcGGHrHQgxRySg==} dependencies: - '@types/lodash': 4.14.189 + '@types/lodash': 4.14.190 dev: true - /@types/lodash/4.14.189: - resolution: {integrity: sha512-kb9/98N6X8gyME9Cf7YaqIMvYGnBSWqEci6tiettE6iJWH1XdJz/PO8LB0GtLCG7x8dU3KWhZT+lA1a35127tA==} + /@types/lodash/4.14.190: + resolution: {integrity: sha512-5iJ3FBJBvQHQ8sFhEhJfjUP+G+LalhavTkYyrAYqz5MEJG+erSv0k9KJLb6q7++17Lafk1scaTIFXcMJlwK8Mw==} /@types/long/4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} @@ -8469,7 +8469,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 16.18.3 + '@types/node': 18.11.9 form-data: 3.0.1 dev: true @@ -8589,7 +8589,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.18.3 + '@types/node': 18.11.9 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8760,7 +8760,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 16.18.3 + '@types/node': 18.11.9 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8768,7 +8768,7 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 16.18.3 + '@types/node': 18.11.9 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -8811,8 +8811,8 @@ packages: '@types/node': 18.11.9 optional: true - /@typescript-eslint/eslint-plugin/5.43.0_wze2rj5tow7zwqpgbdx2buoy3m: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.44.0_fnsv2sbzcckq65bwfk7a5xwslu: + resolution: {integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8822,12 +8822,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - '@typescript-eslint/utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/type-utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -8838,8 +8838,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + resolution: {integrity: sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8848,26 +8848,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.9.3 debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 typescript: 4.9.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.43.0: - resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} + /@typescript-eslint/scope-manager/5.44.0: + resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/visitor-keys': 5.44.0 dev: true - /@typescript-eslint/type-utils/5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + resolution: {integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8876,23 +8876,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 - '@typescript-eslint/utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.9.3 + '@typescript-eslint/utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a debug: 4.3.4 - eslint: 8.27.0 + eslint: 8.28.0 tsutils: 3.21.0_typescript@4.9.3 typescript: 4.9.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.43.0: - resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} + /@typescript-eslint/types/5.44.0: + resolution: {integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.3: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3: + resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -8900,8 +8900,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/visitor-keys': 5.44.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -8912,31 +8912,31 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==} 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.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 - eslint: 8.27.0 + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.9.3 + eslint: 8.28.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint-utils: 3.0.0_eslint@8.28.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.43.0: - resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} + /@typescript-eslint/visitor-keys/5.44.0: + resolution: {integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/types': 5.44.0 eslint-visitor-keys: 3.3.0 dev: true @@ -9890,6 +9890,16 @@ packages: is-string: 1.0.7 dev: true + /array.prototype.tosorted/1.1.1: + resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.4 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.1.3 + dev: true + /arrify/1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -11112,8 +11122,8 @@ packages: engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - /codemirror/5.65.9: - resolution: {integrity: sha512-19Jox5sAKpusTDgqgKB5dawPpQcY+ipQK7xoEI+MVucEF9qqFaXpeqY1KaoyGBso/wHQoDa4HMMxMjdsS3Zzzw==} + /codemirror/5.65.10: + resolution: {integrity: sha512-IXAG5wlhbgcTJ6rZZcmi4+sjWIbJqIGfeg3tNa3yX84Jb3T4huS5qzQAo/cUisc1l3bI47WZodpyf7cYcocDKg==} dev: false /collapse-white-space/1.0.6: @@ -12269,8 +12279,8 @@ packages: /electron-to-chromium/1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} - /electron/21.2.3: - resolution: {integrity: sha512-Wyj0ri3P8hnWEvX7+2Q1OtNzJI8Qn4V9J+aeypoXh+wtlX/fjfHxi4vZkos/XRncoIeYCeUZ5nhGjsOIQwSElQ==} + /electron/21.3.1: + resolution: {integrity: sha512-Ik/I9oFHA1h32JRtRm6GMgYdUctFpF/tPnHyATg4r3LXBTUT6habGh3GxSdmmTa5JgtA7uJUEm8EjjZItk7T3g==} engines: {node: '>= 10.17.0'} hasBin: true requiresBuild: true @@ -12537,7 +12547,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_dcpv4nbdr5ks2h5677xdltrk6e: + /eslint-config-airbnb-base/15.0.0_ktrec6dplf4now6nlbc6d67jee: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12545,14 +12555,14 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.27.0 - eslint-plugin-import: 2.26.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-plugin-import: 2.26.0_eslint@8.28.0 object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_gto5osv3xpxagsgraksq5y7ohi: + /eslint-config-airbnb/19.0.4_vt5pco6i6xyxmp2zptq3cuddue: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12562,23 +12572,23 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.27.0 - eslint-config-airbnb-base: 15.0.0_dcpv4nbdr5ks2h5677xdltrk6e - eslint-plugin-import: 2.26.0_eslint@8.27.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.27.0 - eslint-plugin-react: 7.31.10_eslint@8.27.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + eslint: 8.28.0 + eslint-config-airbnb-base: 15.0.0_ktrec6dplf4now6nlbc6d67jee + eslint-plugin-import: 2.26.0_eslint@8.28.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.28.0 + eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-prettier/8.5.0_eslint@8.27.0: + /eslint-config-prettier/8.5.0_eslint@8.28.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.27.0 + eslint: 8.28.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -12590,7 +12600,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_hzyee272oejuypf7pxzdrrmskq: + /eslint-module-utils/2.7.4_sjge656jyd3rr27cepuzx7h5u4: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -12612,13 +12622,13 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.27.0 + eslint: 8.28.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.27.0: + /eslint-plugin-import/2.26.0_eslint@8.28.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -12632,9 +12642,9 @@ packages: array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.27.0 + eslint: 8.28.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_hzyee272oejuypf7pxzdrrmskq + eslint-module-utils: 2.7.4_sjge656jyd3rr27cepuzx7h5u4 has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -12648,8 +12658,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.5_fqtdfzmoyuw7rs7dg6fkh5euye: - resolution: {integrity: sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==} + /eslint-plugin-jest/27.1.6_bifecjdquhom2xjmkl7gfpj6ma: + resolution: {integrity: sha512-XA7RFLSrlQF9IGtAmhddkUkBuICCTuryfOTfCSWcZHiHb69OilIH05oozH2XA6CEOtztnOd0vgXyvxZodkxGjg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -12661,16 +12671,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_wze2rj5tow7zwqpgbdx2buoy3m - '@typescript-eslint/utils': 5.43.0_e3uo4sehh4zr4i6m57mkkxxv7y - eslint: 8.27.0 + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + eslint: 8.28.0 jest: 29.3.1_@types+node@18.11.9 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.27.0: + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.28.0: resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: @@ -12684,7 +12694,7 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.27.0 + eslint: 8.28.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -12692,25 +12702,26 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.27.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.28.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.27.0 + eslint: 8.28.0 dev: true - /eslint-plugin-react/7.31.10_eslint@8.27.0: - resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} + /eslint-plugin-react/7.31.11_eslint@8.28.0: + resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.27.0 + eslint: 8.28.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -12748,13 +12759,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.27.0: + /eslint-utils/3.0.0_eslint@8.28.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.27.0 + eslint: 8.28.0 eslint-visitor-keys: 2.1.0 dev: true @@ -12768,8 +12779,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.27.0: - resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==} + /eslint/8.28.0: + resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -12784,7 +12795,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.27.0 + eslint-utils: 3.0.0_eslint@8.28.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -13348,7 +13359,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_nh7kisgxcfib7qeetfrkne66xa: + /fork-ts-checker-webpack-plugin/4.1.6_2yqjpsxjcwhf26ay4mtn5wajne: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13364,7 +13375,7 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.27.0 + eslint: 8.28.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 @@ -13376,7 +13387,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_bhjilrwoi7zg2tms4gfledt524: + /fork-ts-checker-webpack-plugin/6.5.2_2yqjpsxjcwhf26ay4mtn5wajne: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13396,39 +13407,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.27.0 - fs-extra: 9.1.0 - glob: 7.2.3 - memfs: 3.4.11 - minimatch: 3.1.2 - schema-utils: 2.7.0 - semver: 7.3.8 - tapable: 1.1.3 - typescript: 4.9.3 - webpack: 5.75.0 - dev: true - - /fork-ts-checker-webpack-plugin/6.5.2_nh7kisgxcfib7qeetfrkne66xa: - resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} - engines: {node: '>=10', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - '@babel/code-frame': 7.18.6 - '@types/json-schema': 7.0.11 - chalk: 4.1.2 - chokidar: 3.5.3 - cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.27.0 + eslint: 8.28.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.11 @@ -13440,6 +13419,38 @@ packages: webpack: 4.46.0 dev: true + /fork-ts-checker-webpack-plugin/6.5.2_fwd4bdvtlcwk7dnkbybkcmtpo4: + resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} + engines: {node: '>=10', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: '>= 2.7' + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true + dependencies: + '@babel/code-frame': 7.18.6 + '@types/json-schema': 7.0.11 + chalk: 4.1.2 + chokidar: 3.5.3 + cosmiconfig: 6.0.0 + deepmerge: 4.2.2 + eslint: 8.28.0 + fs-extra: 9.1.0 + glob: 7.2.3 + memfs: 3.4.11 + minimatch: 3.1.2 + schema-utils: 2.7.0 + semver: 7.3.8 + tapable: 1.1.3 + typescript: 4.9.3 + webpack: 5.75.0 + dev: true + /fork-ts-checker-webpack-plugin/7.2.13_vfotqvx6lgcbf3upbs6hgaza4q: resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} @@ -13505,8 +13516,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/7.6.6_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-7ti5mEzhTRBFCMlKs8Zxu9dWtVattpj2jPCNc4jaz4d7bDFekClALaBzmi1pGOKzsOWJsKMeV5ckIkD1DLI9lw==} + /framer-motion/7.6.12_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Xm1jPB91v6vIr9b+V3q6c96sPzU1jWdvN+Mv4CvIAY23ZIezGNIWxWNGIWj1We0CZ8SSOQkttz8921M10TQjXg==} peerDependencies: react: ^18.0.0 || 18 react-dom: ^18.0.0 || 18 @@ -13796,7 +13807,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.5 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -14570,7 +14581,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -17174,13 +17185,13 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.48.2_typescript@4.9.3: - resolution: {integrity: sha512-kXeLiyf5CRYkRf+ve/Utmw5/Iii+y+Mcr8hzXSVFrvzWVDpBfYL/4vBEhQu4zrBPBhvPbTNrH7/Y0KDQilpBKg==} + /msw/0.49.0_typescript@4.9.3: + resolution: {integrity: sha512-xX5RMSMjN58j8G/V26Uaf5LP464VltuWyd66TQimLueVYfG47RKydGsd4JW165Jb/gjoaQxh5Tdvv31wdZAOlA==} engines: {node: '>=14'} hasBin: true requiresBuild: true peerDependencies: - typescript: '>= 4.2.x <= 4.8.x' + typescript: '>= 4.4.x <= 4.9.x' peerDependenciesMeta: typescript: optional: true @@ -17201,7 +17212,6 @@ packages: node-fetch: 2.6.7 outvariant: 1.3.0 path-to-regexp: 6.2.1 - statuses: 2.0.1 strict-event-emitter: 0.2.8 type-fest: 2.19.0 typescript: 4.9.3 @@ -17501,8 +17511,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/15.0.13: - resolution: {integrity: sha512-5mJGWz91B9/sxzLjXdD+pmZTel54NeNNxFDis8OhtGDn6eRZ25qWsZNDgzqIDtwKn3c9gThAMHU4XH2OTgWUnA==} + /nx/15.2.1: + resolution: {integrity: sha512-vVeT5D02cDDiSmS3P2Bos/waYQa3m0yl/rouzsKpusVSmzAQGQbKXhxPb4WnNIj8Iz/8KjFeBM/RZO021BtGNg==} hasBin: true requiresBuild: true peerDependencies: @@ -17514,8 +17524,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.0.13 - '@nrwl/tao': 15.0.13 + '@nrwl/cli': 15.2.1 + '@nrwl/tao': 15.2.1 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.28 @@ -18350,8 +18360,8 @@ packages: hasBin: true dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.0: + resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -19663,7 +19673,7 @@ packages: sprintf-js: 1.1.2 optional: true - /rollup-plugin-typescript2/0.34.1_6annma2bj33shm6er7hwi5u4z4: + /rollup-plugin-typescript2/0.34.1_thigodkhmbmbgju2inwjpgoskq: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19672,14 +19682,14 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 3.3.0 + rollup: 3.5.0 semver: 7.3.8 tslib: 2.4.1 typescript: 4.9.3 dev: true - /rollup/3.3.0: - resolution: {integrity: sha512-wqOV/vUJCYEbWsXvwCkgGWvgaEnsbn4jxBQWKpN816CqsmCimDmCNJI83c6if7QVD4v/zlyRzxN7U2yDT5rfoA==} + /rollup/3.5.0: + resolution: {integrity: sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: From fe140516b77f85aee2abcda17b5c4fc2454adea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 16:02:05 +0000 Subject: [PATCH 45/45] chore(deps): lock file maintenance (#1280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 380 +++++++++++++++++++++++++++---------------------- 1 file changed, 206 insertions(+), 174 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7f202a5..b2ec612d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2535,6 +2535,31 @@ packages: long: 4.0.0 dev: false + /@apollo/protobufjs/1.2.7: + resolution: {integrity: sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==} + hasBin: true + requiresBuild: true + dependencies: + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/base64': 1.1.2 + '@protobufjs/codegen': 2.0.4 + '@protobufjs/eventemitter': 1.1.0 + '@protobufjs/fetch': 1.1.0 + '@protobufjs/float': 1.0.2 + '@protobufjs/inquire': 1.1.0 + '@protobufjs/path': 1.1.2 + '@protobufjs/pool': 1.1.0 + '@protobufjs/utf8': 1.1.0 + '@types/long': 4.0.2 + long: 4.0.0 + dev: false + + /@apollo/usage-reporting-protobuf/4.0.2: + resolution: {integrity: sha512-GfE8aDqi/lAFut95pjH9IRvH0zGsQ5G/2lYL0ZLZfML7ArX+A4UVHFANQcPCcUYGE6bI6OPhLekg4Vsjf6B1cw==} + dependencies: + '@apollo/protobufjs': 1.2.7 + dev: false + /@apollo/utils.dropunuseddefinitions/1.1.0_graphql@16.6.0: resolution: {integrity: sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg==} engines: {node: '>=12.13.0'} @@ -2544,11 +2569,11 @@ packages: graphql: 16.6.0 dev: false - /@apollo/utils.keyvaluecache/1.0.1: - resolution: {integrity: sha512-nLgYLomqjVimEzQ4cdvVQkcryi970NDvcRVPfd0OPeXhBfda38WjBq+WhQFk+czSHrmrSp34YHBxpat0EtiowA==} + /@apollo/utils.keyvaluecache/1.0.2: + resolution: {integrity: sha512-p7PVdLPMnPzmXSQVEsy27cYEjVON+SH/Wb7COyW3rQN8+wJgT1nv9jZouYtztWW8ZgTkii5T6tC9qfoDREd4mg==} dependencies: '@apollo/utils.logger': 1.0.1 - lru-cache: 7.14.1 + lru-cache: 7.13.1 dev: false /@apollo/utils.logger/1.0.1: @@ -2592,18 +2617,18 @@ packages: graphql: 16.6.0 dev: false - /@apollo/utils.usagereporting/1.0.0_graphql@16.6.0: - resolution: {integrity: sha512-5PL7hJMkTPmdo3oxPtigRrIyPxDk/ddrUryHPDaezL1lSFExpNzsDd2f1j0XJoHOg350GRd3LyD64caLA2PU1w==} + /@apollo/utils.usagereporting/1.0.1_graphql@16.6.0: + resolution: {integrity: sha512-6dk+0hZlnDbahDBB2mP/PZ5ybrtCJdLMbeNJD+TJpKyZmSY6bA3SjI8Cr2EM9QA+AdziywuWg+SgbWUF3/zQqQ==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: + '@apollo/usage-reporting-protobuf': 4.0.2 '@apollo/utils.dropunuseddefinitions': 1.1.0_graphql@16.6.0 '@apollo/utils.printwithreducedwhitespace': 1.1.0_graphql@16.6.0 '@apollo/utils.removealiases': 1.0.0_graphql@16.6.0 '@apollo/utils.sortast': 1.1.0_graphql@16.6.0 '@apollo/utils.stripsensitiveliterals': 1.2.0_graphql@16.6.0 - apollo-reporting-protobuf: 3.3.3 graphql: 16.6.0 dev: false @@ -3781,7 +3806,7 @@ packages: dependencies: '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - regenerator-transform: 0.15.0 + regenerator-transform: 0.15.1 dev: true /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: @@ -3902,7 +3927,7 @@ packages: deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. dependencies: core-js: 2.6.12 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: false /@babel/preset-env/7.20.2_@babel+core@7.20.2: @@ -4064,14 +4089,14 @@ packages: engines: {node: '>=6.9.0'} dependencies: core-js-pure: 3.26.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@babel/runtime/7.20.1: resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 /@babel/template/7.18.10: resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} @@ -5360,7 +5385,7 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/selector-specificity/2.0.2_45y636a2vqremknoajyxd5nkzy: + /@csstools/selector-specificity/2.0.2_tbwh2mpcdwdeb2slx6bobindua: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -5368,7 +5393,7 @@ packages: postcss-selector-parser: ^6.0.10 dependencies: postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: true /@ctrl/tinycolor/3.4.1: @@ -5550,7 +5575,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.17.0 + globals: 13.18.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -5564,8 +5589,8 @@ packages: resolution: {integrity: sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==} dev: false - /@floating-ui/dom/1.0.5: - resolution: {integrity: sha512-4X+Gmcq8meuVaU6odG8CQvHaebKKn5iCp5f/CmdKDMUL0AOnRXVA3afhJ2QzTEZUAxklsSeYuV3RrAwtrxAC3Q==} + /@floating-ui/dom/1.0.7: + resolution: {integrity: sha512-6RsqvCYe0AYWtsGvuWqCm7mZytnXAZCjWtsWu1Kg8dI3INvj/DbKlDsZO+mKSaQdPT12uxIW9W2dAWJkPx4Y5g==} dependencies: '@floating-ui/core': 1.0.2 dev: false @@ -5712,7 +5737,7 @@ packages: '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.7.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 @@ -5754,7 +5779,7 @@ packages: '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.7.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 @@ -5968,7 +5993,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 '@types/node': 18.11.9 - '@types/yargs': 17.0.13 + '@types/yargs': 17.0.14 chalk: 4.1.2 dev: true @@ -6108,7 +6133,7 @@ packages: '@motionone/easing': 10.14.0 '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/dom/10.13.1: @@ -6119,14 +6144,14 @@ packages: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/easing/10.14.0: resolution: {integrity: sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA==} dependencies: '@motionone/utils': 10.14.0 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/generators/10.14.0: @@ -6134,7 +6159,7 @@ packages: dependencies: '@motionone/types': 10.14.0 '@motionone/utils': 10.14.0 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@motionone/types/10.14.0: @@ -6146,7 +6171,7 @@ packages: dependencies: '@motionone/types': 10.14.0 hey-listen: 1.0.8 - tslib: 2.4.1 + tslib: 2.4.0 dev: false /@mrmlnc/readdir-enhanced/2.2.1: @@ -6307,8 +6332,8 @@ packages: node-gyp-build: 4.5.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.9_ohj47mxwagpoxvu7nhhwxzphqm: - resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_ohj47mxwagpoxvu7nhhwxzphqm: + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -6393,8 +6418,8 @@ packages: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false - /@react-aria/ssr/3.3.0_react@18.2.0: - resolution: {integrity: sha512-yNqUDuOVZIUGP81R87BJVi/ZUZp/nYOBXbPsRe7oltJOfErQZD+UezMpw4vM2KRz18cURffvmC8tJ6JTeyDtaQ==} + /@react-aria/ssr/3.4.0_react@18.2.0: + resolution: {integrity: sha512-qzuGk14/fUyUAoW/EBwgFcuMkVNXJVGlezTgZ1HovpCZ+p9844E7MUFHE7CuzFzPEIkVeqhBNIoIu+VJJ8YCOA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: @@ -6442,7 +6467,7 @@ packages: dependencies: '@babel/runtime': 7.20.1 '@popperjs/core': 2.11.6 - '@react-aria/ssr': 3.3.0_react@18.2.0 + '@react-aria/ssr': 3.4.0_react@18.2.0 '@restart/hooks': 0.4.7_react@18.2.0 '@types/warning': 3.0.0 dequal: 2.0.3 @@ -6536,7 +6561,7 @@ packages: optional: true dependencies: rollup: 3.5.0 - terser: 5.15.1 + terser: 5.16.0 dev: true /@rollup/pluginutils/4.2.1: @@ -6628,7 +6653,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-inspector: 5.1.1_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -6658,7 +6683,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -6736,7 +6761,7 @@ packages: lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 remark-external-links: 8.0.0 remark-slug: 6.1.0 ts-dedent: 2.2.0 @@ -6826,7 +6851,7 @@ packages: core-js: 3.26.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 webpack: 5.75.0 transitivePeerDependencies: @@ -6883,7 +6908,7 @@ packages: global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 dev: true @@ -6906,7 +6931,7 @@ packages: core-js: 3.26.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/addon-viewport/6.5.13_biqbaboplfbrettd7655fr4n2y: @@ -6932,7 +6957,7 @@ packages: prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/addons/6.5.13_biqbaboplfbrettd7655fr4n2y: @@ -6953,7 +6978,7 @@ packages: global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/api/6.5.13_biqbaboplfbrettd7655fr4n2y: @@ -6976,7 +7001,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 @@ -7167,7 +7192,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 store2: 2.14.2 synchronous-promise: 2.0.16 ts-dedent: 2.2.0 @@ -7195,7 +7220,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 util-deprecate: 1.0.2 dev: true @@ -7228,7 +7253,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 typescript: 4.9.3 unfetch: 4.2.0 @@ -7265,7 +7290,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 typescript: 4.9.3 unfetch: 4.2.0 @@ -7405,7 +7430,7 @@ packages: prompts: 2.4.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 serve-favicon: 2.5.0 slash: 3.0.0 telejson: 6.0.8 @@ -7487,7 +7512,7 @@ packages: core-js: 3.26.1 fs-extra: 9.1.0 global: 4.4.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -7508,7 +7533,7 @@ packages: core-js: 3.26.1 doctrine: 3.0.0 lodash: 4.17.21 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - react - react-dom @@ -7551,7 +7576,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.46.0 telejson: 6.0.8 @@ -7607,7 +7632,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 style-loader: 2.0.0_webpack@5.75.0 telejson: 6.0.8 @@ -7684,7 +7709,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 synchronous-promise: 2.0.16 ts-dedent: 2.2.0 unfetch: 4.2.0 @@ -7741,7 +7766,7 @@ packages: '@babel/core': 7.20.2 '@babel/preset-flow': 7.18.6_@babel+core@7.20.2 '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_ohj47mxwagpoxvu7nhhwxzphqm + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/builder-webpack5': 6.5.13_gpshdmfc4w665ax2rx6w5ydgtu '@storybook/client-logger': 6.5.13 @@ -7774,7 +7799,7 @@ packages: react-element-to-jsx-string: 14.3.4_biqbaboplfbrettd7655fr4n2y react-refresh: 0.11.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 require-from-string: 2.0.2 ts-dedent: 2.2.0 typescript: 4.9.3 @@ -7814,7 +7839,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/semver/7.3.2: @@ -7843,7 +7868,7 @@ packages: prettier: 2.3.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/store/6.5.13_biqbaboplfbrettd7655fr4n2y: @@ -7863,7 +7888,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 slash: 3.0.0 stable: 0.1.8 synchronous-promise: 2.0.16 @@ -7885,7 +7910,7 @@ packages: isomorphic-unfetch: 3.1.0 nanoid: 3.3.4 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - encoding - eslint @@ -7909,7 +7934,7 @@ packages: memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/ui/6.5.13_biqbaboplfbrettd7655fr4n2y: @@ -7932,7 +7957,7 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 dev: true @@ -8279,14 +8304,14 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 16.18.3 dev: true /@types/glob/8.0.0: resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 16.18.3 dev: true /@types/graceful-fs/4.1.5: @@ -8342,7 +8367,7 @@ packages: /@types/is-ci/3.0.0: resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} dependencies: - ci-info: 3.6.1 + ci-info: 3.7.0 dev: true /@types/is-function/1.0.1: @@ -8384,7 +8409,7 @@ packages: dependencies: '@types/node': 18.11.9 '@types/tough-cookie': 4.0.2 - parse5: 7.1.1 + parse5: 7.1.2 dev: true /@types/json-schema/7.0.11: @@ -8403,7 +8428,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 /@types/lodash.curry/4.1.7: resolution: {integrity: sha512-R+IkSvh7CI8klh7FkQuTAiAR+aPFqYrNEjw/hMxjCSO7TsAqBAxpR99PxxJN1lgE6YuvpHEoktqbh6V5VLzxZA==} @@ -8469,7 +8494,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 form-data: 3.0.1 dev: true @@ -8589,7 +8614,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -8700,8 +8725,8 @@ packages: csstype: 3.1.1 dev: true - /@types/superagent/4.1.15: - resolution: {integrity: sha512-mu/N4uvfDN2zVQQ5AYJI/g4qxn2bHB6521t1UuH09ShNWjebTqN0ZFuYK9uYjcgmI0dTQEs+Owi1EO6U0OkOZQ==} + /@types/superagent/4.1.16: + resolution: {integrity: sha512-tLfnlJf6A5mB6ddqF159GqcDizfzbMUB1/DeT59/wBNqzRTNNKsaw79A/1TZ84X+f/EwWH8FeuSkjlCLyqS/zQ==} dependencies: '@types/cookiejar': 2.1.2 '@types/node': 18.11.9 @@ -8710,7 +8735,7 @@ packages: /@types/supertest/2.0.12: resolution: {integrity: sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==} dependencies: - '@types/superagent': 4.1.15 + '@types/superagent': 4.1.16 dev: true /@types/tapable/1.0.8: @@ -8760,7 +8785,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8768,11 +8793,11 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.3 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 - anymatch: 3.1.2 + anymatch: 3.1.3 source-map: 0.6.1 dev: true @@ -8798,8 +8823,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@types/yargs/17.0.13: - resolution: {integrity: sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==} + /@types/yargs/17.0.14: + resolution: {integrity: sha512-9Pj7abXoW1RSTcZaL2Hk6G2XyLMlp5ECdVC/Zf2p/KBjC3srijLGgRAXOBjtFrJoIrvxdTKyKDA14bEcbxBaWw==} dependencies: '@types/yargs-parser': 21.0.0 dev: true @@ -9243,8 +9268,8 @@ packages: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} dev: true - /@yarnpkg/parsers/3.0.0-rc.28: - resolution: {integrity: sha512-OdBYBaACPjFnqek4jtyR5VH7wX5i7BwfS0AP8m6hTqgULRVOLEc6TKxUBxMCTISzZPGdo5wWAB7OcMmU6G2UnA==} + /@yarnpkg/parsers/3.0.0-rc.31: + resolution: {integrity: sha512-7M67TPmTM5OmtoypK0KHV3vIY9z0v4qZ6zF7flH8THLgjGuoA7naop8pEfL9x5vCtid1PDC4A4COrcym4WAZpQ==} engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 @@ -9586,8 +9611,8 @@ packages: - supports-color dev: true - /anymatch/3.1.2: - resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} + /anymatch/3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 @@ -9596,8 +9621,9 @@ packages: /apollo-datasource/3.3.2: resolution: {integrity: sha512-L5TiS8E2Hn/Yz7SSnWIVbZw0ZfEIXZCa5VUiVxD9P53JvSrf4aStvsFDlGWPvpIdCR+aly2CfoB79B9/JjKFqg==} engines: {node: '>=12.0'} + deprecated: The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: - '@apollo/utils.keyvaluecache': 1.0.1 + '@apollo/utils.keyvaluecache': 1.0.2 apollo-server-env: 4.2.1 transitivePeerDependencies: - encoding @@ -9605,6 +9631,7 @@ packages: /apollo-reporting-protobuf/3.3.3: resolution: {integrity: sha512-L3+DdClhLMaRZWVmMbBcwl4Ic77CnEBPXLW53F7hkYhkaZD88ivbCVB1w/x5gunO6ZHrdzhjq0FHmTsBvPo7aQ==} + deprecated: The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: '@apollo/protobufjs': 1.2.6 dev: false @@ -9612,12 +9639,13 @@ packages: /apollo-server-core/3.11.1_graphql@16.6.0: resolution: {integrity: sha512-t/eCKrRFK1lYZlc5pHD99iG7Np7CEm3SmbDiONA7fckR3EaB/pdsEdIkIwQ5QBBpT5JLp/nwvrZRVwhaWmaRvw==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - '@apollo/utils.keyvaluecache': 1.0.1 + '@apollo/utils.keyvaluecache': 1.0.2 '@apollo/utils.logger': 1.0.1 - '@apollo/utils.usagereporting': 1.0.0_graphql@16.6.0 + '@apollo/utils.usagereporting': 1.0.1_graphql@16.6.0 '@apollographql/apollo-tools': 0.5.4_graphql@16.6.0 '@apollographql/graphql-playground-html': 1.6.29 '@graphql-tools/mock': 8.7.12_graphql@16.6.0 @@ -9646,6 +9674,7 @@ packages: /apollo-server-env/4.2.1: resolution: {integrity: sha512-vm/7c7ld+zFMxibzqZ7SSa5tBENc4B0uye9LTfjJwGoQFY5xsUPH5FpO5j0bMUDZ8YYNbrF9SNtzc5Cngcr90g==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: node-fetch: 2.6.7 transitivePeerDependencies: @@ -9655,6 +9684,7 @@ packages: /apollo-server-errors/3.3.1_graphql@16.6.0: resolution: {integrity: sha512-xnZJ5QWs6FixHICXHxUfm+ZWqqxrNuPlQ+kj5m6RtEgIpekOPssH/SD9gf2B4HuWV0QozorrygwZnux8POvyPA==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: @@ -9664,6 +9694,7 @@ packages: /apollo-server-express/3.11.1_5ha345eiak62qiwwva5z4dp6gu: resolution: {integrity: sha512-x9ngcpXbBlt4naCXTwNtBFb/mOd9OU0wtFXvJkObHF26NsRazu3DxDfEuekA6V1NFOocD+A9jmVMQeQWug5MgA==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-express` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: express: ^4.17.1 graphql: ^15.3.0 || ^16.0.0 @@ -9689,6 +9720,7 @@ packages: /apollo-server-plugin-base/3.7.1_graphql@16.6.0: resolution: {integrity: sha512-g3vJStmQtQvjGI289UkLMfThmOEOddpVgHLHT2bNj0sCD/bbisj4xKbBHETqaURokteqSWyyd4RDTUe0wAUDNQ==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: @@ -9701,10 +9733,11 @@ packages: /apollo-server-types/3.7.1_graphql@16.6.0: resolution: {integrity: sha512-aE9RDVplmkaOj/OduNmGa+0a1B5RIWI0o3zC1zLvBTVWMKTpo0ifVf11TyMkLCY+T7cnZqVqwyShziOyC3FyUw==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - '@apollo/utils.keyvaluecache': 1.0.1 + '@apollo/utils.keyvaluecache': 1.0.2 '@apollo/utils.logger': 1.0.1 apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 @@ -9996,7 +10029,7 @@ packages: hasBin: true dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001434 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -10030,8 +10063,8 @@ packages: - debug dev: true - /axios/1.1.3: - resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==} + /axios/1.2.0: + resolution: {integrity: sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 @@ -10570,7 +10603,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001431 + caniuse-lite: 1.0.30001434 electron-to-chromium: 1.4.284 node-releases: 2.0.6 update-browserslist-db: 1.0.10_browserslist@4.21.4 @@ -10685,7 +10718,7 @@ packages: glob: 7.2.3 infer-owner: 1.0.4 lru-cache: 6.0.0 - minipass: 3.3.4 + minipass: 3.3.6 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -10804,8 +10837,8 @@ packages: /camelize/1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - /caniuse-lite/1.0.30001431: - resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==} + /caniuse-lite/1.0.30001434: + resolution: {integrity: sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA==} /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -10926,7 +10959,7 @@ packages: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -10972,8 +11005,8 @@ packages: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: true - /ci-info/3.6.1: - resolution: {integrity: sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==} + /ci-info/3.7.0: + resolution: {integrity: sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==} engines: {node: '>=8'} dev: true @@ -12359,8 +12392,8 @@ packages: tapable: 1.1.3 dev: true - /enhanced-resolve/5.10.0: - resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} + /enhanced-resolve/5.12.0: + resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.10 @@ -12804,14 +12837,14 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.17.0 + globals: 13.18.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-sdsl: 4.2.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -13324,8 +13357,8 @@ packages: readable-stream: 2.3.7 dev: true - /focus-lock/0.11.3: - resolution: {integrity: sha512-4n0pYcPTa/uI7Q66BZna61nRT7lDhnuJ9PJr6wiDjx4uStg491ks41y7uOG+s0umaaa+hulNKSldU9aTg9/yVg==} + /focus-lock/0.11.4: + resolution: {integrity: sha512-LzZWJcOBIcHslQ46N3SUu/760iLPSrUtp8omM4gh9du438V2CQdks8TcOu1yvmu2C68nVOBnl1WFiKGPbQ8L6g==} engines: {node: '>=10'} dependencies: tslib: 2.4.1 @@ -13410,7 +13443,7 @@ packages: eslint: 8.28.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.11 + memfs: 3.4.12 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 @@ -13442,7 +13475,7 @@ packages: eslint: 8.28.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.11 + memfs: 3.4.12 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 @@ -13468,7 +13501,7 @@ packages: cosmiconfig: 7.1.0 deepmerge: 4.2.2 fs-extra: 10.1.0 - memfs: 3.4.11 + memfs: 3.4.12 minimatch: 3.1.2 node-abort-controller: 3.0.1 schema-utils: 3.1.1 @@ -13601,7 +13634,7 @@ packages: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 /fs-monkey/1.0.3: resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==} @@ -13807,7 +13840,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.5 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -13884,8 +13917,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.17.0: - resolution: {integrity: sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==} + /globals/13.18.0: + resolution: {integrity: sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -14239,8 +14272,8 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - html-minifier-terser: 7.0.0 - parse5: 7.1.1 + html-minifier-terser: 7.1.0 + parse5: 7.1.2 webpack: 5.75.0_webpack-cli@5.0.0 dev: true @@ -14269,11 +14302,11 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.15.1 + terser: 5.16.0 dev: true - /html-minifier-terser/7.0.0: - resolution: {integrity: sha512-Adqk0b/pWKIQiGvEAuzPKpBKNHiwblr3QSGS7TTr6v+xXKV9AI2k4vWW+6Oytt6Z5SeBnfvYypKOnz8r75pz3Q==} + /html-minifier-terser/7.1.0: + resolution: {integrity: sha512-BvPO2S7Ip0Q5qt+Y8j/27Vclj6uHC6av0TMoDn7/bJPhMWHI2UtR2e/zEgJn3/qYAmxumrGp9q4UHurL6mtW9Q==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -14283,7 +14316,7 @@ packages: entities: 4.4.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.15.1 + terser: 5.16.0 dev: true /html-tags/3.2.0: @@ -14581,7 +14614,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -14740,7 +14773,7 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.6.1 + ci-info: 3.7.0 dev: true /is-core-module/2.11.0: @@ -15338,7 +15371,7 @@ packages: '@jest/types': 29.3.1 babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.7.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -15377,7 +15410,7 @@ packages: '@types/node': 18.11.9 babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.7.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -15416,7 +15449,7 @@ packages: '@types/node': 18.11.9 babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.7.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 @@ -15482,7 +15515,7 @@ packages: '@types/node': 18.11.9 jest-mock: 29.3.1 jest-util: 29.3.1 - jsdom: 20.0.2 + jsdom: 20.0.3 transitivePeerDependencies: - bufferutil - supports-color @@ -15513,7 +15546,7 @@ packages: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 '@types/node': 18.11.9 - anymatch: 3.1.2 + anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 26.0.0 @@ -15536,7 +15569,7 @@ packages: '@jest/types': 29.3.1 '@types/graceful-fs': 4.1.5 '@types/node': 18.11.9 - anymatch: 3.1.2 + anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 29.2.0 @@ -15755,7 +15788,7 @@ packages: '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.7.0 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true @@ -15879,8 +15912,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /js-sdsl/4.1.5: - resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} + /js-sdsl/4.2.0: + resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} dev: true /js-string-escape/1.0.1: @@ -15914,8 +15947,8 @@ packages: resolution: {integrity: sha512-wStfgOJqMv4QKktuH273f5fyi3D3vy2pHOiSDGPvpcS/q+wb/M7AK3vkCcaHbkZxDOlDU/lDJgccygKSG2OhtA==} dev: false - /jsdom/20.0.2: - resolution: {integrity: sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==} + /jsdom/20.0.3: + resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 @@ -15938,11 +15971,11 @@ packages: https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 nwsapi: 2.2.2 - parse5: 7.1.1 + parse5: 7.1.2 saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.2 - w3c-xmlserializer: 3.0.0 + w3c-xmlserializer: 4.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 @@ -16031,7 +16064,6 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false - bundledDependencies: [] /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} @@ -16562,7 +16594,7 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: - chalk: 4.1.2 + chalk: 4.1.1 is-unicode-supported: 0.1.0 dev: false @@ -16638,8 +16670,8 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache/7.14.1: - resolution: {integrity: sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==} + /lru-cache/7.13.1: + resolution: {integrity: sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==} engines: {node: '>=12'} dev: false @@ -16684,7 +16716,7 @@ packages: https-proxy-agent: 5.0.1 is-lambda: 1.0.1 lru-cache: 6.0.0 - minipass: 3.3.4 + minipass: 3.3.6 minipass-collect: 1.0.2 minipass-fetch: 1.4.1 minipass-flush: 1.0.5 @@ -16814,8 +16846,8 @@ packages: mimic-fn: 3.1.0 dev: true - /memfs/3.4.11: - resolution: {integrity: sha512-GvsCITGAyDCxxsJ+X6prJexFQEhOCJaIlUbsAvjzSI5o5O7j2dle3jWvz5Z5aOdpOxW6ol3vI1+0ut+641F1+w==} + /memfs/3.4.12: + resolution: {integrity: sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -17060,13 +17092,13 @@ packages: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 /minipass-fetch/1.4.1: resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==} engines: {node: '>=8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: @@ -17078,24 +17110,24 @@ packages: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 /minipass-pipeline/1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 /minipass-sized/1.0.3: resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} engines: {node: '>=8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: false optional: true - /minipass/3.3.4: - resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==} + /minipass/3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 @@ -17104,7 +17136,7 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 yallist: 4.0.0 /mississippi/3.0.0: @@ -17528,9 +17560,9 @@ packages: '@nrwl/tao': 15.2.1 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.28 + '@yarnpkg/parsers': 3.0.0-rc.31 '@zkochan/js-yaml': 0.0.6 - axios: 1.1.3 + axios: 1.2.0 chalk: 4.1.0 chokidar: 3.5.3 cli-cursor: 3.1.0 @@ -17745,7 +17777,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.2 + chalk: 4.1.1 cli-cursor: 3.1.0 cli-spinners: 2.7.0 is-interactive: 1.0.0 @@ -17970,8 +18002,8 @@ packages: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: true - /parse5/7.1.1: - resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==} + /parse5/7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.4.0 dev: true @@ -18238,7 +18270,7 @@ packages: dependencies: icss-utils: 4.1.1 postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: true @@ -18250,7 +18282,7 @@ packages: dependencies: icss-utils: 5.1.0_postcss@8.4.19 postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: true @@ -18259,7 +18291,7 @@ packages: engines: {node: '>= 6'} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: true /postcss-modules-scope/3.0.0_postcss@8.4.19: @@ -18269,7 +18301,7 @@ packages: postcss: ^8.1.0 dependencies: postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: true /postcss-modules-values/3.0.0: @@ -18302,8 +18334,8 @@ packages: postcss: 8.4.19 dev: true - /postcss-selector-parser/6.0.10: - resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} + /postcss-selector-parser/6.0.11: + resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -18880,7 +18912,7 @@ packages: dependencies: '@babel/runtime': 7.20.1 '@types/react': 18.0.25 - focus-lock: 0.11.3 + focus-lock: 0.11.4 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6_react@18.2.0 @@ -19102,7 +19134,7 @@ packages: '@babel/runtime': 7.20.1 '@emotion/cache': 11.10.5 '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@floating-ui/dom': 1.0.5 + '@floating-ui/dom': 1.0.7 '@types/react-transition-group': 4.4.5 memoize-one: 6.0.0 prop-types: 15.8.1 @@ -19371,11 +19403,11 @@ packages: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} dev: true - /regenerator-runtime/0.13.10: - resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==} + /regenerator-runtime/0.13.11: + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - /regenerator-transform/0.15.0: - resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} + /regenerator-transform/0.15.1: + resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: '@babel/runtime': 7.20.1 dev: true @@ -20384,7 +20416,7 @@ packages: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 /stable/0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} @@ -20743,7 +20775,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy + '@csstools/selector-specificity': 2.0.2_tbwh2mpcdwdeb2slx6bobindua balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 7.1.0 @@ -20770,7 +20802,7 @@ packages: postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 postcss-safe-parser: 6.0.0_postcss@8.4.19 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 string-width: 4.2.3 @@ -20797,8 +20829,8 @@ packages: transitivePeerDependencies: - supports-color - /superagent/8.0.3: - resolution: {integrity: sha512-oBC+aNsCjzzjmO5AOPBPFS+Z7HPzlx+DQr/aHwM08kI+R24gsDmAS1LMfza1fK+P+SKlTAoNZpOvooE/pRO1HA==} + /superagent/8.0.4: + resolution: {integrity: sha512-yaQB7YqAHhutt8yU7XIRKXGXtkxKidVuiDJ8FJPBG7JPd7Ckv4X9cOdxVGH5DFsPXodsCrOSzdUi2xL+o9z1qw==} engines: {node: '>=6.4.0 <13 || >=14'} dependencies: component-emitter: 1.3.0 @@ -20820,7 +20852,7 @@ packages: engines: {node: '>=6.4.0'} dependencies: methods: 1.1.2 - superagent: 8.0.3 + superagent: 8.0.4 transitivePeerDependencies: - supports-color dev: true @@ -20921,7 +20953,7 @@ packages: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 3.3.4 + minipass: 3.3.6 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -20933,7 +20965,7 @@ packages: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 3.3.4 + minipass: 3.3.6 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -21001,7 +21033,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.15.1 + terser: 5.16.0 webpack: 4.46.0 webpack-sources: 1.4.3 transitivePeerDependencies: @@ -21028,7 +21060,7 @@ packages: jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - terser: 5.15.1 + terser: 5.16.0 webpack: 5.75.0_webpack-cli@5.0.0 dev: true @@ -21043,8 +21075,8 @@ packages: source-map-support: 0.5.21 dev: true - /terser/5.15.1: - resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} + /terser/5.16.0: + resolution: {integrity: sha512-KjTV81QKStSfwbNiwlBXfcgMcOloyuRdb62/iLFPGBcVNF4EXjhdYBhYHmbJpiBrVxZhDvltE11j+LBQUxEEJg==} engines: {node: '>=10'} hasBin: true dependencies: @@ -21949,9 +21981,9 @@ packages: engines: {node: '>=0.10.0'} dev: true - /w3c-xmlserializer/3.0.0: - resolution: {integrity: sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==} - engines: {node: '>=12'} + /w3c-xmlserializer/4.0.0: + resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} + engines: {node: '>=14'} dependencies: xml-name-validator: 4.0.0 dev: true @@ -22118,7 +22150,7 @@ packages: dependencies: colorette: 1.4.0 mem: 8.1.1 - memfs: 3.4.11 + memfs: 3.4.12 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.1 @@ -22132,7 +22164,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: colorette: 2.0.19 - memfs: 3.4.11 + memfs: 3.4.12 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 @@ -22304,7 +22336,7 @@ packages: acorn-import-assertions: 1.8.0_acorn@8.8.1 browserslist: 4.21.4 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.10.0 + enhanced-resolve: 5.12.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -22344,7 +22376,7 @@ packages: acorn-import-assertions: 1.8.0_acorn@8.8.1 browserslist: 4.21.4 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.10.0 + enhanced-resolve: 5.12.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0