From 9f88594482db3f025bba7d512d40301d8d070173 Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Wed, 29 Mar 2023 18:07:58 -0300 Subject: [PATCH] feat(root): new snapshot --- packages/components/accordion/CHANGELOG.md | 14 + packages/components/accordion/package.json | 2 +- packages/components/avatar/CHANGELOG.md | 12 + packages/components/avatar/package.json | 2 +- packages/components/badge/CHANGELOG.md | 11 + packages/components/badge/package.json | 2 +- packages/components/button/CHANGELOG.md | 13 + packages/components/button/package.json | 2 +- packages/components/card/CHANGELOG.md | 12 + packages/components/card/package.json | 2 +- packages/components/checkbox/CHANGELOG.md | 11 + packages/components/checkbox/package.json | 2 +- packages/components/chip/CHANGELOG.md | 12 + packages/components/chip/package.json | 2 +- packages/components/code/CHANGELOG.md | 11 + packages/components/code/package.json | 2 +- packages/components/drip/CHANGELOG.md | 11 + packages/components/drip/package.json | 2 +- packages/components/link/CHANGELOG.md | 11 + packages/components/link/package.json | 2 +- packages/components/pagination/CHANGELOG.md | 13 + packages/components/pagination/package.json | 2 +- packages/components/progress/CHANGELOG.md | 13 + packages/components/progress/package.json | 2 +- packages/components/radio/CHANGELOG.md | 11 + packages/components/radio/package.json | 2 +- packages/components/snippet/CHANGELOG.md | 13 + packages/components/snippet/package.json | 2 +- packages/components/spinner/CHANGELOG.md | 11 + packages/components/spinner/package.json | 2 +- packages/components/switch/CHANGELOG.md | 11 + packages/components/switch/package.json | 2 +- packages/components/tooltip/CHANGELOG.md | 14 + packages/components/tooltip/package.json | 2 +- packages/components/user/CHANGELOG.md | 12 + packages/components/user/package.json | 2 +- packages/core/react/CHANGELOG.md | 27 + packages/core/react/package.json | 2 +- packages/core/system/CHANGELOG.md | 6 + packages/core/system/package.json | 2 +- packages/core/theme/CHANGELOG.md | 6 + packages/core/theme/package.json | 2 +- .../core/theme/src/components/progress.ts | 8 +- packages/hooks/use-clipboard/CHANGELOG.md | 6 + packages/hooks/use-clipboard/package.json | 2 +- packages/hooks/use-image/CHANGELOG.md | 8 + packages/hooks/use-image/package.json | 2 +- packages/hooks/use-is-mounted/CHANGELOG.md | 6 + packages/hooks/use-is-mounted/package.json | 2 +- packages/hooks/use-pagination/CHANGELOG.md | 8 + packages/hooks/use-pagination/package.json | 2 +- packages/hooks/use-real-shape/CHANGELOG.md | 8 + packages/hooks/use-real-shape/package.json | 2 +- packages/hooks/use-ref-state/CHANGELOG.md | 6 + packages/hooks/use-ref-state/package.json | 2 +- packages/hooks/use-resize/CHANGELOG.md | 6 + packages/hooks/use-resize/package.json | 2 +- .../hooks/use-safe-layout-effect/CHANGELOG.md | 6 + .../hooks/use-safe-layout-effect/package.json | 2 +- packages/hooks/use-ssr/CHANGELOG.md | 6 + packages/hooks/use-ssr/package.json | 2 +- packages/storybook/.storybook/main.js | 10 +- packages/storybook/package.json | 4 +- packages/utilities/aria-utils/CHANGELOG.md | 8 + packages/utilities/aria-utils/package.json | 2 +- packages/utilities/dom-utils/CHANGELOG.md | 6 + packages/utilities/dom-utils/package.json | 2 +- .../utilities/framer-transitions/CHANGELOG.md | 9 + .../utilities/framer-transitions/package.json | 2 +- packages/utilities/react-utils/CHANGELOG.md | 9 + packages/utilities/react-utils/package.json | 2 +- packages/utilities/shared-icons/CHANGELOG.md | 6 + packages/utilities/shared-icons/package.json | 2 +- packages/utilities/shared-utils/CHANGELOG.md | 6 + packages/utilities/shared-utils/package.json | 2 +- packages/utilities/test-utils/CHANGELOG.md | 6 + packages/utilities/test-utils/package.json | 2 +- pnpm-lock.yaml | 4695 +++++++++-------- 78 files changed, 2981 insertions(+), 2175 deletions(-) diff --git a/packages/components/accordion/CHANGELOG.md b/packages/components/accordion/CHANGELOG.md index c15741441..c580dd887 100644 --- a/packages/components/accordion/CHANGELOG.md +++ b/packages/components/accordion/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/accordion +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/framer-transitions@0.0.0-dev-v2-20230329210344 + - @nextui-org/shared-icons@0.0.0-dev-v2-20230329210344 + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/aria-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index a2f114e76..e022e0ba6 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/accordion", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.", "keywords": [ "react", diff --git a/packages/components/avatar/CHANGELOG.md b/packages/components/avatar/CHANGELOG.md index 9cd5c1609..c9acec75b 100644 --- a/packages/components/avatar/CHANGELOG.md +++ b/packages/components/avatar/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/avatar +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/use-image@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index 7816b22f3..d1118cea1 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/avatar", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", "keywords": [ "avatar" diff --git a/packages/components/badge/CHANGELOG.md b/packages/components/badge/CHANGELOG.md index 579a771c0..c8b2e25b3 100644 --- a/packages/components/badge/CHANGELOG.md +++ b/packages/components/badge/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/badge +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index d92eb034d..21453b7c7 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/badge", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Badges are used as a small numerical value or status descriptor for UI elements.", "keywords": [ "badge" diff --git a/packages/components/button/CHANGELOG.md b/packages/components/button/CHANGELOG.md index f04fe8da2..fa5696493 100644 --- a/packages/components/button/CHANGELOG.md +++ b/packages/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/button +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/spinner@0.0.0-dev-v2-20230329210344 + - @nextui-org/drip@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/button/package.json b/packages/components/button/package.json index e0f61f24b..f7b2b1c16 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/button", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Buttons allow users to perform actions and choose with a single tap.", "keywords": [ "button" diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 358966497..db6e8d061 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/card +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/drip@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 7683bd1d6..180555f4b 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/card", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Card is a container for text, photos, and actions in the context of a single subject.", "keywords": [ "card" diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index 46d35b204..af8dc9ba9 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/checkbox +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 2217d539e..15ca5d342 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/checkbox", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.", "keywords": [ "checkbox" diff --git a/packages/components/chip/CHANGELOG.md b/packages/components/chip/CHANGELOG.md index 01fdc6b8d..6f62a5b6d 100644 --- a/packages/components/chip/CHANGELOG.md +++ b/packages/components/chip/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/chip +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-icons@0.0.0-dev-v2-20230329210344 + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 6924c98a6..0e85f46e8 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/chip", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Chips help people enter information, make selections, filter content, or trigger actions.", "keywords": [ "chip" diff --git a/packages/components/code/CHANGELOG.md b/packages/components/code/CHANGELOG.md index 06fab79ab..b187dd85e 100644 --- a/packages/components/code/CHANGELOG.md +++ b/packages/components/code/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/code +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 5b8435c14..4dc9f32b8 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/code", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Code is a component used to display inline code.", "keywords": [ "code" diff --git a/packages/components/drip/CHANGELOG.md b/packages/components/drip/CHANGELOG.md index df50b99ba..505d968d3 100644 --- a/packages/components/drip/CHANGELOG.md +++ b/packages/components/drip/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/drip +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/drip/package.json b/packages/components/drip/package.json index 0c11fe325..4489d0843 100644 --- a/packages/components/drip/package.json +++ b/packages/components/drip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/drip", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A ripple effect for ensuring that the user fells the system is reacting instantaneously", "keywords": [ "drip" diff --git a/packages/components/link/CHANGELOG.md b/packages/components/link/CHANGELOG.md index fc2e2680d..97dd5cab9 100644 --- a/packages/components/link/CHANGELOG.md +++ b/packages/components/link/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/link +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/link/package.json b/packages/components/link/package.json index eb6d82ce0..36b4672e3 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/link", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>", "keywords": [ "link" diff --git a/packages/components/pagination/CHANGELOG.md b/packages/components/pagination/CHANGELOG.md index 4f6136f7f..986e087b7 100644 --- a/packages/components/pagination/CHANGELOG.md +++ b/packages/components/pagination/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/pagination +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-icons@0.0.0-dev-v2-20230329210344 + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/use-pagination@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index e26112adb..b57f62c01 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/pagination", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "The Pagination component allows you to display active page and navigate between multiple pages.", "keywords": [ "pagination" diff --git a/packages/components/progress/CHANGELOG.md b/packages/components/progress/CHANGELOG.md index 0bb699130..c1e062e1c 100644 --- a/packages/components/progress/CHANGELOG.md +++ b/packages/components/progress/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/progress +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/use-is-mounted@0.0.0-dev-v2-20230329210344 + - @nextui-org/aria-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index 94a1ffc61..66a575199 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/progress", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Progress bars show either determinate or indeterminate progress of an operation over time.", "keywords": [ "progress" diff --git a/packages/components/radio/CHANGELOG.md b/packages/components/radio/CHANGELOG.md index 875b0d6ad..cdce4f647 100644 --- a/packages/components/radio/CHANGELOG.md +++ b/packages/components/radio/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/radio +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 3c7647ac2..a7cce32f5 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/radio", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Radios allow users to select a single option from a list of mutually exclusive options.", "keywords": [ "radio" diff --git a/packages/components/snippet/CHANGELOG.md b/packages/components/snippet/CHANGELOG.md index 84d8dad47..adabbbf74 100644 --- a/packages/components/snippet/CHANGELOG.md +++ b/packages/components/snippet/CHANGELOG.md @@ -1,5 +1,18 @@ # @nextui-org/snippet +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/use-clipboard@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/tooltip@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index e1da3102c..144b0105e 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/snippet", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Display a snippet of copyable code for the command line.", "keywords": [ "snippet" diff --git a/packages/components/spinner/CHANGELOG.md b/packages/components/spinner/CHANGELOG.md index 70b135fba..284e5151c 100644 --- a/packages/components/spinner/CHANGELOG.md +++ b/packages/components/spinner/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/spinner +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 314044b57..5793a3992 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/spinner", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Loaders express an unspecified wait time or display the length of a process.", "keywords": [ "loading", diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index d2b94ddc2..72c1e44d0 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @nextui-org/switch +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 2be484621..be4cd2096 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/switch", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.", "keywords": [ "switch" diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index ff03332c6..90e2b6596 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @nextui-org/tooltip +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/framer-transitions@0.0.0-dev-v2-20230329210344 + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/react-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/aria-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 2c0347161..d8893db50 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/tooltip", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A React Component for rendering dynamically positioned Tooltips", "keywords": [ "tooltip" diff --git a/packages/components/user/CHANGELOG.md b/packages/components/user/CHANGELOG.md index a63a25811..ccc5ed358 100644 --- a/packages/components/user/CHANGELOG.md +++ b/packages/components/user/CHANGELOG.md @@ -1,5 +1,17 @@ # @nextui-org/user +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/avatar@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/components/user/package.json b/packages/components/user/package.json index a2f39de86..968d73f4e 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/user", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Flexible User Profile Component.", "keywords": [ "user" diff --git a/packages/core/react/CHANGELOG.md b/packages/core/react/CHANGELOG.md index b0f85b617..3199aee8f 100644 --- a/packages/core/react/CHANGELOG.md +++ b/packages/core/react/CHANGELOG.md @@ -1,5 +1,32 @@ # @nextui-org/react +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/pagination@0.0.0-dev-v2-20230329210344 + - @nextui-org/accordion@0.0.0-dev-v2-20230329210344 + - @nextui-org/checkbox@0.0.0-dev-v2-20230329210344 + - @nextui-org/progress@0.0.0-dev-v2-20230329210344 + - @nextui-org/snippet@0.0.0-dev-v2-20230329210344 + - @nextui-org/spinner@0.0.0-dev-v2-20230329210344 + - @nextui-org/tooltip@0.0.0-dev-v2-20230329210344 + - @nextui-org/avatar@0.0.0-dev-v2-20230329210344 + - @nextui-org/button@0.0.0-dev-v2-20230329210344 + - @nextui-org/switch@0.0.0-dev-v2-20230329210344 + - @nextui-org/badge@0.0.0-dev-v2-20230329210344 + - @nextui-org/radio@0.0.0-dev-v2-20230329210344 + - @nextui-org/card@0.0.0-dev-v2-20230329210344 + - @nextui-org/chip@0.0.0-dev-v2-20230329210344 + - @nextui-org/code@0.0.0-dev-v2-20230329210344 + - @nextui-org/drip@0.0.0-dev-v2-20230329210344 + - @nextui-org/link@0.0.0-dev-v2-20230329210344 + - @nextui-org/user@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + - @nextui-org/theme@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329203647 ### Patch Changes diff --git a/packages/core/react/package.json b/packages/core/react/package.json index 56195a2ca..d75c17a37 100644 --- a/packages/core/react/package.json +++ b/packages/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react", - "version": "0.0.0-dev-v2-20230329203647", + "version": "0.0.0-dev-v2-20230329210344", "description": "🚀 Beautiful and modern React UI library.", "author": "Junior Garcia ", "homepage": "https://nextui.org", diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 1c591a6e6..8d8570a9f 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/system +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index d3c4af0be..21c4e070c 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/system", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "NextUI system primitives", "keywords": [ "system" diff --git a/packages/core/theme/CHANGELOG.md b/packages/core/theme/CHANGELOG.md index cb8d70271..fefc473eb 100644 --- a/packages/core/theme/CHANGELOG.md +++ b/packages/core/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/theme +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/core/theme/package.json b/packages/core/theme/package.json index 345410a56..a1d93e10b 100644 --- a/packages/core/theme/package.json +++ b/packages/core/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/theme", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "The default theme for NextUI components", "keywords": [ "theme", diff --git a/packages/core/theme/src/components/progress.ts b/packages/core/theme/src/components/progress.ts index 5e60a121c..ad829c611 100644 --- a/packages/core/theme/src/components/progress.ts +++ b/packages/core/theme/src/components/progress.ts @@ -1,7 +1,7 @@ import {tv, type VariantProps} from "tailwind-variants"; /** - * Card **Tailwind Variants** component + * Progress **Tailwind Variants** component * * @example * ```js @@ -21,7 +21,7 @@ import {tv, type VariantProps} from "tailwind-variants"; const progress = tv( { slots: { - base: "flex flex-col gap-2", + base: "flex flex-col gap-2 w-full", label: "", labelWrapper: "flex justify-between", value: "", @@ -139,8 +139,8 @@ const progress = tv( ], }, { - twMerge: false, - }, + twMerge: false + } ); export type ProgressVariantProps = VariantProps; diff --git a/packages/hooks/use-clipboard/CHANGELOG.md b/packages/hooks/use-clipboard/CHANGELOG.md index 843caadf6..7f2d097ee 100644 --- a/packages/hooks/use-clipboard/CHANGELOG.md +++ b/packages/hooks/use-clipboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-clipboard +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-clipboard/package.json b/packages/hooks/use-clipboard/package.json index c005e115a..465371b72 100644 --- a/packages/hooks/use-clipboard/package.json +++ b/packages/hooks/use-clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-clipboard", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Wrapper around navigator.clipboard with feedback timeout", "keywords": [ "use-clipboard" diff --git a/packages/hooks/use-image/CHANGELOG.md b/packages/hooks/use-image/CHANGELOG.md index 3b7833b58..f8d61428b 100644 --- a/packages/hooks/use-image/CHANGELOG.md +++ b/packages/hooks/use-image/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/use-image +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-image/package.json b/packages/hooks/use-image/package.json index 00b8ed707..053c57d99 100644 --- a/packages/hooks/use-image/package.json +++ b/packages/hooks/use-image/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-image", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "React hook for progressing image loading", "keywords": [ "use-image" diff --git a/packages/hooks/use-is-mounted/CHANGELOG.md b/packages/hooks/use-is-mounted/CHANGELOG.md index 43171112f..bd24a1a32 100644 --- a/packages/hooks/use-is-mounted/CHANGELOG.md +++ b/packages/hooks/use-is-mounted/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-is-mounted +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-is-mounted/package.json b/packages/hooks/use-is-mounted/package.json index 72f2cd138..732d74472 100644 --- a/packages/hooks/use-is-mounted/package.json +++ b/packages/hooks/use-is-mounted/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-is-mounted", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "This hook can be used to render client-based components or run client logic", "keywords": [ "use-is-mounted" diff --git a/packages/hooks/use-pagination/CHANGELOG.md b/packages/hooks/use-pagination/CHANGELOG.md index fd2e8d019..373f05e3f 100644 --- a/packages/hooks/use-pagination/CHANGELOG.md +++ b/packages/hooks/use-pagination/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/use-pagination +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-pagination/package.json b/packages/hooks/use-pagination/package.json index af8326e33..004329e1d 100644 --- a/packages/hooks/use-pagination/package.json +++ b/packages/hooks/use-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-pagination", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "State management hook for Pagination component, it lets you manage pagination with controlled and uncontrolled state", "keywords": [ "use-pagination" diff --git a/packages/hooks/use-real-shape/CHANGELOG.md b/packages/hooks/use-real-shape/CHANGELOG.md index 8fdd5c829..c443ff935 100644 --- a/packages/hooks/use-real-shape/CHANGELOG.md +++ b/packages/hooks/use-real-shape/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/use-real-shape +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/dom-utils@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-real-shape/package.json b/packages/hooks/use-real-shape/package.json index cab2e1911..72e1b0b61 100644 --- a/packages/hooks/use-real-shape/package.json +++ b/packages/hooks/use-real-shape/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-real-shape", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Hook that returns the real dimensions of an element", "keywords": [ "use-real-shape" diff --git a/packages/hooks/use-ref-state/CHANGELOG.md b/packages/hooks/use-ref-state/CHANGELOG.md index e579173a2..60a09cca5 100644 --- a/packages/hooks/use-ref-state/CHANGELOG.md +++ b/packages/hooks/use-ref-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ref-state +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-ref-state/package.json b/packages/hooks/use-ref-state/package.json index 2466349fe..8436e32a9 100644 --- a/packages/hooks/use-ref-state/package.json +++ b/packages/hooks/use-ref-state/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ref-state", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Hook for saving the state in a ref value", "keywords": [ "use-ref-state" diff --git a/packages/hooks/use-resize/CHANGELOG.md b/packages/hooks/use-resize/CHANGELOG.md index 20ee9fbc2..6f80678c0 100644 --- a/packages/hooks/use-resize/CHANGELOG.md +++ b/packages/hooks/use-resize/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-resize +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-resize/package.json b/packages/hooks/use-resize/package.json index 6889094dc..807f0a8b9 100644 --- a/packages/hooks/use-resize/package.json +++ b/packages/hooks/use-resize/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-resize", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Hook that adds an event listener to the resize window event", "keywords": [ "use-resize" diff --git a/packages/hooks/use-safe-layout-effect/CHANGELOG.md b/packages/hooks/use-safe-layout-effect/CHANGELOG.md index 177dd0ac1..00035398a 100644 --- a/packages/hooks/use-safe-layout-effect/CHANGELOG.md +++ b/packages/hooks/use-safe-layout-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-safe-layout-effect +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-safe-layout-effect/package.json b/packages/hooks/use-safe-layout-effect/package.json index 5ce119cf9..d5016a527 100644 --- a/packages/hooks/use-safe-layout-effect/package.json +++ b/packages/hooks/use-safe-layout-effect/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-safe-layout-effect", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "", "keywords": [ "use-safe-layout-effect" diff --git a/packages/hooks/use-ssr/CHANGELOG.md b/packages/hooks/use-ssr/CHANGELOG.md index 695336a25..05e0fd185 100644 --- a/packages/hooks/use-ssr/CHANGELOG.md +++ b/packages/hooks/use-ssr/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/use-ssr +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/hooks/use-ssr/package.json b/packages/hooks/use-ssr/package.json index 0d7aba800..08eb153ab 100644 --- a/packages/hooks/use-ssr/package.json +++ b/packages/hooks/use-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/use-ssr", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "", "keywords": [ "use-ssr" diff --git a/packages/storybook/.storybook/main.js b/packages/storybook/.storybook/main.js index fbf5e4aed..cf436ca8c 100644 --- a/packages/storybook/.storybook/main.js +++ b/packages/storybook/.storybook/main.js @@ -1,8 +1,8 @@ module.exports = { stories: [ - './welcome.stories.mdx', // default page - '../../components/**/stories/**/*.stories.mdx', - '../../components/**/stories/**/*.stories.@(js|jsx|ts|tsx)', + "./welcome.stories.mdx", // default page + "../../components/**/stories/**/*.stories.mdx", + "../../components/**/stories/**/*.stories.@(js|jsx|ts|tsx)", "../../core/theme/stories/*.stories.@(js|jsx|ts|tsx)", ], staticDirs: ["../public"], @@ -12,7 +12,7 @@ module.exports = { "storybook-dark-mode", "@storybook/addon-a11y", { - name: '@storybook/addon-storysource', + name: "@storybook/addon-storysource", options: { rule: { test: [/\.stories\.(js|jsx|ts|tsx)$/], @@ -27,7 +27,7 @@ module.exports = { options: { cssLoaderOptions: { // When you have splitted your css over multiple files - // and use @import('./other-styles.css') + // and use @import("./other-styles.css") importLoaders: 1, }, postcssLoaderOptions: { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index cbc0e6b42..6276107d7 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -34,7 +34,9 @@ "start:storybook": "pnpx http-server storybook-static" }, "dependencies": { - "@nextui-org/theme": "workspace:*" + "@nextui-org/theme": "workspace:*", + "react": "^18.0.0", + "react-dom": "^18.0.0" }, "devDependencies": { "@babel/core": "^7.21.0", diff --git a/packages/utilities/aria-utils/CHANGELOG.md b/packages/utilities/aria-utils/CHANGELOG.md index 603bcb5ac..c20958879 100644 --- a/packages/utilities/aria-utils/CHANGELOG.md +++ b/packages/utilities/aria-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @nextui-org/aria-utils +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/aria-utils/package.json b/packages/utilities/aria-utils/package.json index 5604e7b02..b457b2560 100644 --- a/packages/utilities/aria-utils/package.json +++ b/packages/utilities/aria-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/aria-utils", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A package for managing @react-aria nextui utils.", "keywords": [ "aria-utils" diff --git a/packages/utilities/dom-utils/CHANGELOG.md b/packages/utilities/dom-utils/CHANGELOG.md index 5cfac850a..cebe754af 100644 --- a/packages/utilities/dom-utils/CHANGELOG.md +++ b/packages/utilities/dom-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/dom-utils +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/dom-utils/package.json b/packages/utilities/dom-utils/package.json index e03bd336b..8f6c3d3b0 100644 --- a/packages/utilities/dom-utils/package.json +++ b/packages/utilities/dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/dom-utils", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "NextUI DOM Utilities", "keywords": [ "dom-utils" diff --git a/packages/utilities/framer-transitions/CHANGELOG.md b/packages/utilities/framer-transitions/CHANGELOG.md index c1d02234a..db2bfe91b 100644 --- a/packages/utilities/framer-transitions/CHANGELOG.md +++ b/packages/utilities/framer-transitions/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/framer-transitions +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/framer-transitions/package.json b/packages/utilities/framer-transitions/package.json index 8347226d6..8795fb19b 100644 --- a/packages/utilities/framer-transitions/package.json +++ b/packages/utilities/framer-transitions/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/framer-transitions", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A set of framer motion transitions for react", "keywords": [ "framer-transitions" diff --git a/packages/utilities/react-utils/CHANGELOG.md b/packages/utilities/react-utils/CHANGELOG.md index 50cbe891f..f584162a7 100644 --- a/packages/utilities/react-utils/CHANGELOG.md +++ b/packages/utilities/react-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @nextui-org/react-utils +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class +- Updated dependencies + - @nextui-org/shared-utils@0.0.0-dev-v2-20230329210344 + - @nextui-org/system@0.0.0-dev-v2-20230329210344 + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/react-utils/package.json b/packages/utilities/react-utils/package.json index 08bf03d5c..4b1957a4c 100644 --- a/packages/utilities/react-utils/package.json +++ b/packages/utilities/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/react-utils", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A package for sharing react components and utilities", "keywords": [ "react-utils" diff --git a/packages/utilities/shared-icons/CHANGELOG.md b/packages/utilities/shared-icons/CHANGELOG.md index ba1f57c4b..9b0d49c5f 100644 --- a/packages/utilities/shared-icons/CHANGELOG.md +++ b/packages/utilities/shared-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-icons +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/shared-icons/package.json b/packages/utilities/shared-icons/package.json index 8ca7effe4..f0799261a 100644 --- a/packages/utilities/shared-icons/package.json +++ b/packages/utilities/shared-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-icons", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "Internal icons set, commonly used in the components stories", "keywords": [ "icons-utils" diff --git a/packages/utilities/shared-utils/CHANGELOG.md b/packages/utilities/shared-utils/CHANGELOG.md index cae943ec0..40f5d1bd2 100644 --- a/packages/utilities/shared-utils/CHANGELOG.md +++ b/packages/utilities/shared-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/shared-utils +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/shared-utils/package.json b/packages/utilities/shared-utils/package.json index e0d55c7e4..a9e5c41a4 100644 --- a/packages/utilities/shared-utils/package.json +++ b/packages/utilities/shared-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/shared-utils", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A set of NextUI utilities", "keywords": [ "system" diff --git a/packages/utilities/test-utils/CHANGELOG.md b/packages/utilities/test-utils/CHANGELOG.md index 47ea8707c..9e99165dc 100644 --- a/packages/utilities/test-utils/CHANGELOG.md +++ b/packages/utilities/test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @nextui-org/test-utils +## 0.0.0-dev-v2-20230329210344 + +### Patch Changes + +- Progress component has now a full width class + ## 0.0.0-dev-v2-20230329202119 ### Patch Changes diff --git a/packages/utilities/test-utils/package.json b/packages/utilities/test-utils/package.json index 2fec28574..fb9ca5dcb 100644 --- a/packages/utilities/test-utils/package.json +++ b/packages/utilities/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nextui-org/test-utils", - "version": "0.0.0-dev-v2-20230329202119", + "version": "0.0.0-dev-v2-20230329210344", "description": "A set of utilities for react testing", "keywords": [ "test-utils" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc5eadbba..b5c898b55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,25 +10,25 @@ importers: devDependencies: '@babel/cli': specifier: ^7.14.5 - version: 7.21.0(@babel/core@7.21.3) + version: 7.14.5(@babel/core@7.21.0) '@babel/core': specifier: ^7.16.7 - version: 7.21.3 + version: 7.21.0 '@babel/plugin-proposal-object-rest-spread': specifier: ^7.15.6 - version: 7.20.7(@babel/core@7.21.3) + version: 7.15.6(@babel/core@7.21.0) '@babel/plugin-transform-runtime': specifier: ^7.14.5 - version: 7.21.0(@babel/core@7.21.3) + version: 7.14.5(@babel/core@7.21.0) '@babel/preset-env': specifier: ^7.14.5 - version: 7.20.2(@babel/core@7.21.3) + version: 7.20.2(@babel/core@7.21.0) '@babel/preset-react': specifier: ^7.14.5 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.0) '@babel/preset-typescript': specifier: ^7.14.5 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.0) '@changesets/changelog-github': specifier: 0.4.6 version: 0.4.6 @@ -43,13 +43,13 @@ importers: version: 5.1.0 '@commitlint/cli': specifier: ^17.2.0 - version: 17.5.0(@swc/core@1.3.42) + version: 17.2.0(@swc/core@1.3.35) '@commitlint/config-conventional': specifier: ^17.2.0 - version: 17.4.4 + version: 17.2.0 '@docusaurus/utils': specifier: 2.0.0-beta.3 - version: 2.0.0-beta.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + version: 2.0.0-beta.3(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) '@react-bootstrap/babel-preset': specifier: ^2.1.0 version: 2.1.0 @@ -61,64 +61,64 @@ importers: version: 3.17.0(react@18.2.0) '@storybook/react': specifier: ^6.5.16 - version: 6.5.16(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + version: 6.5.16(@babel/core@7.21.0)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(require-from-string@2.0.2)(typescript@4.9.5)(webpack-cli@3.3.11) '@swc-node/jest': specifier: ^1.5.2 - version: 1.6.2(@swc/core@1.3.42)(typescript@4.9.5) + version: 1.5.2(@swc/core@1.3.35)(typescript@4.9.5) '@swc/core': specifier: ^1.3.35 - version: 1.3.42 + version: 1.3.35 '@swc/jest': specifier: ^0.2.24 - version: 0.2.24(@swc/core@1.3.42) + version: 0.2.24(@swc/core@1.3.35) '@testing-library/dom': specifier: ^8.1.0 - version: 8.20.0 + version: 8.1.0 '@testing-library/jest-dom': specifier: ^5.16.4 - version: 5.16.5 + version: 5.16.4 '@testing-library/react': specifier: ^14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) '@testing-library/react-hooks': specifier: ^8.0.1 - version: 8.0.1(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0) '@testing-library/user-event': specifier: ^14.4.3 - version: 14.4.3(@testing-library/dom@8.20.0) + version: 14.4.3(@testing-library/dom@8.1.0) '@types/jest': specifier: ^28.1.1 - version: 28.1.8 + version: 28.1.1 '@types/node': specifier: ^15.12.4 - version: 15.14.9 + version: 15.12.4 '@types/react': specifier: ^18.0.1 - version: 18.0.29 + version: 18.0.1 '@types/react-dom': specifier: ^18.0.0 - version: 18.0.11 + version: 18.0.0 '@types/shelljs': specifier: ^0.8.9 - version: 0.8.11 + version: 0.8.9 '@types/styled-jsx': specifier: ^2.2.8 - version: 2.2.9 + version: 2.2.8 '@types/testing-library__jest-dom': specifier: 5.14.5 version: 5.14.5 '@types/uuid': specifier: ^8.3.1 - version: 8.3.4 + version: 8.3.1 '@typescript-eslint/eslint-plugin': specifier: ^5.42.0 - version: 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5) + version: 5.42.0(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5) '@typescript-eslint/parser': specifier: ^5.42.0 - version: 5.56.0(eslint@7.32.0)(typescript@4.9.5) + version: 5.42.0(eslint@7.29.0)(typescript@4.9.5) algoliasearch: specifier: ^4.10.3 - version: 4.16.0 + version: 4.10.3 chalk: specifier: ^4.1.2 version: 4.1.2 @@ -127,55 +127,55 @@ importers: version: 1.7.1(@commitlint/lint@17.4.4) eslint: specifier: ^7.29.0 - version: 7.32.0 + version: 7.29.0 eslint-config-airbnb: specifier: ^18.2.1 - version: 18.2.1(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0) + version: 18.2.1(eslint-plugin-import@2.26.0)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0) eslint-config-airbnb-typescript: specifier: ^12.3.1 - version: 12.3.1(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0)(typescript@4.9.5) + version: 12.3.1(eslint-plugin-import@2.26.0)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0)(typescript@4.9.5) eslint-config-prettier: specifier: ^8.2.0 - version: 8.8.0(eslint@7.32.0) + version: 8.2.0(eslint@7.29.0) eslint-config-react-app: specifier: ^6.0.0 - version: 6.0.0(@typescript-eslint/eslint-plugin@5.56.0)(@typescript-eslint/parser@5.56.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.10.0)(eslint-plugin-import@2.27.5)(eslint-plugin-jest@24.7.0)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0)(typescript@4.9.5) + version: 6.0.0(@typescript-eslint/eslint-plugin@5.42.0)(@typescript-eslint/parser@5.42.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.10.0)(eslint-plugin-import@2.26.0)(eslint-plugin-jest@24.3.6)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0)(typescript@4.9.5) eslint-config-ts-lambdas: specifier: ^1.2.3 - version: 1.2.3(@typescript-eslint/eslint-plugin@5.56.0)(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5) + version: 1.2.3(@typescript-eslint/eslint-plugin@5.42.0)(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5) eslint-import-resolver-typescript: specifier: ^2.4.0 - version: 2.7.1(eslint-plugin-import@2.27.5)(eslint@7.32.0) + version: 2.4.0(eslint-plugin-import@2.26.0)(eslint@7.29.0) eslint-loader: specifier: ^4.0.2 - version: 4.0.2(eslint@7.32.0)(webpack@5.76.3) + version: 4.0.2(eslint@7.29.0)(webpack@5.53.0) eslint-plugin-import: specifier: ^2.26.0 - version: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) + version: 2.26.0(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) eslint-plugin-jest: specifier: ^24.3.6 - version: 24.7.0(@typescript-eslint/eslint-plugin@5.56.0)(eslint@7.32.0)(typescript@4.9.5) + version: 24.3.6(@typescript-eslint/eslint-plugin@5.42.0)(eslint@7.29.0)(typescript@4.9.5) eslint-plugin-jsx-a11y: specifier: ^6.4.1 - version: 6.7.1(eslint@7.32.0) + version: 6.4.1(eslint@7.29.0) eslint-plugin-node: specifier: ^11.1.0 - version: 11.1.0(eslint@7.32.0) + version: 11.1.0(eslint@7.29.0) eslint-plugin-prettier: specifier: ^4.0.0 - version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@7.32.0)(prettier@2.8.7) + version: 4.0.0(eslint-config-prettier@8.2.0)(eslint@7.29.0)(prettier@2.2.1) eslint-plugin-promise: specifier: ^6.0.0 - version: 6.1.1(eslint@7.32.0) + version: 6.0.0(eslint@7.29.0) eslint-plugin-react: specifier: ^7.23.2 - version: 7.32.2(eslint@7.32.0) + version: 7.23.2(eslint@7.29.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@7.32.0) + version: 4.6.0(eslint@7.29.0) eslint-plugin-unused-imports: specifier: ^2.0.0 - version: 2.0.0(@typescript-eslint/eslint-plugin@5.56.0)(eslint@7.32.0) + version: 2.0.0(@typescript-eslint/eslint-plugin@5.42.0)(eslint@7.29.0) execa: specifier: ^5.1.1 version: 5.1.1 @@ -184,31 +184,31 @@ importers: version: 6.3.0 fs-extra: specifier: ^10.0.0 - version: 10.1.0 + version: 10.0.0 glob: specifier: ^8.0.3 - version: 8.1.0 + version: 8.0.3 graceful-fs: specifier: ^4.2.6 - version: 4.2.11 + version: 4.2.6 gray-matter: specifier: ^4.0.3 version: 4.0.3 husky: specifier: ^8.0.1 - version: 8.0.3 + version: 8.0.1 jest: specifier: ^28.1.1 - version: 28.1.3(@types/node@15.14.9)(ts-node@10.9.1) + version: 28.1.1(@types/node@15.12.4)(ts-node@10.9.1) jest-environment-jsdom: specifier: ^28.1.1 - version: 28.1.3 + version: 28.1.1 jest-watch-typeahead: specifier: 1.1.0 - version: 1.1.0(jest@28.1.3) + version: 1.1.0(jest@28.1.1) lint-staged: specifier: ^13.0.3 - version: 13.2.0 + version: 13.0.3 markdown-toc: specifier: ^1.2.0 version: 1.2.0 @@ -220,13 +220,13 @@ importers: version: 1.1.8 parcel: specifier: ^2.3.1 - version: 2.8.3(postcss@7.0.39) + version: 2.3.1(postcss@8.4.21) plop: specifier: 3.1.1 version: 3.1.1 prettier: specifier: ^2.2.1 - version: 2.8.7 + version: 2.2.1 prettier-eslint: specifier: ^12.0.0 version: 12.0.0 @@ -244,10 +244,10 @@ importers: version: 3.0.2 shelljs: specifier: ^0.8.4 - version: 0.8.5 + version: 0.8.4 tsup: specifier: 6.4.0 - version: 6.4.0(@swc/core@1.3.42)(postcss@7.0.39)(ts-node@10.9.1)(typescript@4.9.5) + version: 6.4.0(@swc/core@1.3.35)(postcss@8.4.21)(ts-node@10.9.1)(typescript@4.9.5) turbo: specifier: 1.6.3 version: 1.6.3 @@ -259,13 +259,13 @@ importers: version: 8.3.2 webpack: specifier: ^5.53.0 - version: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + version: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) webpack-bundle-analyzer: specifier: ^4.4.2 - version: 4.8.0 + version: 4.4.2 webpack-cli: specifier: ^3.3.11 - version: 3.3.12(webpack@5.76.3) + version: 3.3.11(webpack@5.53.0) webpack-merge: specifier: ^5.8.0 version: 5.8.0 @@ -289,19 +289,19 @@ importers: version: link:../../packages/core/react '@types/lodash': specifier: ^4.14.170 - version: 4.14.191 + version: 4.14.170 '@vercel/analytics': specifier: ^0.1.6 - version: 0.1.11(react@18.2.0) + version: 0.1.6(react@18.2.0) algoliasearch: specifier: ^4.10.3 - version: 4.16.0 + version: 4.10.3 canvas-confetti: specifier: ^1.4.0 - version: 1.6.0 + version: 1.4.0 classnames: specifier: ^2.3.1 - version: 2.3.2 + version: 2.3.1 framer-motion: specifier: ^5.6.0 version: 5.6.0(react-dom@18.2.0)(react@18.2.0) @@ -319,22 +319,22 @@ importers: version: 4.17.21 match-sorter: specifier: ^6.3.0 - version: 6.3.1 + version: 6.3.0 mitt: specifier: 3.0.0 version: 3.0.0 next: specifier: ^12.1.0 - version: 12.3.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) + version: 12.1.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) next-mdx-remote: specifier: ^3.0.2 - version: 3.0.8(react-dom@18.2.0)(react@18.2.0) + version: 3.0.2(react-dom@18.2.0)(react@18.2.0) next-plausible: specifier: 3.1.6 - version: 3.1.6(next@12.3.4)(react-dom@18.2.0)(react@18.2.0) + version: 3.1.6(next@12.1.0)(react-dom@18.2.0)(react@18.2.0) next-themes: specifier: ^0.0.15 - version: 0.0.15(next@12.3.4)(react-dom@18.2.0)(react@18.2.0) + version: 0.0.15(next@12.1.0)(react-dom@18.2.0)(react@18.2.0) nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -343,7 +343,7 @@ importers: version: 1.2.0 prism-react-renderer: specifier: ^1.2.1 - version: 1.3.5(react@18.2.0) + version: 1.2.1(react@18.2.0) querystring: specifier: ^0.2.1 version: 0.2.1 @@ -358,19 +358,19 @@ importers: version: 1.17.0(react-dom@18.2.0)(react@18.2.0) react-iconly: specifier: ^2.2.2 - version: 2.2.6(react@18.2.0) + version: 2.2.2(react@18.2.0) react-instantsearch-dom: specifier: ^6.12.0 - version: 6.39.1(algoliasearch@4.16.0)(react-dom@18.2.0)(react@18.2.0) + version: 6.12.0(algoliasearch@4.10.3)(react-dom@18.2.0)(react@18.2.0) react-intersection-observer: specifier: 8.32.2 version: 8.32.2(react@18.2.0) react-live: specifier: ^2.2.3 - version: 2.4.1(react-dom@18.2.0)(react@18.2.0) + version: 2.2.3(react-dom@18.2.0)(react@18.2.0) react-markdown: specifier: ^6.0.2 - version: 6.0.3(@types/react@17.0.53)(react@18.2.0) + version: 6.0.2(@types/react@17.0.11)(react@18.2.0) refractor: specifier: 3.3.1 version: 3.3.1 @@ -382,19 +382,19 @@ importers: version: 7.0.1 remark-autolink-headings: specifier: ^6.0.1 - version: 6.1.0 + version: 6.0.1 remark-slug: specifier: ^6.0.0 - version: 6.1.0 + version: 6.0.0 scroll-into-view-if-needed: specifier: 2.2.29 version: 2.2.29 shelljs: specifier: ^0.8.4 - version: 0.8.5 + version: 0.8.4 styled-jsx: specifier: ^4.0.1 - version: 4.0.1(@babel/core@7.21.3)(react@18.2.0) + version: 4.0.1(@babel/core@7.21.0)(react@18.2.0) unified: specifier: 9.2.1 version: 9.2.1 @@ -407,7 +407,7 @@ importers: devDependencies: '@types/canvas-confetti': specifier: ^1.4.2 - version: 1.6.0 + version: 1.4.2 '@types/nprogress': specifier: ^0.2.0 version: 0.2.0 @@ -416,31 +416,31 @@ importers: version: 0.0.1 '@types/react': specifier: ^17.0.11 - version: 17.0.53 + version: 17.0.11 '@types/react-autosuggest': specifier: ^10.1.5 - version: 10.1.6 + version: 10.1.5 '@types/react-dom': specifier: ^17.0.8 - version: 17.0.19 + version: 17.0.8 '@types/react-instantsearch-dom': specifier: ^6.12.0 - version: 6.12.3 + version: 6.12.0 '@types/refractor': specifier: ^3.0.2 version: 3.0.2 '@types/shelljs': specifier: ^0.8.9 - version: 0.8.11 + version: 0.8.9 babel-plugin-module-resolver: specifier: ^4.1.0 version: 4.1.0 eslint-config-next: specifier: ^11.0.0 - version: 11.1.4(eslint@7.32.0)(next@12.3.4)(typescript@4.9.5) + version: 11.0.0(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0)(next@12.1.0)(typescript@4.9.5) next-sitemap: specifier: ^1.6.140 - version: 1.9.12(next@12.3.4) + version: 1.6.140(next@12.1.0) typescript: specifier: ^4.9.5 version: 4.9.5 @@ -482,7 +482,7 @@ importers: version: 3.5.0(react@18.2.0) framer-motion: specifier: ^10.6.0 - version: 10.9.1(react-dom@18.2.0)(react@18.2.0) + version: 10.6.0(react-dom@18.2.0)(react@18.2.0) devDependencies: '@nextui-org/avatar': specifier: workspace:* @@ -963,7 +963,7 @@ importers: version: link:../button '@react-types/radio': specifier: ^3.3.0 - version: 3.4.0(react@18.2.0) + version: 3.3.0(react@18.2.0) '@react-types/shared': specifier: ^3.15.0 version: 3.17.0(react@18.2.0) @@ -1116,7 +1116,7 @@ importers: version: 3.3.0(react@18.2.0) framer-motion: specifier: ^10.6.0 - version: 10.9.1(react-dom@18.2.0)(react@18.2.0) + version: 10.6.0(react-dom@18.2.0)(react@18.2.0) devDependencies: '@nextui-org/button': specifier: workspace:* @@ -1402,64 +1402,70 @@ importers: '@nextui-org/theme': specifier: workspace:* version: link:../core/theme + react: + specifier: ^18.2.0 + version: 18.2.0 + react-dom: + specifier: ^18.2.0 + version: 18.2.0(react@18.2.0) devDependencies: '@babel/core': specifier: ^7.21.0 - version: 7.21.3 + version: 7.21.0 '@babel/preset-env': specifier: ^7.20.2 - version: 7.20.2(@babel/core@7.21.3) + version: 7.20.2(@babel/core@7.21.0) '@babel/preset-react': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.21.3) + version: 7.18.6(@babel/core@7.21.0) '@babel/preset-typescript': specifier: ^7.21.0 - version: 7.21.0(@babel/core@7.21.3) + version: 7.21.0(@babel/core@7.21.0) '@storybook/addon-a11y': specifier: ^6.5.16 - version: 6.5.16(react-dom@17.0.2)(react@17.0.2) + version: 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-actions': specifier: ^6.5.16 - version: 6.5.16(react-dom@17.0.2)(react@17.0.2) + version: 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-docs': specifier: ^6.5.16 - version: 6.5.16(@babel/core@7.21.3)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3) + version: 6.5.16(@babel/core@7.21.0)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0) '@storybook/addon-essentials': specifier: ^6.5.16 - version: 6.5.16(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.16)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3) + version: 6.5.16(@babel/core@7.21.0)(@storybook/builder-webpack5@6.5.16)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0) '@storybook/addon-interactions': specifier: ^6.5.16 - version: 6.5.16(@types/react@18.0.29)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + version: 6.5.16(@types/react@18.0.1)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/addon-links': specifier: ^6.5.16 - version: 6.5.16(react-dom@17.0.2)(react@17.0.2) + version: 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-postcss': specifier: ^2.0.0 - version: 2.0.0(webpack@5.76.3) + version: 2.0.0(webpack@5.53.0) '@storybook/addon-storysource': specifier: ^6.5.16 - version: 6.5.16(react-dom@17.0.2)(react@17.0.2) + version: 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/addons': specifier: ^6.5.16 - version: 6.5.16(react-dom@17.0.2)(react@17.0.2) + version: 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/builder-webpack5': specifier: ^6.5.16 - version: 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + version: 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/manager-webpack5': specifier: ^6.5.16 - version: 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + version: 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/react': specifier: ^6.5.16 - version: 6.5.16(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + version: 6.5.16(@babel/core@7.21.0)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(require-from-string@2.0.2)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/theming': specifier: ^6.5.16 - version: 6.5.16(react-dom@17.0.2)(react@17.0.2) + version: 6.5.16(react-dom@18.2.0)(react@18.2.0) autoprefixer: specifier: ^10.4.13 - version: 10.4.14(postcss@8.4.21) + version: 10.4.13(postcss@8.4.21) babel-loader: specifier: ^8.3.0 - version: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) + version: 8.3.0(@babel/core@7.21.0)(webpack@5.53.0) concurrently: specifier: ^7.6.0 version: 7.6.0 @@ -1468,7 +1474,7 @@ importers: version: 8.4.21 storybook-dark-mode: specifier: ^2.1.1 - version: 2.1.1(react-dom@17.0.2)(react@17.0.2) + version: 2.1.1(react-dom@18.2.0)(react@18.2.0) tailwindcss: specifier: ^3.2.7 version: 3.2.7(postcss@8.4.21)(ts-node@10.9.1) @@ -1489,7 +1495,7 @@ importers: version: 3.14.0(react@18.2.0) '@react-aria/selection': specifier: ^3.13.0 - version: 3.13.1(react@18.2.0) + version: 3.13.0(react@18.2.0) '@react-aria/utils': specifier: ^3.15.0 version: 3.15.0(react@18.2.0) @@ -1539,7 +1545,7 @@ importers: version: 2.2.0 framer-motion: specifier: ^10.6.0 - version: 10.9.1(react-dom@18.2.0)(react@18.2.0) + version: 10.6.0(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1586,88 +1592,84 @@ importers: packages: - /@adobe/css-tools@4.2.0: - resolution: {integrity: sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==} - dev: true - - /@algolia/cache-browser-local-storage@4.16.0: - resolution: {integrity: sha512-jVrk0YB3tjOhD5/lhBtYCVCeLjZmVpf2kdi4puApofytf/R0scjWz0GdozlW4HhU+Prxmt/c9ge4QFjtv5OAzQ==} + /@algolia/cache-browser-local-storage@4.10.3: + resolution: {integrity: sha512-TD1N7zg5lb56/PLjjD4bBl2eccEvVHhC7yfgFu2r9k5tf+gvbGxEZ3NhRZVKu2MObUIcEy2VR4LVLxOQu45Hlg==} dependencies: - '@algolia/cache-common': 4.16.0 + '@algolia/cache-common': 4.10.3 - /@algolia/cache-common@4.16.0: - resolution: {integrity: sha512-4iHjkSYQYw46pITrNQgXXhvUmcekI8INz1m+SzmqLX8jexSSy4Ky4zfGhZzhhhLHXUP3+x/PK/c0qPjxEvRwKQ==} + /@algolia/cache-common@4.10.3: + resolution: {integrity: sha512-q13cPPUmtf8a2suBC4kySSr97EyulSXuxUkn7l1tZUCX/k1y5KNheMp8npBy8Kc8gPPmHpacxddRSfOncjiKFw==} - /@algolia/cache-in-memory@4.16.0: - resolution: {integrity: sha512-p7RYykvA6Ip6QENxrh99nOD77otVh1sJRivcgcVpnjoZb5sIN3t33eUY1DpB9QSBizcrW+qk19rNkdnZ43a+PQ==} + /@algolia/cache-in-memory@4.10.3: + resolution: {integrity: sha512-JhPajhOXAjUP+TZrZTh6KJpF5VKTKyWK2aR1cD8NtrcVHwfGS7fTyfXfVm5BqBqkD9U0gVvufUt/mVyI80aZww==} dependencies: - '@algolia/cache-common': 4.16.0 + '@algolia/cache-common': 4.10.3 - /@algolia/client-account@4.16.0: - resolution: {integrity: sha512-eydcfpdIyuWoKgUSz5iZ/L0wE/Wl7958kACkvTHLDNXvK/b8Z1zypoJavh6/km1ZNQmFpeYS2jrmq0kUSFn02w==} + /@algolia/client-account@4.10.3: + resolution: {integrity: sha512-S/IsJB4s+e1xYctdpW3nAbwrR2y3pjSo9X21fJGoiGeIpTRdvQG7nydgsLkhnhcgAdLnmqBapYyAqMGmlcyOkg==} dependencies: - '@algolia/client-common': 4.16.0 - '@algolia/client-search': 4.16.0 - '@algolia/transporter': 4.16.0 + '@algolia/client-common': 4.10.3 + '@algolia/client-search': 4.10.3 + '@algolia/transporter': 4.10.3 - /@algolia/client-analytics@4.16.0: - resolution: {integrity: sha512-cONWXH3BfilgdlCofUm492bJRWtpBLVW/hsUlfoFtiX1u05xoBP7qeiDwh9RR+4pSLHLodYkHAf5U4honQ55Qg==} + /@algolia/client-analytics@4.10.3: + resolution: {integrity: sha512-vlHTbBqJktRgclh3v7bPQLfZvFIqY4erNFIZA5C7nisCj9oLeTgzefoUrr+R90+I+XjfoLxnmoeigS1Z1yg1vw==} dependencies: - '@algolia/client-common': 4.16.0 - '@algolia/client-search': 4.16.0 - '@algolia/requester-common': 4.16.0 - '@algolia/transporter': 4.16.0 + '@algolia/client-common': 4.10.3 + '@algolia/client-search': 4.10.3 + '@algolia/requester-common': 4.10.3 + '@algolia/transporter': 4.10.3 - /@algolia/client-common@4.16.0: - resolution: {integrity: sha512-QVdR4019ukBH6f5lFr27W60trRxQF1SfS1qo0IP6gjsKhXhUVJuHxOCA6ArF87jrNkeuHEoRoDU+GlvaecNo8g==} + /@algolia/client-common@4.10.3: + resolution: {integrity: sha512-uFyP2Z14jG2hsFRbAoavna6oJf4NTXaSDAZgouZUZlHlBp5elM38sjNeA5HR9/D9J/GjwaB1SgB7iUiIWYBB4w==} dependencies: - '@algolia/requester-common': 4.16.0 - '@algolia/transporter': 4.16.0 + '@algolia/requester-common': 4.10.3 + '@algolia/transporter': 4.10.3 - /@algolia/client-personalization@4.16.0: - resolution: {integrity: sha512-irtLafssDGPuhYqIwxqOxiWlVYvrsBD+EMA1P9VJtkKi3vSNBxiWeQ0f0Tn53cUNdSRNEssfoEH84JL97SV2SQ==} + /@algolia/client-personalization@4.10.3: + resolution: {integrity: sha512-NS7Nx8EJ/nduGXT8CFo5z7kLF0jnFehTP3eC+z+GOEESH3rrs7uR12IZHxv5QhQswZa9vl925zCOZDcDVoENCg==} dependencies: - '@algolia/client-common': 4.16.0 - '@algolia/requester-common': 4.16.0 - '@algolia/transporter': 4.16.0 + '@algolia/client-common': 4.10.3 + '@algolia/requester-common': 4.10.3 + '@algolia/transporter': 4.10.3 - /@algolia/client-search@4.16.0: - resolution: {integrity: sha512-xsfrAE1jO/JDh1wFrRz+alVyW+aA6qnkzmbWWWZWEgVF3EaFqzIf9r1l/aDtDdBtNTNhX9H3Lg31+BRtd5izQA==} + /@algolia/client-search@4.10.3: + resolution: {integrity: sha512-Zwnp2G94IrNFKWCG/k7epI5UswRkPvL9FCt7/slXe2bkjP2y/HA37gzRn+9tXoLVRwd7gBzrtOA4jFKIyjrtVw==} dependencies: - '@algolia/client-common': 4.16.0 - '@algolia/requester-common': 4.16.0 - '@algolia/transporter': 4.16.0 + '@algolia/client-common': 4.10.3 + '@algolia/requester-common': 4.10.3 + '@algolia/transporter': 4.10.3 /@algolia/events@4.0.1: resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==} - /@algolia/logger-common@4.16.0: - resolution: {integrity: sha512-U9H8uCzSDuePJmbnjjTX21aPDRU6x74Tdq3dJmdYu2+pISx02UeBJm4kSgc9RW5jcR5j35G9gnjHY9Q3ngWbyQ==} + /@algolia/logger-common@4.10.3: + resolution: {integrity: sha512-M6xi+qov2bkgg1H9e1Qtvq/E/eKsGcgz8RBbXNzqPIYoDGZNkv+b3b8YMo3dxd4Wd6M24HU1iqF3kmr1LaXndg==} - /@algolia/logger-console@4.16.0: - resolution: {integrity: sha512-+qymusiM+lPZKrkf0tDjCQA158eEJO2IU+Nr/sJ9TFyI/xkFPjNPzw/Qbc8Iy/xcOXGlc6eMgmyjtVQqAWq6UA==} + /@algolia/logger-console@4.10.3: + resolution: {integrity: sha512-vVgRI7b4PHjgBdRkv/cRz490twvkLoGdpC4VYzIouSrKj8SIVLRhey3qgXk7oQXi3xoxVAv6NrklHfpO8Bpx0w==} dependencies: - '@algolia/logger-common': 4.16.0 + '@algolia/logger-common': 4.10.3 - /@algolia/requester-browser-xhr@4.16.0: - resolution: {integrity: sha512-gK+kvs6LHl/PaOJfDuwjkopNbG1djzFLsVBklGBsSU6h6VjFkxIpo6Qq80IK14p9cplYZfhfaL12va6Q9p3KVQ==} + /@algolia/requester-browser-xhr@4.10.3: + resolution: {integrity: sha512-4WIk1zreFbc1EF6+gsfBTQvwSNjWc20zJAAExRWql/Jq5yfVHmwOqi/CajA53/cXKFBqo80DAMRvOiwP+hOLYw==} dependencies: - '@algolia/requester-common': 4.16.0 + '@algolia/requester-common': 4.10.3 - /@algolia/requester-common@4.16.0: - resolution: {integrity: sha512-3Zmcs/iMubcm4zqZ3vZG6Zum8t+hMWxGMzo0/uY2BD8o9q5vMxIYI0c4ocdgQjkXcix189WtZNkgjSOBzSbkdw==} + /@algolia/requester-common@4.10.3: + resolution: {integrity: sha512-PNfLHmg0Hujugs3rx55uz/ifv7b9HVdSFQDb2hj0O5xZaBEuQCNOXC6COrXR8+9VEfqp2swpg7zwgtqFxh+BtQ==} - /@algolia/requester-node-http@4.16.0: - resolution: {integrity: sha512-L8JxM2VwZzh8LJ1Zb8TFS6G3icYsCKZsdWW+ahcEs1rGWmyk9SybsOe1MLnjonGBaqPWJkn9NjS7mRdjEmBtKA==} + /@algolia/requester-node-http@4.10.3: + resolution: {integrity: sha512-A9ZcGfEvgqf0luJApdNcIhsRh6MShn2zn2tbjwjGG1joF81w+HUY+BWuLZn56vGwAA9ZB9n00IoJJpxibbfofg==} dependencies: - '@algolia/requester-common': 4.16.0 + '@algolia/requester-common': 4.10.3 - /@algolia/transporter@4.16.0: - resolution: {integrity: sha512-H9BVB2EAjT65w7XGBNf5drpsW39x2aSZ942j4boSAAJPPlLmjtj5IpAP7UAtsV8g9Beslonh0bLa1XGmE/P0BA==} + /@algolia/transporter@4.10.3: + resolution: {integrity: sha512-n1lRyKDbrckbMEgm7QXtj3nEWUuzA3aKLzVQ43/F/RCFib15j4IwtmYhXR6OIBRSc7+T0Hm48S0J6F+HeYCQkw==} dependencies: - '@algolia/cache-common': 4.16.0 - '@algolia/logger-common': 4.16.0 - '@algolia/requester-common': 4.16.0 + '@algolia/cache-common': 4.10.3 + '@algolia/logger-common': 4.10.3 + '@algolia/requester-common': 4.10.3 /@ampproject/remapping@2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} @@ -1676,24 +1678,26 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 - /@babel/cli@7.21.0(@babel/core@7.21.3): - resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==} + /@babel/cli@7.14.5(@babel/core@7.21.0): + resolution: {integrity: sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@jridgewell/trace-mapping': 0.3.17 + '@babel/core': 7.21.0 commander: 4.1.1 convert-source-map: 1.9.0 fs-readdir-recursive: 1.1.0 glob: 7.2.3 make-dir: 2.1.0 slash: 2.0.0 + source-map: 0.5.7 optionalDependencies: - '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.3 + '@nicolo-ribaudo/chokidar-2': 2.1.8-no-fsevents.2 chokidar: 3.5.3 + transitivePeerDependencies: + - supports-color dev: true /@babel/code-frame@7.12.11: @@ -1735,14 +1739,14 @@ packages: transitivePeerDependencies: - supports-color - /@babel/core@7.21.3: - resolution: {integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==} + /@babel/core@7.21.0: + resolution: {integrity: sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 '@babel/generator': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-module-transforms': 7.21.2 '@babel/helpers': 7.21.0 '@babel/parser': 7.21.3 @@ -1781,26 +1785,26 @@ packages: '@babel/types': 7.21.3 dev: true - /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.3): + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.21.3): + /@babel/helper-create-class-features-plugin@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.21.0 @@ -1813,24 +1817,24 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.21.0(@babel/core@7.21.3): + /@babel/helper-create-regexp-features-plugin@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 dev: true - /@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.21.3): + /@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.21.0): resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/traverse': 7.21.3 @@ -1842,13 +1846,31 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.3): + /@babel/helper-define-polyfill-provider@0.2.4(@babel/core@7.21.0): + resolution: {integrity: sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==} + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/traverse': 7.21.3 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.0): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -1924,13 +1946,13 @@ packages: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.3): + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.20.5 @@ -2021,161 +2043,161 @@ packages: dependencies: '@babel/types': 7.21.3 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.3): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.3): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.3): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.0): 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.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-export-default-from@7.18.10(@babel/core@7.21.3): + /@babel/plugin-proposal-export-default-from@7.18.10(@babel/core@7.21.0): resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.3): + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.3): + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.0) dev: true /@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9): @@ -2188,192 +2210,206 @@ packages: '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.3): + /@babel/plugin-proposal-object-rest-spread@7.15.6(@babel/core@7.21.0): + resolution: {integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.0) + dev: true + + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.0) dev: true - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.3): + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.3): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.0): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.3): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.0): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.0): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.21.3): + /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.21.3): + /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.21.3): + /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.3): + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.0): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.3): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.0): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2385,50 +2421,50 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-jsx@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-jsx@7.14.5(@babel/core@7.21.0): resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.3): + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.3): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.0): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.3): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.0): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2440,116 +2476,116 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.3): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.0): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.0): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.3): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.0): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.21.3): + /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.21.0): resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -2561,132 +2597,132 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.3): + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.0): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.0) dev: true - /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.3): + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.0): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.3): + /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.0): resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 @@ -2694,13 +2730,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.3): + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.0): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 @@ -2709,47 +2745,47 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.3): + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.0): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.0): 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.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: @@ -2765,343 +2801,343 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.3): + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.0): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.0): 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.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.0) dev: true - /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.3): + /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.0) '@babel/types': 7.21.3 dev: true - /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.3): + /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.0): resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-runtime@7.21.0(@babel/core@7.21.3): - resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} + /@babel/plugin-transform-runtime@7.14.5(@babel/core@7.21.0): + resolution: {integrity: sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) + babel-plugin-polyfill-corejs2: 0.2.3(@babel/core@7.21.0) + babel-plugin-polyfill-corejs3: 0.2.5(@babel/core@7.21.0) + babel-plugin-polyfill-regenerator: 0.2.3(@babel/core@7.21.0) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.3): + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.0): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.3): + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.0): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.3): + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.0): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/helper-create-class-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.3) + '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.3): + /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.0): 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.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.3): + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/preset-env@7.20.2(@babel/core@7.21.3): + /@babel/preset-env@7.20.2(@babel/core@7.21.0): resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.0) '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) - '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.3) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.3) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.3) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.3) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.3) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.3) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.3) - '@babel/preset-modules': 0.1.5(@babel/core@7.21.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.0) + '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.0) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.0) + '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.0) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.0) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.0) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.0) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.0) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.0) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.0) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.0) '@babel/types': 7.21.3 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.0) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.0) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.0) core-js-compat: 3.29.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow@7.18.6(@babel/core@7.21.3): + /@babel/preset-flow@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.0) dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.21.3): + /@babel/preset-modules@0.1.5(@babel/core@7.21.0): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.0) '@babel/types': 7.21.3 esutils: 2.0.3 dev: true - /@babel/preset-react@7.18.6(@babel/core@7.21.3): + /@babel/preset-react@7.18.6(@babel/core@7.21.0): resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.0) dev: true - /@babel/preset-typescript@7.21.0(@babel/core@7.21.3): + /@babel/preset-typescript@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true - /@babel/register@7.21.0(@babel/core@7.21.3): + /@babel/register@7.21.0(@babel/core@7.21.0): resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3113,6 +3149,14 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true + /@babel/runtime-corejs3@7.21.0: + resolution: {integrity: sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw==} + engines: {node: '>=6.9.0'} + dependencies: + core-js-pure: 3.29.1 + regenerator-runtime: 0.13.11 + dev: true + /@babel/runtime@7.21.0: resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} engines: {node: '>=6.9.0'} @@ -3650,18 +3694,18 @@ packages: dev: true optional: true - /@commitlint/cli@17.5.0(@swc/core@1.3.42): - resolution: {integrity: sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==} + /@commitlint/cli@17.2.0(@swc/core@1.3.35): + resolution: {integrity: sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 '@commitlint/lint': 17.4.4 - '@commitlint/load': 17.5.0(@swc/core@1.3.42) - '@commitlint/read': 17.4.4 + '@commitlint/load': 17.5.0(@swc/core@1.3.35) + '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 execa: 5.1.1 - lodash.isfunction: 3.0.9 + lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.7.1 @@ -3670,8 +3714,8 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional@17.4.4: - resolution: {integrity: sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==} + /@commitlint/config-conventional@17.2.0: + resolution: {integrity: sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 5.0.0 @@ -3728,7 +3772,7 @@ packages: '@commitlint/types': 17.4.4 dev: true - /@commitlint/load@17.5.0(@swc/core@1.3.42): + /@commitlint/load@17.5.0(@swc/core@1.3.35): resolution: {integrity: sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==} engines: {node: '>=v14'} dependencies: @@ -3736,15 +3780,15 @@ packages: '@commitlint/execute-rule': 17.4.0 '@commitlint/resolve-extends': 17.4.4 '@commitlint/types': 17.4.4 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0(@types/node@15.14.9)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@4.9.5) + cosmiconfig-typescript-loader: 4.3.0(@types/node@15.12.4)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@4.9.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@swc/core@1.3.42)(@types/node@15.14.9)(typescript@4.9.5) + ts-node: 10.9.1(@swc/core@1.3.35)(@types/node@15.12.4)(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - '@swc/core' @@ -3765,8 +3809,8 @@ packages: conventional-commits-parser: 3.2.4 dev: true - /@commitlint/read@17.4.4: - resolution: {integrity: sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==} + /@commitlint/read@17.5.1: + resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==} engines: {node: '>=v14'} dependencies: '@commitlint/top-level': 17.4.0 @@ -3828,7 +3872,7 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.9 - /@design-systems/utils@2.12.0(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2): + /@design-systems/utils@2.12.0(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Y/d2Zzr+JJfN6u1gbuBUb1ufBuLMJJRZQk+dRmw8GaTpqKx5uf7cGUYGTwN02dIb3I+Tf+cW8jcGBTRiFxdYFg==} peerDependencies: '@types/react': '*' @@ -3836,25 +3880,25 @@ packages: react-dom: '>= 16.8.6' dependencies: '@babel/runtime': 7.21.0 - '@types/react': 18.0.29 + '@types/react': 18.0.1 clsx: 1.1.0 focus-lock: 0.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-merge-refs: 1.1.0 dev: true - /@devtools-ds/object-inspector@1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2): + /@devtools-ds/object-inspector@1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-nrAVVj4c4Iv9958oE4HA7Mk6T+4Mn/4xBRlFDeX4Ps6SMzsqO8bKhw/y6+bOfNyb/TYHmC0/pnPS68GDVZcg5Q==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.7.2 '@devtools-ds/object-parser': 1.2.1 - '@devtools-ds/themes': 1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2) - '@devtools-ds/tree': 1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2) + '@devtools-ds/themes': 1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0) + '@devtools-ds/tree': 1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0) clsx: 1.1.0 - react: 17.0.2 + react: 18.2.0 transitivePeerDependencies: - '@types/react' - react-dom @@ -3866,29 +3910,29 @@ packages: '@babel/runtime': 7.5.5 dev: true - /@devtools-ds/themes@1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2): + /@devtools-ds/themes@1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-4/KFsHnokGxUq8CSCchINcVBb6fQ74HtEfNtMuitGtGg3VCRV0kaVSOsz6wzShzhLEaVLd5coSRQKaZj7yx72w==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.5.5 - '@design-systems/utils': 2.12.0(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2) + '@design-systems/utils': 2.12.0(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0) clsx: 1.1.0 - react: 17.0.2 + react: 18.2.0 transitivePeerDependencies: - '@types/react' - react-dom dev: true - /@devtools-ds/tree@1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2): + /@devtools-ds/tree@1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-2ZHG28oWJno0gD+20EoSJO0yffm6JS5r7YzYhGMkrnLGvcCRZuwXSxMmIshSPLIR0cjidiAfGCqsrigHIR4ZQA==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.7.2 - '@devtools-ds/themes': 1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2) + '@devtools-ds/themes': 1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0) clsx: 1.1.0 - react: 17.0.2 + react: 18.2.0 transitivePeerDependencies: - '@types/react' - react-dom @@ -3899,13 +3943,13 @@ packages: engines: {node: '>=10.0.0'} dev: true - /@docusaurus/types@2.0.0-beta.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12): + /@docusaurus/types@2.0.0-beta.3(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11): resolution: {integrity: sha512-ivQ6L1ahju06ldTvFsZLQxcN6DP32iIB7DscxWVRqP0eyuyX2xAy+jrASqih3lB8lyw0JJaaDEeVE5fjroAQ/Q==} dependencies: commander: 5.1.0 joi: 17.9.1 querystring: 0.2.0 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) webpack-merge: 5.8.0 transitivePeerDependencies: - '@swc/core' @@ -3914,15 +3958,15 @@ packages: - webpack-cli dev: true - /@docusaurus/utils@2.0.0-beta.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12): + /@docusaurus/utils@2.0.0-beta.3(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11): resolution: {integrity: sha512-DApc6xcb3CvvsBCfRU6Zk3KoZa4mZfCJA4XRv5zhlhaSb0GFuAo7KQ353RUu6d0eYYylY3GGRABXkxRE1SEClA==} engines: {node: '>=12.13.0'} dependencies: - '@docusaurus/types': 2.0.0-beta.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + '@docusaurus/types': 2.0.0-beta.3(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) '@types/github-slugger': 1.3.0 chalk: 4.1.2 escape-string-regexp: 4.0.0 - fs-extra: 10.1.0 + fs-extra: 10.0.0 gray-matter: 4.0.3 lodash: 4.17.21 resolve-pathname: 3.0.0 @@ -3963,21 +4007,6 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@7.32.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - dependencies: - eslint: 7.32.0 - eslint-visitor-keys: 3.3.0 - dev: true - - /@eslint-community/regexpp@4.4.1: - resolution: {integrity: sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - dev: true - /@eslint/eslintrc@0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -4043,21 +4072,6 @@ packages: '@hapi/hoek': 9.3.0 dev: true - /@humanwhocodes/config-array@0.5.0: - resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} - engines: {node: '>=10.10.0'} - dependencies: - '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@humanwhocodes/object-schema@1.2.1: - resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} - dev: true - /@internationalized/date@3.1.0: resolution: {integrity: sha512-wjeur7K4AecT+YwoBmBXQ/+n5lP69tuZc34hw09s44EozZK7FZHSyfPvRp5/xEb2D6abLboskDY4jG+Nt0TNUQ==} dependencies: @@ -4104,7 +4118,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -4125,14 +4139,14 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 28.1.3 - jest-config: 28.1.3(@types/node@15.14.9)(ts-node@10.9.1) + jest-config: 28.1.3(@types/node@15.12.4)(ts-node@10.9.1) jest-haste-map: 28.1.3 jest-message-util: 28.1.3 jest-regex-util: 28.0.2 @@ -4167,7 +4181,7 @@ packages: dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 jest-mock: 28.1.3 dev: true @@ -4194,7 +4208,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 15.14.9 + '@types/node': 15.12.4 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -4226,7 +4240,7 @@ packages: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -4289,7 +4303,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -4312,7 +4326,7 @@ packages: resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 @@ -4337,7 +4351,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 15.14.9 + '@types/node': 15.12.4 '@types/yargs': 15.0.15 chalk: 4.1.2 dev: true @@ -4348,7 +4362,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 15.14.9 + '@types/node': 15.12.4 '@types/yargs': 16.0.5 chalk: 4.1.2 dev: true @@ -4360,8 +4374,8 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 15.14.9 - '@types/yargs': 17.0.23 + '@types/node': 15.12.4 + '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true @@ -4412,6 +4426,7 @@ packages: /@lezer/common@0.15.12: resolution: {integrity: sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==} + dev: false /@lezer/css@0.15.2: resolution: {integrity: sha512-tnMOMZY0Zs6JQeVjqfmREYMV0GnmZR1NitndLWioZMD6mA7VQF/PPKPmJX1f+ZgVZQc5Am0df9mX3aiJnNJlKQ==} @@ -4435,49 +4450,50 @@ packages: resolution: {integrity: sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==} dependencies: '@lezer/common': 0.15.12 + dev: false - /@lmdb/lmdb-darwin-arm64@2.5.2: - resolution: {integrity: sha512-+F8ioQIUN68B4UFiIBYu0QQvgb9FmlKw2ctQMSBfW2QBrZIxz9vD9jCGqTCPqZBRbPHAS/vG1zSXnKqnS2ch/A==} + /@lmdb/lmdb-darwin-arm64@2.7.11: + resolution: {integrity: sha512-r6+vYq2vKzE+vgj/rNVRMwAevq0+ZR9IeMFIqcSga+wMtMdXQ27KqQ7uS99/yXASg29bos7yHP3yk4x6Iio0lw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@lmdb/lmdb-darwin-x64@2.5.2: - resolution: {integrity: sha512-KvPH56KRLLx4KSfKBx0m1r7GGGUMXm0jrKmNE7plbHlesZMuPJICtn07HYgQhj1LNsK7Yqwuvnqh1QxhJnF1EA==} + /@lmdb/lmdb-darwin-x64@2.7.11: + resolution: {integrity: sha512-jhj1aB4K8ycRL1HOQT5OtzlqOq70jxUQEWRN9Gqh3TIDN30dxXtiHi6EWF516tzw6v2+3QqhDMJh8O6DtTGG8Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@lmdb/lmdb-linux-arm64@2.5.2: - resolution: {integrity: sha512-aLl89VHL/wjhievEOlPocoefUyWdvzVrcQ/MHQYZm2JfV1jUsrbr/ZfkPPUFvZBf+VSE+Q0clWs9l29PCX1hTQ==} + /@lmdb/lmdb-linux-arm64@2.7.11: + resolution: {integrity: sha512-7xGEfPPbmVJWcY2Nzqo11B9Nfxs+BAsiiaY/OcT4aaTDdykKeCjvKMQJA3KXCtZ1AtiC9ljyGLi+BfUwdulY5A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@lmdb/lmdb-linux-arm@2.5.2: - resolution: {integrity: sha512-5kQAP21hAkfW5Bl+e0P57dV4dGYnkNIpR7f/GAh6QHlgXx+vp/teVj4PGRZaKAvt0GX6++N6hF8NnGElLDuIDw==} + /@lmdb/lmdb-linux-arm@2.7.11: + resolution: {integrity: sha512-dHfLFVSrw/v5X5lkwp0Vl7+NFpEeEYKfMG2DpdFJnnG1RgHQZngZxCaBagFoaJGykRpd2DYF1AeuXBFrAUAXfw==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@lmdb/lmdb-linux-x64@2.5.2: - resolution: {integrity: sha512-xUdUfwDJLGjOUPH3BuPBt0NlIrR7f/QHKgu3GZIXswMMIihAekj2i97oI0iWG5Bok/b+OBjHPfa8IU9velnP/Q==} + /@lmdb/lmdb-linux-x64@2.7.11: + resolution: {integrity: sha512-vUKI3JrREMQsXX8q0Eq5zX2FlYCKWMmLiCyyJNfZK0Uyf14RBg9VtB3ObQ41b4swYh2EWaltasWVe93Y8+KDng==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@lmdb/lmdb-win32-x64@2.5.2: - resolution: {integrity: sha512-zrBczSbXKxEyK2ijtbRdICDygRqWSRPpZMN5dD1T8VMEW5RIhIbwFWw2phDRXuBQdVDpSjalCIUMWMV2h3JaZA==} + /@lmdb/lmdb-win32-x64@2.7.11: + resolution: {integrity: sha512-BJwkHlSUgtB+Ei52Ai32M1AOMerSlzyIGA/KC4dAGL+GGwVMdwG8HGCOA2TxP3KjhbgDPMYkv7bt/NmOmRIFng==} cpu: [x64] os: [win32] requiresBuild: true @@ -4538,34 +4554,16 @@ packages: transitivePeerDependencies: - supports-color - /@mdx-js/react@1.6.22(react@17.0.2): - resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} - peerDependencies: - react: ^16.13.1 || ^17.0.0 - dependencies: - react: 17.0.2 - dev: true - /@mdx-js/react@1.6.22(react@18.2.0): resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} peerDependencies: react: ^16.13.1 || ^17.0.0 dependencies: react: 18.2.0 - dev: false /@mdx-js/util@1.6.22: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} - /@mischnic/json-sourcemap@0.1.0: - resolution: {integrity: sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==} - engines: {node: '>=12.0.0'} - dependencies: - '@lezer/common': 0.15.12 - '@lezer/lr': 0.15.8 - json5: 2.2.3 - dev: true - /@mrmlnc/readdir-enhanced@2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} @@ -4622,122 +4620,118 @@ packages: dev: true optional: true - /@next/env@12.3.4: - resolution: {integrity: sha512-H/69Lc5Q02dq3o+dxxy5O/oNxFsZpdL6WREtOOtOM1B/weonIwDXkekr1KV5DPVPr12IHFPrMrcJQ6bgPMfn7A==} + /@next/env@12.1.0: + resolution: {integrity: sha512-nrIgY6t17FQ9xxwH3jj0a6EOiQ/WDHUos35Hghtr+SWN/ntHIQ7UpuvSi0vaLzZVHQWaDupKI+liO5vANcDeTQ==} - /@next/eslint-plugin-next@11.1.4: - resolution: {integrity: sha512-E0iM++lWF2uOEBSRWSIg9sl3xXWvYSGP6tvUVKdeNNIiEAWwcZzs0OqxeO7Xq3BZ5XkQREEGiAUkzfCqDze5TQ==} - dependencies: - glob: 7.1.7 + /@next/eslint-plugin-next@11.0.0: + resolution: {integrity: sha512-fPZ0904yY1box6bRpR9rJqIkNxJdvzzxH7doXS+cdjyBAdptMR7wj3mcx1hEikBHzWduU8BOXBvRg2hWc09YDQ==} dev: true - /@next/swc-android-arm-eabi@12.3.4: - resolution: {integrity: sha512-cM42Cw6V4Bz/2+j/xIzO8nK/Q3Ly+VSlZJTa1vHzsocJRYz8KT6MrreXaci2++SIZCF1rVRCDgAg5PpqRibdIA==} - engines: {node: '>= 10'} - cpu: [arm] - os: [android] - requiresBuild: true - optional: true - - /@next/swc-android-arm64@12.3.4: - resolution: {integrity: sha512-5jf0dTBjL+rabWjGj3eghpLUxCukRhBcEJgwLedewEA/LJk2HyqCvGIwj5rH+iwmq1llCWbOky2dO3pVljrapg==} + /@next/swc-android-arm64@12.1.0: + resolution: {integrity: sha512-/280MLdZe0W03stA69iL+v6I+J1ascrQ6FrXBlXGCsGzrfMaGr7fskMa0T5AhQIVQD4nA/46QQWxG//DYuFBcA==} engines: {node: '>= 10'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@next/swc-darwin-arm64@12.3.4: - resolution: {integrity: sha512-DqsSTd3FRjQUR6ao0E1e2OlOcrF5br+uegcEGPVonKYJpcr0MJrtYmPxd4v5T6UCJZ+XzydF7eQo5wdGvSZAyA==} + /@next/swc-darwin-arm64@12.1.0: + resolution: {integrity: sha512-R8vcXE2/iONJ1Unf5Ptqjk6LRW3bggH+8drNkkzH4FLEQkHtELhvcmJwkXcuipyQCsIakldAXhRbZmm3YN1vXg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64@12.3.4: - resolution: {integrity: sha512-PPF7tbWD4k0dJ2EcUSnOsaOJ5rhT3rlEt/3LhZUGiYNL8KvoqczFrETlUx0cUYaXe11dRA3F80Hpt727QIwByQ==} + /@next/swc-darwin-x64@12.1.0: + resolution: {integrity: sha512-ieAz0/J0PhmbZBB8+EA/JGdhRHBogF8BWaeqR7hwveb6SYEIJaDNQy0I+ZN8gF8hLj63bEDxJAs/cEhdnTq+ug==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-freebsd-x64@12.3.4: - resolution: {integrity: sha512-KM9JXRXi/U2PUM928z7l4tnfQ9u8bTco/jb939pdFUHqc28V43Ohd31MmZD1QzEK4aFlMRaIBQOWQZh4D/E5lQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - optional: true - - /@next/swc-linux-arm-gnueabihf@12.3.4: - resolution: {integrity: sha512-3zqD3pO+z5CZyxtKDTnOJ2XgFFRUBciOox6EWkoZvJfc9zcidNAQxuwonUeNts6Xbm8Wtm5YGIRC0x+12YH7kw==} + /@next/swc-linux-arm-gnueabihf@12.1.0: + resolution: {integrity: sha512-njUd9hpl6o6A5d08dC0cKAgXKCzm5fFtgGe6i0eko8IAdtAPbtHxtpre3VeSxdZvuGFh+hb0REySQP9T1ttkog==} engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu@12.3.4: - resolution: {integrity: sha512-kiX0vgJGMZVv+oo1QuObaYulXNvdH/IINmvdZnVzMO/jic/B8EEIGlZ8Bgvw8LCjH3zNVPO3mGrdMvnEEPEhKA==} + /@next/swc-linux-arm64-gnu@12.1.0: + resolution: {integrity: sha512-OqangJLkRxVxMhDtcb7Qn1xjzFA3s50EIxY7mljbSCLybU+sByPaWAHY4px97ieOlr2y4S0xdPKkQ3BCAwyo6Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl@12.3.4: - resolution: {integrity: sha512-EETZPa1juczrKLWk5okoW2hv7D7WvonU+Cf2CgsSoxgsYbUCZ1voOpL4JZTOb6IbKMDo6ja+SbY0vzXZBUMvkQ==} + /@next/swc-linux-arm64-musl@12.1.0: + resolution: {integrity: sha512-hB8cLSt4GdmOpcwRe2UzI5UWn6HHO/vLkr5OTuNvCJ5xGDwpPXelVkYW/0+C3g5axbDW2Tym4S+MQCkkH9QfWA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu@12.3.4: - resolution: {integrity: sha512-4csPbRbfZbuWOk3ATyWcvVFdD9/Rsdq5YHKvRuEni68OCLkfy4f+4I9OBpyK1SKJ00Cih16NJbHE+k+ljPPpag==} + /@next/swc-linux-x64-gnu@12.1.0: + resolution: {integrity: sha512-OKO4R/digvrVuweSw/uBM4nSdyzsBV5EwkUeeG4KVpkIZEe64ZwRpnFB65bC6hGwxIBnTv5NMSnJ+0K/WmG78A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl@12.3.4: - resolution: {integrity: sha512-YeBmI+63Ro75SUiL/QXEVXQ19T++58aI/IINOyhpsRL1LKdyfK/35iilraZEFz9bLQrwy1LYAR5lK200A9Gjbg==} + /@next/swc-linux-x64-musl@12.1.0: + resolution: {integrity: sha512-JohhgAHZvOD3rQY7tlp7NlmvtvYHBYgY0x5ZCecUT6eCCcl9lv6iV3nfu82ErkxNk1H893fqH0FUpznZ/H3pSw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc@12.3.4: - resolution: {integrity: sha512-Sd0qFUJv8Tj0PukAYbCCDbmXcMkbIuhnTeHm9m4ZGjCf6kt7E/RMs55Pd3R5ePjOkN7dJEuxYBehawTR/aPDSQ==} + /@next/swc-win32-arm64-msvc@12.1.0: + resolution: {integrity: sha512-T/3gIE6QEfKIJ4dmJk75v9hhNiYZhQYAoYm4iVo1TgcsuaKLFa+zMPh4056AHiG6n9tn2UQ1CFE8EoybEsqsSw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc@12.3.4: - resolution: {integrity: sha512-rt/vv/vg/ZGGkrkKcuJ0LyliRdbskQU+91bje+PgoYmxTZf/tYs6IfbmgudBJk6gH3QnjHWbkphDdRQrseRefQ==} + /@next/swc-win32-ia32-msvc@12.1.0: + resolution: {integrity: sha512-iwnKgHJdqhIW19H9PRPM9j55V6RdcOo6rX+5imx832BCWzkDbyomWnlzBfr6ByUYfhohb8QuH4hSGEikpPqI0Q==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc@12.3.4: - resolution: {integrity: sha512-DQ20JEfTBZAgF8QCjYfJhv2/279M6onxFjdG/+5B0Cyj00/EdBxiWb2eGGFgQhrBbNv/lsvzFbbi0Ptf8Vw/bg==} + /@next/swc-win32-x64-msvc@12.1.0: + resolution: {integrity: sha512-aBvcbMwuanDH4EMrL2TthNJy+4nP59Bimn8egqv6GHMVj0a44cU6Au4PjOhLNqEh9l+IpRGBqMTzec94UdC5xg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] requiresBuild: true optional: true - /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3: - resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} + /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.2: + resolution: {integrity: sha512-Fb8WxUFOBQVl+CX4MWet5o7eCc6Pj04rXIwVKZ6h1NnqTo45eOQW6aWyhG25NIODvWFwTDMwBsYxrQ3imxpetg==} requiresBuild: true + dependencies: + anymatch: 2.0.0 + async-each: 1.0.6 + braces: 2.3.2(supports-color@6.1.0) + glob-parent: 5.1.2 + inherits: 2.0.4 + is-binary-path: 1.0.1 + is-glob: 4.0.3 + normalize-path: 3.0.0 + path-is-absolute: 1.0.1 + readdirp: 2.2.1 + upath: 1.2.0 + transitivePeerDependencies: + - supports-color dev: true optional: true @@ -4916,85 +4910,84 @@ packages: rimraf: 3.0.2 dev: true - /@parcel/bundler-default@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-yJvRsNWWu5fVydsWk3O2L4yIy3UZiKWO2cPDukGOIWMgp/Vbpp+2Ct5IygVRtE22bnseW/E/oe0PV3d2IkEJGg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/bundler-default@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-NFPI3UgWA3wD057ZXdoI9xM+JfM5aooPDJEvBateUQibwPzb96k9Bw7AfKnB/UAsASgtXeNAZXDqhXq5zrXeYQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/graph': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/diagnostic': 2.3.1 + '@parcel/hash': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/cache@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-k7xv5vSQrJLdXuglo+Hv3yF4BCSs1tQ/8Vbd6CHTkOhf7LcGg6CPtLw053R/KdMpd/4GPn0QrAsOLdATm1ELtQ==} + /@parcel/cache@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-8Wvm0VERtocUepIfkZ6xVs1LHZqttnzdrM7oSc0bXhwtz8kZB++N88g0rQskbUchW87314eYdzBtEL0aiq0bgQ==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': ^2.3.1 dependencies: - '@parcel/core': 2.8.3 - '@parcel/fs': 2.8.3(@parcel/core@2.8.3) - '@parcel/logger': 2.8.3 - '@parcel/utils': 2.8.3 - lmdb: 2.5.2 + '@parcel/core': 2.3.1 + '@parcel/fs': 2.3.1(@parcel/core@2.3.1) + '@parcel/logger': 2.3.1 + '@parcel/utils': 2.3.1 + lmdb: 2.7.11 dev: true - /@parcel/codeframe@2.8.3: - resolution: {integrity: sha512-FE7sY53D6n/+2Pgg6M9iuEC6F5fvmyBkRE4d9VdnOoxhTXtkEqpqYgX7RJ12FAQwNlxKq4suBJQMgQHMF2Kjeg==} + /@parcel/codeframe@2.3.1: + resolution: {integrity: sha512-sdNvbg9qYS2pwzqyyyt+wZfNGuy7EslzDLbzQclFZmhD6e770mcYoi8/7i7D/AONbXiI15vwNmgOdcUIXtPxbA==} engines: {node: '>= 12.0.0'} dependencies: chalk: 4.1.2 dev: true - /@parcel/compressor-raw@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-bVDsqleBUxRdKMakWSlWC9ZjOcqDKE60BE+Gh3JSN6WJrycJ02P5wxjTVF4CStNP/G7X17U+nkENxSlMG77ySg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/compressor-raw@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-a294CarNzmy5mqTYnoO6clUxzVN/+HuUMAz1Y7EmsXwS6pJMCdhrE1Lra3upslFj4YMwp9N6+skzkptSCArkTQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/config-default@2.8.3(@parcel/core@2.8.3)(postcss@7.0.39): - resolution: {integrity: sha512-o/A/mbrO6X/BfGS65Sib8d6SSG45NYrNooNBkH/o7zbOBSRQxwyTlysleK1/3Wa35YpvFyLOwgfakqCtbGy4fw==} + /@parcel/config-default@2.3.1(@parcel/core@2.3.1)(postcss@8.4.21): + resolution: {integrity: sha512-EEu8GPHAlHchyIu5AD1uPbOC/wPoAOS/ni2+yBmJWq3MJ6hwjnAdZJVYs8qVD9n2lcu3kcpO4vYxL8kv+i1mTQ==} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': ^2.3.1 dependencies: - '@parcel/bundler-default': 2.8.3(@parcel/core@2.8.3) - '@parcel/compressor-raw': 2.8.3(@parcel/core@2.8.3) - '@parcel/core': 2.8.3 - '@parcel/namer-default': 2.8.3(@parcel/core@2.8.3) - '@parcel/optimizer-css': 2.8.3(@parcel/core@2.8.3) - '@parcel/optimizer-htmlnano': 2.8.3(@parcel/core@2.8.3)(postcss@7.0.39) - '@parcel/optimizer-image': 2.8.3(@parcel/core@2.8.3) - '@parcel/optimizer-svgo': 2.8.3(@parcel/core@2.8.3) - '@parcel/optimizer-terser': 2.8.3(@parcel/core@2.8.3) - '@parcel/packager-css': 2.8.3(@parcel/core@2.8.3) - '@parcel/packager-html': 2.8.3(@parcel/core@2.8.3) - '@parcel/packager-js': 2.8.3(@parcel/core@2.8.3) - '@parcel/packager-raw': 2.8.3(@parcel/core@2.8.3) - '@parcel/packager-svg': 2.8.3(@parcel/core@2.8.3) - '@parcel/reporter-dev-server': 2.8.3(@parcel/core@2.8.3) - '@parcel/resolver-default': 2.8.3(@parcel/core@2.8.3) - '@parcel/runtime-browser-hmr': 2.8.3(@parcel/core@2.8.3) - '@parcel/runtime-js': 2.8.3(@parcel/core@2.8.3) - '@parcel/runtime-react-refresh': 2.8.3(@parcel/core@2.8.3) - '@parcel/runtime-service-worker': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-babel': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-css': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-html': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-image': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-js': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-json': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-postcss': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-posthtml': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-raw': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-react-refresh-wrap': 2.8.3(@parcel/core@2.8.3) - '@parcel/transformer-svg': 2.8.3(@parcel/core@2.8.3) + '@parcel/bundler-default': 2.3.1(@parcel/core@2.3.1) + '@parcel/compressor-raw': 2.3.1(@parcel/core@2.3.1) + '@parcel/core': 2.3.1 + '@parcel/namer-default': 2.3.1(@parcel/core@2.3.1) + '@parcel/optimizer-cssnano': 2.3.1(@parcel/core@2.3.1) + '@parcel/optimizer-htmlnano': 2.3.1(@parcel/core@2.3.1)(postcss@8.4.21) + '@parcel/optimizer-image': 2.3.1(@parcel/core@2.3.1) + '@parcel/optimizer-svgo': 2.3.1(@parcel/core@2.3.1) + '@parcel/optimizer-terser': 2.3.1(@parcel/core@2.3.1) + '@parcel/packager-css': 2.3.1(@parcel/core@2.3.1) + '@parcel/packager-html': 2.3.1(@parcel/core@2.3.1) + '@parcel/packager-js': 2.3.1(@parcel/core@2.3.1) + '@parcel/packager-raw': 2.3.1(@parcel/core@2.3.1) + '@parcel/packager-svg': 2.3.1(@parcel/core@2.3.1) + '@parcel/reporter-dev-server': 2.3.1(@parcel/core@2.3.1) + '@parcel/resolver-default': 2.3.1(@parcel/core@2.3.1) + '@parcel/runtime-browser-hmr': 2.3.1(@parcel/core@2.3.1) + '@parcel/runtime-js': 2.3.1(@parcel/core@2.3.1) + '@parcel/runtime-react-refresh': 2.3.1(@parcel/core@2.3.1) + '@parcel/runtime-service-worker': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-babel': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-css': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-html': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-image': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-js': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-json': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-postcss': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-posthtml': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-raw': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-react-refresh-wrap': 2.3.1(@parcel/core@2.3.1) + '@parcel/transformer-svg': 2.3.1(@parcel/core@2.3.1) transitivePeerDependencies: - cssnano - postcss @@ -5005,142 +4998,139 @@ packages: - uncss dev: true - /@parcel/core@2.8.3: - resolution: {integrity: sha512-Euf/un4ZAiClnlUXqPB9phQlKbveU+2CotZv7m7i+qkgvFn5nAGnrV4h1OzQU42j9dpgOxWi7AttUDMrvkbhCQ==} + /@parcel/core@2.3.1: + resolution: {integrity: sha512-Fzj8OxICQ0dKqu+haq1LP/yxmE1ryALIddZrgmn4JSoNiZVtPJMOxidozyl+3bnEq0mRyH5i38CDFRUWl9dqKQ==} engines: {node: '>= 12.0.0'} dependencies: - '@mischnic/json-sourcemap': 0.1.0 - '@parcel/cache': 2.8.3(@parcel/core@2.8.3) - '@parcel/diagnostic': 2.8.3 - '@parcel/events': 2.8.3 - '@parcel/fs': 2.8.3(@parcel/core@2.8.3) - '@parcel/graph': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/logger': 2.8.3 - '@parcel/package-manager': 2.8.3(@parcel/core@2.8.3) - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/cache': 2.3.1(@parcel/core@2.3.1) + '@parcel/diagnostic': 2.3.1 + '@parcel/events': 2.3.1 + '@parcel/fs': 2.3.1(@parcel/core@2.3.1) + '@parcel/graph': 2.3.1 + '@parcel/hash': 2.3.1 + '@parcel/logger': 2.3.1 + '@parcel/package-manager': 2.3.1(@parcel/core@2.3.1) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) abortcontroller-polyfill: 1.7.5 base-x: 3.0.9 browserslist: 4.21.5 clone: 2.1.2 dotenv: 7.0.0 dotenv-expand: 5.1.0 + json-source-map: 0.6.1 json5: 2.2.3 msgpackr: 1.8.5 nullthrows: 1.1.1 semver: 5.7.1 dev: true - /@parcel/diagnostic@2.8.3: - resolution: {integrity: sha512-u7wSzuMhLGWZjVNYJZq/SOViS3uFG0xwIcqXw12w54Uozd6BH8JlhVtVyAsq9kqnn7YFkw6pXHqAo5Tzh4FqsQ==} + /@parcel/diagnostic@2.3.1: + resolution: {integrity: sha512-hBMcg4WVMdSIy6RpI4gSto5dZ3OoUbnrCZzVw3J1tzQJn7x9na/+014IaE58vJtAqJ8/jc/TqWIcwsSLe898rA==} engines: {node: '>= 12.0.0'} dependencies: - '@mischnic/json-sourcemap': 0.1.0 + json-source-map: 0.6.1 nullthrows: 1.1.1 dev: true - /@parcel/events@2.8.3: - resolution: {integrity: sha512-hoIS4tAxWp8FJk3628bsgKxEvR7bq2scCVYHSqZ4fTi/s0+VymEATrRCUqf+12e5H47uw1/ZjoqrGtBI02pz4w==} + /@parcel/events@2.3.1: + resolution: {integrity: sha512-J2rWKGl1Z2IvwwDwWYz/4gUxC1P4LsioUyOo1HYGT+N5+r41P8ZB5CM/aosI2qu5mMsH8rTpclOv5E36vCSQxw==} engines: {node: '>= 12.0.0'} dev: true - /@parcel/fs-search@2.8.3: - resolution: {integrity: sha512-DJBT2N8knfN7Na6PP2mett3spQLTqxFrvl0gv+TJRp61T8Ljc4VuUTb0hqBj+belaASIp3Q+e8+SgaFQu7wLiQ==} + /@parcel/fs-search@2.3.1: + resolution: {integrity: sha512-JsBIDttjmgJIMD6Q6MV83M+mwr5NqUm55iA+SewimboiWzSPzIJxRaegniSsNfsrBASJ6nSZFHcLPd/VJ5iqJw==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 dev: true - /@parcel/fs@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-y+i+oXbT7lP0e0pJZi/YSm1vg0LDsbycFuHZIL80pNwdEppUAtibfJZCp606B7HOjMAlNZOBo48e3hPG3d8jgQ==} + /@parcel/fs@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-FKqyf8KF0zOw8gfj/feEAMj4Kzqkgt9Zxa2A7UDdMWRvxLR8znqnWjD++xqq6rxJp2Y1zm4fH3JOTK4CRddUSg==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': ^2.3.1 dependencies: - '@parcel/core': 2.8.3 - '@parcel/fs-search': 2.8.3 - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/core': 2.3.1 + '@parcel/fs-search': 2.3.1 + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 '@parcel/watcher': 2.1.0 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) dev: true - /@parcel/graph@2.8.3: - resolution: {integrity: sha512-26GL8fYZPdsRhSXCZ0ZWliloK6DHlMJPWh6Z+3VVZ5mnDSbYg/rRKWmrkhnr99ZWmL9rJsv4G74ZwvDEXTMPBg==} + /@parcel/graph@2.3.1: + resolution: {integrity: sha512-KdoPJM+d5LlCFZ46iapXXCwL+WD8/QYRkb/lFpmwHIT0xdY2sAU+rDFbSB3XeI8guol5zPZrGHSj38U1o+tSFA==} engines: {node: '>= 12.0.0'} dependencies: + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 dev: true - /@parcel/hash@2.8.3: - resolution: {integrity: sha512-FVItqzjWmnyP4ZsVgX+G00+6U2IzOvqDtdwQIWisCcVoXJFCqZJDy6oa2qDDFz96xCCCynjRjPdQx2jYBCpfYw==} + /@parcel/hash@2.3.1: + resolution: {integrity: sha512-IYhSQE+CIKWjPfiLmsrXHupkNd+hMlTlI9DR5qLiD8ydyPwg0XE/bOYTcbdsSl6HTackY0XYVSJwTtEgvtYVfw==} engines: {node: '>= 12.0.0'} dependencies: detect-libc: 1.0.3 xxhash-wasm: 0.4.2 dev: true - /@parcel/logger@2.8.3: - resolution: {integrity: sha512-Kpxd3O/Vs7nYJIzkdmB6Bvp3l/85ydIxaZaPfGSGTYOfaffSOTkhcW9l6WemsxUrlts4za6CaEWcc4DOvaMOPA==} + /@parcel/logger@2.3.1: + resolution: {integrity: sha512-swNPInULCJrpCJCLOgZcf+xNcUF0NjD7LyNcB349BkyO7i6st14nfBjXf6eAJJu0z7RMmi6zp9CQB47e4cI6+g==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/events': 2.8.3 + '@parcel/diagnostic': 2.3.1 + '@parcel/events': 2.3.1 dev: true - /@parcel/markdown-ansi@2.8.3: - resolution: {integrity: sha512-4v+pjyoh9f5zuU/gJlNvNFGEAb6J90sOBwpKJYJhdWXLZMNFCVzSigxrYO+vCsi8G4rl6/B2c0LcwIMjGPHmFQ==} + /@parcel/markdown-ansi@2.3.1: + resolution: {integrity: sha512-M4Hi25pKtSh1KF/ppMDBk5QuLpYAQjgB/MSP+nz7NzXQlYPCN5oEk9TUkrmQ9J+vOvVwefxfy7ahSErEuQbTFw==} engines: {node: '>= 12.0.0'} dependencies: chalk: 4.1.2 dev: true - /@parcel/namer-default@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-tJ7JehZviS5QwnxbARd8Uh63rkikZdZs1QOyivUhEvhN+DddSAVEdQLHGPzkl3YRk0tjFhbqo+Jci7TpezuAMw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/namer-default@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-huIb47vri76MhfuvmKtQqalqDfIwMfaPyjrbaoHysZ4fRUjvmrx0NPy0dNrTSLvA96iBc7EG2Zzw+Qn3voAiwg==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/node-resolver-core@2.8.3: - resolution: {integrity: sha512-12YryWcA5Iw2WNoEVr/t2HDjYR1iEzbjEcxfh1vaVDdZ020PiGw67g5hyIE/tsnG7SRJ0xdRx1fQ2hDgED+0Ww==} + /@parcel/node-resolver-core@2.3.1: + resolution: {integrity: sha512-iEeilPoeiOyWLeF1NERZByOWe3IqUnNuoHkGbn8qZWlZXYO+k+w/X8Auv0KKsLVGe4XdljwsWbTWuhQJZ8BpIg==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/utils': 2.8.3 + '@parcel/diagnostic': 2.3.1 + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 - semver: 5.7.1 dev: true - /@parcel/optimizer-css@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-JotGAWo8JhuXsQDK0UkzeQB0UR5hDAKvAviXrjqB4KM9wZNLhLleeEAW4Hk8R9smCeQFP6Xg/N/NkLDpqMwT3g==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/optimizer-cssnano@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-e/YfTbMzn71CgSyyL/e+MZ/aQTPcUXoQ/EtqcuDlS3kcp2tw1aHgP0xmZT7dSPv+L+I0gY3aQSMM7IqgIzfkLQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 - browserslist: 4.21.5 - lightningcss: 1.19.0 - nullthrows: 1.1.1 + cssnano: 5.1.15(postcss@8.4.21) + postcss: 8.4.21 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/optimizer-htmlnano@2.8.3(@parcel/core@2.8.3)(postcss@7.0.39): - resolution: {integrity: sha512-L8/fHbEy8Id2a2E0fwR5eKGlv9VYDjrH9PwdJE9Za9v1O/vEsfl/0T/79/x129l5O0yB6EFQkFa20MiK3b+vOg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/optimizer-htmlnano@2.3.1(@parcel/core@2.3.1)(postcss@8.4.21): + resolution: {integrity: sha512-zE76grrE5KlWwooH9AnkKRU4QNgcWUtHpJUWba5JYXuCfaqCG2XpN5ARBmRqtmrEke7PlCt/1F0E47PPhZeWiw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - htmlnano: 2.0.3(postcss@7.0.39)(svgo@2.8.0) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + htmlnano: 2.0.3(postcss@8.4.21)(svgo@2.8.0) nullthrows: 1.1.1 posthtml: 0.16.6 svgo: 2.8.0 @@ -5155,203 +5145,201 @@ packages: - uncss dev: true - /@parcel/optimizer-image@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-SD71sSH27SkCDNUNx9A3jizqB/WIJr3dsfp+JZGZC42tpD/Siim6Rqy9M4To/BpMMQIIiEXa5ofwS+DgTEiEHQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/optimizer-image@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-vBnyWaaqljASMi/vDkVdv855/G/BaJYzZklsc5xjGUwZq8nbH4sZPc9NDdl99/WU3yGR8QtA67BdTRkRLf8rKQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) detect-libc: 1.0.3 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/optimizer-svgo@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-9KQed99NZnQw3/W4qBYVQ7212rzA9EqrQG019TIWJzkA9tjGBMIm2c/nXpK1tc3hQ3e7KkXkFCQ3C+ibVUnHNA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/optimizer-svgo@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-PwEXmmZ9z7WNs8n/lWkbwRdw62MJqYzKDUUJPF+KCQb7NG1OAZy1jVj+TyiCuMtxIKhNtei8OrMOlvulQgixcg==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/diagnostic': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 svgo: 2.8.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/optimizer-terser@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-9EeQlN6zIeUWwzrzu6Q2pQSaYsYGah8MtiQ/hog9KEPlYTP60hBv/+utDyYEHSQhL7y5ym08tPX5GzBvwAD/dA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/optimizer-terser@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-uDJghBgwCKhq6m1y/vw/tRZKS4kqNXhXaZIYtEyRdrxJ/pqGTGmHVYO5ItXpgGugM49C8TrqVVlcgIIgR/p1yw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 terser: 5.16.8 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/package-manager@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-tIpY5pD2lH53p9hpi++GsODy6V3khSTX4pLEGuMpeSYbHthnOViobqIlFLsjni+QA1pfc8NNNIQwSNdGjYflVA==} + /@parcel/package-manager@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-w2XOkD3SU8RxhUDW+Soy/TjvEVvfUsBmHy02asllt4b/ZtyZVAsQmonGExHDDkRn3TNDR6Y96Yw6M7purt+b9w==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': ^2.3.1 dependencies: - '@parcel/core': 2.8.3 - '@parcel/diagnostic': 2.8.3 - '@parcel/fs': 2.8.3(@parcel/core@2.8.3) - '@parcel/logger': 2.8.3 - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) + '@parcel/core': 2.3.1 + '@parcel/diagnostic': 2.3.1 + '@parcel/fs': 2.3.1(@parcel/core@2.3.1) + '@parcel/logger': 2.3.1 + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) semver: 5.7.1 dev: true - /@parcel/packager-css@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-WyvkMmsurlHG8d8oUVm7S+D+cC/T3qGeqogb7sTI52gB6uiywU7lRCizLNqGFyFGIxcVTVHWnSHqItBcLN76lA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/packager-css@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-gvrGNw4tiIyi6SO7at7RJvfCDQIAuy9xJhFtuouuFAl6A1EMhkoL5amcmavfdbN166LJ/3s74t1LYoPeYCnb2Q==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-html@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-OhPu1Hx1RRKJodpiu86ZqL8el2Aa4uhBHF6RAL1Pcrh2EhRRlPf70Sk0tC22zUpYL7es+iNKZ/n0Rl+OWSHWEw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/packager-html@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-dOPEB0KEyLzDl5zEXjRCo/J/fsc1wVw0gUa+N0A5LAZeYmTOPJgTHhb/ZeNcPKWQT75eGUSEaDXX+oBs1B17xw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 posthtml: 0.16.6 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-js@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-0pGKC3Ax5vFuxuZCRB+nBucRfFRz4ioie19BbDxYnvBxrd4M3FIu45njf6zbBYsI9eXqaDnL1b3DcZJfYqtIzw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/packager-js@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-7TikegHYgwiuUQ9bFikG3H47wTms7nVpDQEwBYHmPhDLvwlKCq17HJ39eQKS4740G6umIvQkG5t7mcR1XTXYtg==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/hash': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 + '@parcel/utils': 2.3.1 globals: 13.20.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-raw@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-BA6enNQo1RCnco9MhkxGrjOk59O71IZ9DPKu3lCtqqYEVd823tXff2clDKHK25i6cChmeHu6oB1Rb73hlPqhUA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/packager-raw@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-Gy4WfZPy64+E7Gvvdw3/HG5EFzuBbC64MbLv0AgQNIDub5LG76dPdLLgJ/TS72gXsA43Q2ApaXMHBOC/G0yECA==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/packager-svg@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-mvIoHpmv5yzl36OjrklTDFShLUfPFTwrmp1eIwiszGdEBuQaX7JVI3Oo2jbVQgcN4W7J6SENzGQ3Q5hPTW3pMw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/packager-svg@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-lUx+DXymTNKhvxdoNhnb6or4qjGLbXBTAiyfp4q8QlFXJHKVbEEoVgLc9rda9TLIG18Pn4NR9QE+o/nyzwcibQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 posthtml: 0.16.6 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/plugin@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-jZ6mnsS4D9X9GaNnvrixDQwlUQJCohDX2hGyM0U0bY2NWU8Km97SjtoCpWjq+XBCx/gpC4g58+fk9VQeZq2vlw==} + /@parcel/plugin@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-ROOWbgFze7BCF3RkEh8VbcKGlR5UGBuJ8lfCaFrG1VOk7Rxgl8Bmk96TRbZREm/1jB74p2O8twVKyPSC13riow==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/types': 2.8.3(@parcel/core@2.8.3) + '@parcel/types': 2.3.1(@parcel/core@2.3.1) transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/reporter-cli@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-3sJkS6tFFzgIOz3u3IpD/RsmRxvOKKiQHOTkiiqRt1l44mMDGKS7zANRnJYsQzdCsgwc9SOP30XFgJwtoVlMbw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/reporter-cli@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-rLDxD1SJIiAhd/N3CiRiNKz/NVVyh25tPEOFCNFgoTVC8wJKfzeUEgVuTJQ8lRLrzk0PfY51KyGmWdLqti8jag==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 chalk: 4.1.2 - term-size: 2.2.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/reporter-dev-server@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-Y8C8hzgzTd13IoWTj+COYXEyCkXfmVJs3//GDBsH22pbtSFMuzAZd+8J9qsCo0EWpiDow7V9f1LischvEh3FbQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/reporter-dev-server@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-ramEx+dFMcgqus2We7jlonQgCo3/xwnjdXUsC+iuJXSKGW7eMCZ5f+fjETkeq2eOt8YYzAML54u7Qkt1gSX39Q==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/resolver-default@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-k0B5M/PJ+3rFbNj4xZSBr6d6HVIe6DH/P3dClLcgBYSXAvElNDfXgtIimbjCyItFkW9/BfcgOVKEEIZOeySH/A==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/resolver-default@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-fScU5ZG/VmdqoqPPArTLHXC7LgsfSVKA6mpZpkpkAyFTMZimPv6HuFwMhIj7jabeWRQKShjpT07Ygq31UBl/Cw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/node-resolver-core': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/node-resolver-core': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-browser-hmr@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-2O1PYi2j/Q0lTyGNV3JdBYwg4rKo6TEVFlYGdd5wCYU9ZIN9RRuoCnWWH2qCPj3pjIVtBeppYxzfVjPEHINWVg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/runtime-browser-hmr@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-Zd6fzBaNNhLBqROy1Jtwsddf5/E2I7zVecHPWutAUT9L4xX3XMH7Yv3W6vmLLq3X0mdfmoRtVnQseAMPAyfNog==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-js@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-IRja0vNKwvMtPgIqkBQh0QtRn0XcxNC8HU1jrgWGRckzu10qJWO+5ULgtOeR4pv9krffmMPqywGXw6l/gvJKYQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/runtime-js@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-Nmgbo+v5p5g1DSHbmZni22ZsHhcAsi7z6Qk9cdXrt/fW2VbQRu+yBKebeinwUnWGd5Lwu5UZ2mwn2nSaSV8Spw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-react-refresh@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-2v/qFKp00MfG0234OdOgQNAo6TLENpFYZMbVbAsPMY9ITiqG73MrEsrGXVoGbYiGTMB/Toer/lSWlJxtacOCuA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/runtime-react-refresh@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-42ldT80UZ8fqm0M5td3YviBn6fFYwcva3PdWLfwC5b1woug/5/FevMna+ndNBSFjt+xbFLUFf6bDxnV7vlWHHw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 - react-error-overlay: 6.0.9 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 react-refresh: 0.9.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/runtime-service-worker@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-/Skkw+EeRiwzOJso5fQtK8c9b452uWLNhQH1ISTodbmlcyB4YalAiSsyHCtMYD0c3/t5Sx4ZS7vxBAtQd0RvOw==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/runtime-service-worker@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-kTt1DqMIQt5eNAJZTxeegLgGxHC4qXSaBrfQanezp+1fmRi1TOWvKgM7lzKwY9IaXfyCV/DR+Wy95iR6r1P70A==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' @@ -5364,14 +5352,14 @@ packages: detect-libc: 1.0.3 dev: true - /@parcel/transformer-babel@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-L6lExfpvvC7T/g3pxf3CIJRouQl+sgrSzuWQ0fD4PemUDHvHchSP4SNUVnd6gOytF3Y1KpnEZIunQGi5xVqQCQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-babel@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-KEyuFNQJYFMP39XvhTu2ZzsD+gdQKyA3X+5DViH2bSgZeEjCIfAhAjg7mSfKeD/u8ZVBmIDq2M/QjDO+taM0KQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 + '@parcel/utils': 2.3.1 browserslist: 4.21.5 json5: 2.2.3 nullthrows: 1.1.1 @@ -5380,64 +5368,63 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-css@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-xTqFwlSXtnaYen9ivAgz+xPW7yRl/u4QxtnDyDpz5dr8gSeOpQYRcjkd4RsYzKsWzZcGtB5EofEk8ayUbWKEUg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-css@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-InuEbSu7yLp3jjnmVB0MzO8WjG0123EJqGVVlB5WbEBUxzLN3bgTJDKP5O7xGgipjhNIpFUjx2SU7eeSb6iFog==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/hash': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 - browserslist: 4.21.5 - lightningcss: 1.19.0 + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + semver: 5.7.1 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-html@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-kIZO3qsMYTbSnSpl9cnZog+SwL517ffWH54JeB410OSAYF1ouf4n5v9qBnALZbuCCmPwJRGs4jUtE452hxwN4g==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-html@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-23Z7kuSDnLzB8Du88pua2VjgOh7ZUpW1hedX1FubV2PfUGpZvAg7XBTdTGp+7Tmy8PIGyZrP3CP1UNQkjLO8bQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/hash': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 posthtml-render: 3.0.0 semver: 5.7.1 - srcset: 4.0.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-image@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-cO4uptcCGTi5H6bvTrAWEFUsTNhA4kCo8BSvRSCHA2sf/4C5tGQPHt3JhdO0GQLPwZRCh/R41EkJs5HZ8A8DAg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-image@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-8A+XnUhDnEAbfc7GCBRvCsSiv/6Ro5+vd1sZ5tQJmajcc0nfIbolZQuztEHZMDPjEr+WIcOCJZ5re5bCG3NhZA==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': '*' dependencies: - '@parcel/core': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) + '@parcel/core': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) nullthrows: 1.1.1 dev: true - /@parcel/transformer-js@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-9Qd6bib+sWRcpovvzvxwy/PdFrLUXGfmSW9XcVVG8pvgXsZPFaNjnNT8stzGQj1pQiougCoxMY4aTM5p1lGHEQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-js@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-9mHpfw008l00cW8QW21Nhfax/aOqZ+CozNXj5gWV0uJ9is5x0TumKYXtYUsuP9LunAra/ZenvpQjCFibTXe51Q==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': '*' dependencies: - '@parcel/core': 2.8.3 - '@parcel/diagnostic': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/core': 2.3.1 + '@parcel/diagnostic': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/utils': 2.8.3 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) - '@swc/helpers': 0.4.14 + '@parcel/utils': 2.3.1 + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) + '@swc/helpers': 0.2.14 browserslist: 4.21.5 detect-libc: 1.0.3 nullthrows: 1.1.1 @@ -5445,24 +5432,23 @@ packages: semver: 5.7.1 dev: true - /@parcel/transformer-json@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-B7LmVq5Q7bZO4ERb6NHtRuUKWGysEeaj9H4zelnyBv+wLgpo4f5FCxSE1/rTNmP9u1qHvQ3scGdK6EdSSokGPg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-json@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-usaoro1uH5hxI57x7Qve4Y6Tsf5GitVh6gC3e5TaJFc3mnr5pn3KKviWC0g0haeluv9NCPK++alQuzmpgIooWQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) json5: 2.2.3 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-postcss@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-e8luB/poIlz6jBsD1Izms+6ElbyzuoFVa4lFVLZnTAChI3UxPdt9p/uTsIO46HyBps/Bk8ocvt3J4YF84jzmvg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-postcss@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-rpoEGpStj1THw/NH3CuujrKan84h6SEnDBem8l/GAE7/cRDQs/O/JnJKP+oXcKOGH1KNdcuPWYb8ORW9Pe+Z5w==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/hash': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 clone: 2.1.2 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 @@ -5471,12 +5457,12 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-posthtml@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-pkzf9Smyeaw4uaRLsT41RGrPLT5Aip8ZPcntawAfIo+KivBQUV0erY1IvHYjyfFzq1ld/Fo2Ith9He6mxpPifA==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-posthtml@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-ahFLfV8zdm6lH6gGSZxgUvFbP0qsclucV53ubRIRV+croGp1KhMCstbMY5GKGYHWoI6RRrxnbriJwVcbX9tUVQ==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -5486,33 +5472,33 @@ packages: - '@parcel/core' dev: true - /@parcel/transformer-raw@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-G+5cXnd2/1O3nV/pgRxVKZY/HcGSseuhAe71gQdSQftb8uJEURyUHoQ9Eh0JUD3MgWh9V+nIKoyFEZdf9T0sUQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-raw@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-45ObmhBJ2wdlOGTsIEy9T+FOoQWY+x8HN2Cw9/ZhMWOpLtof56om5xk5u7hmsMMe/4Jaqxzkw3vInqOJR6bc1Q==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-react-refresh-wrap@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-q8AAoEvBnCf/nPvgOwFwKZfEl/thwq7c2duxXkhl+tTLDRN2vGmyz4355IxCkavSX+pLWSQ5MexklSEeMkgthg==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-react-refresh-wrap@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-4uufhCCneMFpx6YaP2/ae/Ilpna5GSYuUXijlFHy4qcAIYkdtrHWRJuLBUBD4qktkmG22wTWgRwGHMk4seRDzg==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 react-refresh: 0.9.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/transformer-svg@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-3Zr/gBzxi1ZH1fftH/+KsZU7w5GqkmxlB0ZM8ovS5E/Pl1lq1t0xvGJue9m2VuQqP8Mxfpl5qLFmsKlhaZdMIQ==} - engines: {node: '>= 12.0.0', parcel: ^2.8.3} + /@parcel/transformer-svg@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-3V9LIpR+p8NEr8rnHHIa9PKUwQ4fEkhSo0S8g+FH32/f7y6IMuTy7hn0leYdfATNVi1Nx7d4boN4XSyUuORQfw==} + engines: {node: '>= 12.0.0', parcel: ^2.3.1} dependencies: - '@parcel/diagnostic': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/plugin': 2.8.3(@parcel/core@2.8.3) + '@parcel/diagnostic': 2.3.1 + '@parcel/hash': 2.3.1 + '@parcel/plugin': 2.3.1(@parcel/core@2.3.1) nullthrows: 1.1.1 posthtml: 0.16.6 posthtml-parser: 0.10.2 @@ -5522,29 +5508,29 @@ packages: - '@parcel/core' dev: true - /@parcel/types@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-FECA1FB7+0UpITKU0D6TgGBpGxYpVSMNEENZbSJxFSajNy3wrko+zwBKQmFOLOiPcEtnGikxNs+jkFWbPlUAtw==} + /@parcel/types@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-i2UyUoA4DzyYxe9rZRDuMAZ6TD3Mq3tTTqeJ2/zA6w83Aon3cqdE9va91peu1fKRGyRqE5lwWRtA7ktF1A2SVA==} dependencies: - '@parcel/cache': 2.8.3(@parcel/core@2.8.3) - '@parcel/diagnostic': 2.8.3 - '@parcel/fs': 2.8.3(@parcel/core@2.8.3) - '@parcel/package-manager': 2.8.3(@parcel/core@2.8.3) + '@parcel/cache': 2.3.1(@parcel/core@2.3.1) + '@parcel/diagnostic': 2.3.1 + '@parcel/fs': 2.3.1(@parcel/core@2.3.1) + '@parcel/package-manager': 2.3.1(@parcel/core@2.3.1) '@parcel/source-map': 2.1.1 - '@parcel/workers': 2.8.3(@parcel/core@2.8.3) + '@parcel/workers': 2.3.1(@parcel/core@2.3.1) utility-types: 3.10.0 transitivePeerDependencies: - '@parcel/core' dev: true - /@parcel/utils@2.8.3: - resolution: {integrity: sha512-IhVrmNiJ+LOKHcCivG5dnuLGjhPYxQ/IzbnF2DKNQXWBTsYlHkJZpmz7THoeLtLliGmSOZ3ZCsbR8/tJJKmxjA==} + /@parcel/utils@2.3.1: + resolution: {integrity: sha512-OFdh/HuAcce753/U3QoORzYU3N5oZqCfQNRb0i3onuz/qpli5TyxUl/k1BuTqlKYr6Px3kj05g6GFi9kRBOMbw==} engines: {node: '>= 12.0.0'} dependencies: - '@parcel/codeframe': 2.8.3 - '@parcel/diagnostic': 2.8.3 - '@parcel/hash': 2.8.3 - '@parcel/logger': 2.8.3 - '@parcel/markdown-ansi': 2.8.3 + '@parcel/codeframe': 2.3.1 + '@parcel/diagnostic': 2.3.1 + '@parcel/hash': 2.3.1 + '@parcel/logger': 2.3.1 + '@parcel/markdown-ansi': 2.3.1 '@parcel/source-map': 2.1.1 chalk: 4.1.2 dev: true @@ -5560,22 +5546,22 @@ packages: node-gyp-build: 4.6.0 dev: true - /@parcel/workers@2.8.3(@parcel/core@2.8.3): - resolution: {integrity: sha512-+AxBnKgjqVpUHBcHLWIHcjYgKIvHIpZjN33mG5LG9XXvrZiqdWvouEzqEXlVLq5VzzVbKIQQcmsvRy138YErkg==} + /@parcel/workers@2.3.1(@parcel/core@2.3.1): + resolution: {integrity: sha512-e2P/9p5AYBLfNRs8n+57ChGrn5171oHwY54dz/jj0CrXKN1q0b+rNwzYsPaAtOicBoqmm1s5I3cjfO6GfJP65A==} engines: {node: '>= 12.0.0'} peerDependencies: - '@parcel/core': ^2.8.3 + '@parcel/core': ^2.3.1 dependencies: - '@parcel/core': 2.8.3 - '@parcel/diagnostic': 2.8.3 - '@parcel/logger': 2.8.3 - '@parcel/types': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/core': 2.3.1 + '@parcel/diagnostic': 2.3.1 + '@parcel/logger': 2.3.1 + '@parcel/types': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 chrome-trace-event: 1.0.3 nullthrows: 1.1.1 dev: true - /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.76.3): + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.53.0): resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -5611,7 +5597,7 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /@polka/url@1.0.0-next.21: @@ -5650,7 +5636,7 @@ packages: dependencies: '@react-aria/button': 3.7.0(react@18.2.0) '@react-aria/interactions': 3.14.0(react@18.2.0) - '@react-aria/selection': 3.13.1(react@18.2.0) + '@react-aria/selection': 3.13.0(react@18.2.0) '@react-aria/utils': 3.15.0(react@18.2.0) '@react-stately/tree': 3.5.0(react@18.2.0) '@react-types/accordion': 3.0.0-alpha.12(react@18.2.0) @@ -5808,8 +5794,8 @@ packages: react: 18.2.0 dev: false - /@react-aria/selection@3.13.1(react@18.2.0): - resolution: {integrity: sha512-YI5mFkk3JI3Ec01SzyBFGrdPInkoW5B0AavwLkN5QtehBUgdw9A1gPKADW4tiLfKUOl0rkqstP13n+v/GcBoTg==} + /@react-aria/selection@3.13.0(react@18.2.0): + resolution: {integrity: sha512-KU8xWd2wzL6jacWZeXFx1p6uQ1qAvE4F+K3LqUbj+kWBdmEGYkri9t17A1zQdN7sjaN9cH61eojGpEXYskz01w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: @@ -5903,16 +5889,16 @@ packages: /@react-bootstrap/babel-preset@2.1.0: resolution: {integrity: sha512-ICZwkMZhEnPcx2HtRMf/18skbJg7GxaF1lBn95arYXDAbJhmlTf7XyOAlB+qTKmRCk+8oRLLtz6sWQuKd8HXiQ==} dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.21.3) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-runtime': 7.21.0(@babel/core@7.21.3) - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.21.0) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-transform-runtime': 7.14.5(@babel/core@7.21.0) + '@babel/preset-env': 7.20.2(@babel/core@7.21.0) + '@babel/preset-react': 7.18.6(@babel/core@7.21.0) babel-plugin-add-module-exports: 1.0.4 - babel-plugin-dev-expression: 0.2.3(@babel/core@7.21.3) + babel-plugin-dev-expression: 0.2.3(@babel/core@7.21.0) babel-plugin-transform-react-remove-prop-types: 0.4.24 babel-preset-env-modules: 1.0.1 transitivePeerDependencies: @@ -6098,6 +6084,15 @@ packages: '@react-types/shared': 3.17.0(react@18.2.0) react: 18.2.0 + /@react-types/radio@3.3.0(react@18.2.0): + resolution: {integrity: sha512-aF4OpGjd9/xuRnDSDJnmwzLvvOENUWSHQc//wp8rViCWf1uinY4wHI/J3uEhodhsUPAKmrqvUagphRoyXWZA8A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-types/shared': 3.17.0(react@18.2.0) + react: 18.2.0 + dev: true + /@react-types/radio@3.4.0(react@18.2.0): resolution: {integrity: sha512-klgEU+987xVUCRqBoxXJiPJvy0upfo76dFnK5eF7U7BzcxhuiFeLDUcqUHtK92Cy5QOiDAF2ML0vUYGIabKMPA==} peerDependencies: @@ -6105,6 +6100,7 @@ packages: dependencies: '@react-types/shared': 3.17.0(react@18.2.0) react: 18.2.0 + dev: false /@react-types/shared@3.17.0(react@18.2.0): resolution: {integrity: sha512-1SNZ/RhVrrQ1e6yE0bPV7d5Sfp+Uv0dfUEhwF9MAu2v5msu7AMewnsiojKNA0QA6Ing1gpDLjHCxtayQfuxqcg==} @@ -6166,7 +6162,7 @@ packages: '@sinonjs/commons': 1.8.6 dev: true - /@storybook/addon-a11y@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-a11y@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-/e9s34o+TmEhy+Q3/YzbRJ5AJ/Sy0gjZXlvsCrcRpiQLdt5JRbN8s+Lbn/FWxy8U1Tb1wlLYlqjJ+fYi5RrS3A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6177,27 +6173,27 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channels': 6.5.16 '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) axe-core: 4.6.3 core-js: 3.29.1 global: 4.4.0 lodash: 4.17.21 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-sizeme: 3.0.2 regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/addon-actions@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-actions@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6208,22 +6204,22 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 polished: 4.2.2 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) - react-inspector: 5.1.1(react@17.0.2) + 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.11 telejson: 6.0.8 ts-dedent: 2.2.0 @@ -6231,7 +6227,7 @@ packages: uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-backgrounds@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6242,24 +6238,24 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 global: 4.4.0 memoizerific: 1.11.3 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls@6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/addon-controls@6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6270,19 +6266,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.16 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 lodash: 4.17.21 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) ts-dedent: 2.2.0 transitivePeerDependencies: - eslint @@ -6293,7 +6289,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs@6.5.16(@babel/core@7.21.3)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3): + /@storybook/addon-docs@6.5.16(@babel/core@7.21.0)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0): resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6307,34 +6303,34 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.0) + '@babel/preset-env': 7.20.2(@babel/core@7.21.0) '@jest/transform': 26.6.2 - '@mdx-js/react': 1.6.22(react@17.0.2) - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@mdx-js/react': 1.6.22(react@18.2.0) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/mdx1-csf': 0.0.1(@babel/core@7.21.3) + '@storybook/docs-tools': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.21.0) '@storybook/node-logger': 6.5.16 '@storybook/postinstall': 6.5.16 - '@storybook/preview-web': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/source-loader': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) + '@storybook/preview-web': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/source-loader': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) + babel-loader: 8.3.0(@babel/core@7.21.0)(webpack@5.53.0) core-js: 3.29.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 remark-external-links: 8.0.0 - remark-slug: 6.1.0 + remark-slug: 6.0.0 ts-dedent: 2.2.0 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -6348,7 +6344,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials@6.5.16(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.16)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3): + /@storybook/addon-essentials@6.5.16(@babel/core@7.21.0)(@storybook/builder-webpack5@6.5.16)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0): resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: '@babel/core': ^7.9.6 @@ -6405,26 +6401,26 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.21.3 - '@storybook/addon-actions': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/addon-backgrounds': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/addon-controls': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/addon-docs': 6.5.16(@babel/core@7.21.3)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3) - '@storybook/addon-measure': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/addon-outline': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/addon-toolbars': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/addon-viewport': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@babel/core': 7.21.0 + '@storybook/addon-actions': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-backgrounds': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-controls': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/addon-docs': 6.5.16(@babel/core@7.21.0)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0) + '@storybook/addon-measure': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-outline': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-toolbars': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-viewport': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/node-logger': 6.5.16 core-js: 3.29.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) transitivePeerDependencies: - '@storybook/mdx2-csf' - eslint @@ -6435,7 +6431,7 @@ packages: - webpack-command dev: true - /@storybook/addon-interactions@6.5.16(@types/react@18.0.29)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/addon-interactions@6.5.16(@types/react@18.0.1)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-DdTtyp3DgB/SpbM1GQgMnuSEBCkadxmj1mUcPk+Wp2iY+fDwsuoRDkr1H9Oe7IvlBKe7ciR79LEjoaABXNdw4w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6446,22 +6442,22 @@ packages: react-dom: optional: true dependencies: - '@devtools-ds/object-inspector': 1.2.1(@types/react@18.0.29)(react-dom@17.0.2)(react@17.0.2) - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@devtools-ds/object-inspector': 1.2.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/instrumenter': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/instrumenter': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 global: 4.4.0 jest-mock: 27.5.1 polished: 4.2.2 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' @@ -6473,7 +6469,7 @@ packages: - webpack-command dev: true - /@storybook/addon-links@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-links@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-P/mmqK57NGXnR0i3d/T5B0rIt0Lg8Yq+qionRr3LK3AwG/4yGnYt4GNomLEknn/eEwABYq1Q/Z1aOpgIhNdq5A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6484,23 +6480,23 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@types/qs': 6.9.7 core-js: 3.29.1 global: 4.4.0 prop-types: 15.8.1 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 dev: true - /@storybook/addon-measure@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-measure@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6511,19 +6507,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.29.1 global: 4.4.0 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/addon-outline@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-outline@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6534,34 +6530,34 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.29.1 global: 4.4.0 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 dev: true - /@storybook/addon-postcss@2.0.0(webpack@5.76.3): + /@storybook/addon-postcss@2.0.0(webpack@5.53.0): resolution: {integrity: sha512-Nt82A7e9zJH4+A+VzLKKswUfru+T6FJTakj4dccP0i8DSn7a0CkzRPrLuZBq8tg4voV6gD74bcDf3gViCVBGtA==} engines: {node: '>=10', yarn: ^1.17.0} dependencies: '@storybook/node-logger': 6.5.16 - css-loader: 3.6.0(webpack@5.76.3) + css-loader: 3.6.0(webpack@5.53.0) postcss: 7.0.39 - postcss-loader: 4.3.0(postcss@7.0.39)(webpack@5.76.3) - style-loader: 1.3.0(webpack@5.76.3) + postcss-loader: 4.3.0(postcss@7.0.39)(webpack@5.53.0) + style-loader: 1.3.0(webpack@5.53.0) transitivePeerDependencies: - webpack dev: true - /@storybook/addon-storysource@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-storysource@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cwYZ5ggucw3oLr1OiDCEbuUf9JRYhPOoZbDyiXKYG8KyD1QfsY85lRVHa/b1CFjGVOTaoC//CLe5B//9hwGWiw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6572,24 +6568,24 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/source-loader': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/source-loader': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 estraverse: 5.3.0 loader-utils: 2.0.4 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) - react-syntax-highlighter: 15.5.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-syntax-highlighter: 15.5.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true - /@storybook/addon-toolbars@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-toolbars@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6600,18 +6596,18 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true - /@storybook/addon-viewport@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-viewport@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6622,43 +6618,43 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true - /@storybook/addons@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/addons@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channels': 6.5.16 '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@types/webpack-env': 1.18.0 core-js: 3.29.1 global: 4.4.0 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true - /@storybook/api@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/api@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6668,16 +6664,16 @@ packages: '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 store2: 2.14.2 telejson: 6.0.8 @@ -6685,7 +6681,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4@6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/builder-webpack4@6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6695,33 +6691,33 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@babel/core': 7.21.0 + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 '@storybook/channels': 6.5.16 - '@storybook/client-api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/client-api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/core-events': 6.5.16 '@storybook/node-logger': 6.5.16 - '@storybook/preview-web': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/preview-web': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/ui': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@types/node': 16.18.21 + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/ui': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@types/node': 16.18.22 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@4.46.0) + babel-loader: 8.3.0(@babel/core@7.21.0)(webpack@4.46.0) case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.29.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(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) + fork-ts-checker-webpack-plugin: 4.1.6(eslint@7.29.0)(typescript@4.9.5)(webpack@4.46.0) glob: 7.2.3 glob-promise: 3.4.0(glob@7.2.3) global: 4.4.0 @@ -6731,8 +6727,8 @@ packages: postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0(postcss@7.0.39)(webpack@4.46.0) raw-loader: 4.0.2(webpack@4.46.0) - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) stable: 0.1.8 style-loader: 1.3.0(webpack@4.46.0) terser-webpack-plugin: 4.2.3(webpack@4.46.0) @@ -6740,7 +6736,7 @@ packages: typescript: 4.9.5 url-loader: 4.1.1(file-loader@6.2.0)(webpack@4.46.0) util-deprecate: 1.0.2 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) 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.3 @@ -6754,7 +6750,7 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack5@6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/builder-webpack5@6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-kh8Sofm1sbijaHDWtm0sXabqACHVFjikU/fIkkW786kpjoPIPIec1a+hrLgDsZxMU3I7XapSOaCFzWt6FjVXjg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6764,45 +6760,45 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@babel/core': 7.21.0 + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 '@storybook/channels': 6.5.16 - '@storybook/client-api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/client-api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/core-events': 6.5.16 '@storybook/node-logger': 6.5.16 - '@storybook/preview-web': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/preview-web': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@types/node': 16.18.21 - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@types/node': 16.18.22 + babel-loader: 8.3.0(@babel/core@7.21.0)(webpack@5.53.0) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.29.1 - css-loader: 5.2.7(webpack@5.76.3) - fork-ts-checker-webpack-plugin: 6.5.3(eslint@7.32.0)(typescript@4.9.5)(webpack@5.76.3) + css-loader: 5.2.7(webpack@5.53.0) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@7.29.0)(typescript@4.9.5)(webpack@5.53.0) glob: 7.2.3 glob-promise: 3.4.0(glob@7.2.3) - html-webpack-plugin: 5.5.0(webpack@5.76.3) + html-webpack-plugin: 5.5.0(webpack@5.53.0) path-browserify: 1.0.1 process: 0.11.10 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) stable: 0.1.8 - style-loader: 2.0.0(webpack@5.76.3) - terser-webpack-plugin: 5.3.7(@swc/core@1.3.42)(esbuild@0.15.18)(webpack@5.76.3) + style-loader: 2.0.0(webpack@5.53.0) + terser-webpack-plugin: 5.3.7(@swc/core@1.3.35)(esbuild@0.15.18)(webpack@5.53.0) ts-dedent: 2.2.0 typescript: 4.9.5 util-deprecate: 1.0.2 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) - webpack-dev-middleware: 4.3.0(webpack@5.76.3) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) + webpack-dev-middleware: 4.3.0(webpack@5.53.0) webpack-hot-middleware: 2.25.3 webpack-virtual-modules: 0.4.6 transitivePeerDependencies: @@ -6846,19 +6842,19 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-api@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/client-api@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 '@storybook/channels': 6.5.16 '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@types/qs': 6.9.7 '@types/webpack-env': 1.18.0 core-js: 3.29.1 @@ -6867,8 +6863,8 @@ packages: lodash: 4.17.21 memoizerific: 1.11.3 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 store2: 2.14.2 synchronous-promise: 2.0.17 @@ -6883,7 +6879,7 @@ packages: global: 4.4.0 dev: true - /@storybook/components@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/components@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6891,17 +6887,17 @@ packages: dependencies: '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 memoizerific: 1.11.3 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 util-deprecate: 1.0.2 dev: true - /@storybook/core-client@6.5.16(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack@4.46.0): + /@storybook/core-client@6.5.16(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6912,33 +6908,33 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 '@storybook/channel-websocket': 6.5.16 - '@storybook/client-api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/client-api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/ui': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/preview-web': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/ui': 6.5.16(react-dom@18.2.0)(react@18.2.0) airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.29.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 typescript: 4.9.5 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /@storybook/core-client@6.5.16(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack@5.76.3): + /@storybook/core-client@6.5.16(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.53.0): resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6949,33 +6945,33 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 '@storybook/channel-websocket': 6.5.16 - '@storybook/client-api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/client-api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/ui': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/preview-web': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/ui': 6.5.16(react-dom@18.2.0)(react@18.2.0) airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.29.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 typescript: 4.9.5 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true - /@storybook/core-common@6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/core-common@6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6985,41 +6981,41 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.21.3) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.3) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.3) - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) - '@babel/preset-typescript': 7.21.0(@babel/core@7.21.3) - '@babel/register': 7.21.0(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.21.0) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-object-rest-spread': 7.15.6(@babel/core@7.21.0) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.0) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.0) + '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.0) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.0) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.0) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.0) + '@babel/preset-env': 7.20.2(@babel/core@7.21.0) + '@babel/preset-react': 7.18.6(@babel/core@7.21.0) + '@babel/preset-typescript': 7.21.0(@babel/core@7.21.0) + '@babel/register': 7.21.0(@babel/core@7.21.0) '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@types/node': 16.18.21 + '@types/node': 16.18.22 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@4.46.0) + babel-loader: 8.3.0(@babel/core@7.21.0)(webpack@4.46.0) babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.21.3) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.21.0) chalk: 4.1.2 core-js: 3.29.1 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@7.29.0)(typescript@4.9.5)(webpack@4.46.0) fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7029,15 +7025,15 @@ packages: picomatch: 2.3.1 pkg-dir: 5.0.0 pretty-hrtime: 1.0.3 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + 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.9.5 util-deprecate: 1.0.2 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) transitivePeerDependencies: - eslint - supports-color @@ -7052,7 +7048,7 @@ packages: core-js: 3.29.1 dev: true - /@storybook/core-server@6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/core-server@6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7069,21 +7065,21 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/core-client': 6.5.16(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack@4.46.0) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/builder-webpack4': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/core-client': 6.5.16(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@4.46.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.16 - '@storybook/manager-webpack4': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/manager-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/manager-webpack4': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/manager-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/telemetry': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@types/node': 16.18.21 - '@types/node-fetch': 2.6.2 + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/telemetry': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@types/node': 16.18.22 + '@types/node-fetch': 2.6.3 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.33 better-opn: 2.1.1 @@ -7105,8 +7101,8 @@ packages: open: 8.4.2 pretty-hrtime: 1.0.3 prompts: 2.4.2 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 serve-favicon: 2.5.0 slash: 3.0.0 @@ -7115,7 +7111,7 @@ packages: typescript: 4.9.5 util-deprecate: 1.0.2 watchpack: 2.4.0 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) ws: 8.13.0 x-default-browser: 0.4.0 transitivePeerDependencies: @@ -7131,7 +7127,7 @@ packages: - webpack-command dev: true - /@storybook/core@6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3): + /@storybook/core@6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0): resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7148,14 +7144,14 @@ packages: typescript: optional: true dependencies: - '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/core-client': 6.5.16(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack@5.76.3) - '@storybook/core-server': 6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - '@storybook/manager-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/core-client': 6.5.16(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.53.0) + '@storybook/core-server': 6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + '@storybook/manager-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) typescript: 4.9.5 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) transitivePeerDependencies: - '@storybook/mdx2-csf' - bluebird @@ -7177,15 +7173,15 @@ packages: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/generator': 7.21.3 '@babel/parser': 7.21.3 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.3) - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.0) + '@babel/preset-env': 7.20.2(@babel/core@7.21.0) '@babel/traverse': 7.21.3 '@babel/types': 7.21.3 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1(@babel/core@7.21.3) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.21.0) core-js: 3.29.1 fs-extra: 9.1.0 global: 4.4.0 @@ -7201,12 +7197,12 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/docs-tools@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 doctrine: 3.0.0 lodash: 4.17.21 @@ -7221,10 +7217,10 @@ packages: resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} dev: true - /@storybook/instrumenter@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/instrumenter@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-q8/GaBk8PA/cL7m5OW+ec5t63+Zja9YvYSPGXrYtW17koSv7OnNPmk6RvI7tIHHO0mODBYnaHjF4zQfEGoyR5Q==} dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 core-js: 3.29.1 @@ -7234,7 +7230,7 @@ packages: - react-dom dev: true - /@storybook/manager-webpack4@6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/manager-webpack4@6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -7244,18 +7240,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-client': 6.5.16(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack@4.46.0) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@babel/core': 7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.0) + '@babel/preset-react': 7.18.6(@babel/core@7.21.0) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-client': 6.5.16(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@4.46.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/node-logger': 6.5.16 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/ui': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@types/node': 16.18.21 + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/ui': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@types/node': 16.18.22 '@types/webpack': 4.41.33 - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@4.46.0) + babel-loader: 8.3.0(@babel/core@7.21.0)(webpack@4.46.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.29.1 @@ -7267,8 +7263,8 @@ packages: html-webpack-plugin: 4.5.2(webpack@4.46.0) node-fetch: 2.6.9 pnp-webpack-plugin: 1.6.4(typescript@4.9.5) - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 resolve-from: 5.0.0 @@ -7279,7 +7275,7 @@ packages: typescript: 4.9.5 url-loader: 4.1.1(file-loader@6.2.0)(webpack@4.46.0) util-deprecate: 1.0.2 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) webpack-dev-middleware: 3.7.3(webpack@4.46.0) webpack-virtual-modules: 0.2.2 transitivePeerDependencies: @@ -7292,7 +7288,7 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack5@6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/manager-webpack5@6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-OtxXv8JCe0r/0rE5HxaFicsNsXA+fqZxzokxquFFgrYf/1Jg4d7QX6/pG5wINF+5qInJfVkRG6xhPzv1s5bk9Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -7302,40 +7298,40 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/core-client': 6.5.16(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack@5.76.3) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@babel/core': 7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.0) + '@babel/preset-react': 7.18.6(@babel/core@7.21.0) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-client': 6.5.16(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack@5.53.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/node-logger': 6.5.16 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/ui': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@types/node': 16.18.21 - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/ui': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@types/node': 16.18.22 + babel-loader: 8.3.0(@babel/core@7.21.0)(webpack@5.53.0) case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.29.1 - css-loader: 5.2.7(webpack@5.76.3) + css-loader: 5.2.7(webpack@5.53.0) express: 4.18.2 find-up: 5.0.0 fs-extra: 9.1.0 - html-webpack-plugin: 5.5.0(webpack@5.76.3) + html-webpack-plugin: 5.5.0(webpack@5.53.0) node-fetch: 2.6.9 process: 0.11.10 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 resolve-from: 5.0.0 - style-loader: 2.0.0(webpack@5.76.3) + style-loader: 2.0.0(webpack@5.53.0) telejson: 6.0.8 - terser-webpack-plugin: 5.3.7(@swc/core@1.3.42)(esbuild@0.15.18)(webpack@5.76.3) + terser-webpack-plugin: 5.3.7(@swc/core@1.3.35)(esbuild@0.15.18)(webpack@5.53.0) ts-dedent: 2.2.0 typescript: 4.9.5 util-deprecate: 1.0.2 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) - webpack-dev-middleware: 4.3.0(webpack@5.76.3) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) + webpack-dev-middleware: 4.3.0(webpack@5.53.0) webpack-virtual-modules: 0.4.6 transitivePeerDependencies: - '@swc/core' @@ -7349,19 +7345,19 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf@0.0.1(@babel/core@7.21.3): + /@storybook/mdx1-csf@0.0.1(@babel/core@7.21.0): resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: '@babel/generator': 7.21.3 '@babel/parser': 7.21.3 - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) + '@babel/preset-env': 7.20.2(@babel/core@7.21.0) '@babel/types': 7.21.3 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.170 js-string-escape: 1.0.1 loader-utils: 2.0.4 lodash: 4.17.21 - prettier: 2.3.0 + prettier: 2.2.1 ts-dedent: 2.2.0 transitivePeerDependencies: - '@babel/core' @@ -7384,25 +7380,25 @@ packages: core-js: 3.29.1 dev: true - /@storybook/preview-web@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/preview-web@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 6.5.16 '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) ansi-to-html: 0.6.15 core-js: 3.29.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 synchronous-promise: 2.0.17 ts-dedent: 2.2.0 @@ -7410,7 +7406,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin@1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0(typescript@4.9.5)(webpack@5.76.3): + /@storybook/react-docgen-typescript-plugin@1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0(typescript@4.9.5)(webpack@5.53.0): resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7424,12 +7420,12 @@ packages: react-docgen-typescript: 2.2.2(typescript@4.9.5) tslib: 2.5.0 typescript: 4.9.5 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) transitivePeerDependencies: - supports-color dev: true - /@storybook/react@6.5.16(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/react@6.5.16(@babel/core@7.21.0)(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(require-from-string@2.0.2)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-cBtNlOzf/MySpNLBK22lJ8wFU22HnfTB2xJyBk7W7Zi71Lm7Uxkhv1Pz8HdiQndJ0SlsAAQOWjQYsSZsGkZIaA==} engines: {node: '>=10.13.0'} hasBin: true @@ -7457,24 +7453,24 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/preset-flow': 7.18.6(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack@5.76.3) - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@babel/core': 7.21.0 + '@babel/preset-flow': 7.18.6(@babel/core@7.21.0) + '@babel/preset-react': 7.18.6(@babel/core@7.21.0) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack@5.53.0) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/builder-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/client-logger': 6.5.16 - '@storybook/core': 6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12)(webpack@5.76.3) - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/core': 6.5.16(@storybook/builder-webpack5@6.5.16)(@storybook/manager-webpack5@6.5.16)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11)(webpack@5.53.0) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/manager-webpack5': 6.5.16(@swc/core@1.3.42)(esbuild@0.15.18)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/docs-tools': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/manager-webpack5': 6.5.16(@swc/core@1.3.35)(esbuild@0.15.18)(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) '@storybook/node-logger': 6.5.16 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0(typescript@4.9.5)(webpack@5.76.3) + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0(typescript@4.9.5)(webpack@5.53.0) '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@types/estree': 0.0.51 - '@types/node': 16.18.21 + '@types/node': 16.18.22 '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) @@ -7488,9 +7484,9 @@ packages: html-tags: 3.2.0 lodash: 4.17.21 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) - react-element-to-jsx-string: 14.3.4(react-dom@17.0.2)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-element-to-jsx-string: 14.3.4(react-dom@18.2.0)(react@18.2.0) react-refresh: 0.11.0 read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 @@ -7498,7 +7494,7 @@ packages: ts-dedent: 2.2.0 typescript: 4.9.5 util-deprecate: 1.0.2 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) transitivePeerDependencies: - '@storybook/mdx2-csf' - '@swc/core' @@ -7521,7 +7517,7 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/router@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -7531,8 +7527,8 @@ packages: core-js: 3.29.1 memoizerific: 1.11.3 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true @@ -7545,13 +7541,13 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/source-loader@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.29.1 @@ -7559,19 +7555,19 @@ packages: global: 4.4.0 loader-utils: 2.0.4 lodash: 4.17.21 - prettier: 2.3.0 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + prettier: 2.2.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true - /@storybook/store@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/store@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/client-logger': 6.5.16 '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 @@ -7580,8 +7576,8 @@ packages: global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 slash: 3.0.0 stable: 0.1.8 @@ -7590,11 +7586,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry@6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12): + /@storybook/telemetry@6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11): resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} dependencies: '@storybook/client-logger': 6.5.16 - '@storybook/core-common': 6.5.16(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@3.3.12) + '@storybook/core-common': 6.5.16(eslint@7.29.0)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@3.3.11) chalk: 4.1.2 core-js: 3.29.1 detect-package-manager: 2.0.1 @@ -7617,7 +7613,7 @@ packages: - webpack-command dev: true - /@storybook/theming@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/theming@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -7626,68 +7622,65 @@ packages: '@storybook/client-logger': 6.5.16 core-js: 3.29.1 memoizerific: 1.11.3 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 dev: true - /@storybook/ui@6.5.16(react-dom@17.0.2)(react@17.0.2): + /@storybook/ui@6.5.16(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/channels': 6.5.16 '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 - '@storybook/router': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/router': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) core-js: 3.29.1 memoizerific: 1.11.3 qs: 6.11.1 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) regenerator-runtime: 0.13.11 resolve-from: 5.0.0 dev: true - /@swc-node/core@1.10.1(@swc/core@1.3.42): + /@swc-node/core@1.10.1(@swc/core@1.3.35): resolution: {integrity: sha512-4aiqLb5Uz+zDt7oIMAtH69+l1BvKV3k7fMYNNLjgdSM7qmFwrpHwu+Ss9nOYPTCFlbKCUMP/70aD5Gt2skmJaw==} engines: {node: '>= 10'} peerDependencies: '@swc/core': '>= 1.3' dependencies: - '@swc/core': 1.3.42 + '@swc/core': 1.3.35 dev: true - /@swc-node/jest@1.6.2(@swc/core@1.3.42)(typescript@4.9.5): - resolution: {integrity: sha512-lxetGm7MpDARiKkirWUJRvQ8inXMI1NUHN8/SnpLl25qSjIWxv/5VVtcQDRdCLm9/qjmXtuqYBH91K4mvbqqLg==} - peerDependencies: - '@swc/core': '>= 1.3' - typescript: '>= 4.3' + /@swc-node/jest@1.5.2(@swc/core@1.3.35)(typescript@4.9.5): + resolution: {integrity: sha512-08cvl+5jaAsG6qdTVvXteEUm0aypukRU+RY+EVCajtzPaoFGz2eEIvvRa888FMkaAVwF6e/iX6QSIUiUhoOa0Q==} dependencies: '@node-rs/xxhash': 1.3.0 - '@swc-node/core': 1.10.1(@swc/core@1.3.42) - '@swc-node/register': 1.6.2(@swc/core@1.3.42)(typescript@4.9.5) - '@swc/core': 1.3.42 - typescript: 4.9.5 + '@swc-node/core': 1.10.1(@swc/core@1.3.35) + '@swc-node/register': 1.6.2(@swc/core@1.3.35)(typescript@4.9.5) transitivePeerDependencies: + - '@swc/core' - supports-color + - typescript dev: true - /@swc-node/register@1.6.2(@swc/core@1.3.42)(typescript@4.9.5): + /@swc-node/register@1.6.2(@swc/core@1.3.35)(typescript@4.9.5): resolution: {integrity: sha512-7kzUOrw5RhSW23VU9RtEOlH71MQZ4cfUPgu245f3tKjYIu1CkxNJVX48FAiGJ6+3QgJMXLr1anT9FeeCmX12xw==} peerDependencies: '@swc/core': '>= 1.3' typescript: '>= 4.3' dependencies: - '@swc-node/core': 1.10.1(@swc/core@1.3.42) + '@swc-node/core': 1.10.1(@swc/core@1.3.35) '@swc-node/sourcemap-support': 0.3.0 - '@swc/core': 1.3.42 + '@swc/core': 1.3.35 colorette: 2.0.19 debug: 4.3.4 pirates: 4.0.5 @@ -7704,131 +7697,130 @@ packages: tslib: 2.5.0 dev: true - /@swc/core-darwin-arm64@1.3.42: - resolution: {integrity: sha512-hM6RrZFyoCM9mX3cj/zM5oXwhAqjUdOCLXJx7KTQps7NIkv/Qjvobgvyf2gAb89j3ARNo9NdIoLjTjJ6oALtiA==} + /@swc/core-darwin-arm64@1.3.35: + resolution: {integrity: sha512-zQUFkHx4gZpu0uo2IspvPnKsz8bsdXd5bC33xwjtoAI1cpLerDyqo4v2zIahEp+FdKZjyVsLHtfJiQiA1Qka3A==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@swc/core-darwin-x64@1.3.42: - resolution: {integrity: sha512-bjsWtHMb6wJK1+RGlBs2USvgZ0txlMk11y0qBLKo32gLKTqzUwRw0Fmfzuf6Ue2a/w//7eqMlPFEre4LvJajGw==} + /@swc/core-darwin-x64@1.3.35: + resolution: {integrity: sha512-oOSkSGWtALovaw22lNevKD434OQTPf8X+dVPvPMrJXJpJ34dWDlFWpLntoc+arvKLNZ7LQmTuk8rR1hkrAY7cw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.42: - resolution: {integrity: sha512-Oe0ggMz3MyqXNfeVmY+bBTL0hFSNY3bx8dhcqsh4vXk/ZVGse94QoC4dd92LuPHmKT0x6nsUzB86x2jU9QHW5g==} + /@swc/core-linux-arm-gnueabihf@1.3.35: + resolution: {integrity: sha512-Yie8k00O6O8BCATS/xeKStquV4OYSskUGRDXBQVDw1FrE23PHaSeHCgg4q6iNZjJzXCOJbaTCKnYoIDn9DMf7A==} engines: {node: '>=10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm64-gnu@1.3.42: - resolution: {integrity: sha512-ZJsa8NIW1RLmmHGTJCbM7OPSbBZ9rOMrLqDtUOGrT0uoJXZnnQqolflamB5wviW0X6h3Z3/PSTNGNDCJ3u3Lqg==} + /@swc/core-linux-arm64-gnu@1.3.35: + resolution: {integrity: sha512-Zlv3WHa/4x2p51HSvjUWXHfSe1Gl2prqImUZJc8NZOlj75BFzVuR0auhQ+LbwvIQ3gaA1LODX9lyS9wXL3yjxA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-arm64-musl@1.3.42: - resolution: {integrity: sha512-YpZwlFAfOp5vkm/uVUJX1O7N3yJDO1fDQRWqsOPPNyIJkI2ydlRQtgN6ZylC159Qv+TimfXnGTlNr7o3iBAqjg==} + /@swc/core-linux-arm64-musl@1.3.35: + resolution: {integrity: sha512-u6tCYsrSyZ8U+4jLMA/O82veBfLy2aUpn51WxQaeH7wqZGy9TGSJXoO8vWxARQ6b72vjsnKDJHP4MD8hFwcctg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-x64-gnu@1.3.42: - resolution: {integrity: sha512-0ccpKnsZbyHBzaQFdP8U9i29nvOfKitm6oJfdJzlqsY/jCqwvD8kv2CAKSK8WhJz//ExI2LqNrDI0yazx5j7+A==} + /@swc/core-linux-x64-gnu@1.3.35: + resolution: {integrity: sha512-Dtxf2IbeH7XlNhP1Qt2/MvUPkpEbn7hhGfpSRs4ot8D3Vf5QEX4S/QtC1OsFWuciiYgHAT1Ybjt4xZic9DSkmA==} engines: {node: '>=10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-linux-x64-musl@1.3.42: - resolution: {integrity: sha512-7eckRRuTZ6+3K21uyfXXgc2ZCg0mSWRRNwNT3wap2bYkKPeqTgb8pm8xYSZNEiMuDonHEat6XCCV36lFY6kOdQ==} + /@swc/core-linux-x64-musl@1.3.35: + resolution: {integrity: sha512-4XavNJ60GprjpTiESCu5daJUnmErixPAqDitJSMu4TV32LNIE8G00S9pDLXinDTW1rgcGtQdq1NLkNRmwwovtg==} engines: {node: '>=10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@swc/core-win32-arm64-msvc@1.3.42: - resolution: {integrity: sha512-t27dJkdw0GWANdN4TV0lY/V5vTYSx5SRjyzzZolep358ueCGuN1XFf1R0JcCbd1ojosnkQg2L7A7991UjXingg==} + /@swc/core-win32-arm64-msvc@1.3.35: + resolution: {integrity: sha512-dNGfKCUSX2M4qVyaS80Lyos0FkXyHRCvrdQ2Y4Hrg3FVokiuw3yY6fLohpUfQ5ws3n2A39dh7jGDeh34+l0sGA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@swc/core-win32-ia32-msvc@1.3.42: - resolution: {integrity: sha512-xfpc/Zt/aMILX4IX0e3loZaFyrae37u3MJCv1gJxgqrpeLi7efIQr3AmERkTK3mxTO6R5urSliWw2W3FyZ7D3Q==} + /@swc/core-win32-ia32-msvc@1.3.35: + resolution: {integrity: sha512-ChuPSrDR+JBf7S7dEKPicnG8A3bM0uWPsW2vG+V2wH4iNfNxKVemESHosmYVeEZXqMpomNMvLyeHep1rjRsc0Q==} engines: {node: '>=10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@swc/core-win32-x64-msvc@1.3.42: - resolution: {integrity: sha512-ra2K4Tu++EJLPhzZ6L8hWUsk94TdK/2UKhL9dzCBhtzKUixsGCEqhtqH1zISXNvW8qaVLFIMUP37ULe80/IJaA==} + /@swc/core-win32-x64-msvc@1.3.35: + resolution: {integrity: sha512-/RvphT4WfuGfIK84Ha0dovdPrKB1bW/mc+dtdmhv2E3EGkNc5FoueNwYmXWRimxnU7X0X7IkcRhyKB4G5DeAmg==} engines: {node: '>=10'} cpu: [x64] os: [win32] requiresBuild: true optional: true - /@swc/core@1.3.42: - resolution: {integrity: sha512-nVFUd5+7tGniM2cT3LXaqnu3735Cu4az8A9gAKK+8sdpASI52SWuqfDBmjFCK9xG90MiVDVp2PTZr0BWqCIzpw==} + /@swc/core@1.3.35: + resolution: {integrity: sha512-KmiBin0XSVzJhzX19zTiCqmLslZ40Cl7zqskJcTDeIrRhfgKdiAsxzYUanJgMJIRjYtl9Kcg1V/Ip2o2wL8v3w==} engines: {node: '>=10'} requiresBuild: true optionalDependencies: - '@swc/core-darwin-arm64': 1.3.42 - '@swc/core-darwin-x64': 1.3.42 - '@swc/core-linux-arm-gnueabihf': 1.3.42 - '@swc/core-linux-arm64-gnu': 1.3.42 - '@swc/core-linux-arm64-musl': 1.3.42 - '@swc/core-linux-x64-gnu': 1.3.42 - '@swc/core-linux-x64-musl': 1.3.42 - '@swc/core-win32-arm64-msvc': 1.3.42 - '@swc/core-win32-ia32-msvc': 1.3.42 - '@swc/core-win32-x64-msvc': 1.3.42 + '@swc/core-darwin-arm64': 1.3.35 + '@swc/core-darwin-x64': 1.3.35 + '@swc/core-linux-arm-gnueabihf': 1.3.35 + '@swc/core-linux-arm64-gnu': 1.3.35 + '@swc/core-linux-arm64-musl': 1.3.35 + '@swc/core-linux-x64-gnu': 1.3.35 + '@swc/core-linux-x64-musl': 1.3.35 + '@swc/core-win32-arm64-msvc': 1.3.35 + '@swc/core-win32-ia32-msvc': 1.3.35 + '@swc/core-win32-x64-msvc': 1.3.35 - /@swc/helpers@0.4.11: - resolution: {integrity: sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==} - dependencies: - tslib: 2.5.0 + /@swc/helpers@0.2.14: + resolution: {integrity: sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA==} + dev: true /@swc/helpers@0.4.14: resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} dependencies: tslib: 2.5.0 - /@swc/jest@0.2.24(@swc/core@1.3.42): + /@swc/jest@0.2.24(@swc/core@1.3.35): resolution: {integrity: sha512-fwgxQbM1wXzyKzl1+IW0aGrRvAA8k0Y3NxFhKigbPjOJ4mCKnWEcNX9HQS3gshflcxq8YKhadabGUVfdwjCr6Q==} engines: {npm: '>= 7.0.0'} peerDependencies: '@swc/core': '*' dependencies: '@jest/create-cache-key-function': 27.5.1 - '@swc/core': 1.3.42 + '@swc/core': 1.3.35 jsonc-parser: 3.2.0 dev: true - /@testing-library/dom@8.20.0: - resolution: {integrity: sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==} + /@testing-library/dom@8.1.0: + resolution: {integrity: sha512-kmW9alndr19qd6DABzQ978zKQ+J65gU2Rzkl8hriIetPnwpesRaK4//jEQyYh8fEALmGhomD/LBQqt+o+DL95Q==} engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.21.0 - '@types/aria-query': 5.0.1 - aria-query: 5.1.3 + '@types/aria-query': 4.2.2 + aria-query: 4.2.2 chalk: 4.1.2 dom-accessibility-api: 0.5.16 lz-string: 1.5.0 @@ -7849,22 +7841,22 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom@5.16.5: - resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} + /@testing-library/jest-dom@5.16.4: + resolution: {integrity: sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@adobe/css-tools': 4.2.0 '@babel/runtime': 7.21.0 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.1.3 chalk: 3.0.0 + css: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.5.16 lodash: 4.17.21 redent: 3.0.0 dev: true - /@testing-library/react-hooks@8.0.1(@types/react@18.0.29)(react-dom@18.2.0)(react@18.2.0): + /@testing-library/react-hooks@8.0.1(@types/react@18.0.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -7881,7 +7873,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@types/react': 18.0.29 + '@types/react': 18.0.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) @@ -7896,18 +7888,18 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@testing-library/dom': 9.2.0 - '@types/react-dom': 18.0.11 + '@types/react-dom': 18.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@testing-library/user-event@14.4.3(@testing-library/dom@8.20.0): + /@testing-library/user-event@14.4.3(@testing-library/dom@8.1.0): resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@testing-library/dom': 8.20.0 + '@testing-library/dom': 8.1.0 dev: true /@tootallnate/once@2.0.0: @@ -7932,6 +7924,10 @@ packages: /@tsconfig/node16@1.0.3: resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==} + /@types/aria-query@4.2.2: + resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} + dev: true + /@types/aria-query@5.0.1: resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} dev: true @@ -7965,14 +7961,8 @@ packages: '@babel/types': 7.21.3 dev: true - /@types/buble@0.20.1: - resolution: {integrity: sha512-itmN3lGSTvXg9IImY5j290H+n0B3PpZST6AgEfJJDXfaMx2cdJJZro3/Ay+bZZdIAa25Z5rnoo9rHiPCbANZoQ==} - dependencies: - magic-string: 0.25.9 - dev: false - - /@types/canvas-confetti@1.6.0: - resolution: {integrity: sha512-Yq6rIccwcco0TLD5SMUrIM7Fk7Fe/C0jmNRxJJCLtAF6gebDkPuUjK5EHedxecm69Pi/aA+It39Ux4OHmFhjRw==} + /@types/canvas-confetti@1.4.2: + resolution: {integrity: sha512-t45KUDHlwrD9PJVRHc5z1SlXhO82BQEgMKUXGEV1KnWLFMPA6Y5LfUsLTHHzH9KcKDHZLEiYYH5nIDcjRKWNTg==} dev: true /@types/color-convert@2.0.0: @@ -7995,7 +7985,7 @@ packages: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.21.3 - '@types/estree': 0.0.51 + '@types/estree': 0.0.50 dev: true /@types/eslint-visitor-keys@1.0.0: @@ -8005,10 +7995,14 @@ packages: /@types/eslint@8.21.3: resolution: {integrity: sha512-fa7GkppZVEByMWGbTtE5MbmXWJTVbrjjaS8K6uQj+XtuuUv1fsuPAxhygfqLmsb/Ufb3CV8deFCpiMfAgi00Sw==} dependencies: - '@types/estree': 0.0.51 + '@types/estree': 0.0.50 '@types/json-schema': 7.0.11 dev: true + /@types/estree@0.0.50: + resolution: {integrity: sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==} + dev: true + /@types/estree@0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} dev: true @@ -8029,20 +8023,20 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /@types/glob@8.1.0: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /@types/graceful-fs@4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /@types/hast@2.3.4: @@ -8091,17 +8085,17 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest@28.1.8: - resolution: {integrity: sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw==} + /@types/jest@28.1.1: + resolution: {integrity: sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==} dependencies: - expect: 28.1.3 - pretty-format: 28.1.3 + jest-matcher-utils: 27.5.1 + pretty-format: 27.5.1 dev: true /@types/jsdom@16.2.15: resolution: {integrity: sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 '@types/parse5': 6.0.3 '@types/tough-cookie': 4.0.2 dev: true @@ -8118,29 +8112,29 @@ packages: resolution: {integrity: sha512-Ny/PJkO6nxWAQnaet8q/oWz15lrfwvdvBpuY4treB0CSsBO1CG0fVuNLngR3m3bepQLd+E4c3Y3DlC2okpUvPw==} dependencies: '@types/fined': 1.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /@types/lodash.foreach@4.5.7: resolution: {integrity: sha512-YjBEB6/Bl19V+R70IpyB/MhMb2IvrSgD26maRNyqbGRNDTH9AnPrQoT+ECvhFJ/hwhQ+RgYWaZKvF+knCguMJw==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.170 dev: true /@types/lodash.get@4.4.7: resolution: {integrity: sha512-af34Mj+KdDeuzsJBxc/XeTtOx0SZHZNLd+hdrn+PcKGQs0EG2TJTzQAOTCZTgDJCArahlCzLWSy8c2w59JRz7Q==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.170 dev: true /@types/lodash.isempty@4.4.7: resolution: {integrity: sha512-YOzlpoIn9jrfHzjIukKnu9Le3tmi+0PhUdOt2rMpJW/4J6jX7s0HeBatXdh9QckLga8qt4EKBxVIEqtEq6pzLg==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.170 dev: true - /@types/lodash@4.14.191: - resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} + /@types/lodash@4.14.170: + resolution: {integrity: sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==} /@types/mdast@3.0.11: resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} @@ -8155,10 +8149,10 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node-fetch@2.6.2: - resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} + /@types/node-fetch@2.6.3: + resolution: {integrity: sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w==} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 form-data: 3.0.1 dev: true @@ -8166,11 +8160,15 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true + /@types/node@15.12.4: + resolution: {integrity: sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==} + /@types/node@15.14.9: resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} + dev: true - /@types/node@16.18.21: - resolution: {integrity: sha512-TassPGd0AEZWA10qcNnXnSNwHlLfSth8XwUaWc3gTSDmBz/rKb613Qw5qRf6o2fdRBrLbsgeC9PMZshobkuUqg==} + /@types/node@16.18.22: + resolution: {integrity: sha512-LJSIirgASa1LicFGTUFwDY7BfKDtLIbijqDLkH47LxEo/jtdrtiZ4/kLPD99bEQhTcPcuh6KhDllHqRxygJD2w==} dev: true /@types/normalize-package-data@2.4.1: @@ -8219,48 +8217,48 @@ packages: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} dev: true - /@types/react-autosuggest@10.1.6: - resolution: {integrity: sha512-yRsoW19yQzS8VDEW7bytqfGLzkZipTo8qVhqILQWcBI6hdRjN2x/o+0BQBaZ/fc4LlL3b/D6XgjMvlr0I3+2Xw==} + /@types/react-autosuggest@10.1.5: + resolution: {integrity: sha512-qfMzrp6Is0VYRF5a97Bv/+P2F9ZtFY4YE2825yyWV4VxCpvcfvQHEqGNkDFIPme7t3B2BpQ784QBllYAxemERQ==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.1 dev: true - /@types/react-dom@17.0.19: - resolution: {integrity: sha512-PiYG40pnQRdPHnlf7tZnp0aQ6q9tspYr72vD61saO6zFCybLfMqwUCN0va1/P+86DXn18ZWeW30Bk7xlC5eEAQ==} + /@types/react-dom@17.0.8: + resolution: {integrity: sha512-0ohAiJAx1DAUEcY9UopnfwCE9sSMDGnY/oXjWMax6g3RpzmTt2GMyMVAXcbn0mo8XAff0SbQJl2/SBU+hjSZ1A==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.1 dev: true - /@types/react-dom@18.0.11: - resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} + /@types/react-dom@18.0.0: + resolution: {integrity: sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==} dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.1 dev: true /@types/react-instantsearch-core@6.26.3: resolution: {integrity: sha512-dBq/K1NQFBgLmCdiLYaC15KjXdjZk8UTQBhumSg+fAHgpW3ai5fu5BbzAKzSCkqYwbgqvhCQ1EZ9PLvPvOfqwQ==} dependencies: - '@types/react': 18.0.29 - algoliasearch: 4.16.0 - algoliasearch-helper: 3.12.0(algoliasearch@4.16.0) + '@types/react': 18.0.1 + algoliasearch: 4.10.3 + algoliasearch-helper: 3.12.0(algoliasearch@4.10.3) dev: true - /@types/react-instantsearch-dom@6.12.3: - resolution: {integrity: sha512-HAQG74v7OzsUhdjNermd0A8c7LWRLsrMCsFCY6+7HEXK1hikeCs/Hmy6xjFhZVfFEWvpvX78vxJELafoAnuv8Q==} + /@types/react-instantsearch-dom@6.12.0: + resolution: {integrity: sha512-O08H+ye4e4kEnYHmMrov9FPNRDJwfCWthNZf4aztqahpU8LSbAiuFQGVy84SHUvg/jfNcG4333SsVnAQLtbS7A==} dependencies: - '@types/react': 17.0.53 + '@types/react': 18.0.1 '@types/react-instantsearch-core': 6.26.3 dev: true - /@types/react@17.0.53: - resolution: {integrity: sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==} + /@types/react@17.0.11: + resolution: {integrity: sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 csstype: 3.1.1 - /@types/react@18.0.29: - resolution: {integrity: sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw==} + /@types/react@18.0.1: + resolution: {integrity: sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -8284,8 +8282,8 @@ packages: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true - /@types/shelljs@0.8.11: - resolution: {integrity: sha512-x9yaMvEh5BEaZKeVQC4vp3l+QoFj3BXcd4aYfuKSzIIyihjdVARAadYy3SMNIz0WCCdS2vB9JL/U6GQk5PaxQw==} + /@types/shelljs@0.8.9: + resolution: {integrity: sha512-flVe1dvlrCyQJN/SGrnBxqHG+RzXrVKsmjD8WS/qYHpq5UPjfq7UWFBENP0ZuOl0g6OpAlL6iBoLSvKYUUmyQw==} dependencies: '@types/glob': 8.1.0 '@types/node': 15.14.9 @@ -8299,10 +8297,10 @@ packages: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} dev: true - /@types/styled-jsx@2.2.9: - resolution: {integrity: sha512-W/iTlIkGEyTBGTEvZCey8EgQlQ5l0DwMqi3iOXlLs2kyBwYTXHKEiU6IZ5EwoRwngL8/dGYuzezSup89ttVHLw==} + /@types/styled-jsx@2.2.8: + resolution: {integrity: sha512-Yjye9VwMdYeXfS71ihueWRSxrruuXTwKCbzue4+5b2rjnQ//AtyM7myZ1BEhNhBQ/nL/RE7bdToUoLln2miKvg==} dependencies: - '@types/react': 18.0.29 + '@types/react': 18.0.1 dev: true /@types/tapable@1.0.8: @@ -8312,13 +8310,13 @@ packages: /@types/testing-library__jest-dom@5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 28.1.8 + '@types/jest': 28.1.1 dev: true /@types/through@0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /@types/tough-cookie@4.0.2: @@ -8334,8 +8332,8 @@ packages: /@types/unist@2.0.6: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} - /@types/uuid@8.3.4: - resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} + /@types/uuid@8.3.1: + resolution: {integrity: sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==} dev: true /@types/webpack-env@1.18.0: @@ -8345,7 +8343,7 @@ packages: /@types/webpack-sources@3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -8353,7 +8351,7 @@ packages: /@types/webpack@4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -8377,14 +8375,14 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@types/yargs@17.0.23: - resolution: {integrity: sha512-yuogunc04OnzGQCrfHx+Kk883Q4X0aSwmYZhKjI21m+SVYzjIbrWl8dOOwSv5hf2Um2pdCOXWo9isteZTNXUZQ==} + /@types/yargs@17.0.24: + resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==} dependencies: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@5.56.0(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==} + /@typescript-eslint/eslint-plugin@5.42.0(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5): + resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -8394,16 +8392,15 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.4.1 - '@typescript-eslint/parser': 5.56.0(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/scope-manager': 5.56.0 - '@typescript-eslint/type-utils': 5.56.0(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.56.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.42.0(eslint@7.29.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.42.0 + '@typescript-eslint/type-utils': 5.42.0(eslint@7.29.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.42.0(eslint@7.29.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 7.32.0 - grapheme-splitter: 1.0.4 + eslint: 7.29.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 + regexpp: 3.2.0 semver: 7.3.8 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 @@ -8423,7 +8420,7 @@ packages: eslint-scope: 4.0.3 dev: true - /@typescript-eslint/experimental-utils@3.10.1(eslint@7.32.0)(typescript@3.9.10): + /@typescript-eslint/experimental-utils@3.10.1(eslint@7.29.0)(typescript@3.9.10): resolution: {integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -8432,7 +8429,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/types': 3.10.1 '@typescript-eslint/typescript-estree': 3.10.1(typescript@3.9.10) - eslint: 7.32.0 + eslint: 7.29.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 transitivePeerDependencies: @@ -8440,7 +8437,7 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils@4.33.0(eslint@7.32.0)(typescript@4.9.5): + /@typescript-eslint/experimental-utils@4.33.0(eslint@7.29.0)(typescript@4.9.5): resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -8450,9 +8447,9 @@ packages: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5) - eslint: 7.32.0 + eslint: 7.29.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0(eslint@7.32.0) + eslint-utils: 3.0.0(eslint@7.29.0) transitivePeerDependencies: - supports-color - typescript @@ -8471,7 +8468,7 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /@typescript-eslint/parser@3.10.1(eslint@7.32.0)(typescript@3.9.10): + /@typescript-eslint/parser@3.10.1(eslint@7.29.0)(typescript@3.9.10): resolution: {integrity: sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -8482,17 +8479,17 @@ packages: optional: true dependencies: '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.10.1(eslint@7.32.0)(typescript@3.9.10) + '@typescript-eslint/experimental-utils': 3.10.1(eslint@7.29.0)(typescript@3.9.10) '@typescript-eslint/types': 3.10.1 '@typescript-eslint/typescript-estree': 3.10.1(typescript@3.9.10) - eslint: 7.32.0 + eslint: 7.29.0 eslint-visitor-keys: 1.3.0 typescript: 3.9.10 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@4.33.0(eslint@7.32.0)(typescript@4.9.5): + /@typescript-eslint/parser@4.33.0(eslint@7.29.0)(typescript@4.9.5): resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -8506,14 +8503,14 @@ packages: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5) debug: 4.3.4 - eslint: 7.32.0 + eslint: 7.29.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.56.0(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==} + /@typescript-eslint/parser@5.42.0(eslint@7.29.0)(typescript@4.9.5): + resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -8522,11 +8519,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.56.0 - '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/typescript-estree': 5.56.0(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.42.0 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/typescript-estree': 5.42.0(typescript@4.9.5) debug: 4.3.4 - eslint: 7.32.0 + eslint: 7.29.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -8540,16 +8537,16 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: true - /@typescript-eslint/scope-manager@5.56.0: - resolution: {integrity: sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==} + /@typescript-eslint/scope-manager@5.42.0: + resolution: {integrity: sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/visitor-keys': 5.56.0 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/visitor-keys': 5.42.0 dev: true - /@typescript-eslint/type-utils@5.56.0(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==} + /@typescript-eslint/type-utils@5.42.0(eslint@7.29.0)(typescript@4.9.5): + resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -8558,10 +8555,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.56.0(typescript@4.9.5) - '@typescript-eslint/utils': 5.56.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.42.0(typescript@4.9.5) + '@typescript-eslint/utils': 5.42.0(eslint@7.29.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 7.32.0 + eslint: 7.29.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -8578,8 +8575,8 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/types@5.56.0: - resolution: {integrity: sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==} + /@typescript-eslint/types@5.42.0: + resolution: {integrity: sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -8634,8 +8631,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@5.56.0(typescript@4.9.5): - resolution: {integrity: sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==} + /@typescript-eslint/typescript-estree@5.42.0(typescript@4.9.5): + resolution: {integrity: sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -8643,8 +8640,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/visitor-keys': 5.56.0 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/visitor-keys': 5.42.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -8655,20 +8652,20 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.56.0(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==} + /@typescript-eslint/utils@5.42.0(eslint@7.29.0)(typescript@4.9.5): + resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@7.32.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.56.0 - '@typescript-eslint/types': 5.56.0 - '@typescript-eslint/typescript-estree': 5.56.0(typescript@4.9.5) - eslint: 7.32.0 + '@typescript-eslint/scope-manager': 5.42.0 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/typescript-estree': 5.42.0(typescript@4.9.5) + eslint: 7.29.0 eslint-scope: 5.1.1 + eslint-utils: 3.0.0(eslint@7.29.0) semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -8690,16 +8687,16 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@typescript-eslint/visitor-keys@5.56.0: - resolution: {integrity: sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==} + /@typescript-eslint/visitor-keys@5.42.0: + resolution: {integrity: sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.56.0 - eslint-visitor-keys: 3.3.0 + '@typescript-eslint/types': 5.42.0 + eslint-visitor-keys: 3.4.0 dev: true - /@vercel/analytics@0.1.11(react@18.2.0): - resolution: {integrity: sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==} + /@vercel/analytics@0.1.6(react@18.2.0): + resolution: {integrity: sha512-zNd5pj3iDvq8IMBQHa1YRcIteiw6ZiPB8AsONHd8ieFXlNpLqhXfIYnf4WvTfZ7S1NSJ++mIM14aJnNac/VMXQ==} peerDependencies: react: ^16.8||^17||^18 dependencies: @@ -9129,31 +9126,31 @@ packages: uri-js: 4.4.1 dev: true - /algoliasearch-helper@3.12.0(algoliasearch@4.16.0): + /algoliasearch-helper@3.12.0(algoliasearch@4.10.3): resolution: {integrity: sha512-/j1U3PEwdan0n6P/QqSnSpNSLC5+cEMvyljd5CnmNmUjDlGrys+vFEOwjVEnqELIiAGMHEA/Nl3CiKVFBUYqyQ==} peerDependencies: algoliasearch: '>= 3.1 < 6' dependencies: '@algolia/events': 4.0.1 - algoliasearch: 4.16.0 + algoliasearch: 4.10.3 - /algoliasearch@4.16.0: - resolution: {integrity: sha512-HAjKJ6bBblaXqO4dYygF4qx251GuJ6zCZt+qbJ+kU7sOC+yc84pawEjVpJByh+cGP2APFCsao2Giz50cDlKNPA==} + /algoliasearch@4.10.3: + resolution: {integrity: sha512-OLY0AWlPKGLbSaw14ivMB7BT5fPdp8VdzY4L8FtzZnqmLKsyes24cltGlf7/X96ACkYEcT390SReCDt/9SUIRg==} dependencies: - '@algolia/cache-browser-local-storage': 4.16.0 - '@algolia/cache-common': 4.16.0 - '@algolia/cache-in-memory': 4.16.0 - '@algolia/client-account': 4.16.0 - '@algolia/client-analytics': 4.16.0 - '@algolia/client-common': 4.16.0 - '@algolia/client-personalization': 4.16.0 - '@algolia/client-search': 4.16.0 - '@algolia/logger-common': 4.16.0 - '@algolia/logger-console': 4.16.0 - '@algolia/requester-browser-xhr': 4.16.0 - '@algolia/requester-common': 4.16.0 - '@algolia/requester-node-http': 4.16.0 - '@algolia/transporter': 4.16.0 + '@algolia/cache-browser-local-storage': 4.10.3 + '@algolia/cache-common': 4.10.3 + '@algolia/cache-in-memory': 4.10.3 + '@algolia/client-account': 4.10.3 + '@algolia/client-analytics': 4.10.3 + '@algolia/client-common': 4.10.3 + '@algolia/client-personalization': 4.10.3 + '@algolia/client-search': 4.10.3 + '@algolia/logger-common': 4.10.3 + '@algolia/logger-console': 4.10.3 + '@algolia/requester-browser-xhr': 4.10.3 + '@algolia/requester-common': 4.10.3 + '@algolia/requester-node-http': 4.10.3 + '@algolia/transporter': 4.10.3 /ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} @@ -9317,6 +9314,14 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true + /aria-query@4.2.2: + resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} + engines: {node: '>=6.0'} + dependencies: + '@babel/runtime': 7.21.0 + '@babel/runtime-corejs3': 7.21.0 + dev: true + /aria-query@5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: @@ -9442,16 +9447,6 @@ packages: es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 - /array.prototype.tosorted@1.1.1: - resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.2 - es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.0 - dev: true - /arrify@1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -9530,15 +9525,15 @@ packages: gulp-header: 1.8.12 dev: true - /autoprefixer@10.4.14(postcss@8.4.21): - resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} + /autoprefixer@10.4.13(postcss@8.4.21): + resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001470 + caniuse-lite: 1.0.30001472 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -9551,7 +9546,7 @@ packages: hasBin: true dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001470 + caniuse-lite: 1.0.30001472 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -9568,13 +9563,11 @@ packages: engines: {node: '>=4'} dev: true - /axobject-query@3.1.1: - resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} - dependencies: - deep-equal: 2.2.0 + /axobject-query@2.2.0: + resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-eslint@10.1.0(eslint@7.32.0): + /babel-eslint@10.1.0(eslint@7.29.0): resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -9585,24 +9578,24 @@ packages: '@babel/parser': 7.21.3 '@babel/traverse': 7.21.3 '@babel/types': 7.21.3 - eslint: 7.32.0 + eslint: 7.29.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true - /babel-jest@28.1.3(@babel/core@7.21.3): + /babel-jest@28.1.3(@babel/core@7.21.0): resolution: {integrity: sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@jest/transform': 28.1.3 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.3(@babel/core@7.21.3) + babel-preset-jest: 28.1.3(@babel/core@7.21.0) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -9610,34 +9603,34 @@ packages: - supports-color dev: true - /babel-loader@8.3.0(@babel/core@7.21.3)(webpack@4.46.0): + /babel-loader@8.3.0(@babel/core@7.21.0)(webpack@4.46.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /babel-loader@8.3.0(@babel/core@7.21.3)(webpack@5.76.3): + /babel-loader@8.3.0(@babel/core@7.21.0)(webpack@5.53.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /babel-plugin-add-module-exports@1.0.4: @@ -9657,12 +9650,12 @@ packages: '@babel/helper-plugin-utils': 7.10.4 '@mdx-js/util': 1.6.22 - /babel-plugin-dev-expression@0.2.3(@babel/core@7.21.3): + /babel-plugin-dev-expression@0.2.3(@babel/core@7.21.0): resolution: {integrity: sha512-rP5LK9QQTzCW61nVVzw88En1oK8t8gTsIeC6E61oelxNsU842yMjF0G1MxhvUpCkxCEIj7sE8/e5ieTheT//uw==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 dev: true /babel-plugin-extract-import-names@1.6.22: @@ -9717,50 +9710,86 @@ packages: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.3): - resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + /babel-plugin-polyfill-corejs2@0.2.3(@babel/core@7.21.0): + resolution: {integrity: sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.21.0) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.21.3): + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.0): + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.0) + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.21.0): resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.21.0) core-js-compat: 3.29.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.3): + /babel-plugin-polyfill-corejs3@0.2.5(@babel/core@7.21.0): + resolution: {integrity: sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.21.0) + core-js-compat: 3.29.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.0): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.0) core-js-compat: 3.29.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.3): + /babel-plugin-polyfill-regenerator@0.2.3(@babel/core@7.21.0): + resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.2.4(@babel/core@7.21.0) + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.0): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.0) transitivePeerDependencies: - supports-color dev: true @@ -9779,48 +9808,48 @@ packages: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.3): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.0): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.0) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.0) dev: true /babel-preset-env-modules@1.0.1: resolution: {integrity: sha512-TxbnZHb7p38jDRJh9clzCBqenyHjTkX5GX6SWwbcsW6UTMd912lbXJz7q3demciDI/BdbhjhNEirlgI9ov/JAg==} engines: {node: '>= v12.0.0'} dependencies: - '@babel/core': 7.21.3 - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) - babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2(@babel/core@7.21.0) + babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.21.0) browserslist: 4.21.5 lodash: 4.17.21 transitivePeerDependencies: - supports-color dev: true - /babel-preset-jest@28.1.3(@babel/core@7.21.3): + /babel-preset-jest@28.1.3(@babel/core@7.21.0): resolution: {integrity: sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 babel-plugin-jest-hoist: 28.1.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.0) dev: true /bail@1.0.5: @@ -10092,8 +10121,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001470 - electron-to-chromium: 1.4.340 + caniuse-lite: 1.0.30001472 + electron-to-chromium: 1.4.342 node-releases: 2.0.10 update-browserslist-db: 1.0.10(browserslist@4.21.5) @@ -10314,11 +10343,20 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite@1.0.30001470: - resolution: {integrity: sha512-065uNwY6QtHCBOExzbV6m236DDhYCCtPmQUCoQtwkVqzud8v5QPidoMr6CoMkC2nfp6nksjttqWQRRh75LqUmA==} + /caniuse-api@3.0.0: + resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} + dependencies: + browserslist: 4.21.5 + caniuse-lite: 1.0.30001472 + lodash.memoize: 4.1.2 + lodash.uniq: 4.5.0 + dev: true - /canvas-confetti@1.6.0: - resolution: {integrity: sha512-ej+w/m8Jzpv9Z7W7uJZer14Ke8P2ogsjg4ZMGIuq4iqUOqY2Jq8BNW42iGmNfRwREaaEfFIczLuZZiEVSYNHAA==} + /caniuse-lite@1.0.30001472: + resolution: {integrity: sha512-xWC/0+hHHQgj3/vrKYY0AAzeIUgr7L9wlELIcAvZdDUHlhL/kNxMdnQLOSOQfP8R51ZzPhmHdyMkI0MMpmxCfg==} + + /canvas-confetti@1.4.0: + resolution: {integrity: sha512-S18o4Y9PqI/uabdlT/jI3MY7XBJjNxnfapFIkjkMwpz6qNxLFZOm2b22OMf4ZYDL9lpNWI+Ih4fEMVPwO1KHFQ==} dev: false /capital-case@1.0.4: @@ -10508,8 +10546,8 @@ packages: static-extend: 0.1.2 dev: true - /classnames@2.3.2: - resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} + /classnames@2.3.1: + resolution: {integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==} dev: false /clean-css@4.2.4: @@ -10766,6 +10804,10 @@ packages: color-string: 1.9.1 dev: false + /colord@2.9.3: + resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} + dev: true + /colorette@1.4.0: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} dev: true @@ -10784,11 +10826,6 @@ packages: /comma-separated-tokens@1.0.8: resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==} - /commander@10.0.0: - resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==} - engines: {node: '>=14'} - dev: true - /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: true @@ -10818,6 +10855,11 @@ packages: engines: {node: '>= 12'} dev: true + /commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + dev: true + /commitlint-plugin-function-rules@1.7.1(@commitlint/lint@17.4.4): resolution: {integrity: sha512-hGLShcCM3my+q3unMoznSfV23JmpJ/R8aHQ5KGzxVwv3HFpDS4cFWraCdBRAkMbL1UzUrVOEutG4EDur5S7AsA==} engines: {node: '>=12'} @@ -11031,15 +11073,22 @@ packages: requiresBuild: true dev: true + /core-js@2.6.12: + resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} + 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 + dev: false + /core-js@3.29.1: resolution: {integrity: sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==} requiresBuild: true + dev: true /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cosmiconfig-typescript-loader@4.3.0(@types/node@15.14.9)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@4.9.5): + /cosmiconfig-typescript-loader@4.3.0(@types/node@15.12.4)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@4.9.5): resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -11048,9 +11097,9 @@ packages: ts-node: '>=10' typescript: '>=3' dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 cosmiconfig: 8.1.3 - ts-node: 10.9.1(@swc/core@1.3.42)(@types/node@15.14.9)(typescript@4.9.5) + ts-node: 10.9.1(@swc/core@1.3.35)(@types/node@15.12.4)(typescript@4.9.5) typescript: 4.9.5 dev: true @@ -11192,6 +11241,15 @@ packages: randomfill: 1.0.4 dev: true + /css-declaration-sorter@6.4.0(postcss@8.4.21): + resolution: {integrity: sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==} + engines: {node: ^10 || ^12 || >=14} + peerDependencies: + postcss: ^8.0.9 + dependencies: + postcss: 8.4.21 + dev: true + /css-loader@3.6.0(webpack@4.46.0): resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} engines: {node: '>= 8.9.0'} @@ -11211,10 +11269,10 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 2.7.1 semver: 6.3.0 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /css-loader@3.6.0(webpack@5.76.3): + /css-loader@3.6.0(webpack@5.53.0): resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -11233,10 +11291,10 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 2.7.1 semver: 6.3.0 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true - /css-loader@5.2.7(webpack@5.76.3): + /css-loader@5.2.7(webpack@5.53.0): resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -11252,7 +11310,7 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 3.1.1 semver: 7.3.8 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /css-select@4.3.0: @@ -11282,11 +11340,78 @@ packages: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} dev: true + /css@3.0.0: + resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} + dependencies: + inherits: 2.0.4 + source-map: 0.6.1 + source-map-resolve: 0.6.0 + dev: true + /cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} hasBin: true + /cssnano-preset-default@5.2.14(postcss@8.4.21): + resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + css-declaration-sorter: 6.4.0(postcss@8.4.21) + cssnano-utils: 3.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-calc: 8.2.4(postcss@8.4.21) + postcss-colormin: 5.3.1(postcss@8.4.21) + postcss-convert-values: 5.1.3(postcss@8.4.21) + postcss-discard-comments: 5.1.2(postcss@8.4.21) + postcss-discard-duplicates: 5.1.0(postcss@8.4.21) + postcss-discard-empty: 5.1.1(postcss@8.4.21) + postcss-discard-overridden: 5.1.0(postcss@8.4.21) + postcss-merge-longhand: 5.1.7(postcss@8.4.21) + postcss-merge-rules: 5.1.4(postcss@8.4.21) + postcss-minify-font-values: 5.1.0(postcss@8.4.21) + postcss-minify-gradients: 5.1.1(postcss@8.4.21) + postcss-minify-params: 5.1.4(postcss@8.4.21) + postcss-minify-selectors: 5.2.1(postcss@8.4.21) + postcss-normalize-charset: 5.1.0(postcss@8.4.21) + postcss-normalize-display-values: 5.1.0(postcss@8.4.21) + postcss-normalize-positions: 5.1.1(postcss@8.4.21) + postcss-normalize-repeat-style: 5.1.1(postcss@8.4.21) + postcss-normalize-string: 5.1.0(postcss@8.4.21) + postcss-normalize-timing-functions: 5.1.0(postcss@8.4.21) + postcss-normalize-unicode: 5.1.1(postcss@8.4.21) + postcss-normalize-url: 5.1.0(postcss@8.4.21) + postcss-normalize-whitespace: 5.1.1(postcss@8.4.21) + postcss-ordered-values: 5.1.3(postcss@8.4.21) + postcss-reduce-initial: 5.1.2(postcss@8.4.21) + postcss-reduce-transforms: 5.1.0(postcss@8.4.21) + postcss-svgo: 5.1.0(postcss@8.4.21) + postcss-unique-selectors: 5.1.1(postcss@8.4.21) + dev: true + + /cssnano-utils@3.1.0(postcss@8.4.21): + resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + dev: true + + /cssnano@5.1.15(postcss@8.4.21): + resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-preset-default: 5.2.14(postcss@8.4.21) + lilconfig: 2.1.0 + postcss: 8.4.21 + yaml: 1.10.2 + dev: true + /csso@4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} @@ -11634,6 +11759,11 @@ packages: /didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} + /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} + dev: true + /diff-sequences@28.1.1: resolution: {integrity: sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -11811,8 +11941,8 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: true - /electron-to-chromium@1.4.340: - resolution: {integrity: sha512-zx8hqumOqltKsv/MF50yvdAlPF9S/4PXbyfzJS6ZGhbddGkRegdwImmfSVqCkEziYzrIGZ/TlrzBND4FysfkDg==} + /electron-to-chromium@1.4.342: + resolution: {integrity: sha512-dTei3VResi5bINDENswBxhL+N0Mw5YnfWyTqO75KGsVldurEkhC9+CelJVAse8jycWyP8pv3VSj4BSyP8wTWJA==} /element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} @@ -11852,7 +11982,6 @@ packages: /emojis-list@2.1.0: resolution: {integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==} engines: {node: '>= 0.10'} - dev: false /emojis-list@3.0.0: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} @@ -11878,6 +12007,15 @@ packages: objectorarray: 1.0.5 dev: true + /enhanced-resolve@4.1.0: + resolution: {integrity: sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==} + engines: {node: '>=6.9.0'} + dependencies: + graceful-fs: 4.2.11 + memory-fs: 0.4.1 + tapable: 1.1.3 + dev: true + /enhanced-resolve@4.5.0: resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} engines: {node: '>=6.9.0'} @@ -11991,8 +12129,8 @@ packages: stop-iteration-iterator: 1.0.0 dev: true - /es-module-lexer@0.9.3: - resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} + /es-module-lexer@0.7.1: + resolution: {integrity: sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==} dev: true /es-set-tostringtag@2.0.1: @@ -12235,8 +12373,8 @@ packages: dev: true optional: true - /esbuild@0.12.29: - resolution: {integrity: sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g==} + /esbuild@0.11.23: + resolution: {integrity: sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==} hasBin: true requiresBuild: true dev: false @@ -12306,7 +12444,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base@14.2.1(eslint-plugin-import@2.27.5)(eslint@7.32.0): + /eslint-config-airbnb-base@14.2.1(eslint-plugin-import@2.26.0)(eslint@7.29.0): resolution: {integrity: sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==} engines: {node: '>= 6'} peerDependencies: @@ -12314,18 +12452,18 @@ packages: eslint-plugin-import: ^2.22.1 dependencies: confusing-browser-globals: 1.0.11 - eslint: 7.32.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) + eslint: 7.29.0 + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-airbnb-typescript@12.3.1(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0)(typescript@4.9.5): + /eslint-config-airbnb-typescript@12.3.1(eslint-plugin-import@2.26.0)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0)(typescript@4.9.5): resolution: {integrity: sha512-ql/Pe6/hppYuRp4m3iPaHJqkBB7dgeEmGPQ6X0UNmrQOfTF+dXw29/ZjU2kQ6RDoLxaxOA+Xqv07Vbef6oVTWw==} dependencies: - '@typescript-eslint/parser': 4.33.0(eslint@7.32.0)(typescript@4.9.5) - eslint-config-airbnb: 18.2.1(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0) - eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.27.5)(eslint@7.32.0) + '@typescript-eslint/parser': 4.33.0(eslint@7.29.0)(typescript@4.9.5) + eslint-config-airbnb: 18.2.1(eslint-plugin-import@2.26.0)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0) + eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.26.0)(eslint@7.29.0) transitivePeerDependencies: - eslint - eslint-plugin-import @@ -12336,7 +12474,7 @@ packages: - typescript dev: true - /eslint-config-airbnb@18.2.1(eslint-plugin-import@2.27.5)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0): + /eslint-config-airbnb@18.2.1(eslint-plugin-import@2.26.0)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0): resolution: {integrity: sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==} engines: {node: '>= 6'} peerDependencies: @@ -12346,18 +12484,18 @@ packages: eslint-plugin-react: ^7.21.5 eslint-plugin-react-hooks: ^4 || ^3 || ^2.3.0 || ^1.7.0 dependencies: - eslint: 7.32.0 - eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.27.5)(eslint@7.32.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@7.32.0) - eslint-plugin-react: 7.32.2(eslint@7.32.0) - eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) + eslint: 7.29.0 + eslint-config-airbnb-base: 14.2.1(eslint-plugin-import@2.26.0)(eslint@7.29.0) + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) + eslint-plugin-jsx-a11y: 6.4.1(eslint@7.29.0) + eslint-plugin-react: 7.23.2(eslint@7.29.0) + eslint-plugin-react-hooks: 4.6.0(eslint@7.29.0) object.assign: 4.1.4 object.entries: 1.1.6 dev: true - /eslint-config-next@11.1.4(eslint@7.32.0)(next@12.3.4)(typescript@4.9.5): - resolution: {integrity: sha512-PD2/sxnLcI1Zy/QwKSwugzgafwymNh70Y/nPB/v+i0GOTFIl2JpLRUg9m/bQFHzi6PDeDM81w89ayFvpa2/Nxg==} + /eslint-config-next@11.0.0(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0)(next@12.1.0)(typescript@4.9.5): + resolution: {integrity: sha512-pmatg4zqb5Vygu2HrSPxbsCBudXO9OZQUMKQCyrPKRvfL8PJ3lOIOzzwsiW68eMPXOZwOc1yxTRZWKNY8OJT0w==} peerDependencies: eslint: ^7.23.0 next: '>=10.2.0' @@ -12366,33 +12504,33 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 11.1.4 + '@next/eslint-plugin-next': 11.0.0 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 4.33.0(eslint@7.32.0)(typescript@4.9.5) - eslint: 7.32.0 + '@typescript-eslint/parser': 4.33.0(eslint@7.29.0)(typescript@4.9.5) + eslint: 7.29.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.27.5)(eslint@7.32.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@7.32.0) - eslint-plugin-react: 7.32.2(eslint@7.32.0) - eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) - next: 12.3.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) + eslint-plugin-jsx-a11y: 6.4.1(eslint@7.29.0) + eslint-plugin-react: 7.23.2(eslint@7.29.0) + eslint-plugin-react-hooks: 4.6.0(eslint@7.29.0) + next: 12.1.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) typescript: 4.9.5 transitivePeerDependencies: + - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /eslint-config-prettier@8.8.0(eslint@7.32.0): - resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} + /eslint-config-prettier@8.2.0(eslint@7.29.0): + resolution: {integrity: sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 7.32.0 + eslint: 7.29.0 dev: true - /eslint-config-react-app@6.0.0(@typescript-eslint/eslint-plugin@5.56.0)(@typescript-eslint/parser@5.56.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.10.0)(eslint-plugin-import@2.27.5)(eslint-plugin-jest@24.7.0)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.32.2)(eslint@7.32.0)(typescript@4.9.5): + /eslint-config-react-app@6.0.0(@typescript-eslint/eslint-plugin@5.42.0)(@typescript-eslint/parser@5.42.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.10.0)(eslint-plugin-import@2.26.0)(eslint-plugin-jest@24.3.6)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.23.2)(eslint@7.29.0)(typescript@4.9.5): resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -12416,21 +12554,21 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.56.0(eslint@7.32.0)(typescript@4.9.5) - babel-eslint: 10.1.0(eslint@7.32.0) + '@typescript-eslint/eslint-plugin': 5.42.0(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.42.0(eslint@7.29.0)(typescript@4.9.5) + babel-eslint: 10.1.0(eslint@7.29.0) confusing-browser-globals: 1.0.11 - eslint: 7.32.0 - eslint-plugin-flowtype: 5.10.0(eslint@7.32.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) - eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@5.56.0)(eslint@7.32.0)(typescript@4.9.5) - eslint-plugin-jsx-a11y: 6.7.1(eslint@7.32.0) - eslint-plugin-react: 7.32.2(eslint@7.32.0) - eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) + eslint: 7.29.0 + eslint-plugin-flowtype: 5.10.0(eslint@7.29.0) + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) + eslint-plugin-jest: 24.3.6(@typescript-eslint/eslint-plugin@5.42.0)(eslint@7.29.0)(typescript@4.9.5) + eslint-plugin-jsx-a11y: 6.4.1(eslint@7.29.0) + eslint-plugin-react: 7.23.2(eslint@7.29.0) + eslint-plugin-react-hooks: 4.6.0(eslint@7.29.0) typescript: 4.9.5 dev: true - /eslint-config-ts-lambdas@1.2.3(@typescript-eslint/eslint-plugin@5.56.0)(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5): + /eslint-config-ts-lambdas@1.2.3(@typescript-eslint/eslint-plugin@5.42.0)(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5): resolution: {integrity: sha512-fVAVTza+i3GIE3g+QScGPEbbbJDJhwGi0bhGUrMri9tAdZHPiXdAJ/MGrp67kwMyRS8t3a/P2PLxFCPcmJSEbA==} peerDependencies: '@typescript-eslint/eslint-plugin': '>=1.6.0' @@ -12438,9 +12576,9 @@ packages: eslint: '>5.0.0' typescript: '>3.1.0' dependencies: - '@typescript-eslint/eslint-plugin': 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.56.0(eslint@7.32.0)(typescript@4.9.5) - eslint: 7.32.0 + '@typescript-eslint/eslint-plugin': 5.42.0(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.42.0(eslint@7.29.0)(typescript@4.9.5) + eslint: 7.29.0 typescript: 4.9.5 dev: true @@ -12454,16 +12592,16 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@2.7.1(eslint-plugin-import@2.27.5)(eslint@7.32.0): - resolution: {integrity: sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==} + /eslint-import-resolver-typescript@2.4.0(eslint-plugin-import@2.26.0)(eslint@7.29.0): + resolution: {integrity: sha512-useJKURidCcldRLCNKWemr1fFQL1SzB3G4a0li6lFGvlc5xGe1hY343bvG07cbpCzPuM/lK19FIJB3XGFSkplA==} engines: {node: '>=4'} peerDependencies: eslint: '*' eslint-plugin-import: '*' dependencies: debug: 4.3.4 - eslint: 7.32.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) + eslint: 7.29.0 + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) glob: 7.2.3 is-glob: 4.0.3 resolve: 1.22.1 @@ -12472,7 +12610,7 @@ packages: - supports-color dev: true - /eslint-loader@4.0.2(eslint@7.32.0)(webpack@5.76.3): + /eslint-loader@4.0.2(eslint@7.29.0)(webpack@5.53.0): resolution: {integrity: sha512-EDpXor6lsjtTzZpLUn7KmXs02+nIjGcgees9BYjNkWra3jVq5vVa8IoCKgzT2M7dNNeoMBtaSG83Bd40N3poLw==} engines: {node: '>= 10.13.0'} deprecated: This loader has been deprecated. Please use eslint-webpack-plugin @@ -12480,16 +12618,16 @@ packages: eslint: ^6.0.0 || ^7.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: - eslint: 7.32.0 + eslint: 7.29.0 find-cache-dir: 3.3.2 fs-extra: 8.1.0 loader-utils: 2.0.4 object-hash: 2.2.0 schema-utils: 2.7.1 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true - /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0): + /eslint-module-utils@2.7.4(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -12510,39 +12648,69 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.56.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': 4.33.0(eslint@7.29.0)(typescript@4.9.5) debug: 3.2.7 - eslint: 7.32.0 + eslint: 7.29.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 2.7.1(eslint-plugin-import@2.27.5)(eslint@7.32.0) + eslint-import-resolver-typescript: 2.4.0(eslint-plugin-import@2.26.0)(eslint@7.29.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es@3.0.1(eslint@7.32.0): + /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0): + 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: + optional: true + eslint-import-resolver-webpack: + optional: true + dependencies: + '@typescript-eslint/parser': 5.42.0(eslint@7.29.0)(typescript@4.9.5) + debug: 3.2.7 + eslint: 7.29.0 + eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 2.4.0(eslint-plugin-import@2.26.0)(eslint@7.29.0) + transitivePeerDependencies: + - supports-color + dev: true + + /eslint-plugin-es@3.0.1(eslint@7.29.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 7.32.0 + eslint: 7.29.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-flowtype@5.10.0(eslint@7.32.0): + /eslint-plugin-flowtype@5.10.0(eslint@7.29.0): resolution: {integrity: sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.1.0 dependencies: - eslint: 7.32.0 + eslint: 7.29.0 lodash: 4.17.21 string-natural-compare: 3.0.1 dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0): - resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} + /eslint-plugin-import@2.26.0(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0): + resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -12551,22 +12719,20 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.56.0(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': 4.33.0(eslint@7.29.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 - debug: 3.2.7 + debug: 2.6.9(supports-color@6.1.0) doctrine: 2.1.0 - eslint: 7.32.0 + eslint: 7.29.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.56.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.7.1)(eslint@7.32.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - semver: 6.3.0 tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -12574,8 +12740,39 @@ packages: - supports-color dev: true - /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@5.56.0)(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} + /eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0): + resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + dependencies: + '@typescript-eslint/parser': 5.42.0(eslint@7.29.0)(typescript@4.9.5) + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + debug: 2.6.9(supports-color@6.1.0) + doctrine: 2.1.0 + eslint: 7.29.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.42.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.4.0)(eslint@7.29.0) + has: 1.0.3 + is-core-module: 2.11.0 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.values: 1.1.6 + resolve: 1.22.1 + tsconfig-paths: 3.14.2 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + dev: true + + /eslint-plugin-jest@24.3.6(@typescript-eslint/eslint-plugin@5.42.0)(eslint@7.29.0)(typescript@4.9.5): + resolution: {integrity: sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==} engines: {node: '>=10'} peerDependencies: '@typescript-eslint/eslint-plugin': '>= 4' @@ -12584,47 +12781,42 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/experimental-utils': 4.33.0(eslint@7.32.0)(typescript@4.9.5) - eslint: 7.32.0 + '@typescript-eslint/eslint-plugin': 5.42.0(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5) + '@typescript-eslint/experimental-utils': 4.33.0(eslint@7.29.0)(typescript@4.9.5) + eslint: 7.29.0 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@7.32.0): - resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} + /eslint-plugin-jsx-a11y@6.4.1(eslint@7.29.0): + resolution: {integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==} engines: {node: '>=4.0'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: '@babel/runtime': 7.21.0 - aria-query: 5.1.3 + aria-query: 4.2.2 array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 ast-types-flow: 0.0.7 axe-core: 4.6.3 - axobject-query: 3.1.1 + axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 7.32.0 + eslint: 7.29.0 has: 1.0.3 jsx-ast-utils: 3.3.3 - language-tags: 1.0.5 - minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - semver: 6.3.0 + language-tags: 1.0.8 dev: true - /eslint-plugin-node@11.1.0(eslint@7.32.0): + /eslint-plugin-node@11.1.0(eslint@7.29.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 7.32.0 - eslint-plugin-es: 3.0.1(eslint@7.32.0) + eslint: 7.29.0 + eslint-plugin-es: 3.0.1(eslint@7.29.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -12632,9 +12824,9 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@7.32.0)(prettier@2.8.7): - resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} - engines: {node: '>=12.0.0'} + /eslint-plugin-prettier@4.0.0(eslint-config-prettier@8.2.0)(eslint@7.29.0)(prettier@2.2.1): + resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} + engines: {node: '>=6.0.0'} peerDependencies: eslint: '>=7.28.0' eslint-config-prettier: '*' @@ -12643,55 +12835,52 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 7.32.0 - eslint-config-prettier: 8.8.0(eslint@7.32.0) - prettier: 2.8.7 + eslint: 7.29.0 + eslint-config-prettier: 8.2.0(eslint@7.29.0) + prettier: 2.2.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise@6.1.1(eslint@7.32.0): - resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} + /eslint-plugin-promise@6.0.0(eslint@7.29.0): + resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 7.32.0 + eslint: 7.29.0 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@7.32.0): + /eslint-plugin-react-hooks@4.6.0(eslint@7.29.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: 7.32.0 + eslint: 7.29.0 dev: true - /eslint-plugin-react@7.32.2(eslint@7.32.0): - resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + /eslint-plugin-react@7.23.2(eslint@7.29.0): + resolution: {integrity: sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==} engines: {node: '>=4'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 - array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 7.32.0 - estraverse: 5.3.0 + eslint: 7.29.0 + has: 1.0.3 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 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.8 dev: true - /eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.56.0)(eslint@7.32.0): + /eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.42.0)(eslint@7.29.0): resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -12701,8 +12890,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.56.0(@typescript-eslint/parser@5.56.0)(eslint@7.32.0)(typescript@4.9.5) - eslint: 7.32.0 + '@typescript-eslint/eslint-plugin': 5.42.0(@typescript-eslint/parser@5.42.0)(eslint@7.29.0)(typescript@4.9.5) + eslint: 7.29.0 eslint-rule-composer: 0.3.0 dev: true @@ -12749,13 +12938,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils@3.0.0(eslint@7.32.0): + /eslint-utils@3.0.0(eslint@7.29.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 7.32.0 + eslint: 7.29.0 eslint-visitor-keys: 2.1.0 dev: true @@ -12769,8 +12958,8 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys@3.3.0: - resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} + /eslint-visitor-keys@3.4.0: + resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -12819,14 +13008,13 @@ packages: - supports-color dev: true - /eslint@7.32.0: - resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} + /eslint@7.29.0: + resolution: {integrity: sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: '@babel/code-frame': 7.12.11 '@eslint/eslintrc': 0.4.3 - '@humanwhocodes/config-array': 0.5.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -12997,13 +13185,13 @@ packages: strip-final-newline: 2.0.0 dev: true - /execa@7.1.1: - resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==} - engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + /execa@6.1.0: + resolution: {integrity: sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: cross-spawn: 7.0.3 get-stream: 6.0.1 - human-signals: 4.3.1 + human-signals: 3.0.1 is-stream: 3.0.0 merge-stream: 2.0.0 npm-run-path: 5.1.0 @@ -13257,7 +13445,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true /file-system-cache@1.1.0: @@ -13493,7 +13681,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin@4.1.6(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0): + /fork-ts-checker-webpack-plugin@4.1.6(eslint@7.29.0)(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13509,19 +13697,19 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 7.32.0 + eslint: 7.29.0 micromatch: 3.1.10(supports-color@6.1.0) minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 typescript: 4.9.5 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin@6.5.3(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0): + /fork-ts-checker-webpack-plugin@6.5.3(eslint@7.29.0)(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13541,7 +13729,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.0 - eslint: 7.32.0 + eslint: 7.29.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.13 @@ -13550,10 +13738,10 @@ packages: semver: 7.3.8 tapable: 1.1.3 typescript: 4.9.5 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /fork-ts-checker-webpack-plugin@6.5.3(eslint@7.32.0)(typescript@4.9.5)(webpack@5.76.3): + /fork-ts-checker-webpack-plugin@6.5.3(eslint@7.29.0)(typescript@4.9.5)(webpack@5.53.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13573,7 +13761,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.0 - eslint: 7.32.0 + eslint: 7.29.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.13 @@ -13582,7 +13770,7 @@ packages: semver: 7.3.8 tapable: 1.1.3 typescript: 4.9.5 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /form-data@3.0.1: @@ -13624,8 +13812,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion@10.9.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-fuCDRGKOu5n9gN2/R7O22mE+BHMGK5D57S3Oq8n2ITd4aYR7D22QM5I4VPD3CWahNt/lyDUs20u9Aw+6ah9oAQ==} + /framer-motion@10.6.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-RkZe8iBhdWNs1y2HfYh4WlM9Co11/Vu+JCSQzmLaP5alM3QbBiue6OkeXygfxsRDp4yCar95ExoHE0CZQNyuVQ==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -13685,6 +13873,15 @@ packages: readable-stream: 2.3.8 dev: true + /fs-extra@10.0.0: + resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} + engines: {node: '>=12'} + dependencies: + graceful-fs: 4.2.6 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: true + /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} @@ -13707,7 +13904,7 @@ packages: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.6 jsonfile: 4.0.0 universalify: 0.1.2 dev: true @@ -13716,7 +13913,7 @@ packages: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.6 jsonfile: 4.0.0 universalify: 0.1.2 dev: true @@ -13935,17 +14132,6 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob@7.1.7: - resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: @@ -13956,8 +14142,8 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + /glob@8.0.3: + resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==} engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 @@ -14089,6 +14275,10 @@ packages: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} dev: true + /graceful-fs@4.2.6: + resolution: {integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==} + dev: true + /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true @@ -14444,10 +14634,10 @@ packages: pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /html-webpack-plugin@5.5.0(webpack@5.76.3): + /html-webpack-plugin@5.5.0(webpack@5.53.0): resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -14458,10 +14648,10 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true - /htmlnano@2.0.3(postcss@7.0.39)(svgo@2.8.0): + /htmlnano@2.0.3(postcss@8.4.21)(svgo@2.8.0): resolution: {integrity: sha512-S4PGGj9RbdgW8LhbILNK7W9JhmYP8zmDY7KDV/8eCiJBQJlbmltp5I0gv8c5ntLljfdxxfmJ+UJVSqyH4mb41A==} peerDependencies: cssnano: ^5.0.11 @@ -14491,7 +14681,7 @@ packages: optional: true dependencies: cosmiconfig: 7.1.0 - postcss: 7.0.39 + postcss: 8.4.21 posthtml: 0.16.6 svgo: 2.8.0 timsort: 0.3.0 @@ -14560,13 +14750,13 @@ packages: engines: {node: '>=10.17.0'} dev: true - /human-signals@4.3.1: - resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} - engines: {node: '>=14.18.0'} + /human-signals@3.0.1: + resolution: {integrity: sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==} + engines: {node: '>=12.20.0'} dev: true - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} + /husky@8.0.1: + resolution: {integrity: sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==} engines: {node: '>=14'} hasBin: true dev: true @@ -14739,6 +14929,11 @@ packages: has: 1.0.3 side-channel: 1.0.4 + /interpret@1.2.0: + resolution: {integrity: sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==} + engines: {node: '>= 0.10'} + dev: true + /interpret@1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} @@ -14767,6 +14962,11 @@ packages: loose-envify: 1.4.0 dev: true + /invert-kv@2.0.0: + resolution: {integrity: sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==} + engines: {node: '>=4'} + dev: true + /ip@2.0.0: resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} dev: true @@ -15297,7 +15497,7 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/parser': 7.21.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -15379,7 +15579,7 @@ packages: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -15398,7 +15598,7 @@ packages: - supports-color dev: true - /jest-cli@28.1.3(@types/node@15.14.9)(ts-node@10.9.1): + /jest-cli@28.1.3(@types/node@15.12.4)(ts-node@10.9.1): resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -15415,7 +15615,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 28.1.3(@types/node@15.14.9)(ts-node@10.9.1) + jest-config: 28.1.3(@types/node@15.12.4)(ts-node@10.9.1) jest-util: 28.1.3 jest-validate: 28.1.3 prompts: 2.4.2 @@ -15426,7 +15626,7 @@ packages: - ts-node dev: true - /jest-config@28.1.3(@types/node@15.14.9)(ts-node@10.9.1): + /jest-config@28.1.3(@types/node@15.12.4)(ts-node@10.9.1): resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -15438,11 +15638,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 - babel-jest: 28.1.3(@babel/core@7.21.3) + '@types/node': 15.12.4 + babel-jest: 28.1.3(@babel/core@7.21.0) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.0 @@ -15461,11 +15661,21 @@ packages: pretty-format: 28.1.3 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@swc/core@1.3.42)(@types/node@15.14.9)(typescript@4.9.5) + ts-node: 10.9.1(@swc/core@1.3.35)(@types/node@15.12.4)(typescript@4.9.5) transitivePeerDependencies: - supports-color 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} + dependencies: + chalk: 4.1.2 + diff-sequences: 27.5.1 + jest-get-type: 27.5.1 + pretty-format: 27.5.1 + dev: true + /jest-diff@28.1.3: resolution: {integrity: sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -15494,15 +15704,15 @@ packages: pretty-format: 28.1.3 dev: true - /jest-environment-jsdom@28.1.3: - resolution: {integrity: sha512-HnlGUmZRdxfCByd3GM2F100DgQOajUBzEitjGqIREcb45kGjZvRrKUdlaF6escXBdcXNl0OBh+1ZrfeZT3GnAg==} + /jest-environment-jsdom@28.1.1: + resolution: {integrity: sha512-41ZvgSoPNcKG5q3LuuOcAczdBxRq9DbZkPe24okN6ZCmiZdAfFtPg3z+lOtsT1fM6OAERApKT+3m0MRDQH2zIA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 '@types/jsdom': 16.2.15 - '@types/node': 15.14.9 + '@types/node': 15.12.4 jest-mock: 28.1.3 jest-util: 28.1.3 jsdom: 19.0.0 @@ -15520,11 +15730,16 @@ packages: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 jest-mock: 28.1.3 jest-util: 28.1.3 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} + dev: true + /jest-get-type@28.0.2: resolution: {integrity: sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -15536,7 +15751,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.6 - '@types/node': 15.14.9 + '@types/node': 15.12.4 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -15559,7 +15774,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.6 - '@types/node': 15.14.9 + '@types/node': 15.12.4 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -15580,6 +15795,16 @@ packages: pretty-format: 28.1.3 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} + dependencies: + chalk: 4.1.2 + jest-diff: 27.5.1 + jest-get-type: 27.5.1 + pretty-format: 27.5.1 + dev: true + /jest-matcher-utils@28.1.3: resolution: {integrity: sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -15610,7 +15835,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /jest-mock@28.1.3: @@ -15618,7 +15843,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 dev: true /jest-pnp-resolver@1.2.3(jest-resolve@28.1.3): @@ -15677,7 +15902,7 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.11 @@ -15731,7 +15956,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 graceful-fs: 4.2.11 dev: true @@ -15739,9 +15964,9 @@ packages: resolution: {integrity: sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/generator': 7.21.3 - '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.3) + '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.21.0) '@babel/traverse': 7.21.3 '@babel/types': 7.21.3 '@jest/expect-utils': 28.1.3 @@ -15749,7 +15974,7 @@ packages: '@jest/types': 28.1.3 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.0) chalk: 4.1.2 expect: 28.1.3 graceful-fs: 4.2.11 @@ -15771,7 +15996,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 graceful-fs: 4.2.11 is-ci: 2.0.0 @@ -15783,7 +16008,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -15802,7 +16027,7 @@ packages: pretty-format: 28.1.3 dev: true - /jest-watch-typeahead@1.1.0(jest@28.1.3): + /jest-watch-typeahead@1.1.0(jest@28.1.1): resolution: {integrity: sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -15810,7 +16035,7 @@ packages: dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 - jest: 28.1.3(@types/node@15.14.9)(ts-node@10.9.1) + jest: 28.1.1(@types/node@15.12.4)(ts-node@10.9.1) jest-regex-util: 28.0.2 jest-watcher: 28.1.3 slash: 4.0.0 @@ -15824,7 +16049,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -15836,7 +16061,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -15845,7 +16070,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -15854,13 +16079,13 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 15.14.9 + '@types/node': 15.12.4 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@28.1.3(@types/node@15.14.9)(ts-node@10.9.1): - resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==} + /jest@28.1.1(@types/node@15.12.4)(ts-node@10.9.1): + resolution: {integrity: sha512-qw9YHBnjt6TCbIDMPMpJZqf9E12rh6869iZaN08/vpOGgHJSAaLLUn6H8W3IAEuy34Ls3rct064mZLETkxJ2XA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true peerDependencies: @@ -15872,7 +16097,7 @@ packages: '@jest/core': 28.1.3(ts-node@10.9.1) '@jest/types': 28.1.3 import-local: 3.1.0 - jest-cli: 28.1.3(@types/node@15.14.9)(ts-node@10.9.1) + jest-cli: 28.1.3(@types/node@15.12.4)(ts-node@10.9.1) transitivePeerDependencies: - '@types/node' - supports-color @@ -15983,6 +16208,10 @@ packages: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: true + /json-source-map@0.6.1: + resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} + dev: true + /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true @@ -16047,7 +16276,7 @@ packages: dependencies: '@reach/portal': 0.16.2(react-dom@18.2.0)(react@18.2.0) fast-equals: 2.0.4 - match-sorter: 6.3.1 + match-sorter: 6.3.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -16094,8 +16323,8 @@ packages: resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true - /language-tags@1.0.5: - resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} + /language-tags@1.0.8: + resolution: {integrity: sha512-aWAZwgPLS8hJ20lNPm9HNVs4inexz6S2sQa3wx/+ycuutMNE5/IfYxiWYBbi+9UWCQVaXYCOPUl6gFrPR7+jGg==} dependencies: language-subtag-registry: 0.3.22 dev: true @@ -16118,6 +16347,13 @@ packages: dotenv-expand: 5.1.0 dev: true + /lcid@2.0.0: + resolution: {integrity: sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==} + engines: {node: '>=6'} + dependencies: + invert-kv: 2.0.0 + dev: true + /leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} @@ -16153,92 +16389,9 @@ packages: resolve: 1.22.1 dev: true - /lightningcss-darwin-arm64@1.19.0: - resolution: {integrity: sha512-wIJmFtYX0rXHsXHSr4+sC5clwblEMji7HHQ4Ub1/CznVRxtCFha6JIt5JZaNf8vQrfdZnBxLLC6R8pC818jXqg==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /lightningcss-darwin-x64@1.19.0: - resolution: {integrity: sha512-Lif1wD6P4poaw9c/4Uh2z+gmrWhw/HtXFoeZ3bEsv6Ia4tt8rOJBdkfVaUJ6VXmpKHALve+iTyP2+50xY1wKPw==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /lightningcss-linux-arm-gnueabihf@1.19.0: - resolution: {integrity: sha512-P15VXY5682mTXaiDtbnLYQflc8BYb774j2R84FgDLJTN6Qp0ZjWEFyN1SPqyfTj2B2TFjRHRUvQSSZ7qN4Weig==} - engines: {node: '>= 12.0.0'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /lightningcss-linux-arm64-gnu@1.19.0: - resolution: {integrity: sha512-zwXRjWqpev8wqO0sv0M1aM1PpjHz6RVIsBcxKszIG83Befuh4yNysjgHVplF9RTU7eozGe3Ts7r6we1+Qkqsww==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /lightningcss-linux-arm64-musl@1.19.0: - resolution: {integrity: sha512-vSCKO7SDnZaFN9zEloKSZM5/kC5gbzUjoJQ43BvUpyTFUX7ACs/mDfl2Eq6fdz2+uWhUh7vf92c4EaaP4udEtA==} - engines: {node: '>= 12.0.0'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /lightningcss-linux-x64-gnu@1.19.0: - resolution: {integrity: sha512-0AFQKvVzXf9byrXUq9z0anMGLdZJS+XSDqidyijI5njIwj6MdbvX2UZK/c4FfNmeRa2N/8ngTffoIuOUit5eIQ==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /lightningcss-linux-x64-musl@1.19.0: - resolution: {integrity: sha512-SJoM8CLPt6ECCgSuWe+g0qo8dqQYVcPiW2s19dxkmSI5+Uu1GIRzyKA0b7QqmEXolA+oSJhQqCmJpzjY4CuZAg==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /lightningcss-win32-x64-msvc@1.19.0: - resolution: {integrity: sha512-C+VuUTeSUOAaBZZOPT7Etn/agx/MatzJzGRkeV+zEABmPuntv1zihncsi+AyGmjkkzq3wVedEy7h0/4S84mUtg==} - engines: {node: '>= 12.0.0'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /lightningcss@1.19.0: - resolution: {integrity: sha512-yV5UR7og+Og7lQC+70DA7a8ta1uiOPnWPJfxa0wnxylev5qfo4P+4iMpzWAdYWOca4jdNQZii+bDL/l+4hUXIA==} - engines: {node: '>= 12.0.0'} - dependencies: - detect-libc: 1.0.3 - optionalDependencies: - lightningcss-darwin-arm64: 1.19.0 - lightningcss-darwin-x64: 1.19.0 - lightningcss-linux-arm-gnueabihf: 1.19.0 - lightningcss-linux-arm64-gnu: 1.19.0 - lightningcss-linux-arm64-musl: 1.19.0 - lightningcss-linux-x64-gnu: 1.19.0 - lightningcss-linux-x64-musl: 1.19.0 - lightningcss-win32-x64-msvc: 1.19.0 + /lilconfig@2.0.5: + resolution: {integrity: sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==} + engines: {node: '>=10'} dev: true /lilconfig@2.1.0: @@ -16249,18 +16402,18 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /lint-staged@13.2.0: - resolution: {integrity: sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==} + /lint-staged@13.0.3: + resolution: {integrity: sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: - chalk: 5.2.0 cli-truncate: 3.1.0 - commander: 10.0.0 + colorette: 2.0.19 + commander: 9.5.0 debug: 4.3.4 - execa: 7.1.1 - lilconfig: 2.1.0 - listr2: 5.0.8 + execa: 6.1.0 + lilconfig: 2.0.5 + listr2: 4.0.5 micromatch: 4.0.5 normalize-path: 3.0.0 object-inspect: 1.12.3 @@ -16282,9 +16435,9 @@ packages: repeat-string: 1.6.1 dev: true - /listr2@5.0.8: - resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==} - engines: {node: ^14.13.1 || >=16.0.0} + /listr2@4.0.5: + resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==} + engines: {node: '>=12'} peerDependencies: enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: @@ -16301,22 +16454,23 @@ packages: wrap-ansi: 7.0.0 dev: true - /lmdb@2.5.2: - resolution: {integrity: sha512-V5V5Xa2Hp9i2XsbDALkBTeHXnBXh/lEmk9p22zdr7jtuOIY9TGhjK6vAvTpOOx9IKU4hJkRWZxn/HsvR1ELLtA==} + /lmdb@2.7.11: + resolution: {integrity: sha512-x9bD4hVp7PFLUoELL8RglbNXhAMt5CYhkmss+CEau9KlNoilsTzNi9QDsPZb3KMpOGZXG6jmXhW3bBxE2XVztw==} + hasBin: true requiresBuild: true dependencies: msgpackr: 1.8.5 node-addon-api: 4.3.0 - node-gyp-build-optional-packages: 5.0.3 + node-gyp-build-optional-packages: 5.0.6 ordered-binary: 1.4.0 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 2.5.2 - '@lmdb/lmdb-darwin-x64': 2.5.2 - '@lmdb/lmdb-linux-arm': 2.5.2 - '@lmdb/lmdb-linux-arm64': 2.5.2 - '@lmdb/lmdb-linux-x64': 2.5.2 - '@lmdb/lmdb-win32-x64': 2.5.2 + '@lmdb/lmdb-darwin-arm64': 2.7.11 + '@lmdb/lmdb-darwin-x64': 2.7.11 + '@lmdb/lmdb-linux-arm': 2.7.11 + '@lmdb/lmdb-linux-arm64': 2.7.11 + '@lmdb/lmdb-linux-x64': 2.7.11 + '@lmdb/lmdb-win32-x64': 2.7.11 dev: true /load-json-file@1.1.0: @@ -16373,7 +16527,6 @@ packages: big.js: 5.2.2 emojis-list: 2.1.0 json5: 1.0.2 - dev: false /loader-utils@1.4.2: resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==} @@ -16448,10 +16601,6 @@ packages: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} dev: false - /lodash.isfunction@3.0.9: - resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} - dev: true - /lodash.isplainobject@4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} dev: true @@ -16708,13 +16857,20 @@ packages: strip-color: 0.1.0 dev: true - /match-sorter@6.3.1: - resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} + /match-sorter@6.3.0: + resolution: {integrity: sha512-efYOf/wUpNb8FgNY+cOD2EIJI1S5I7YPKsw0LBp7wqPh5pmMS6i/wr3ZWwfwrAw1NvqTA2KUReVRWDX84lUcOQ==} dependencies: '@babel/runtime': 7.21.0 remove-accents: 0.4.2 dev: false + /matcher@4.0.0: + resolution: {integrity: sha512-S6x5wmcDmsDRRU/c2dkccDwQPXoFczc5+HpQ2lON8pnvHlnvHAHj5WlLVvw6n6vNyHuVugYrFohYxbS+pvFpKQ==} + engines: {node: '>=10'} + dependencies: + escape-string-regexp: 4.0.0 + dev: true + /math-random@1.0.4: resolution: {integrity: sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==} dev: true @@ -16793,6 +16949,15 @@ packages: engines: {node: '>= 0.6'} dev: true + /mem@4.3.0: + resolution: {integrity: sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==} + engines: {node: '>=6'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 2.1.0 + p-is-promise: 2.1.0 + dev: true + /mem@8.1.1: resolution: {integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==} engines: {node: '>=10'} @@ -17261,15 +17426,15 @@ packages: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: true - /next-mdx-remote@3.0.8(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-WFSxt0crxG5PN/0WvaunzxzqV3wh3dPBZyhkclxwyQfLSRKzsNSArzot/4gYTOOZ/GtyRfNjbI/HtDsW2S4fqQ==} + /next-mdx-remote@3.0.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-imLrrw6c/Hi1BKRyJE9yLhk45N5zzw+/CxSQRHOAByYUSOhd+DNjUaqm2jtd+/GgxJeYB1d3fJPXmvUZTez1MQ==} peerDependencies: react: '>=16.x <=17.x' react-dom: '>=16.x <=17.x' dependencies: '@mdx-js/mdx': 1.6.22 '@mdx-js/react': 1.6.22(react@18.2.0) - esbuild: 0.12.29 + esbuild: 0.11.23 pkg-dir: 5.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -17277,38 +17442,38 @@ packages: - supports-color dev: false - /next-plausible@3.1.6(next@12.3.4)(react-dom@18.2.0)(react@18.2.0): + /next-plausible@3.1.6(next@12.1.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9L1l3f59122IBNjVDqZEE2y5kA/a8rk3xYqWWfHH9LLxtWw6hqiL43RQGT7xYjHofGdn+RX3WTVRGIv0Iq/wKA==} peerDependencies: next: ^11.1.0 || ^12.0.0 react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - next: 12.3.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) + next: 12.1.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /next-sitemap@1.9.12(next@12.3.4): - resolution: {integrity: sha512-kHXf4ZNAGLJyK16HbjzE5X9JlKwXtxW+9J4dh3oT7LSbU/+3bN+VqWjNw/776Otbanf7EJsvl51oQ78qQW5XBQ==} - engines: {node: '>=14'} + /next-sitemap@1.6.140(next@12.1.0): + resolution: {integrity: sha512-VTOQMae/nDLBRGBHnkmGoIsArymlOpJWkZUDvPapktF4QX2U7yvwHIHe7V7amqV2gE2xiDYgd0ayXOBBGuFHog==} hasBin: true peerDependencies: next: '*' dependencies: '@corex/deepmerge': 2.6.148 + matcher: 4.0.0 minimist: 1.2.8 - next: 12.3.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) + next: 12.1.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) dev: true - /next-themes@0.0.15(next@12.3.4)(react-dom@18.2.0)(react@18.2.0): + /next-themes@0.0.15(next@12.1.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LTmtqYi03c4gMTJmWwVK9XkHL7h0/+XrtR970Ujvtu3s0kZNeJN24aJsi4rkZOI8i19+qq6f8j+8Duwy5jqcrQ==} peerDependencies: next: '*' react: '*' react-dom: '*' dependencies: - next: 12.3.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) + next: 12.1.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -17317,8 +17482,8 @@ packages: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: false - /next@12.3.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-VcyMJUtLZBGzLKo3oMxrEF0stxh8HwuW976pAzlHhI3t8qJ4SROjCrSh1T24bhrbjw55wfZXAbXPGwPt5FLRfQ==} + /next@12.1.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-s885kWvnIlxsUFHq9UGyIyLiuD0G3BUC/xrH0CEnH5lHEWkwQcHOORgbDF0hbrW9vr/7am4ETfX4A7M6DjrE7Q==} engines: {node: '>=12.22.0'} hasBin: true peerDependencies: @@ -17335,28 +17500,25 @@ packages: sass: optional: true dependencies: - '@next/env': 12.3.4 - '@swc/helpers': 0.4.11 - caniuse-lite: 1.0.30001470 - postcss: 8.4.14 + '@next/env': 12.1.0 + caniuse-lite: 1.0.30001472 + postcss: 8.4.5 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.0.7(@babel/core@7.21.3)(react@18.2.0) - use-sync-external-store: 1.2.0(react@18.2.0) + styled-jsx: 5.0.0(@babel/core@7.21.0)(react@18.2.0) + use-subscription: 1.5.1(react@18.2.0) optionalDependencies: - '@next/swc-android-arm-eabi': 12.3.4 - '@next/swc-android-arm64': 12.3.4 - '@next/swc-darwin-arm64': 12.3.4 - '@next/swc-darwin-x64': 12.3.4 - '@next/swc-freebsd-x64': 12.3.4 - '@next/swc-linux-arm-gnueabihf': 12.3.4 - '@next/swc-linux-arm64-gnu': 12.3.4 - '@next/swc-linux-arm64-musl': 12.3.4 - '@next/swc-linux-x64-gnu': 12.3.4 - '@next/swc-linux-x64-musl': 12.3.4 - '@next/swc-win32-arm64-msvc': 12.3.4 - '@next/swc-win32-ia32-msvc': 12.3.4 - '@next/swc-win32-x64-msvc': 12.3.4 + '@next/swc-android-arm64': 12.1.0 + '@next/swc-darwin-arm64': 12.1.0 + '@next/swc-darwin-x64': 12.1.0 + '@next/swc-linux-arm-gnueabihf': 12.1.0 + '@next/swc-linux-arm64-gnu': 12.1.0 + '@next/swc-linux-arm64-musl': 12.1.0 + '@next/swc-linux-x64-gnu': 12.1.0 + '@next/swc-linux-x64-musl': 12.1.0 + '@next/swc-win32-arm64-msvc': 12.1.0 + '@next/swc-win32-ia32-msvc': 12.1.0 + '@next/swc-win32-x64-msvc': 12.1.0 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -17399,8 +17561,8 @@ packages: whatwg-url: 5.0.0 dev: true - /node-gyp-build-optional-packages@5.0.3: - resolution: {integrity: sha512-k75jcVzk5wnnc/FMxsf4udAoTEUv2jY3ycfdSd3yWu6Cnd1oee6/CfZJApyscA4FJOmdoixWwiwOyf16RzD5JA==} + /node-gyp-build-optional-packages@5.0.6: + resolution: {integrity: sha512-2ZJErHG4du9G3/8IWl/l9Bp5BBFy63rno5GVmjQijvTuUZKsl6g8RB4KH/x3NLcV5ZBb4GsXmAuTYr6dRml3Gw==} hasBin: true dev: true @@ -17504,6 +17666,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /normalize-url@6.1.0: + resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} + engines: {node: '>=10'} + dev: true + /npm-run-all@4.1.5: resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} engines: {node: '>= 4'} @@ -17667,13 +17834,6 @@ packages: define-properties: 1.2.0 es-abstract: 1.21.2 - /object.hasown@1.1.2: - resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} - dependencies: - define-properties: 1.2.0 - es-abstract: 1.21.2 - dev: true - /object.map@1.0.1: resolution: {integrity: sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==} engines: {node: '>=0.10.0'} @@ -17828,6 +17988,15 @@ packages: resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} engines: {node: '>=0.10.0'} + /os-locale@3.1.0: + resolution: {integrity: sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==} + engines: {node: '>=6'} + dependencies: + execa: 1.0.0 + lcid: 2.0.0 + mem: 4.3.0 + dev: true + /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} @@ -17868,6 +18037,11 @@ packages: engines: {node: '>=4'} dev: true + /p-is-promise@2.1.0: + resolution: {integrity: sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==} + engines: {node: '>=6'} + dev: true + /p-iteration@1.1.8: resolution: {integrity: sha512-IMFBSDIYcPNnW7uWYGrBqmvTiq7W0uB0fJn6shQZs7dlF3OvrHOre+JT9ikSZ7gZS3vWqclVgoQSvToJrns7uQ==} engines: {node: '>=8.0.0'} @@ -17970,24 +18144,24 @@ packages: tslib: 2.5.0 dev: true - /parcel@2.8.3(postcss@7.0.39): - resolution: {integrity: sha512-5rMBpbNE72g6jZvkdR5gS2nyhwIXaJy8i65osOqs/+5b7zgf3eMKgjSsDrv6bhz3gzifsba6MBJiZdBckl+vnA==} + /parcel@2.3.1(postcss@8.4.21): + resolution: {integrity: sha512-YDzKpWcO1tEqk7ENPTitE8zbDfYDjo7nsoT7Oun+7eZadwsiNds1+mbhCO0exGq4SJekto+dkMdrLMcbOWJznQ==} engines: {node: '>= 12.0.0'} hasBin: true peerDependenciesMeta: '@parcel/core': optional: true dependencies: - '@parcel/config-default': 2.8.3(@parcel/core@2.8.3)(postcss@7.0.39) - '@parcel/core': 2.8.3 - '@parcel/diagnostic': 2.8.3 - '@parcel/events': 2.8.3 - '@parcel/fs': 2.8.3(@parcel/core@2.8.3) - '@parcel/logger': 2.8.3 - '@parcel/package-manager': 2.8.3(@parcel/core@2.8.3) - '@parcel/reporter-cli': 2.8.3(@parcel/core@2.8.3) - '@parcel/reporter-dev-server': 2.8.3(@parcel/core@2.8.3) - '@parcel/utils': 2.8.3 + '@parcel/config-default': 2.3.1(@parcel/core@2.3.1)(postcss@8.4.21) + '@parcel/core': 2.3.1 + '@parcel/diagnostic': 2.3.1 + '@parcel/events': 2.3.1 + '@parcel/fs': 2.3.1(@parcel/core@2.3.1) + '@parcel/logger': 2.3.1 + '@parcel/package-manager': 2.3.1(@parcel/core@2.3.1) + '@parcel/reporter-cli': 2.3.1(@parcel/core@2.3.1) + '@parcel/reporter-dev-server': 2.3.1(@parcel/core@2.3.1) + '@parcel/utils': 2.3.1 chalk: 4.1.2 commander: 7.2.0 get-port: 4.2.0 @@ -18337,6 +18511,76 @@ packages: engines: {node: '>=0.10.0'} dev: true + /postcss-calc@8.2.4(postcss@8.4.21): + resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} + peerDependencies: + postcss: ^8.2.2 + dependencies: + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-colormin@5.3.1(postcss@8.4.21): + resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + caniuse-api: 3.0.0 + colord: 2.9.3 + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-convert-values@5.1.3(postcss@8.4.21): + resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-discard-comments@5.1.2(postcss@8.4.21): + resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + dev: true + + /postcss-discard-duplicates@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + dev: true + + /postcss-discard-empty@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + dev: true + + /postcss-discard-overridden@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + dev: true + /postcss-flexbugs-fixes@4.2.1: resolution: {integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==} dependencies: @@ -18363,24 +18607,6 @@ packages: camelcase-css: 2.0.1 postcss: 8.4.21 - /postcss-load-config@3.1.4(postcss@7.0.39)(ts-node@10.9.1): - resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} - engines: {node: '>= 10'} - peerDependencies: - postcss: '>=8.0.9' - ts-node: '>=9.0.0' - peerDependenciesMeta: - postcss: - optional: true - ts-node: - optional: true - dependencies: - lilconfig: 2.1.0 - postcss: 7.0.39 - ts-node: 10.9.1(@swc/core@1.3.42)(@types/node@15.14.9)(typescript@4.9.5) - yaml: 1.10.2 - dev: true - /postcss-load-config@3.1.4(postcss@8.4.21)(ts-node@10.9.1): resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} @@ -18395,7 +18621,7 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.21 - ts-node: 10.9.1(@swc/core@1.3.42)(@types/node@15.14.9)(typescript@4.9.5) + ts-node: 10.9.1(@swc/core@1.3.35)(@types/node@15.12.4)(typescript@4.9.5) yaml: 1.10.2 /postcss-loader@4.3.0(postcss@7.0.39)(webpack@4.46.0): @@ -18411,10 +18637,10 @@ packages: postcss: 7.0.39 schema-utils: 3.1.1 semver: 7.3.8 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /postcss-loader@4.3.0(postcss@7.0.39)(webpack@5.76.3): + /postcss-loader@4.3.0(postcss@7.0.39)(webpack@5.53.0): resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -18427,7 +18653,75 @@ packages: postcss: 7.0.39 schema-utils: 3.1.1 semver: 7.3.8 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) + dev: true + + /postcss-merge-longhand@5.1.7(postcss@8.4.21): + resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + stylehacks: 5.1.1(postcss@8.4.21) + dev: true + + /postcss-merge-rules@5.1.4(postcss@8.4.21): + resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + caniuse-api: 3.0.0 + cssnano-utils: 3.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 + dev: true + + /postcss-minify-font-values@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-minify-gradients@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + colord: 2.9.3 + cssnano-utils: 3.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-minify-params@5.1.4(postcss@8.4.21): + resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + cssnano-utils: 3.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-minify-selectors@5.2.1(postcss@8.4.21): + resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 dev: true /postcss-modules-extract-imports@2.0.0: @@ -18512,6 +18806,129 @@ packages: postcss: 8.4.21 postcss-selector-parser: 6.0.11 + /postcss-normalize-charset@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + dev: true + + /postcss-normalize-display-values@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-positions@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-repeat-style@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-string@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-timing-functions@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-unicode@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-url@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + normalize-url: 6.1.0 + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-whitespace@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-ordered-values@5.1.3(postcss@8.4.21): + resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-utils: 3.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-reduce-initial@5.1.2(postcss@8.4.21): + resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + caniuse-api: 3.0.0 + postcss: 8.4.21 + dev: true + + /postcss-reduce-transforms@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + dev: true + /postcss-selector-parser@6.0.11: resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} engines: {node: '>=4'} @@ -18519,6 +18936,27 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 + /postcss-svgo@5.1.0(postcss@8.4.21): + resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 + svgo: 2.8.0 + dev: true + + /postcss-unique-selectors@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 + dev: true + /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -18530,16 +18968,16 @@ packages: source-map: 0.6.1 dev: true - /postcss@8.4.14: - resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} + /postcss@8.4.21: + resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 - /postcss@8.4.21: - resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} + /postcss@8.4.5: + resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -18625,18 +19063,18 @@ packages: resolution: {integrity: sha512-N8SGGQwAosISXTNl1E57sBbtnqUGlyRWjcfIUxyD3HF4ynehA9GZ8IfJgiep/OfYvCof/JEpy9ZqSl250Wia7A==} engines: {node: '>=10.0.0'} dependencies: - '@typescript-eslint/parser': 3.10.1(eslint@7.32.0)(typescript@3.9.10) + '@typescript-eslint/parser': 3.10.1(eslint@7.29.0)(typescript@3.9.10) common-tags: 1.8.2 dlv: 1.1.3 - eslint: 7.32.0 + eslint: 7.29.0 indent-string: 4.0.0 lodash.merge: 4.6.2 loglevel-colored-level-prefix: 1.0.0 - prettier: 2.8.7 + prettier: 2.2.1 pretty-format: 23.6.0 require-relative: 0.8.7 typescript: 3.9.10 - vue-eslint-parser: 7.1.1(eslint@7.32.0) + vue-eslint-parser: 7.1.1(eslint@7.29.0) transitivePeerDependencies: - supports-color dev: true @@ -18675,8 +19113,8 @@ packages: hasBin: true dev: true - /prettier@2.3.0: - resolution: {integrity: sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==} + /prettier@2.2.1: + resolution: {integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -18732,8 +19170,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /prism-react-renderer@1.3.5(react@18.2.0): - resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==} + /prism-react-renderer@1.2.1(react@18.2.0): + resolution: {integrity: sha512-w23ch4f75V1Tnz8DajsYKvY5lF7H1+WvzvLUcF0paFxkTHSp42RS0H5CttdN2Q8RR3DRGZ9v5xD/h3n8C8kGmg==} peerDependencies: react: '>=0.14.9' dependencies: @@ -18989,7 +19427,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true /react-autosuggest@10.1.0(react@18.2.0): @@ -19035,7 +19473,7 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 '@babel/generator': 7.21.3 '@babel/runtime': 7.21.0 ast-types: 0.14.2 @@ -19049,17 +19487,6 @@ packages: - supports-color dev: true - /react-dom@17.0.2(react@17.0.2): - resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} - peerDependencies: - react: 17.0.2 - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react: 17.0.2 - scheduler: 0.20.2 - dev: true - /react-dom@18.2.0(react@18.2.0): resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: @@ -19069,7 +19496,7 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-element-to-jsx-string@14.3.4(react-dom@17.0.2)(react@17.0.2): + /react-element-to-jsx-string@14.3.4(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==} peerDependencies: react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 @@ -19077,8 +19504,8 @@ packages: dependencies: '@base2/pretty-print-object': 1.0.1 is-plain-object: 5.0.0 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-is: 17.0.2 dev: true @@ -19092,24 +19519,20 @@ packages: react: 18.2.0 dev: true - /react-error-overlay@6.0.9: - resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} - dev: true - /react-fast-compare@3.2.1: resolution: {integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==} dev: false - /react-iconly@2.2.6(react@18.2.0): - resolution: {integrity: sha512-wpBXmfWbSnUPMf4VzDCZEhTPJaRwNO9YUjAGR3XWd0tEaZjw7pN9Hw1Zqo3IBnuetoPVXsYWn2IqI8tnvgmthQ==} + /react-iconly@2.2.2(react@18.2.0): + resolution: {integrity: sha512-BdjMsW5VbepHxpyjNzKED1amIrNyJj1SG/t22IQNtb25euqbk0FAz1x05ZQfN+az73nrqYPJ/LEH6mYhaCopZw==} engines: {node: '>=10'} peerDependencies: - react: '>=16.8.0' + react: ^16.8.6 || ^17 dependencies: react: 18.2.0 dev: false - /react-inspector@5.1.1(react@17.0.2): + /react-inspector@5.1.1(react@18.2.0): resolution: {integrity: sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==} peerDependencies: react: ^16.8.4 || ^17.0.0 @@ -19117,39 +19540,39 @@ packages: '@babel/runtime': 7.21.0 is-dom: 1.1.0 prop-types: 15.8.1 - react: 17.0.2 + react: 18.2.0 dev: true - /react-instantsearch-core@6.39.1(algoliasearch@4.16.0)(react@18.2.0): + /react-instantsearch-core@6.39.1(algoliasearch@4.10.3)(react@18.2.0): resolution: {integrity: sha512-rvzOoNGBT2O28mmcpXfcN4pVF+p07jlDMbEKB1TRdW3jE9dm8U6uCS/X6DWqigYLr8svVRcG/Ez+wzYK+yuPZw==} peerDependencies: algoliasearch: '>= 3.1 < 5' react: '>= 16.3.0 < 19' dependencies: '@babel/runtime': 7.21.0 - algoliasearch: 4.16.0 - algoliasearch-helper: 3.12.0(algoliasearch@4.16.0) + algoliasearch: 4.10.3 + algoliasearch-helper: 3.12.0(algoliasearch@4.10.3) prop-types: 15.8.1 react: 18.2.0 react-fast-compare: 3.2.1 dev: false - /react-instantsearch-dom@6.39.1(algoliasearch@4.16.0)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-lfTHQZ3ILwlQeDsd+GqvVCVLyOzK8FYMtICJvc0PXANhcXXMM+7WvqJGlDclcnujPPSDuQl6MmKTHcTNVapQoA==} + /react-instantsearch-dom@6.12.0(algoliasearch@4.10.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-/UMnmX0SPkvT8yOL2mAAfjz89ohGSZScb9X6hql9hydcS94cGoojysIUHJ/C+/1f8ciF2zni6I8AYddMdaqrSg==} peerDependencies: - algoliasearch: '>= 3.1 < 5' - react: '>= 16.3.0 < 19' - react-dom: '>= 16.3.0 < 19' + react: '>= 16.3.0 < 18' + react-dom: '>= 16.3.0 < 18' dependencies: '@babel/runtime': 7.21.0 - algoliasearch: 4.16.0 - algoliasearch-helper: 3.12.0(algoliasearch@4.16.0) - classnames: 2.3.2 + algoliasearch-helper: 3.12.0(algoliasearch@4.10.3) + classnames: 2.3.1 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-fast-compare: 3.2.1 - react-instantsearch-core: 6.39.1(algoliasearch@4.16.0)(react@18.2.0) + react-instantsearch-core: 6.39.1(algoliasearch@4.10.3)(react@18.2.0) + transitivePeerDependencies: + - algoliasearch dev: false /react-intersection-observer@8.32.2(react@18.2.0): @@ -19170,33 +19593,32 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /react-live@2.4.1(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-r+32f7oV/kBs3QZBRvaT+9vOkQW47UZrDpgwUe5FiIMOl7sdo5pmISgb7Zpj5PGHgY6XQaiXs3FEh+IWw3KbRg==} + /react-live@2.2.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-tpKruvfytNETuzO3o1mrQUj180GVrq35IE8F5gH1NJVPt4szYCx83/dOSCOyjgRhhc3gQvl0pQ3k/CjOjwJkKQ==} engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@types/buble': 0.20.1 buble: 0.19.6 - core-js: 3.29.1 + core-js: 2.6.12 dom-iterator: 1.0.0 - prism-react-renderer: 1.3.5(react@18.2.0) + prism-react-renderer: 1.2.1(react@18.2.0) prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-simple-code-editor: 0.11.3(react-dom@18.2.0)(react@18.2.0) + react-simple-code-editor: 0.10.0(react-dom@18.2.0)(react@18.2.0) unescape: 1.0.1 dev: false - /react-markdown@6.0.3(@types/react@17.0.53)(react@18.2.0): - resolution: {integrity: sha512-kQbpWiMoBHnj9myLlmZG9T1JdoT/OEyHK7hqM6CqFT14MAkgWiWBUYijLyBmxbntaN6dCDicPcUhWhci1QYodg==} + /react-markdown@6.0.2(@types/react@17.0.11)(react@18.2.0): + resolution: {integrity: sha512-Et2AjXAsbmPP1nLQQRqmVgcqzfwcz8uQJ8VAdADs8Nk/aaUA0YeU9RDLuCtD+GwajCnm/+Iiu2KPmXzmD/M3vA==} peerDependencies: '@types/react': '>=16' react: '>=16' dependencies: '@types/hast': 2.3.4 - '@types/react': 17.0.53 + '@types/react': 17.0.11 '@types/unist': 2.0.6 comma-separated-tokens: 1.0.8 prop-types: 15.8.1 @@ -19227,11 +19649,11 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-simple-code-editor@0.11.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-7bVI4Yd1aNCeuldErXUt8ksaAG5Fi+GZ6vp3mtFBnckKdzsQtrgkDvdwMFXIhwTGG+mUYmk5ZpMo0axSW9JBzA==} + /react-simple-code-editor@0.10.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-bL5W5mAxSW6+cLwqqVWY47Silqgy2DKDTR4hDBrLrUqC5BXc29YVx17l2IZk5v36VcDEq1Bszu2oHm1qBwKqBA==} peerDependencies: - react: '*' - react-dom: '*' + react: ^16.0.0 + react-dom: ^16.0.0 dependencies: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -19246,7 +19668,7 @@ packages: throttle-debounce: 3.0.1 dev: true - /react-syntax-highlighter@15.5.0(react@17.0.2): + /react-syntax-highlighter@15.5.0(react@18.2.0): resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==} peerDependencies: react: '>= 0.14.0' @@ -19255,7 +19677,7 @@ packages: highlight.js: 10.7.3 lowlight: 1.20.0 prismjs: 1.29.0 - react: 17.0.2 + react: 18.2.0 refractor: 3.6.0 dev: true @@ -19276,14 +19698,6 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react@17.0.2: - resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} - engines: {node: '>=0.10.0'} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: true - /react@18.2.0: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} @@ -19557,12 +19971,10 @@ packages: engines: {node: '>= 0.10'} dev: true - /remark-autolink-headings@6.1.0: - resolution: {integrity: sha512-oeMSIfjaNboWPDVKahQAjF8iJ8hsz5aI8KFzAmmBdznir7zBvkgUjYE/BrpWvd02DCf/mSQ1IklznLkl3dVvZQ==} + /remark-autolink-headings@6.0.1: + resolution: {integrity: sha512-LTV5G5NMjypHEr14tMNJ36yrP+xwT7mejJelZOPXKiF5WvRH9o36zXnr2QGqfms2yVASNpDaC9NBOwKlJJKuQw==} dependencies: - '@types/hast': 2.3.4 extend: 3.0.2 - unified: 9.2.1 unist-util-visit: 2.0.3 dev: false @@ -19627,8 +20039,8 @@ packages: mdast-util-to-hast: 10.2.0 dev: false - /remark-slug@6.1.0: - resolution: {integrity: sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ==} + /remark-slug@6.0.0: + resolution: {integrity: sha512-ln67v5BrGKHpETnm6z6adlJPhESFJwfuZZ3jrmi+lKTzeZxh2tzFzUfDD4Pm2hRGOarHLuGToO86MNMZ/hA67Q==} dependencies: github-slugger: 1.5.0 mdast-util-to-string: 1.1.0 @@ -19948,13 +20360,6 @@ packages: xmlchars: 2.2.0 dev: true - /scheduler@0.20.2: - resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - dev: true - /scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: @@ -20189,8 +20594,8 @@ packages: resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} dev: true - /shelljs@0.8.5: - resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + /shelljs@0.8.4: + resolution: {integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==} engines: {node: '>=4'} hasBin: true dependencies: @@ -20349,6 +20754,14 @@ packages: urix: 0.1.0 dev: true + /source-map-resolve@0.6.0: + resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} + deprecated: See https://github.com/lydell/source-map-resolve#deprecated + dependencies: + atob: 2.1.2 + decode-uri-component: 0.2.2 + dev: true + /source-map-support@0.5.13: resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} dependencies: @@ -20451,11 +20864,6 @@ packages: /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - /srcset@4.0.0: - resolution: {integrity: sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==} - engines: {node: '>=12'} - dev: true - /ssri@6.0.2: resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} dependencies: @@ -20519,7 +20927,7 @@ packages: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true - /storybook-dark-mode@2.1.1(react-dom@17.0.2)(react@17.0.2): + /storybook-dark-mode@2.1.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Ops6u/htODxIUXnAYASttqcbd2PRN723o0uIKpoYQn1+so2g6gYalpAhuysxnRhCG8yHsm6NJuX5drzzI+uFvQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -20530,16 +20938,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/api': 6.5.16(react-dom@17.0.2)(react@17.0.2) - '@storybook/components': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/api': 6.5.16(react-dom@18.2.0)(react@18.2.0) + '@storybook/components': 6.5.16(react-dom@18.2.0)(react@18.2.0) '@storybook/core-events': 6.5.16 '@storybook/global': 5.0.0 - '@storybook/theming': 6.5.16(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.16(react-dom@18.2.0)(react@18.2.0) fast-deep-equal: 3.1.3 memoizerific: 1.11.3 - react: 17.0.2 - react-dom: 17.0.2(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true /stream-browserify@2.0.2: @@ -20824,10 +21232,10 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 2.7.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true - /style-loader@1.3.0(webpack@5.76.3): + /style-loader@1.3.0(webpack@5.53.0): resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -20835,10 +21243,10 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 2.7.1 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true - /style-loader@2.0.0(webpack@5.76.3): + /style-loader@2.0.0(webpack@5.53.0): resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -20846,7 +21254,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /style-mod@4.0.2: @@ -20865,7 +21273,7 @@ packages: tslib: 2.5.0 dev: false - /styled-jsx@4.0.1(@babel/core@7.21.3)(react@18.2.0): + /styled-jsx@4.0.1(@babel/core@7.21.0)(react@18.2.0): resolution: {integrity: sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -20875,8 +21283,8 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.21.3 - '@babel/plugin-syntax-jsx': 7.14.5(@babel/core@7.21.3) + '@babel/core': 7.21.0 + '@babel/plugin-syntax-jsx': 7.14.5(@babel/core@7.21.0) '@babel/types': 7.15.0 convert-source-map: 1.7.0 loader-utils: 1.2.3 @@ -20887,22 +21295,33 @@ packages: stylis-rule-sheet: 0.0.10(stylis@3.5.4) dev: false - /styled-jsx@5.0.7(@babel/core@7.21.3)(react@18.2.0): - resolution: {integrity: sha512-b3sUzamS086YLRuvnaDigdAewz1/EFYlHpYBP5mZovKEdQQOIIYq8lApylub3HHZ6xFjV051kkGU7cudJmrXEA==} + /styled-jsx@5.0.0(@babel/core@7.21.0)(react@18.2.0): + resolution: {integrity: sha512-qUqsWoBquEdERe10EW8vLp3jT25s/ssG1/qX5gZ4wu15OZpmSMFI2v+fWlRhLfykA5rFtlJ1ME8A8pm/peV4WA==} engines: {node: '>= 12.0.0'} peerDependencies: '@babel/core': '*' babel-plugin-macros: '*' - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' + react: '>= 16.8.0 || 17.x.x || 18.x.x' peerDependenciesMeta: '@babel/core': optional: true babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.21.0 react: 18.2.0 + /stylehacks@5.1.1(postcss@8.4.21): + resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.5 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 + dev: true + /stylis-rule-sheet@0.0.10(stylis@3.5.4): resolution: {integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==} peerDependencies: @@ -20915,8 +21334,8 @@ packages: resolution: {integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==} dev: false - /sucrase@3.30.0: - resolution: {integrity: sha512-7d37d3vLF0IeH2dzvHpzDNDxUqpbDHJXTJOAnQ8jvMW04o2Czps6mxtaSnKWpE+hUS/eczqfWPUgQTrazKZPnQ==} + /sucrase@3.31.0: + resolution: {integrity: sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==} engines: {node: '>=8'} hasBin: true dependencies: @@ -21025,8 +21444,8 @@ packages: strip-ansi: 6.0.1 dev: true - /tailwind-merge@1.10.0: - resolution: {integrity: sha512-WFnDXSS4kFTZwjKg5/oZSGzBRU/l+qcbv5NVTzLUQvJ9yovDAP05h0F2+ZFW0Lw9EcgRoc2AfURUdZvnEFrXKg==} + /tailwind-merge@1.11.0: + resolution: {integrity: sha512-oG3/328Y7LrfPMfkgMNxoqEk1ZQdXBxdphf9FFrreo8q0EtVIHt3bQf2IyFhQuVt8puB57lCRBNbazGhYAyz9w==} dev: false /tailwind-variants@0.1.1(tailwindcss@3.2.7): @@ -21035,7 +21454,7 @@ packages: peerDependencies: tailwindcss: '*' dependencies: - tailwind-merge: 1.10.0 + tailwind-merge: 1.11.0 tailwindcss: 3.2.7(postcss@8.4.21)(ts-node@10.9.1) dev: false @@ -21133,7 +21552,7 @@ packages: serialize-javascript: 4.0.0 source-map: 0.6.1 terser: 4.8.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: true @@ -21152,13 +21571,13 @@ packages: serialize-javascript: 5.0.1 source-map: 0.6.1 terser: 5.16.8 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) webpack-sources: 1.4.3 transitivePeerDependencies: - bluebird dev: true - /terser-webpack-plugin@5.3.7(@swc/core@1.3.42)(esbuild@0.15.18)(webpack@5.76.3): + /terser-webpack-plugin@5.3.7(@swc/core@1.3.35)(esbuild@0.15.18)(webpack@5.53.0): resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -21175,13 +21594,13 @@ packages: optional: true dependencies: '@jridgewell/trace-mapping': 0.3.17 - '@swc/core': 1.3.42 + '@swc/core': 1.3.35 esbuild: 0.15.18 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.1 terser: 5.16.8 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /terser@4.8.1: @@ -21416,7 +21835,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-node@10.9.1(@swc/core@1.3.42)(@types/node@15.14.9)(typescript@4.9.5): + /ts-node@10.9.1(@swc/core@1.3.35)(@types/node@15.12.4)(typescript@4.9.5): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -21431,12 +21850,12 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 - '@swc/core': 1.3.42 + '@swc/core': 1.3.35 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 15.14.9 + '@types/node': 15.12.4 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -21475,7 +21894,7 @@ packages: /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsup@6.4.0(@swc/core@1.3.42)(postcss@7.0.39)(ts-node@10.9.1)(typescript@4.9.5): + /tsup@6.4.0(@swc/core@1.3.35)(postcss@8.4.21)(ts-node@10.9.1)(typescript@4.9.5): resolution: {integrity: sha512-4OlbqIK/SF+cJp0mMqPM2pKULvgj/1S2Gm3I1aFoFGIryUOyIqPZBoqKkqVQT6uFtWJ5AHftIv0riXKfHox1zQ==} engines: {node: '>=14'} hasBin: true @@ -21491,7 +21910,7 @@ packages: typescript: optional: true dependencies: - '@swc/core': 1.3.42 + '@swc/core': 1.3.35 bundle-require: 3.1.2(esbuild@0.15.18) cac: 6.7.14 chokidar: 3.5.3 @@ -21500,12 +21919,12 @@ packages: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss: 7.0.39 - postcss-load-config: 3.1.4(postcss@7.0.39)(ts-node@10.9.1) + postcss: 8.4.21 + postcss-load-config: 3.1.4(postcss@8.4.21)(ts-node@10.9.1) resolve-from: 5.0.0 rollup: 3.20.2 source-map: 0.8.0-beta.0 - sucrase: 3.30.0 + sucrase: 3.31.0 tree-kill: 1.2.2 typescript: 4.9.5 transitivePeerDependencies: @@ -21940,7 +22359,7 @@ packages: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true /url-parse@1.5.10: @@ -21957,11 +22376,12 @@ packages: querystring: 0.2.0 dev: true - /use-sync-external-store@1.2.0(react@18.2.0): - resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} + /use-subscription@1.5.1(react@18.2.0): + resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 dependencies: + object-assign: 4.1.1 react: 18.2.0 /use@3.1.1: @@ -22033,6 +22453,10 @@ packages: /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} + /v8-compile-cache@2.0.3: + resolution: {integrity: sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==} + dev: true + /v8-compile-cache@2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: true @@ -22105,14 +22529,14 @@ packages: - supports-color dev: true - /vue-eslint-parser@7.1.1(eslint@7.32.0): + /vue-eslint-parser@7.1.1(eslint@7.29.0): resolution: {integrity: sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' dependencies: debug: 4.3.4 - eslint: 7.32.0 + eslint: 7.29.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 espree: 6.2.1 @@ -22202,16 +22626,15 @@ packages: engines: {node: '>=12'} dev: true - /webpack-bundle-analyzer@4.8.0: - resolution: {integrity: sha512-ZzoSBePshOKhr+hd8u6oCkZVwpVaXgpw23ScGLFpR6SjYI7+7iIWYarjN6OEYOfRt8o7ZyZZQk0DuMizJ+LEIg==} + /webpack-bundle-analyzer@4.4.2: + resolution: {integrity: sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==} engines: {node: '>= 10.13.0'} hasBin: true dependencies: - '@discoveryjs/json-ext': 0.5.7 acorn: 8.8.2 acorn-walk: 8.2.0 chalk: 4.1.2 - commander: 7.2.0 + commander: 6.2.1 gzip-size: 6.0.0 lodash: 4.17.21 opener: 1.5.2 @@ -22222,8 +22645,8 @@ packages: - utf-8-validate dev: true - /webpack-cli@3.3.12(webpack@5.76.3): - resolution: {integrity: sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==} + /webpack-cli@3.3.11(webpack@5.53.0): + resolution: {integrity: sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==} engines: {node: '>=6.11.5'} hasBin: true peerDependencies: @@ -22231,16 +22654,16 @@ packages: dependencies: chalk: 2.4.2 cross-spawn: 6.0.5 - enhanced-resolve: 4.5.0 + enhanced-resolve: 4.1.0 findup-sync: 3.0.0(supports-color@6.1.0) global-modules: 2.0.0 import-local: 2.0.0 - interpret: 1.4.0 - loader-utils: 1.4.2 + interpret: 1.2.0 + loader-utils: 1.2.3 supports-color: 6.1.0 - v8-compile-cache: 2.3.0 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) - yargs: 13.3.2 + v8-compile-cache: 2.0.3 + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) + yargs: 13.2.4 dev: true /webpack-dev-middleware@3.7.3(webpack@4.46.0): @@ -22253,11 +22676,11 @@ packages: mime: 2.6.0 mkdirp: 0.5.6 range-parser: 1.2.1 - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) webpack-log: 2.0.0 dev: true - /webpack-dev-middleware@4.3.0(webpack@5.76.3): + /webpack-dev-middleware@4.3.0(webpack@5.53.0): resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'} peerDependencies: @@ -22269,7 +22692,7 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 3.1.1 - webpack: 5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12) + webpack: 5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11) dev: true /webpack-filter-warnings-plugin@1.2.1(webpack@4.46.0): @@ -22278,7 +22701,7 @@ packages: peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 dependencies: - webpack: 4.46.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.11) dev: true /webpack-hot-middleware@2.25.3: @@ -22329,7 +22752,7 @@ packages: resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} dev: true - /webpack@4.46.0(webpack-cli@3.3.12): + /webpack@4.46.0(webpack-cli@3.3.11): resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} engines: {node: '>=6.11.5'} hasBin: true @@ -22364,14 +22787,14 @@ packages: tapable: 1.1.3 terser-webpack-plugin: 1.4.5(webpack@4.46.0) watchpack: 1.7.5 - webpack-cli: 3.3.12(webpack@5.76.3) + webpack-cli: 3.3.11(webpack@5.53.0) webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color dev: true - /webpack@5.76.3(@swc/core@1.3.42)(esbuild@0.15.18)(webpack-cli@3.3.12): - resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} + /webpack@5.53.0(@swc/core@1.3.35)(esbuild@0.15.18)(webpack-cli@3.3.11): + resolution: {integrity: sha512-RZ1Z3z3ni44snoWjfWeHFyzvd9HMVYDYC5VXmlYUT6NWgEOWdCNpad5Fve2CzzHoRED7WtsKe+FCyP5Vk4pWiQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -22381,7 +22804,7 @@ packages: optional: true dependencies: '@types/eslint-scope': 3.7.4 - '@types/estree': 0.0.51 + '@types/estree': 0.0.50 '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 @@ -22390,20 +22813,20 @@ packages: browserslist: 4.21.5 chrome-trace-event: 1.0.3 enhanced-resolve: 5.12.0 - es-module-lexer: 0.9.3 + es-module-lexer: 0.7.1 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 + graceful-fs: 4.2.6 + json-parse-better-errors: 1.0.2 loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(@swc/core@1.3.42)(esbuild@0.15.18)(webpack@5.76.3) + terser-webpack-plugin: 5.3.7(@swc/core@1.3.35)(esbuild@0.15.18)(webpack@5.53.0) watchpack: 2.4.0 - webpack-cli: 3.3.12(webpack@5.76.3) + webpack-cli: 3.3.11(webpack@5.53.0) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -22706,6 +23129,22 @@ packages: engines: {node: '>=12'} dev: true + /yargs@13.2.4: + resolution: {integrity: sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==} + dependencies: + cliui: 5.0.0 + find-up: 3.0.0 + get-caller-file: 2.0.5 + os-locale: 3.1.0 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 3.1.0 + which-module: 2.0.0 + y18n: 4.0.3 + yargs-parser: 13.1.2 + dev: true + /yargs@13.3.2: resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} dependencies: