From 6db635df3deebe0071eb85d6ce5333e4452b2f83 Mon Sep 17 00:00:00 2001
From: JinmingYang <2214962083@qq.com>
Date: Wed, 28 Jun 2023 00:04:42 +0800
Subject: [PATCH] docs: update Readme
---
README.md | 124 +++-
pnpm-lock.yaml | 1707 ++++++++++++++++++++++++++++++++++++++----------
2 files changed, 1466 insertions(+), 365 deletions(-)
diff --git a/README.md b/README.md
index 38c590d..48198c1 100644
--- a/README.md
+++ b/README.md
@@ -26,23 +26,74 @@ Manage ai presets. Chat with your code files. Revolutionize Your Team's Collabor
+
+Table of Contents
+
+- [Why GPT-Runner?](#why-gpt-runner)
+- [Features](#features)
+- [Quick Start](#quick-start)
+ - [The first way: CLI](#the-first-way-cli)
+ - [The second way: VSCode Extension](#the-second-way--vscode-extension)
+- [Documentation](#documentation)
+- [Road map](#road-map)
+- [What's New](#whats-new)
+- [为什么选择 GPT-Runner?](#为什么选择-gpt-runner)
+- [主要功能](#主要功能)
+- [快速开始](#快速开始)
+ - [方式一:CLI](#方式一cli)
+ - [方式二:VSCode 插件](#方式二vscode-插件)
+- [文档](#文档)
+- [开发计划](#开发计划)
+- [最新动态](#最新动态)
+- [FAQ](#faq)
+- [Acknowledgement](#acknowledgement)
+ - [Sponsor](#sponsor)
+ - [Contributor](#contributor)
+- [LICENSE](#license)
+
+
+
+## Why GPT-Runner?
+
+- With GPT-Runner, you can easily integrate AI-driven workflows into your team.
+
+- By harnessing the capabilities provided by GPT-Runner, you can achieve interactive conversations with your code, customize AI parameters to optimize results, and share preset files and configurations among your team members.
+
+- This will greatly enhance your team's collaboration capabilities and development efficiency.
+
+
## Features
-- **CLI & IDE Integration:** GPT-Runner offers a powerful command-line interface and IDE extension for AI robot presets through `xxx.gpt.md` files, enabling efficient AI workflows across various IDEs.
-- **Chat with Your Code Files:** GPT-Runner allows you to chat with your code files. you can selected some files or folders, and then chat with them.
-- AI Preset Chat: Developers can utilize `xxx.gpt.md` files for chat creation with Git version control, boosting team collaboration and communication.
-- Custom AI Parameters: Harness the full potential of `xxx.gpt.md` files with customizable options like system/user prompts, model names, and temperature.
-- LLM Compatibility: Built on LangchainJs, GPT-Runner supports OpenAI API key and access token methods, easily adapting to third-party LLMs.
-- Privacy Focused: All data securely stored on your local PC.
-- Web Sharing: Share GPT-Runner web interface via LAN IP or temporary Gradio link with the CLI Tunnel function.
-- Theme Variety: GPT-Runner offers light/dark themes, auto-syncing with your VSCode theme and providing a responsive design.
-- Web Internationalization: Supports English, 简体中文, 繁体中文, 日本語, and Deutsch.
+- **Chat with code files:** Select files or folders to have real-time conversations with AI.
+- **Powerful CLI and IDE integration:** Implement efficient AI workflows in various IDEs.
+- **AI Preset Chat:** Manage your AI presets, a local Storybook for AI presets.
+- **Customize AI parameters:** Flexibly control the configuration of AI models.
+- **Support for third-party LLMs:** High compatibility and adaptability.
+- **Privacy-first:** Local data storage protects your privacy.
+- **Locale support:** Support for multiple languages.
+
+## Quick Start
+
+> Requirements NodeJS >= 16.15.0
+>
+> To check your NodeJS version, run `node -v` in your terminal. If you need to install or update NodeJS, visit [the official NodeJS website](https://nodejs.org/) for download and installation instructions.
+
+### The first way: CLI
+
+```bash
+cd
+npx gptr
+```
+
+### The second way: VSCode Extension
+
+Install the [GPT-Runner VSCode Extension](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner) from the VSCode Marketplace.
## Documentation
-Read the [documentation](https://gpt-runner.nicepkg.cn/) for more details.
+Read the [documentation](https://gpt-runner.nicepkg.cn/) for installation instructions, usage guide, and more details on GPT-Runner's features.
-## Roadmap
+## Road map
- [ ] Jetbrains Plugin: Add Jetbrains IDE Plugin
- [ ] Export And Import Chat History: Add dialogue import and export function
@@ -54,21 +105,44 @@ Read the [documentation](https://gpt-runner.nicepkg.cn/) for more details.
- 🚀 v1.0.0: First Release
+## 为什么选择 GPT-Runner?
+
+- 使用GPT-Runner,您可以轻松地将AI驱动的工作流程集成到您的团队中。
+
+- 通过利用GPT-Runner提供的功能,您可以实现与代码的交互式对话、自定义AI参数以优化结果,以及在团队间共享预设文件和配置。
+
+- 这将大大提高您的团队协作能力和开发效率。
+
## 主要功能
-- CLI与IDE集成:GPT-Runner 提供强大的命令行界面和IDE扩展,通过 `xxx.gpt.md` 文件实现AI机器人预设,支持各种IDE的高效AI工作流。
-- 与代码文件聊天:GPT-Runner 允许您与代码文件聊天。您可以选择一些文件或文件夹,然后与它们聊天。
-- 基于AI预设的聊天:开发人员可以利用 `xxx.gpt.md` 文件创建聊天并支持Git版本控制,提升团队协作和沟通。
-- 自定义AI参数:充分发挥 `xxx.gpt.md` 文件的潜力,可自定义系统/用户提示、模型名称、温度等选项。
-- LLM兼容性:基于 `LangchainJs` 构建,GPT-Runner 支持 OpenAI API Key 和 Access Token 方式,易于适应第三方LLM。
-- 隐私优先:所有数据安全存储在本地PC上。
-- 网络共享:通过局域网IP或CLI隧道功能的临时 Gradio 链接分享 GPT-Runner 网络界面。
-- 主题多样性:GPT-Runner 提供亮/暗主题,与 VSCode 主题自动同步,并提供响应式设计。
-- 网页国际化:支持 English, 简体中文, 繁体中文, 日本語 和 Deutsch。
+- **与代码文件聊天:** 选择文件或文件夹与 AI 实时对话。
+- **强大的 CLI 与 IDE 集成:** 在各种 IDE 中实现高效的 AI 工作流程。
+- **AI预设聊天:** 管理你的 AI 预设,它是 AI 预设的本地 Storybook。
+- **自定义AI参数:** 灵活控制AI模型的配置。
+- **支持第三方LLM:** 具有高度兼容性和适应性。
+- **隐私优先:** 本地数据存储保护您的隐私。
+- **国际化:** 支持多种语言。
+
+## 快速开始
+
+> 要求 NodeJS >= 16.15.0
+>
+> 要检查您的 NodeJS 版本,请在终端中运行 `node -v`。如果您需要安装或更新 NodeJS,请访问 [官方 NodeJS 网站](https://nodejs.org/) 以获取下载和安装说明。
+
+### 方式一:CLI
+
+```bash
+cd <你的项目路径>
+npx gptr
+```
+
+### 方式二:VSCode 插件
+
+从 VSCode Marketplace 安装 [GPT-Runner VSCode 插件](https://marketplace.visualstudio.com/items?itemName=nicepkg.gpt-runner)。
## 文档
-阅读 [文档](https://gpt-runner.nicepkg.cn/) 以获取更多详细信息。
+阅读 [文档](https://gpt-runner.nicepkg.cn/) 以获取安装说明、使用指南和有关 GPT-Runner 功能的更多详细信息。
## 开发计划
@@ -88,10 +162,6 @@ Read the [documentation](https://gpt-runner.nicepkg.cn/) for more details.
[简体中文 > 常见问题](https://github.com/nicepkg/gpt-runner/tree/main/docs/faq-cn.md)
-## Requirements
-
-NodeJS >= 16.15.0
-
## Acknowledgement
GPT-Runner is made possible thanks to the inspirations from the following projects:
@@ -105,13 +175,11 @@ GPT-Runner is made possible thanks to the inspirations from the following projec
### Sponsor
-[Buy Me a Coffee](https://www.buymeacoffee.com/jinmingyang)
-
no...
### Contributor
-**This project exists thanks to all the people who contribute:**
+This project exists thanks to all the people who contribute:
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 0a7f6b2..3d18f31 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -116,136 +116,6 @@ importers:
specifier: ^0.32.2
version: 0.32.2(@vitest/ui@0.32.2)(jsdom@22.1.0)(terser@5.18.1)
- docs:
- dependencies:
- '@crowdin/cli':
- specifier: ^3.12.0
- version: 3.12.0
- '@crowdin/crowdin-api-client':
- specifier: ^1.23.1
- version: 1.23.1
- '@docusaurus/core':
- specifier: ^2.4.1
- version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/logger':
- specifier: ^2.4.1
- version: 2.4.1
- '@docusaurus/plugin-client-redirects':
- specifier: ^2.4.1
- version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/plugin-ideal-image':
- specifier: ^2.4.1
- version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/plugin-pwa':
- specifier: ^2.4.1
- version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/preset-classic':
- specifier: ^2.4.1
- version: 2.4.1(@algolia/client-search@4.17.1)(@swc/core@1.3.62)(@types/react@18.2.14)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/remark-plugin-npm2yarn':
- specifier: ^2.4.1
- version: 2.4.1
- '@docusaurus/theme-classic':
- specifier: ^2.4.1
- version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/theme-common':
- specifier: ^2.4.1
- version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/theme-mermaid':
- specifier: ^2.4.1
- version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
- '@docusaurus/utils':
- specifier: ^2.4.1
- version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)
- '@docusaurus/utils-common':
- specifier: ^2.4.1
- version: 2.4.1(@docusaurus/types@2.4.1)
- '@popperjs/core':
- specifier: ^2.11.8
- version: 2.11.8
- '@swc/core':
- specifier: 1.3.62
- version: 1.3.62
- clsx:
- specifier: ^1.2.1
- version: 1.2.1
- color:
- specifier: ^4.2.3
- version: 4.2.3
- esno:
- specifier: ^0.16.3
- version: 0.16.3
- fs-extra:
- specifier: ^10.1.0
- version: 10.1.0
- netlify-plugin-cache:
- specifier: ^1.0.3
- version: 1.0.3
- plugin-image-zoom:
- specifier: ^1.1.0
- version: 1.1.0
- prism-react-renderer:
- specifier: ^1.3.5
- version: 1.3.5(react@17.0.2)
- raw-loader:
- specifier: ^4.0.2
- version: 4.0.2(webpack@5.86.0)
- react:
- specifier: ^17.0.2
- version: 17.0.2
- react-dom:
- specifier: ^17.0.2
- version: 17.0.2(react@17.0.2)
- react-lite-youtube-embed:
- specifier: ^2.3.52
- version: 2.3.52(react-dom@17.0.2)(react@17.0.2)
- react-medium-image-zoom:
- specifier: ^4.4.3
- version: 4.4.3(react-dom@17.0.2)(react@17.0.2)
- react-popper:
- specifier: ^2.3.0
- version: 2.3.0(@popperjs/core@2.11.8)(react-dom@17.0.2)(react@17.0.2)
- rehype-katex:
- specifier: ^6.0.3
- version: 6.0.3
- remark-math:
- specifier: ^3.0.1
- version: 3.0.1
- swc-loader:
- specifier: ^0.2.3
- version: 0.2.3(@swc/core@1.3.62)(webpack@5.86.0)
- unist-util-visit:
- specifier: ^2.0.3
- version: 2.0.3
- webpack:
- specifier: ^5.86.0
- version: 5.86.0(@swc/core@1.3.62)(esbuild@0.15.18)
- workbox-routing:
- specifier: ^6.5.3
- version: 6.5.3
- workbox-strategies:
- specifier: ^6.5.3
- version: 6.5.3
- devDependencies:
- '@docusaurus/eslint-plugin':
- specifier: ^2.4.1
- version: 2.4.1(eslint@8.43.0)(typescript@5.1.3)
- '@tsconfig/docusaurus':
- specifier: ^1.0.7
- version: 1.0.7
- '@types/color':
- specifier: ^3.0.3
- version: 3.0.3
- cross-env:
- specifier: ^7.0.3
- version: 7.0.3
- rimraf:
- specifier: ^3.0.2
- version: 3.0.2
- ts-node:
- specifier: ^10.9.1
- version: 10.9.1(@swc/core@1.3.62)(@types/node@18.16.9)(typescript@5.1.3)
-
packages/gpt-runner:
dependencies:
'@nicepkg/gpt-runner-shared':
@@ -553,6 +423,136 @@ importers:
specifier: workspace:*
version: link:../packages/gpt-runner
+ website:
+ dependencies:
+ '@crowdin/cli':
+ specifier: ^3.12.0
+ version: 3.12.0
+ '@crowdin/crowdin-api-client':
+ specifier: ^1.23.1
+ version: 1.23.1
+ '@docusaurus/core':
+ specifier: ^2.4.1
+ version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/logger':
+ specifier: ^2.4.1
+ version: 2.4.1
+ '@docusaurus/plugin-client-redirects':
+ specifier: ^2.4.1
+ version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/plugin-ideal-image':
+ specifier: ^2.4.1
+ version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/plugin-pwa':
+ specifier: ^2.4.1
+ version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/preset-classic':
+ specifier: ^2.4.1
+ version: 2.4.1(@algolia/client-search@4.17.1)(@swc/core@1.3.62)(@types/react@18.2.14)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/remark-plugin-npm2yarn':
+ specifier: ^2.4.1
+ version: 2.4.1
+ '@docusaurus/theme-classic':
+ specifier: ^2.4.1
+ version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/theme-common':
+ specifier: ^2.4.1
+ version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/theme-mermaid':
+ specifier: ^2.4.1
+ version: 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
+ '@docusaurus/utils':
+ specifier: ^2.4.1
+ version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)
+ '@docusaurus/utils-common':
+ specifier: ^2.4.1
+ version: 2.4.1(@docusaurus/types@2.4.1)
+ '@popperjs/core':
+ specifier: ^2.11.8
+ version: 2.11.8
+ '@swc/core':
+ specifier: 1.3.62
+ version: 1.3.62
+ clsx:
+ specifier: ^1.2.1
+ version: 1.2.1
+ color:
+ specifier: ^4.2.3
+ version: 4.2.3
+ esno:
+ specifier: ^0.16.3
+ version: 0.16.3
+ fs-extra:
+ specifier: ^10.1.0
+ version: 10.1.0
+ netlify-plugin-cache:
+ specifier: ^1.0.3
+ version: 1.0.3
+ plugin-image-zoom:
+ specifier: ^1.1.0
+ version: 1.1.0
+ prism-react-renderer:
+ specifier: ^1.3.5
+ version: 1.3.5(react@17.0.2)
+ raw-loader:
+ specifier: ^4.0.2
+ version: 4.0.2(webpack@5.86.0)
+ react:
+ specifier: ^17.0.2
+ version: 17.0.2
+ react-dom:
+ specifier: ^17.0.2
+ version: 17.0.2(react@17.0.2)
+ react-lite-youtube-embed:
+ specifier: ^2.3.52
+ version: 2.3.52(react-dom@17.0.2)(react@17.0.2)
+ react-medium-image-zoom:
+ specifier: ^4.4.3
+ version: 4.4.3(react-dom@17.0.2)(react@17.0.2)
+ react-popper:
+ specifier: ^2.3.0
+ version: 2.3.0(@popperjs/core@2.11.8)(react-dom@17.0.2)(react@17.0.2)
+ rehype-katex:
+ specifier: ^6.0.3
+ version: 6.0.3
+ remark-math:
+ specifier: ^3.0.1
+ version: 3.0.1
+ swc-loader:
+ specifier: ^0.2.3
+ version: 0.2.3(@swc/core@1.3.62)(webpack@5.86.0)
+ unist-util-visit:
+ specifier: ^2.0.3
+ version: 2.0.3
+ webpack:
+ specifier: ^5.86.0
+ version: 5.86.0(@swc/core@1.3.62)(esbuild@0.15.18)
+ workbox-routing:
+ specifier: ^6.5.3
+ version: 6.5.3
+ workbox-strategies:
+ specifier: ^6.5.3
+ version: 6.5.3
+ devDependencies:
+ '@docusaurus/eslint-plugin':
+ specifier: ^2.4.1
+ version: 2.4.1(eslint@8.43.0)(typescript@5.1.3)
+ '@tsconfig/docusaurus':
+ specifier: ^1.0.7
+ version: 1.0.7
+ '@types/color':
+ specifier: ^3.0.3
+ version: 3.0.3
+ cross-env:
+ specifier: ^7.0.3
+ version: 7.0.3
+ rimraf:
+ specifier: ^3.0.2
+ version: 3.0.2
+ ts-node:
+ specifier: ^10.9.1
+ version: 10.9.1(@swc/core@1.3.62)(@types/node@18.16.9)(typescript@5.1.3)
+
packages:
/@algolia/autocomplete-core@1.8.2:
@@ -836,7 +836,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.22.5
- dev: true
/@babel/compat-data@7.21.7:
resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==}
@@ -845,20 +844,19 @@ packages:
/@babel/compat-data@7.22.5:
resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/core@7.12.9:
resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/code-frame': 7.21.4
- '@babel/generator': 7.21.5
- '@babel/helper-module-transforms': 7.21.5
- '@babel/helpers': 7.21.5
- '@babel/parser': 7.21.8
- '@babel/template': 7.20.7
- '@babel/traverse': 7.21.5
- '@babel/types': 7.21.5
+ '@babel/code-frame': 7.22.5
+ '@babel/generator': 7.22.5
+ '@babel/helper-module-transforms': 7.22.5
+ '@babel/helpers': 7.22.5
+ '@babel/parser': 7.22.5
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.5
+ '@babel/types': 7.22.5
convert-source-map: 1.9.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -892,6 +890,7 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
+ dev: true
/@babel/core@7.22.5:
resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==}
@@ -914,7 +913,6 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/generator@7.21.5:
resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==}
@@ -933,7 +931,6 @@ packages:
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.18
jsesc: 2.5.2
- dev: true
/@babel/helper-annotate-as-pure@7.18.6:
resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
@@ -959,6 +956,21 @@ packages:
browserslist: 4.21.5
lru-cache: 5.1.1
semver: 6.3.0
+ dev: true
+
+ /@babel/helper-compilation-targets@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.22.5
+ '@babel/helper-validator-option': 7.21.0
+ browserslist: 4.21.5
+ lru-cache: 5.1.1
+ semver: 6.3.0
+ dev: false
/@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==}
@@ -972,7 +984,6 @@ packages:
browserslist: 4.21.5
lru-cache: 5.1.1
semver: 6.3.0
- dev: true
/@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.21.8):
resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==}
@@ -992,6 +1003,27 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.22.5):
+ resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-function-name': 7.21.0
+ '@babel/helper-member-expression-to-functions': 7.21.5
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/helper-replace-supers': 7.21.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
+ '@babel/helper-split-export-declaration': 7.18.6
+ semver: 6.3.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.21.8):
resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==}
@@ -1003,6 +1035,19 @@ packages:
'@babel/helper-annotate-as-pure': 7.18.6
regexpu-core: 5.3.2
semver: 6.3.0
+ dev: true
+
+ /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.22.5):
+ resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ regexpu-core: 5.3.2
+ semver: 6.3.0
+ dev: false
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8):
resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
@@ -1018,15 +1063,32 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
+ dev: true
- /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.21.8):
+ /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
+ peerDependencies:
+ '@babel/core': ^7.4.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ debug: 4.3.4
+ lodash.debounce: 4.0.8
+ resolve: 1.22.2
+ semver: 6.3.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
+
+ /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.5):
resolution: {integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/core': 7.22.5
+ '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.2
@@ -1042,7 +1104,6 @@ packages:
/@babel/helper-environment-visitor@7.22.5:
resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-function-name@7.21.0:
resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==}
@@ -1057,7 +1118,6 @@ packages:
dependencies:
'@babel/template': 7.22.5
'@babel/types': 7.22.5
- dev: true
/@babel/helper-hoist-variables@7.18.6:
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
@@ -1070,7 +1130,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.22.5
- dev: true
/@babel/helper-member-expression-to-functions@7.21.5:
resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==}
@@ -1089,7 +1148,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.22.5
- dev: true
/@babel/helper-module-transforms@7.21.5:
resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==}
@@ -1120,7 +1178,6 @@ packages:
'@babel/types': 7.22.5
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-optimise-call-expression@7.18.6:
resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==}
@@ -1139,7 +1196,6 @@ packages:
/@babel/helper-plugin-utils@7.22.5:
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
@@ -1154,6 +1210,22 @@ packages:
'@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-wrap-function': 7.20.5
+ '@babel/types': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/helper-replace-supers@7.21.5:
resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==}
@@ -1179,7 +1251,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.22.5
- dev: true
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==}
@@ -1198,7 +1269,6 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.22.5
- dev: true
/@babel/helper-string-parser@7.21.5:
resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
@@ -1207,7 +1277,6 @@ packages:
/@babel/helper-string-parser@7.22.5:
resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-validator-identifier@7.19.1:
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
@@ -1216,7 +1285,6 @@ packages:
/@babel/helper-validator-identifier@7.22.5:
resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-validator-option@7.21.0:
resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==}
@@ -1225,7 +1293,6 @@ packages:
/@babel/helper-validator-option@7.22.5:
resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
engines: {node: '>=6.9.0'}
- dev: true
/@babel/helper-wrap-function@7.20.5:
resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==}
@@ -1247,6 +1314,7 @@ packages:
'@babel/types': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
/@babel/helpers@7.22.5:
resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==}
@@ -1257,7 +1325,6 @@ packages:
'@babel/types': 7.22.5
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/highlight@7.18.6:
resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
@@ -1274,7 +1341,6 @@ packages:
'@babel/helper-validator-identifier': 7.22.5
chalk: 2.4.2
js-tokens: 4.0.0
- dev: true
/@babel/parser@7.21.8:
resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==}
@@ -1289,7 +1355,6 @@ packages:
hasBin: true
dependencies:
'@babel/types': 7.22.5
- dev: true
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
@@ -1299,6 +1364,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.8):
resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==}
@@ -1310,6 +1386,19 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
'@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.22.5):
+ resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.13.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-external-helpers@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-wNqc87qjLvsD1PIMQBzLn1bMuTlGzqLzM/1VGQ22Wm51cbCWS9k71ydp5iZS4hjwQNuTWSn/xbZkkusNENwtZg==}
@@ -1334,6 +1423,22 @@ packages:
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.22.5):
+ 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.22.5
+ '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
@@ -1346,6 +1451,20 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5):
+ 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.22.5
+ '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8):
resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
@@ -1359,6 +1478,21 @@ packages:
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.12.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
@@ -1369,6 +1503,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
@@ -1379,6 +1525,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
@@ -1389,6 +1547,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8):
resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
@@ -1399,6 +1569,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.22.5):
+ resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
@@ -1409,6 +1591,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
@@ -1419,6 +1613,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9):
resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==}
@@ -1426,7 +1632,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-plugin-utils': 7.22.5
'@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)
dev: false
@@ -1443,6 +1649,21 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
'@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.5):
+ resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.22.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
@@ -1453,6 +1674,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8):
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
@@ -1464,6 +1697,19 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
@@ -1476,6 +1722,20 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8):
resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==}
@@ -1490,6 +1750,22 @@ packages:
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
@@ -1500,6 +1776,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8)
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
+ engines: {node: '>=4'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
@@ -1508,6 +1796,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.5):
+ resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
@@ -1516,6 +1814,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5):
+ resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8):
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
@@ -1525,6 +1833,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8):
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
@@ -1533,6 +1852,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8):
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
@@ -1541,6 +1870,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.8):
resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==}
@@ -1550,6 +1889,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
@@ -1558,6 +1908,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5):
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
@@ -1566,6 +1926,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9):
resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==}
@@ -1573,7 +1943,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8):
@@ -1584,6 +1954,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.5):
+ resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
@@ -1592,6 +1973,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.5):
+ resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
@@ -1600,6 +1991,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
@@ -1608,6 +2009,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5):
+ resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
@@ -1625,6 +2036,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
@@ -1633,6 +2054,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
@@ -1641,6 +2072,16 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
@@ -1650,6 +2091,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8):
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
@@ -1659,6 +2111,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8):
resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==}
@@ -1668,6 +2131,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.22.5):
+ resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==}
@@ -1677,6 +2151,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.8):
resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==}
@@ -1690,6 +2175,21 @@ packages:
'@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.5):
+ resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-module-imports': 7.21.4
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
@@ -1699,6 +2199,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.8):
resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==}
@@ -1708,6 +2219,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8):
resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==}
@@ -1727,6 +2249,27 @@ packages:
globals: 11.12.0
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.5)
+ '@babel/helper-environment-visitor': 7.21.5
+ '@babel/helper-function-name': 7.21.0
+ '@babel/helper-optimise-call-expression': 7.18.6
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-replace-supers': 7.21.5
+ '@babel/helper-split-export-declaration': 7.18.6
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==}
@@ -1737,6 +2280,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/template': 7.20.7
+ dev: true
+
+ /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/template': 7.20.7
+ dev: false
/@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8):
resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==}
@@ -1746,6 +2301,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
@@ -1756,6 +2322,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8)
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==}
@@ -1765,6 +2343,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
@@ -1775,6 +2364,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==}
@@ -1784,6 +2385,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==}
@@ -1795,6 +2407,19 @@ packages:
'@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8)
'@babel/helper-function-name': 7.21.0
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.5)
+ '@babel/helper-function-name': 7.21.0
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
@@ -1804,6 +2429,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
@@ -1813,6 +2449,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8):
resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==}
@@ -1825,6 +2472,20 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.5):
+ resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==}
@@ -1838,6 +2499,21 @@ packages:
'@babel/helper-simple-access': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-simple-access': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.8):
resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==}
@@ -1852,6 +2528,22 @@ packages:
'@babel/helper-validator-identifier': 7.19.1
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.22.5):
+ resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-hoist-variables': 7.18.6
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-validator-identifier': 7.19.1
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
@@ -1864,6 +2556,20 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-module-transforms': 7.21.5
+ '@babel/helper-plugin-utils': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.8):
resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==}
@@ -1874,6 +2580,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8)
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==}
@@ -1883,6 +2601,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.5):
+ 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.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==}
@@ -1895,6 +2624,20 @@ packages:
'@babel/helper-replace-supers': 7.21.5
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-replace-supers': 7.21.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-parameters@7.21.3(@babel/core@7.12.9):
resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==}
@@ -1914,6 +2657,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.22.5):
+ 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.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
@@ -1923,15 +2677,26 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
- /@babel/plugin-transform-react-constant-elements@7.22.3(@babel/core@7.21.8):
+ /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
+
+ /@babel/plugin-transform-react-constant-elements@7.22.3(@babel/core@7.22.5):
resolution: {integrity: sha512-b5J6muxQYp4H7loAQv/c7GO5cPuRA6H5hx4gO+/Hn+Cu9MRQU0PNiUoWq1L//8sq6kFSNxGXFb2XTaUfa9y+Pg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-plugin-utils': 7.21.5
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.8):
@@ -1942,6 +2707,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.22.5):
+ 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.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==}
@@ -1951,6 +2727,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.22.5)
+ dev: false
/@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.5):
resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==}
@@ -1984,6 +2771,21 @@ packages:
'@babel/helper-plugin-utils': 7.21.5
'@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8)
'@babel/types': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-module-imports': 7.21.4
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.5)
+ '@babel/types': 7.21.5
+ dev: false
/@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==}
@@ -1994,6 +2796,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-annotate-as-pure': 7.18.6
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==}
@@ -2004,6 +2818,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
regenerator-transform: 0.15.1
+ dev: true
+
+ /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ regenerator-transform: 0.15.1
+ dev: false
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
@@ -2013,19 +2839,30 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
- /@babel/plugin-transform-runtime@7.22.4(@babel/core@7.21.8):
+ /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
+
+ /@babel/plugin-transform-runtime@7.22.4(@babel/core@7.22.5):
resolution: {integrity: sha512-Urkiz1m4zqiRo17klj+l3nXgiRTFQng91Bc1eiLF7BMQu1e7wE5Gcq9xSv062IF068NHjcutSbIMev60gXxAvA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-module-imports': 7.21.4
- '@babel/helper-plugin-utils': 7.21.5
- babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.21.8)
- babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.21.8)
- babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5)
+ babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5)
+ babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5)
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@@ -2039,6 +2876,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.8):
resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==}
@@ -2049,6 +2897,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
+ dev: true
+
+ /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.5):
+ resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.20.0
+ dev: false
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
@@ -2058,6 +2918,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==}
@@ -2067,6 +2938,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.8):
resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==}
@@ -2076,6 +2958,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.5):
+ resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.8):
resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==}
@@ -2090,6 +2983,22 @@ packages:
'@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.22.5):
+ 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.22.5
+ '@babel/helper-annotate-as-pure': 7.18.6
+ '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==}
@@ -2099,6 +3008,17 @@ packages:
dependencies:
'@babel/core': 7.21.8
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
@@ -2109,6 +3029,18 @@ packages:
'@babel/core': 7.21.8
'@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8)
'@babel/helper-plugin-utils': 7.21.5
+ dev: true
+
+ /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ dev: false
/@babel/preset-env@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==}
@@ -2195,6 +3127,94 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/preset-env@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.21.7
+ '@babel/core': 7.22.5
+ '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.22.5)
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-validator-option': 7.21.0
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.22.5)
+ '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.22.5)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.22.5)
+ '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.22.5)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5)
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5)
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.22.5)
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.5)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.22.5)
+ '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.22.5)
+ '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.22.5)
+ '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.22.5)
+ '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.5)
+ '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.22.5)
+ '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.22.5)
+ '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.5)
+ '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.5)
+ '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.5)
+ '@babel/preset-modules': 0.1.5(@babel/core@7.22.5)
+ '@babel/types': 7.21.5
+ babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.5)
+ babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.5)
+ babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.5)
+ core-js-compat: 3.30.2
+ semver: 6.3.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/preset-modules@0.1.5(@babel/core@7.21.8):
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
@@ -2207,6 +3227,20 @@ packages:
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8)
'@babel/types': 7.21.5
esutils: 2.0.3
+ dev: true
+
+ /@babel/preset-modules@0.1.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.5)
+ '@babel/types': 7.21.5
+ esutils: 2.0.3
+ dev: false
/@babel/preset-react@7.18.6(@babel/core@7.21.8):
resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==}
@@ -2221,6 +3255,22 @@ packages:
'@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8)
'@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.8)
'@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.8)
+ dev: true
+
+ /@babel/preset-react@7.18.6(@babel/core@7.22.5):
+ resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-validator-option': 7.21.0
+ '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.22.5)
+ '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.22.5)
+ dev: false
/@babel/preset-typescript@7.21.5(@babel/core@7.21.8):
resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==}
@@ -2236,6 +3286,23 @@ packages:
'@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/preset-typescript@7.21.5(@babel/core@7.22.5):
+ resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-plugin-utils': 7.21.5
+ '@babel/helper-validator-option': 7.21.0
+ '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.5)
+ '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/@babel/regjsgen@0.8.0:
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
@@ -2253,6 +3320,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.11
+ dev: true
/@babel/runtime@7.22.5:
resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==}
@@ -2280,7 +3348,6 @@ packages:
'@babel/code-frame': 7.22.5
'@babel/parser': 7.22.5
'@babel/types': 7.22.5
- dev: true
/@babel/traverse@7.21.5:
resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==}
@@ -2315,7 +3382,6 @@ packages:
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/types@7.21.5:
resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
@@ -2332,7 +3398,6 @@ packages:
'@babel/helper-string-parser': 7.22.5
'@babel/helper-validator-identifier': 7.22.5
to-fast-properties: 2.0.0
- dev: true
/@braintree/sanitize-url@6.0.2:
resolution: {integrity: sha512-Tbsj02wXCbqGmzdnXNk0SOF19ChhRU70BsroIi4Pm6Ehp56in6vch94mfbdQ17DozxkL3BAVjbZ4Qc1a0HFRAg==}
@@ -2416,16 +3481,16 @@ packages:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- '@babel/core': 7.21.8
- '@babel/generator': 7.21.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8)
- '@babel/plugin-transform-runtime': 7.22.4(@babel/core@7.21.8)
- '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
- '@babel/preset-react': 7.18.6(@babel/core@7.21.8)
- '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8)
- '@babel/runtime': 7.21.5
+ '@babel/core': 7.22.5
+ '@babel/generator': 7.22.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-transform-runtime': 7.22.4(@babel/core@7.22.5)
+ '@babel/preset-env': 7.21.5(@babel/core@7.22.5)
+ '@babel/preset-react': 7.18.6(@babel/core@7.22.5)
+ '@babel/preset-typescript': 7.21.5(@babel/core@7.22.5)
+ '@babel/runtime': 7.22.5
'@babel/runtime-corejs3': 7.22.3
- '@babel/traverse': 7.21.5
+ '@babel/traverse': 7.22.5
'@docusaurus/cssnano-preset': 2.4.1
'@docusaurus/logger': 2.4.1
'@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(react-dom@17.0.2)(react@17.0.2)
@@ -2436,7 +3501,7 @@ packages:
'@slorber/static-site-generator-webpack-plugin': 4.0.7
'@svgr/webpack': 6.5.1
autoprefixer: 10.4.14(postcss@8.4.23)
- babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.86.0)
+ babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0)
babel-plugin-dynamic-import-node: 2.3.3
boxen: 6.2.1
chalk: 4.1.2
@@ -2476,7 +3541,7 @@ packages:
react-router-config: 5.1.1(react-router@5.3.4)(react@17.0.2)
react-router-dom: 5.3.4(react@17.0.2)
rtl-detect: 1.0.4
- semver: 7.5.1
+ semver: 7.5.3
serve-handler: 6.1.5
shelljs: 0.8.5
terser-webpack-plugin: 5.3.9(@swc/core@1.3.62)(esbuild@0.15.18)(webpack@5.86.0)
@@ -2524,7 +3589,7 @@ packages:
peerDependencies:
eslint: '>=6'
dependencies:
- '@typescript-eslint/utils': 5.59.5(eslint@8.43.0)(typescript@5.1.3)
+ '@typescript-eslint/utils': 5.60.0(eslint@8.43.0)(typescript@5.1.3)
eslint: 8.43.0
tslib: 2.5.0
transitivePeerDependencies:
@@ -2560,8 +3625,8 @@ packages:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- '@babel/parser': 7.21.8
- '@babel/traverse': 7.21.5
+ '@babel/parser': 7.22.5
+ '@babel/traverse': 7.22.5
'@docusaurus/logger': 2.4.1
'@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)
'@mdx-js/mdx': 1.6.22
@@ -2947,15 +4012,15 @@ packages:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- '@babel/core': 7.21.8
- '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/preset-env': 7.21.5(@babel/core@7.22.5)
'@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
'@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3)
'@docusaurus/theme-translations': 2.4.1
'@docusaurus/types': 2.4.1(@swc/core@1.3.62)(esbuild@0.15.18)(react-dom@17.0.2)(react@17.0.2)
'@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)
'@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)
- babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.86.0)
+ babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0)
clsx: 1.2.1
core-js: 3.30.2
react: 17.0.2
@@ -3167,7 +4232,7 @@ packages:
'@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.62)(esbuild@0.15.18)
'@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1)
'@types/history': 4.7.11
- '@types/react': 18.2.7
+ '@types/react': 18.2.14
'@types/react-router-config': 5.0.7
clsx: 1.2.1
parse-numeric-range: 1.3.0
@@ -4127,7 +5192,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
'@gar/promisify': 1.1.3
- semver: 7.5.1
+ semver: 7.5.3
dev: true
/@npmcli/fs@3.1.0:
@@ -4245,7 +5310,7 @@ packages:
slash: 3.0.0
dev: true
- /@rollup/plugin-babel@5.3.1(@babel/core@7.21.8)(rollup@2.79.1):
+ /@rollup/plugin-babel@5.3.1(@babel/core@7.22.5)(rollup@2.79.1):
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -4256,8 +5321,8 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-module-imports': 7.21.4
+ '@babel/core': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
'@rollup/pluginutils': 3.1.0(rollup@2.79.1)
rollup: 2.79.1
dev: false
@@ -4421,101 +5486,101 @@ packages:
string.prototype.matchall: 4.0.8
dev: false
- /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==}
engines: {node: '>=10'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.21.8):
+ /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.22.5):
resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==}
engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.21.8):
+ /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.22.5):
resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==}
engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==}
engines: {node: '>=10'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==}
engines: {node: '>=10'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==}
engines: {node: '>=10'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==}
engines: {node: '>=10'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==}
engines: {node: '>=12'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
+ '@babel/core': 7.22.5
dev: false
- /@svgr/babel-preset@6.5.1(@babel/core@7.21.8):
+ /@svgr/babel-preset@6.5.1(@babel/core@7.22.5):
resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==}
engines: {node: '>=10'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.21.8)
- '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.21.8)
- '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.21.8)
- '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.21.8)
- '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.21.8)
- '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.21.8)
- '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.21.8)
- '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.22.5)
+ '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.22.5)
+ '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.22.5)
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.22.5)
+ '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.22.5)
+ '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.22.5)
+ '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.22.5)
+ '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.22.5)
dev: false
/@svgr/core@6.5.1:
resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==}
engines: {node: '>=10'}
dependencies:
- '@babel/core': 7.21.8
- '@svgr/babel-preset': 6.5.1(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.22.5)
'@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1)
camelcase: 6.3.0
cosmiconfig: 7.1.0
@@ -4527,7 +5592,7 @@ packages:
resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==}
engines: {node: '>=10'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.5
entities: 4.5.0
dev: false
@@ -4537,8 +5602,8 @@ packages:
peerDependencies:
'@svgr/core': ^6.0.0
dependencies:
- '@babel/core': 7.21.8
- '@svgr/babel-preset': 6.5.1(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.22.5)
'@svgr/core': 6.5.1
'@svgr/hast-util-to-babel-ast': 6.5.1
svg-parser: 2.0.4
@@ -4562,11 +5627,11 @@ packages:
resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==}
engines: {node: '>=10'}
dependencies:
- '@babel/core': 7.21.8
- '@babel/plugin-transform-react-constant-elements': 7.22.3(@babel/core@7.21.8)
- '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
- '@babel/preset-react': 7.18.6(@babel/core@7.21.8)
- '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/plugin-transform-react-constant-elements': 7.22.3(@babel/core@7.22.5)
+ '@babel/preset-env': 7.21.5(@babel/core@7.22.5)
+ '@babel/preset-react': 7.18.6(@babel/core@7.22.5)
+ '@babel/preset-typescript': 7.21.5(@babel/core@7.22.5)
'@svgr/core': 6.5.1
'@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1)
'@svgr/plugin-svgo': 6.5.1(@svgr/core@6.5.1)
@@ -5039,14 +6104,6 @@ packages:
'@types/scheduler': 0.16.3
csstype: 3.1.2
- /@types/react@18.2.7:
- resolution: {integrity: sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==}
- dependencies:
- '@types/prop-types': 15.7.5
- '@types/scheduler': 0.16.3
- csstype: 3.1.2
- dev: false
-
/@types/resolve@1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
@@ -5182,14 +6239,6 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/scope-manager@5.59.5:
- resolution: {integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dependencies:
- '@typescript-eslint/types': 5.59.5
- '@typescript-eslint/visitor-keys': 5.59.5
- dev: true
-
/@typescript-eslint/scope-manager@5.60.0:
resolution: {integrity: sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5218,37 +6267,11 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/types@5.59.5:
- resolution: {integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dev: true
-
/@typescript-eslint/types@5.60.0:
resolution: {integrity: sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree@5.59.5(typescript@5.1.3):
- resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
- dependencies:
- '@typescript-eslint/types': 5.59.5
- '@typescript-eslint/visitor-keys': 5.59.5
- debug: 4.3.4
- globby: 11.1.0
- is-glob: 4.0.3
- semver: 7.5.1
- tsutils: 3.21.0(typescript@5.1.3)
- typescript: 5.1.3
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@typescript-eslint/typescript-estree@5.60.0(typescript@5.1.3):
resolution: {integrity: sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5270,26 +6293,6 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils@5.59.5(eslint@8.43.0)(typescript@5.1.3):
- resolution: {integrity: sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==}
- 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@8.43.0)
- '@types/json-schema': 7.0.11
- '@types/semver': 7.5.0
- '@typescript-eslint/scope-manager': 5.59.5
- '@typescript-eslint/types': 5.59.5
- '@typescript-eslint/typescript-estree': 5.59.5(typescript@5.1.3)
- eslint: 8.43.0
- eslint-scope: 5.1.1
- semver: 7.5.1
- transitivePeerDependencies:
- - supports-color
- - typescript
- dev: true
-
/@typescript-eslint/utils@5.60.0(eslint@8.43.0)(typescript@5.1.3):
resolution: {integrity: sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5310,14 +6313,6 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys@5.59.5:
- resolution: {integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- dependencies:
- '@typescript-eslint/types': 5.59.5
- eslint-visitor-keys: 3.4.1
- dev: true
-
/@typescript-eslint/visitor-keys@5.60.0:
resolution: {integrity: sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5617,12 +6612,12 @@ packages:
mime-types: 2.1.35
negotiator: 0.6.3
- /acorn-import-assertions@1.9.0(acorn@8.8.2):
+ /acorn-import-assertions@1.9.0(acorn@8.9.0):
resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
peerDependencies:
acorn: ^8
dependencies:
- acorn: 8.8.2
+ acorn: 8.9.0
dev: false
/acorn-jsx@5.3.2(acorn@8.8.2):
@@ -5645,7 +6640,6 @@ packages:
resolution: {integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==}
engines: {node: '>=0.4.0'}
hasBin: true
- dev: true
/address@1.2.2:
resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}
@@ -5977,14 +6971,14 @@ packages:
typed-rest-client: 1.8.9
dev: true
- /babel-loader@8.3.0(@babel/core@7.21.8)(webpack@5.86.0):
+ /babel-loader@8.3.0(@babel/core@7.22.5)(webpack@5.86.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.8
+ '@babel/core': 7.22.5
find-cache-dir: 3.3.2
loader-utils: 2.0.4
make-dir: 3.1.0
@@ -6025,15 +7019,29 @@ packages:
semver: 6.3.0
transitivePeerDependencies:
- supports-color
+ dev: true
- /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.21.8):
- resolution: {integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==}
+ /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.21.7
- '@babel/core': 7.21.8
- '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.5)
+ semver: 6.3.0
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
+
+ /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.5):
+ resolution: {integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.22.5
+ '@babel/core': 7.22.5
+ '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5)
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@@ -6049,14 +7057,27 @@ packages:
core-js-compat: 3.30.2
transitivePeerDependencies:
- supports-color
+ dev: true
- /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.21.8):
+ /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.22.5):
+ resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.5)
+ core-js-compat: 3.30.2
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
+
+ /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.5):
resolution: {integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5)
core-js-compat: 3.30.2
transitivePeerDependencies:
- supports-color
@@ -6071,14 +7092,26 @@ packages:
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
+ dev: true
- /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.21.8):
+ /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.22.5):
+ resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.5
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.5)
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
+
+ /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.5):
resolution: {integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.21.8
- '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5)
transitivePeerDependencies:
- supports-color
dev: false
@@ -7042,7 +8075,7 @@ packages:
postcss-modules-scope: 3.0.0(postcss@8.4.23)
postcss-modules-values: 4.0.0(postcss@8.4.23)
postcss-value-parser: 4.2.0
- semver: 7.5.1
+ semver: 7.5.3
webpack: 5.86.0(@swc/core@1.3.62)(esbuild@0.15.18)
dev: false
@@ -9377,7 +10410,7 @@ packages:
vue-template-compiler:
optional: true
dependencies:
- '@babel/code-frame': 7.21.4
+ '@babel/code-frame': 7.22.5
'@types/json-schema': 7.0.11
chalk: 4.1.2
chokidar: 3.5.3
@@ -9389,7 +10422,7 @@ packages:
memfs: 3.5.3
minimatch: 3.1.2
schema-utils: 2.7.0
- semver: 7.5.1
+ semver: 7.5.3
tapable: 1.1.3
typescript: 5.1.3
webpack: 5.86.0(@swc/core@1.3.62)(esbuild@0.15.18)
@@ -12359,7 +13392,7 @@ packages:
/mlly@0.5.17:
resolution: {integrity: sha512-Rn+ai4G+CQXptDFSRNnChEgNr+xAEauYhwRvpPl/UHStTlgkIftplgJRsA2OXPuoUn86K4XAjB26+x5CEvVb6A==}
dependencies:
- acorn: 8.8.2
+ acorn: 8.9.0
pathe: 1.1.1
pkg-types: 1.0.3
ufo: 1.1.2
@@ -12513,7 +13546,7 @@ packages:
resolution: {integrity: sha512-MYjZTiAETGG28/7fBH1RjuY7vzDwYC5q5U4whCgM4jNEQcC0gAvN339LxXukmL2T2tGpzYTfp+LZ5RN7E5DwEg==}
engines: {node: '>=10'}
dependencies:
- semver: 7.5.1
+ semver: 7.5.3
/node-addon-api@4.3.0:
resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==}
@@ -13347,7 +14380,7 @@ packages:
jiti: 1.18.2
klona: 2.0.6
postcss: 8.4.23
- semver: 7.5.1
+ semver: 7.5.3
webpack: 5.86.0(@swc/core@1.3.62)(esbuild@0.15.18)
dev: false
@@ -13927,7 +14960,7 @@ packages:
typescript:
optional: true
dependencies:
- '@babel/code-frame': 7.21.4
+ '@babel/code-frame': 7.22.5
address: 1.2.2
browserslist: 4.21.5
chalk: 4.1.2
@@ -14746,7 +15779,7 @@ packages:
peerDependencies:
rollup: ^2.0.0
dependencies:
- '@babel/code-frame': 7.21.4
+ '@babel/code-frame': 7.22.5
jest-worker: 26.6.2
rollup: 2.79.1
serialize-javascript: 4.0.0
@@ -14973,6 +16006,7 @@ packages:
hasBin: true
dependencies:
lru-cache: 6.0.0
+ dev: true
/semver@7.5.3:
resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==}
@@ -14980,7 +16014,6 @@ packages:
hasBin: true
dependencies:
lru-cache: 6.0.0
- dev: true
/send@0.18.0:
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
@@ -15103,7 +16136,7 @@ packages:
detect-libc: 2.0.1
node-addon-api: 5.1.0
prebuild-install: 7.1.1
- semver: 7.5.1
+ semver: 7.5.3
simple-get: 4.0.1
tar-fs: 2.1.1
tunnel-agent: 0.6.0
@@ -16106,7 +17139,7 @@ packages:
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
'@types/node': 18.16.9
- acorn: 8.8.2
+ acorn: 8.9.0
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
@@ -16668,7 +17701,7 @@ packages:
is-yarn-global: 0.3.0
latest-version: 5.1.0
pupa: 2.1.1
- semver: 7.5.1
+ semver: 7.5.3
semver-diff: 3.1.1
xdg-basedir: 4.0.0
dev: false
@@ -17164,7 +18197,7 @@ packages:
hasBin: true
dependencies:
'@discoveryjs/json-ext': 0.5.7
- acorn: 8.8.2
+ acorn: 8.9.0
acorn-walk: 8.2.0
chalk: 4.1.2
commander: 7.2.0
@@ -17274,8 +18307,8 @@ packages:
'@webassemblyjs/ast': 1.11.6
'@webassemblyjs/wasm-edit': 1.11.6
'@webassemblyjs/wasm-parser': 1.11.6
- acorn: 8.8.2
- acorn-import-assertions: 1.9.0(acorn@8.8.2)
+ acorn: 8.9.0
+ acorn-import-assertions: 1.9.0(acorn@8.9.0)
browserslist: 4.21.5
chrome-trace-event: 1.0.3
enhanced-resolve: 5.14.1
@@ -17470,10 +18503,10 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0)
- '@babel/core': 7.21.8
- '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
+ '@babel/core': 7.22.5
+ '@babel/preset-env': 7.21.5(@babel/core@7.22.5)
'@babel/runtime': 7.22.5
- '@rollup/plugin-babel': 5.3.1(@babel/core@7.21.8)(rollup@2.79.1)
+ '@rollup/plugin-babel': 5.3.1(@babel/core@7.22.5)(rollup@2.79.1)
'@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1)
'@rollup/plugin-replace': 2.4.2(rollup@2.79.1)
'@surma/rollup-plugin-off-main-thread': 2.2.3