diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 50597c4..6dfea2d 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -38,10 +38,10 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.20.2 + node-version: 18.18.0 cache: 'pnpm' - run: | - pnpm i --frozen-lockfile --registry https://registry.npmmirror.com + + - run: pnpm i --frozen-lockfile --registry https://registry.npmmirror.com - name: Cache Dependencies uses: actions/cache@v3 @@ -124,11 +124,8 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.pnpm-store node_modules - key: ${{ runner.os }}-cache-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}-cache- + key: ${{ runner.os }}-node_modules-${{ hashFiles('**/pnpm-lock.yaml') }} ### 打成压缩包 - name: Create Zip Package diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 20a9d08..540f66a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,10 +42,10 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16.20.2 + node-version: 18.18.0 cache: 'pnpm' - run: | - pnpm i --frozen-lockfile --registry https://registry.npmmirror.com + + - run: pnpm i --frozen-lockfile --registry https://registry.npmmirror.com - name: Cache Dependencies uses: actions/cache@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cceb65..3a49056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,30 +10,11 @@ All notable changes to this project will be documented in this file. See [Conven ### Features * add vercel script ([a354acc](https://github.com/mmdapl/408CSFamily/commit/a354acced9f9485e0aa2634ac227ab97657de14d)) -* add vercel script ([31b8710](https://github.com/mmdapl/408CSFamily/commit/31b87103c4e0fdbffe7e18ad99e1c2bdc1941248)) * add version ([09d6f2c](https://github.com/mmdapl/408CSFamily/commit/09d6f2ce315dc02b02f6ed6a468b614bb5f22810)) * docs update ([e4299a8](https://github.com/mmdapl/408CSFamily/commit/e4299a8bddfe78a583b082822011442478dfb6ff)) * sync ([cbd014c](https://github.com/mmdapl/408CSFamily/commit/cbd014c163e93eed947509739c7a1b356b37f872)) * update ([8673a64](https://github.com/mmdapl/408CSFamily/commit/8673a64409d646195122835828ffe14be265c97a)) -* update ([0842ce3](https://github.com/mmdapl/408CSFamily/commit/0842ce327600700d2406dba560048cbe25718447)) -* update ([6dd36f3](https://github.com/mmdapl/408CSFamily/commit/6dd36f328a375cd04317e49b2d67e112b8b374b5)) -* update ([a0dc6ce](https://github.com/mmdapl/408CSFamily/commit/a0dc6ce9e6957a8d23059701b6a50269683965eb)) -* update ([19f379e](https://github.com/mmdapl/408CSFamily/commit/19f379e12325fa8e405c97ec8f36ed5eddd6756c)) -* update ([8758f56](https://github.com/mmdapl/408CSFamily/commit/8758f56d2a4fa721d3a0c31eda5470db1f9af954)) -* update ([4cca7ba](https://github.com/mmdapl/408CSFamily/commit/4cca7bae38e48a5be4a312a928c41334e0e60ba1)) -* update ([836d942](https://github.com/mmdapl/408CSFamily/commit/836d9423065dc9ff8e4ccfbcb9e9bd772403b1ef)) -* update ([212cf68](https://github.com/mmdapl/408CSFamily/commit/212cf6812e14970340411eb036b38ca8c62182f5)) -* update ([faf57c4](https://github.com/mmdapl/408CSFamily/commit/faf57c44f37c050eb9c7f2135434fd5cbc47a196)) -* update ([eb51928](https://github.com/mmdapl/408CSFamily/commit/eb5192819b92bd4c4b5cdc003d1cac12e4fefd9a)) -* update ([9c61295](https://github.com/mmdapl/408CSFamily/commit/9c6129575f8d6c965f0484799a2b747757e098bb)) -* update ([476db37](https://github.com/mmdapl/408CSFamily/commit/476db373d513d0166d2f6a073fd1324bce456093)) -* update ([3ebbfad](https://github.com/mmdapl/408CSFamily/commit/3ebbfad65bb4b5964d59326be2abe4b27844249b)) * update ci ([372dc79](https://github.com/mmdapl/408CSFamily/commit/372dc792c7861a879ff686747fb8c76bd70f4761)) -* update ci ([16d6909](https://github.com/mmdapl/408CSFamily/commit/16d690954f984d7b69d1881d2967a1bf20c44438)) -* update ci ([9febb9f](https://github.com/mmdapl/408CSFamily/commit/9febb9fb3283bf95e52442f29614c845da8b8bb6)) -* update ci ([ca91d78](https://github.com/mmdapl/408CSFamily/commit/ca91d78f22d8905ac71148abf96c88db1a5cdc16)) -* update font ([dba1ba4](https://github.com/mmdapl/408CSFamily/commit/dba1ba4bbaa907ef1465af18e4a6b2c29a92c71a)) -* update json ([6a58084](https://github.com/mmdapl/408CSFamily/commit/6a58084f43d13d36a05b10b33e097703180ef7d1)) * update node version ([507ff83](https://github.com/mmdapl/408CSFamily/commit/507ff838f71ab2360e49ef422f6fe969a36882a8)) * update sync ci ([c357991](https://github.com/mmdapl/408CSFamily/commit/c357991e49a1513f67b92167426c57d68c711c14)) * 优化脚本 ([e3d5fba](https://github.com/mmdapl/408CSFamily/commit/e3d5fbad7814d0cb652484e0eb5acbdcbe2d940b)) @@ -42,7 +23,6 @@ All notable changes to this project will be documented in this file. See [Conven * 新增release发布脚本 ([d94f30a](https://github.com/mmdapl/408CSFamily/commit/d94f30aa20063cd1c8bd9b08f63acf484fe2e698)) * 新增scripts脚本说明 ([32d42f7](https://github.com/mmdapl/408CSFamily/commit/32d42f77bb5103760794994c0481d7d9b632d1d4)) * 新增vercel部署ci ([bc59fea](https://github.com/mmdapl/408CSFamily/commit/bc59fea739b0e20497ac86daf06a2bdbb11f8cf5)) -* 新增vercel部署ci ([8ffae5e](https://github.com/mmdapl/408CSFamily/commit/8ffae5e09049743f319cc4135476884c2beb3cb4)) * 脚本优化更新 ([c072b3d](https://github.com/mmdapl/408CSFamily/commit/c072b3d3a4ae70d542a59b52babb1d67b4102230)) @@ -50,6 +30,3 @@ All notable changes to this project will be documented in this file. See [Conven * 修复CI/CD流水线异常 ([edf222f](https://github.com/mmdapl/408CSFamily/commit/edf222f297dbe57782f46fd6d38dd7c92d59e3fe)) -# Release history - -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/Dockerfile b/Dockerfile index 105275b..af89554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # # 注意:vite构建需要支持node14以上,安装node16较为稳妥 -FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:16.20.2-alpine AS build_base +FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:18.18.0-alpine AS build_base ARG CONTAINER_BUILD WORKDIR /apps COPY . . diff --git a/code/ds/BinaryInsertSort.cpp b/code/ds/BinaryInsertSort.cpp index 072b88e..41a7cb8 100644 --- a/code/ds/BinaryInsertSort.cpp +++ b/code/ds/BinaryInsertSort.cpp @@ -23,7 +23,7 @@ void BinaryInsertSort(ElemType Arr[],int n){ } // 跳出循环需要(lowIndex>heightIndex), - // 说明待插入位置的角标在heightIndex之后,为 heightIndex+1,此时需要将(heightIndex,i)之间的所有元素后移 + // 说明待插入位置的角标在heightIndex之后,为 heightIndex+1,此时需要将(heightIndex,i)之间的所有元素后移 for(j=i-1;j>highIndex;--j){ Arr[j+1]=Arr[j] diff --git a/code/ds/BinaryInsertSort.js b/code/ds/BinaryInsertSort.js index 1ef9d8d..8c5a623 100644 --- a/code/ds/BinaryInsertSort.js +++ b/code/ds/BinaryInsertSort.js @@ -7,9 +7,11 @@ function binaryInsertSort(arr, len) { ? len : arr.length + // 遍历 for (let i = 1; i < len; i++) { const temp = arr[i] - let lowIndex = 0; let highIndex = i - 1 + let lowIndex = 0 + let highIndex = i - 1 while (lowIndex <= highIndex) { // 注意:取整,javascript这里取整,会出现空指针 @@ -29,15 +31,14 @@ function binaryInsertSort(arr, len) { } arr[highIndex + 1] = temp } - // 返回经过折半插入排序处理的有序数组 return arr } +// 测试用例 const dealArr = [5, 2, 7, 3, 18, 8, 12, 1] console.log('插入排序前:', dealArr) const sortResult = binaryInsertSort(dealArr, 7) - console.log('插入排序后:', sortResult) diff --git a/code/ds/LinkList.cpp b/code/ds/LinkList.cpp index dc731fd..bb6d6bf 100644 --- a/code/ds/LinkList.cpp +++ b/code/ds/LinkList.cpp @@ -25,7 +25,6 @@ LinkList CreateListWithStartNode(LinkList &L){ return L; } - // 单链表尾插法 LinkList CreateListWithEndNode(LinkList &L){ diff --git a/code/ds/LinkStack.cpp b/code/ds/LinkStack.cpp index ed95c26..b962f17 100644 --- a/code/ds/LinkStack.cpp +++ b/code/ds/LinkStack.cpp @@ -10,12 +10,12 @@ typedef struct StackNode { int data;//结点数据域 struct StackNode* next;//结点指针域 -}StackNode,* Linktop; +}StackNode,* LinkTop; //链栈的数据结构 typedef struct LinkStack { - Linktop top; //栈顶结点,定义了一个指向上个结构体的指针 + LinkTop top; //栈顶结点,定义了一个指向上个结构体的指针 int count;//元素个数 }LinkStack; diff --git a/code/ds/LoopQueue.cpp b/code/ds/LoopQueue.cpp index 19af1b0..cac5aef 100644 --- a/code/ds/LoopQueue.cpp +++ b/code/ds/LoopQueue.cpp @@ -9,9 +9,6 @@ typedef struct { int front,rear; } SqQueue; - - - // 入队算法 // 尾插法:Q.data[Q.rear]=x;Q.rear=(Q.rear+1)%Maxsize;Q.tag=1 // 队空条件:Q.front== Q.rear且Q.tag==0 @@ -25,8 +22,8 @@ int EnLoopQueue(SqQueue &Q, ElemType x){ return 1; } - - + + // 出队算法 // 头结点删除:x=Q.data[Q.front];Q.front=(Q.front +1)%Maxsize;Q.tag=0 // 队满条件:Q.front == Q.rear且Q.tag=1 diff --git a/code/ds/QuickSort.js b/code/ds/QuickSort.js index e281c3c..ea9192b 100644 --- a/code/ds/QuickSort.js +++ b/code/ds/QuickSort.js @@ -1,4 +1,3 @@ - /** * 基于分治法思想,将数组进行快速排序 * @param {Array} arr 待排序的数组 @@ -7,7 +6,7 @@ */ function QuickSort(arr, low, high) { // low=high 说明只有一个元素,理解为有序,不做处理 - // low>high 说明左右指针已经重合,数组已经遍历完,需要跳出 + // low>high 说明左、右指针已经重合,数组已经遍历完,需要跳出 if (low < high) { const pivotIndex = Partition(arr, low, high) // 处理左侧 @@ -50,7 +49,6 @@ function Partition(arr, low, high) { const initArr = [2, 18, 6, 25, 19, 4, 8, 3, 7] - console.log(`快速排序处理前:${initArr}`) const quickSortResult = QuickSort(initArr, 0, 8) console.log(`快速排序处理后:${quickSortResult}`) diff --git a/code/ds/SqList.cpp b/code/ds/SqList.cpp index 74dca12..bd7b877 100644 --- a/code/ds/SqList.cpp +++ b/code/ds/SqList.cpp @@ -1,7 +1,5 @@ // 顺序表的基础操作 - - // 基础结构体 define MaxSize 50; typedef struct{ diff --git a/code/ds/SqStack.cpp b/code/ds/SqStack.cpp index eec974c..b09b304 100644 --- a/code/ds/SqStack.cpp +++ b/code/ds/SqStack.cpp @@ -1,13 +1,3 @@ -/* - * @Description: 顺序栈的相关操作 - * @Version: Beta1.0 - * @Author: 【B站&公众号】Rong姐姐好可爱 - * @Date: 2020-03-07 11:15:04 - * @LastEditors: 【B站&公众号】Rong姐姐好可爱 - * @LastEditTime: 2021-03-13 12:30:18 - */ - - // 定义栈中元素的最大个数 # define MaxSize 50 @@ -43,7 +33,7 @@ bool Push(SqStack &S,ElemType x){ }else{ // 可进栈,栈顶指针+1,再元素入栈 S.data[++S.top]=x; - + // 入栈成功 return true; } @@ -58,7 +48,7 @@ bool Pop(SqStack &S,ElemType &x){ }else{ // 栈非空,先元素出栈,再进行指针-1 x=S.data[S.top--]; - + // 出栈成功,返回true return true; } @@ -66,15 +56,15 @@ bool Pop(SqStack &S,ElemType &x){ // 读(获取)栈顶元素 bool GetTop(SqStack S,ElemType &x){ - + if(S.top==-1){ // 栈空,无栈顶元素,返回false return false; }else{ - + // 通过栈顶指针,获取栈顶元素,赋值给变量x x=S.data[S.top]; - + // 读取栈顶元素成功,返回true return true; } diff --git a/docs/.vuepress/config/navbar.ts b/docs/.vuepress/config/navbar.ts index be0036f..7816139 100644 --- a/docs/.vuepress/config/navbar.ts +++ b/docs/.vuepress/config/navbar.ts @@ -6,26 +6,6 @@ export const navbar = [ text: '首页', link: '/' }, - // { - // text: "算法恶补", - // children: [{ - // text: '习题狂刷', - // link: '/manuscripts/algorithm/topic_practice' - // }, { - // text: '刷题笔记', - // link: '/manuscripts/algorithm/algorithm_note' - // }, { - // text: '在线刷题', - // children: [{ - // text: '杭电OJ', link: 'http://acm.hdu.edu.cn/' - // }, - // { - // text: '牛客网', link: 'https://www.nowcoder.com/' - // }, { - // text: 'LeetCode', link: 'https://leetcode-cn.com/' - // }] - // }] - // }, { text: "数据结构", link: "/manuscripts/ds" diff --git a/docs/.vuepress/config/theme.config.ts b/docs/.vuepress/config/theme.config.ts index bdc062a..dc9b415 100644 --- a/docs/.vuepress/config/theme.config.ts +++ b/docs/.vuepress/config/theme.config.ts @@ -76,6 +76,37 @@ export default { // 代码块 mdEnhance: { codetabs: true, + tasklist: true, // 支持任务列表 + // 启用 figure + figure: true, + // 启用图片懒加载 + imgLazyload: true, + // 启用图片标记 + imgMark: true, + // 启用图片大小 + imgSize: true, + playground: { + presets: ["ts", "vue"], + }, + presentation: ["highlight", "math", "search", "notes", "zoom"], + stylize: [ + { + matcher: "Recommended", + replacer: ({tag}) => { + if (tag === "em") + return { + tag: "Badge", + attrs: {type: "tip"}, + content: "Recommended", + }; + }, + }, + ], + sub: true, + sup: true, + tabs: true, + vPre: true, + vuePlayground: true, }, copyCode: { showInMobile: true diff --git a/manuscripts/back/栈和队列/8.特殊矩阵的压缩存储.md b/manuscripts/back/栈和队列/8.特殊矩阵的压缩存储.md index 3f117a0..9cac6e6 100644 --- a/manuscripts/back/栈和队列/8.特殊矩阵的压缩存储.md +++ b/manuscripts/back/栈和队列/8.特殊矩阵的压缩存储.md @@ -1,42 +1,30 @@ - - - ## 特殊矩阵的压缩存储 > 这部分知识我个人觉得以了解为主,复习、学习的时候还是要以前面的部分为主! 矩阵在`计算机图形学`、`工程计算`中占有举足轻重的地位。 - ### 数组的定义 `数组`: 由n(n≥1)个相同类型的数据元素构成的有限序列。 -每个数据元素称为一个数组元素,同时每个元素受n个线性关系的约束,**每个元素在n个线性关系中的序号称为元素的`下标`**,称为该数组为n的数组。 +每个数据元素称为一个数组元素,同时每个元素受n个线性关系的约束,**每个元素在n个线性关系中的序号称为元素的`下标`** +,称为该数组为n的数组。 数组和线性表的关系: + - 数组是线性表的推广。 - 数组一旦被定义,维数和维界就不再改变。 - 除了结构的初始化和销毁外,数组只会有存取元素和修改元素的操作。 - 一维数组可以看做是一个线性表 二维数组可以看做元素是线性表的线性表 .... - ### 矩阵的压缩存储 - `压缩存储`:多个值相同的元素只分配一个存储空间,对零元素不分配存储空间---->节省存储空间。 `特殊矩阵`:具有很多相同矩阵元素或零元素,并且这些相同矩阵元素或零元素的分布有一定规律性的矩阵。 @@ -50,18 +38,14 @@ `稀疏矩阵`:矩阵元素个数s相对于矩阵中非零元素的个数t来说非常多、差距非常大,即`s>>t的矩阵`可以叫`稀疏矩阵` - 注意: - 常规方法来存储稀疏矩阵,会想当浪费存储空间,所以稀疏矩阵只需要存储非零元素 - 通常非零元素的分布是没有规律的,除了存储非零元素外,还需要存储元素所在位置的行和列 - 寻相互存储三元组 `<行标,列表,值>` - - ![](./稀疏矩阵的存储变换.png) 三元组的结点存储了行标(row)、列表(col)、值(value)三种信息,是主要用来存储稀疏矩阵的一种数据结构。 - **注意:矩阵压缩存储的目的就是为了节省空间,已经存过的就不存或者少存(经典想法)** \ No newline at end of file diff --git a/manuscripts/计算机组成原理/计算机组成原理.xmind b/manuscripts/计算机组成原理/计算机组成原理.xmind deleted file mode 100644 index 39c505d..0000000 Binary files a/manuscripts/计算机组成原理/计算机组成原理.xmind and /dev/null differ diff --git a/manuscripts/计算机网络/计算机网络.xmind b/manuscripts/计算机网络/计算机网络.xmind deleted file mode 100644 index 39c505d..0000000 Binary files a/manuscripts/计算机网络/计算机网络.xmind and /dev/null differ diff --git a/package.json b/package.json index 572b8b3..e1f964c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1-alpha.1", "packageManager": "pnpm@7.2.1", "engines": { - "node": "14.x || 16.x || 18.x", + "node": "^18.x", "pnpm": ">=7.2.1" }, "author": { @@ -28,25 +28,26 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "@vuepress/client": "2.0.0-beta.61", - "@vuepress/utils": "2.0.0-beta.61", + "@vuepress/client": "^2.0.0-beta.61", + "@vuepress/utils": "^2.0.0-beta.61", "bumpp": "^9.2.0", "commit-and-tag-version": "11.2.3", "enquirer": "^2.4.1", - "eslint": "^8.48.0", + "eslint": "^8.49.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-vue": "^9.17.0", "husky": "^8.0.3", + "shelljs": "^0.8.5", "typescript": "^3.9.10", - "vercel": "^32.1.0", + "vercel": "^32.2.0", "vue": "^3.3.4", - "vuepress": "2.0.0-beta.61", - "vuepress-plugin-search-pro": "2.0.0-beta.185", - "vuepress-theme-hope": "2.0.0-beta.185", - "shelljs": "^0.8.5" + "vuepress": "^2.0.0-beta.61", + "vuepress-plugin-search-pro": "^2.0.0-beta.185", + "vuepress-theme-hope": "^2.0.0-beta.185", + "webpack": "^5.0.0" }, "license": "MIT" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5033f96..591b7e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,12 +3,12 @@ lockfileVersion: 5.4 specifiers: '@typescript-eslint/eslint-plugin': ^5.62.0 '@typescript-eslint/parser': ^5.62.0 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/client': ^2.0.0-beta.61 + '@vuepress/utils': ^2.0.0-beta.61 bumpp: ^9.2.0 commit-and-tag-version: 11.2.3 enquirer: ^2.4.1 - eslint: ^8.48.0 + eslint: ^8.49.0 eslint-config-standard: ^17.1.0 eslint-plugin-import: ^2.28.1 eslint-plugin-n: ^15.7.0 @@ -17,34 +17,36 @@ specifiers: husky: ^8.0.3 shelljs: ^0.8.5 typescript: ^3.9.10 - vercel: ^32.1.0 + vercel: ^32.2.0 vue: ^3.3.4 - vuepress: 2.0.0-beta.61 - vuepress-plugin-search-pro: 2.0.0-beta.185 - vuepress-theme-hope: 2.0.0-beta.185 + vuepress: ^2.0.0-beta.61 + vuepress-plugin-search-pro: ^2.0.0-beta.185 + vuepress-theme-hope: ^2.0.0-beta.185 + webpack: ^5.0.0 devDependencies: - '@typescript-eslint/eslint-plugin': 5.62.0_t35iirz4jglssjgh62faxwrgja - '@typescript-eslint/parser': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@typescript-eslint/eslint-plugin': 5.62.0_3iz6pru4e7qejel7wzajszboby + '@typescript-eslint/parser': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 bumpp: 9.2.0 commit-and-tag-version: 11.2.3 enquirer: 2.4.1 - eslint: 8.48.0 - eslint-config-standard: 17.1.0_r3lmx5iihil3gzlcgokhppzyfu - eslint-plugin-import: 2.28.1_ean2qamlavtp6bo3zeco4caumq - eslint-plugin-n: 15.7.0_eslint@8.48.0 - eslint-plugin-promise: 6.1.1_eslint@8.48.0 - eslint-plugin-vue: 9.17.0_eslint@8.48.0 + eslint: 8.50.0 + eslint-config-standard: 17.1.0_b45gn7y2zr4mlpd4qp57s652yi + eslint-plugin-import: 2.28.1_zw6frpmsq2cfuygzem6bp7wqzu + eslint-plugin-n: 15.7.0_eslint@8.50.0 + eslint-plugin-promise: 6.1.1_eslint@8.50.0 + eslint-plugin-vue: 9.17.0_eslint@8.50.0 husky: 8.0.3 shelljs: 0.8.5 typescript: 3.9.10 - vercel: 32.1.0 + vercel: 32.3.1 vue: 3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-search-pro: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-theme-hope: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-search-pro: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-theme-hope: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + webpack: 5.88.2 packages: @@ -77,30 +79,30 @@ packages: resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.13 + '@babel/highlight': 7.22.20 chalk: 2.4.2 dev: true - /@babel/compat-data/7.22.9: - resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} + /@babel/compat-data/7.22.20: + resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.22.15: - resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==} + /@babel/core/7.23.0: + resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 - '@babel/generator': 7.22.15 + '@babel/generator': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 - '@babel/helpers': 7.22.15 - '@babel/parser': 7.22.15 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/helpers': 7.23.1 + '@babel/parser': 7.23.0 '@babel/template': 7.22.15 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 - convert-source-map: 1.9.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 + convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 @@ -109,11 +111,11 @@ packages: - supports-color dev: true - /@babel/generator/7.22.15: - resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} + /@babel/generator/7.23.0: + resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 @@ -123,125 +125,125 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-compilation-targets/7.22.15: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.9 + '@babel/compat-data': 7.22.20 '@babel/helper-validator-option': 7.22.15 - browserslist: 4.21.10 + browserslist: 4.22.0 lru-cache: 5.1.1 semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.15: + /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: true - /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.22.15: + /@babel/helper-create-regexp-features-plugin/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.22.15: + /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.23.0: resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-environment-visitor/7.22.5: - resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} + /@babel/helper-environment-visitor/7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-function-name/7.22.5: - resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} + /@babel/helper-function-name/7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-hoist-variables/7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true - /@babel/helper-member-expression-to-functions/7.22.15: - resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} + /@babel/helper-member-expression-to-functions/7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-module-imports/7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true - /@babel/helper-module-transforms/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} + /@babel/helper-module-transforms/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 dev: true /@babel/helper-optimise-call-expression/7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-plugin-utils/7.22.5: @@ -249,27 +251,27 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator/7.22.9_@babel+core@7.22.15: - resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} + /@babel/helper-remap-async-to-generator/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-wrap-function': 7.22.10 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 dev: true - /@babel/helper-replace-supers/7.22.9_@babel+core@7.22.15: - resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + /@babel/helper-replace-supers/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 dev: true @@ -277,21 +279,21 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-split-export-declaration/7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-string-parser/7.22.5: @@ -299,8 +301,8 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-identifier/7.22.15: - resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} + /@babel/helper-validator-identifier/7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} dev: true @@ -309,874 +311,874 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-wrap-function/7.22.10: - resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==} + /@babel/helper-wrap-function/7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true - /@babel/helpers/7.22.15: - resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} + /@babel/helpers/7.23.1: + resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.22.13: - resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} + /@babel/highlight/7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/parser/7.22.15: - resolution: {integrity: sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==} + /@babel/parser/7.23.0: + resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.22.15: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.22.15: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.22.15 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 dev: true - /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.15: + /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0: resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.15: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.23.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.15: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.23.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.15: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.22.15: + /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.15: + /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.15: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.15: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.15: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.15: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.15: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.15: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.22.15: + /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.15 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.15 + '@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==} + /@babel/plugin-transform-block-scoping/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.15 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-classes/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-classes/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true - /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 dev: true - /@babel/plugin-transform-destructuring/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==} + /@babel/plugin-transform-destructuring/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.15 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.22.15: - resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} + /@babel/plugin-transform-modules-amd/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} + /@babel/plugin-transform-modules-commonjs/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-systemjs/7.22.11_@babel+core@7.22.15: - resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==} + /@babel/plugin-transform-modules-systemjs/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-module-transforms': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.15 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.22.15 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.15 + '@babel/helper-replace-supers': 7.22.20_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-optional-chaining/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==} + /@babel/plugin-transform-optional-chaining/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.15 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.22.15: + /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.23.0: resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.22.15: + /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.15 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.22.15: + /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-spread/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-spread/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.22.15: + /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/preset-env/7.22.15_@babel+core@7.22.15: - resolution: {integrity: sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==} + /@babel/preset-env/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.15 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.15 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.15 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.15 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.15 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.15 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.15 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.15 - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.22.15 - '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-block-scoping': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-destructuring': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-modules-amd': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-modules-commonjs': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-modules-systemjs': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.22.15 - '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.22.15 - '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.22.15 - '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.22.15 - '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.22.15 - '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.22.15 - '@babel/types': 7.22.15 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.15 - babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.15 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.15 - core-js-compat: 3.32.1 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-block-scoping': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-destructuring': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-modules-amd': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-systemjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.23.0 + '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.23.0 + '@babel/types': 7.23.0 + babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 + babel-plugin-polyfill-corejs3: 0.8.4_@babel+core@7.23.0 + babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 + core-js-compat: 3.32.2 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.22.15: + /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.23.0: resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.22.15 + '@babel/types': 7.23.0 esutils: 2.0.3 dev: true @@ -1184,14 +1186,8 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true - /@babel/runtime/7.12.1: - resolution: {integrity: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==} - dependencies: - regenerator-runtime: 0.13.11 - dev: true - - /@babel/runtime/7.22.15: - resolution: {integrity: sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==} + /@babel/runtime/7.23.1: + resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -1202,34 +1198,34 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/parser': 7.22.15 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 dev: true - /@babel/traverse/7.22.15: - resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==} + /@babel/traverse/7.23.0: + resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/generator': 7.22.15 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/generator': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.15 - '@babel/types': 7.22.15 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.22.15: - resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==} + /@babel/types/7.23.0: + resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: true @@ -1244,8 +1240,8 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@edge-runtime/cookies/3.4.0: - resolution: {integrity: sha512-rhkTN7D8YO78lf76gdmK4FYc4Z5zQMGPABFLCWiJzeHmHgaCievF/lHEf1WO1OGZVxe1V34NYxsNTZsXwLht3Q==} + /@edge-runtime/cookies/3.4.1: + resolution: {integrity: sha512-z27BvgPxI73CgSlxU/NAUf1Q/shnqi6cobHEowf6VuLdSjGR3NjI2Y5dZUIBbK2zOJVZbXcHsVzJjz8LklteFQ==} engines: {node: '>=16'} dev: true @@ -1254,27 +1250,27 @@ packages: engines: {node: '>=16'} dev: true - /@edge-runtime/node-utils/2.2.0: - resolution: {integrity: sha512-eRM3d/zwF+VczI9+YY9j0b5s/NQ6Cj6y6XY1Fb3HHdu8rCphH8Z41qjTYt4S315FUXo78GcDgnYv7GUvqQ0a8A==} + /@edge-runtime/node-utils/2.2.1: + resolution: {integrity: sha512-RUl/439BHKshkhSGFRlZ1kzy68wL4mn8VNKDSZr3p0tciyZ33Mjfpl+vofqnHqXRmDI6nLnZpfJvhY3D88o0pA==} engines: {node: '>=16'} dependencies: - '@edge-runtime/cookies': 3.4.0 + '@edge-runtime/cookies': 3.4.1 dev: true - /@edge-runtime/primitives/3.1.0: - resolution: {integrity: sha512-yxr1QM/lC8nrU38zxePeDqVeIjwsJ83gKGTH8YJ4CoHTv3q+6xEeqRIT+/9IPX/FApWYtnxHauhNqr6CHRj5YA==} + /@edge-runtime/primitives/3.1.1: + resolution: {integrity: sha512-ROO22py+KdAfzqWZu6CtVMC4qV6mS0W1jPI51jGXE+uenyBUN7cQTWB9ReQc8Bm4cnjqmhajvpqEx3j7Y9iSOg==} engines: {node: '>=16'} dev: true - /@edge-runtime/vm/3.1.0: - resolution: {integrity: sha512-Y2JZgJP+4byI17SiDeEZhvBUvJ+om7E5ll/jrS7aGRpet5qKnJSsGep6xxhMjqT/j8ulFvTMN/kdlMMy5pEKBQ==} + /@edge-runtime/vm/3.1.1: + resolution: {integrity: sha512-6NJRRG04/91qnWLZj+wZm27q6fJkTbkZdIJdo/Ig++GTxkAv8Wh/45nIcz9Xg7AzIAMpAkflFdiCrCoZ3hp1Iw==} engines: {node: '>=16'} dependencies: - '@edge-runtime/primitives': 3.1.0 + '@edge-runtime/primitives': 3.1.1 dev: true - /@esbuild/android-arm/0.16.17: - resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} + /@esbuild/android-arm/0.18.20: + resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -1282,8 +1278,8 @@ packages: dev: true optional: true - /@esbuild/android-arm64/0.16.17: - resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} + /@esbuild/android-arm64/0.18.20: + resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -1291,8 +1287,8 @@ packages: dev: true optional: true - /@esbuild/android-x64/0.16.17: - resolution: {integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==} + /@esbuild/android-x64/0.18.20: + resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -1300,8 +1296,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64/0.16.17: - resolution: {integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==} + /@esbuild/darwin-arm64/0.18.20: + resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -1309,8 +1305,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64/0.16.17: - resolution: {integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==} + /@esbuild/darwin-x64/0.18.20: + resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -1318,8 +1314,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64/0.16.17: - resolution: {integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==} + /@esbuild/freebsd-arm64/0.18.20: + resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -1327,8 +1323,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64/0.16.17: - resolution: {integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==} + /@esbuild/freebsd-x64/0.18.20: + resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -1336,8 +1332,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm/0.16.17: - resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} + /@esbuild/linux-arm/0.18.20: + resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -1345,8 +1341,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64/0.16.17: - resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} + /@esbuild/linux-arm64/0.18.20: + resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -1354,8 +1350,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32/0.16.17: - resolution: {integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==} + /@esbuild/linux-ia32/0.18.20: + resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -1363,8 +1359,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.16.17: - resolution: {integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==} + /@esbuild/linux-loong64/0.18.20: + resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -1372,8 +1368,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el/0.16.17: - resolution: {integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==} + /@esbuild/linux-mips64el/0.18.20: + resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -1381,8 +1377,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64/0.16.17: - resolution: {integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==} + /@esbuild/linux-ppc64/0.18.20: + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -1390,8 +1386,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64/0.16.17: - resolution: {integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==} + /@esbuild/linux-riscv64/0.18.20: + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -1399,8 +1395,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x/0.16.17: - resolution: {integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==} + /@esbuild/linux-s390x/0.18.20: + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -1408,8 +1404,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64/0.16.17: - resolution: {integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==} + /@esbuild/linux-x64/0.18.20: + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -1417,8 +1413,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64/0.16.17: - resolution: {integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==} + /@esbuild/netbsd-x64/0.18.20: + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -1426,8 +1422,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64/0.16.17: - resolution: {integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==} + /@esbuild/openbsd-x64/0.18.20: + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -1435,8 +1431,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64/0.16.17: - resolution: {integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==} + /@esbuild/sunos-x64/0.18.20: + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -1444,8 +1440,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64/0.16.17: - resolution: {integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==} + /@esbuild/win32-arm64/0.18.20: + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -1453,8 +1449,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32/0.16.17: - resolution: {integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==} + /@esbuild/win32-ia32/0.18.20: + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -1462,8 +1458,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64/0.16.17: - resolution: {integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==} + /@esbuild/win32-x64/0.18.20: + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -1471,18 +1467,18 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils/4.4.0_eslint@8.48.0: + /@eslint-community/eslint-utils/4.4.0_eslint@8.50.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.48.0 + eslint: 8.50.0 eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/regexpp/4.8.0: - resolution: {integrity: sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==} + /@eslint-community/regexpp/4.9.0: + resolution: {integrity: sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true @@ -1493,7 +1489,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.6.1 - globals: 13.21.0 + globals: 13.22.0 ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -1503,8 +1499,8 @@ packages: - supports-color dev: true - /@eslint/js/8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js/8.50.0: + resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -1619,20 +1615,24 @@ packages: - supports-color dev: true + /@maverick-js/signals/5.11.4: + resolution: {integrity: sha512-fkUqNfnJK1kgfsKimaLp2jcfQr7NXwHZWBhqhQ3pifnYSZrBJv+4tU/klKyGf1mA33mVBYustCAgilJppzGjig==} + dev: true + /@mdit-vue/plugin-component/0.12.1: resolution: {integrity: sha512-L3elbvuKUufXwPLHrmJGd/ijd/QKxfcHXy3kRy4O+P7UIV7HSWePpfB0k+wWee+by3MviYYxjVAi392z+DGy3Q==} dependencies: - '@types/markdown-it': 13.0.1 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /@mdit-vue/plugin-frontmatter/0.12.1: resolution: {integrity: sha512-C6ycNjrJ+T4JgbVxwo9cUkfLacOO841Yl8ogqd5PJmAVpc5cM2OLBkqqkZxNRXos3g9xM1VvIQ7gK/047UNADg==} dependencies: '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 13.0.1 + '@types/markdown-it': 13.0.2 gray-matter: 4.0.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true /@mdit-vue/plugin-headers/0.12.1: @@ -1640,16 +1640,16 @@ packages: dependencies: '@mdit-vue/shared': 0.12.1 '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 13.0.1 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /@mdit-vue/plugin-sfc/0.12.1: resolution: {integrity: sha512-6j332CsSqumy1+StIM3XphdXG1zj9NXuWestDJrKgS3OLy5P0EAioXScUYiZYysw61ZG+2pP37MW7Hg+eHbyIg==} dependencies: '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 13.0.1 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /@mdit-vue/plugin-title/0.12.1: @@ -1657,8 +1657,8 @@ packages: dependencies: '@mdit-vue/shared': 0.12.1 '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 13.0.1 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /@mdit-vue/plugin-toc/0.12.1: @@ -1666,178 +1666,178 @@ packages: dependencies: '@mdit-vue/shared': 0.12.1 '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 13.0.1 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /@mdit-vue/shared/0.12.1: resolution: {integrity: sha512-bXgd0KThe4jC2leCFDFsyrudXIckvTwV4WnQK/rRMrXq0/BAuVdSNdIv1LGCWZxD5+oDyPyEPd0lalTIFwqsmg==} dependencies: '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 13.0.1 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /@mdit-vue/types/0.12.0: resolution: {integrity: sha512-mrC4y8n88BYvgcgzq9bvTlDgFyi2zuvzmPilRvRc3Uz1iIvq8mDhxJ0rHKFUNzPEScpDvJdIujqiDrulMqiudA==} dev: true - /@mdit/plugin-align/0.3.0: - resolution: {integrity: sha512-t5SY5n93Et8MJRbEmlcREpPNLy/A7j0U13mXiuADtgvkMIWGXiO3PLyPPLfov9vWhh1tcDcNQ1+XY3hw71LwzQ==} + /@mdit/plugin-align/0.4.8: + resolution: {integrity: sha512-n6dNMqXb2wZmQ2dod8fq18ehEq+KtMNFoDpC6H3oCaAv/kXT7fYSry0fqrFBP5I3l8yevrgAwo+zZC+c3cyZig==} engines: {node: '>= 14'} dependencies: - '@mdit/plugin-container': 0.3.0 + '@mdit/plugin-container': 0.4.8 '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-attrs/0.3.0: - resolution: {integrity: sha512-u8TrEmoZsCmtPA8Q94CXEBAU8VO8xEaX7JJ20SXcv5C8u4h5S/LwnqBXckBH9B8Qz0j8JS7XeKxfm6X+lmwMxg==} + /@mdit/plugin-attrs/0.4.8: + resolution: {integrity: sha512-SB2yTHRNG8j5shh1TtJAPuPFWaMeQp6P/9ieLVPFdXLU6RPobEwf1GAX39YDaIKaWXEmkEJJdKFClOKmyWd9BQ==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-container/0.3.0: - resolution: {integrity: sha512-mNdw5H8VsifwtRCEvuyIa6kTDP1a3CHe7PhICzmK51/6yObN6PRWWwEDuG3vJOu1pIRltcsgMKMwEC8BWT2S0A==} + /@mdit/plugin-container/0.4.8: + resolution: {integrity: sha512-ruiP9XrJ6Uaru/9ZO7iBGm96Fiqr/4Ecn6zHER3/GzWpRJ9oPjrDBWoQ9eFrmINoq1C89puZG0lmAJJ9KCTeAw==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-figure/0.3.0: - resolution: {integrity: sha512-657sxb+qjZ5ff5YXEOuPqobSFcXuLNS7pWFA9oZxK8Fbo8FqS/sAKuUV2axo2SBR9pydLNP/bPvu2YbvYdQkNA==} + /@mdit/plugin-figure/0.4.8: + resolution: {integrity: sha512-fzFwKlE34pnenqAshqHtCrgv5Ro9QE0Cjd0BR/wxkFCy4ZyyVHZUNA007HOz/j9t5ryVimdZQPcqfcQEcBk8sA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-footnote/0.3.0: - resolution: {integrity: sha512-2qfSklSJplsP4sct02cdMcBSVyLAHIhR1OMxhEnS0WsUMtX68r2G7buBtfVbYRT68lCygkZFAD4nymdslEdDRA==} + /@mdit/plugin-footnote/0.4.8: + resolution: {integrity: sha512-D2OOOoiMEdgI4p5NAtAK8wjOK3th4qIB6ZkOZ38USN+nzTwNy51Prq/elKiqhEd95q0BtWobrPsrY7qO1BW7kA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-img-lazyload/0.3.0: - resolution: {integrity: sha512-KytI59hWWfiynlt8meFBEGcJO0LrdUbj2Uicq7E1NycTIipgxAKIPU0pxc/eY+gdJhp+W0lpl+orRG0eoVLX+A==} + /@mdit/plugin-img-lazyload/0.4.8: + resolution: {integrity: sha512-GGppqJQhl5pZ2CftLxstxMVSZQCdOiJB/1aKEMjpi+EehYV1MlKPzaQp+XTyVDJAkv/k6pe+91ZnsSZgHnIUcA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-img-mark/0.3.0: - resolution: {integrity: sha512-dto+KOvhai6piINS3052+GUk6AKvxe3bSU6I1dFbYKRswIDZcf8XIMQZVYiBN+2tLKMQzzwcu+irVuWHkS6LYQ==} + /@mdit/plugin-img-mark/0.4.8: + resolution: {integrity: sha512-00zkJ3cIW1R5O+lk/WHuhOrHFdO17TVVxfBN8mhzH6S17W+2KqBMcBv5fpxi7g3R95rZ1fAZ6T1I5lg069RBkA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-img-size/0.3.0: - resolution: {integrity: sha512-cjj9hGJTiwNwAmuQPSRaQZNaguYBExHZREm1NboWI8zMCTvMXc1zZnTHb96WmD1n2K2c9L2pLkAuqPJu5Z8ZpA==} + /@mdit/plugin-img-size/0.4.8: + resolution: {integrity: sha512-+fkNRrhkwZgIRJi6ucginEzy95pmhekOer23gBbOOezZev9D4XpA1tFhLAu1srvUVAKh+JmRXiVJUT71Xw9LTg==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-include/0.3.0: - resolution: {integrity: sha512-rDH+4fqT3bv7+Nf5OT6LOvwn545ox5eE1eGHkZWty/XINbKmNP6VSdbgdieqAgJA4nlLCs4yscFk2vuzT8dqrQ==} + /@mdit/plugin-include/0.4.8: + resolution: {integrity: sha512-Hd+ZjisjjUS6ZRtjXUkfbYx3HpGKAY4XVpzmvhinK4+EPqiW4SrQor4G03ckpYu2fFjBF6u6+NbMtkHD8dcMZQ==} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 upath: 2.0.1 dev: true - /@mdit/plugin-katex/0.3.0: - resolution: {integrity: sha512-Uol7ZF2Yc4fBgQOwsy6cQQFkoIWXqV8o7Wf+I9ZJHYosbKZXFrfLkfDkWISSb+TzSTBCrRkrQtt6zi+4+nj9sw==} + /@mdit/plugin-katex/0.4.8: + resolution: {integrity: sha512-IQUfqpRp+/0gq0VDUOLI0xVvAaiHQv91f6PFBuRG2mvxSsJBECCWZTiJpCgriL7XHSVeSI8zHEYsha9UR674nw==} engines: {node: '>= 14'} dependencies: - '@mdit/plugin-tex': 0.3.0 - '@types/katex': 0.16.2 + '@mdit/plugin-tex': 0.4.8 + '@types/katex': 0.16.3 '@types/markdown-it': 12.2.3 katex: 0.16.8 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-mark/0.3.0: - resolution: {integrity: sha512-LRCjS/q8ryg/yWnKCGIKWVxCRu36WBfUGDlCuw+cb59ptkbF24Q6Khs8pnZZGq6q+XSFHmYUCCHqp2q79XAvyA==} + /@mdit/plugin-mark/0.4.8: + resolution: {integrity: sha512-51sV7MsPPoW+oa47mwUoD44a3N6XcnYBCOixuDtPzpmKH7ueUJ/ULOGJoBsbveo/ZqTCivJ+3cwoTujaGua8mQ==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-mathjax/0.3.0: - resolution: {integrity: sha512-9lvYnVd0kllsysikRr4f+OMS9zjM57QgEIB7e+dSDtYGMQISNxiLQvYap/pMMtY+zZQ51I7heGCjZ2OXmWEtbg==} + /@mdit/plugin-mathjax/0.4.8: + resolution: {integrity: sha512-eFFYR6Qo9eZnS+3vUVIHd1lLasx6Upybu3tvdNJ119CUkVd3edtvDqI286RJuApfyDM0uAzkqEgmSKCr4pT8NA==} engines: {node: '>= 14'} dependencies: - '@mdit/plugin-tex': 0.3.0 + '@mdit/plugin-tex': 0.4.8 '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 mathjax-full: 3.2.2 upath: 2.0.1 dev: true - /@mdit/plugin-stylize/0.3.0: - resolution: {integrity: sha512-WT+ts6/Xd+K3ASlHDWa4ZHqDx4KgRsuHgLhmyvyAGY9ApNP1Q0ROY5Ik4bn92WVRU3WEfK8ICOEOnoEPEP2NJA==} + /@mdit/plugin-stylize/0.4.8: + resolution: {integrity: sha512-Wjo3hEHGybu+2ubLaUY52g5SCk6ThFwHYQAYScB7NX39lbr1xefVKs5RYeyH3xCRMdK3S5+b1mlklrdSARQ1fg==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-sub/0.3.0: - resolution: {integrity: sha512-T4fYZqIJ2ZJOQ4WoURU813XL7Y6prs5jYaxLWteOqF9JkTcqNQ22hJcdGe5domIG/dH79IZqVHkJ7okoFOt/Xg==} + /@mdit/plugin-sub/0.4.8: + resolution: {integrity: sha512-U/6FtGgakdk/JhybHGHykBampF5YMZFkS1DB9uht/3uycWT4ejGefZ1XT9r59liQ3Bh/9CTy0niRNvMwdolPOA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-sup/0.3.0: - resolution: {integrity: sha512-K6L1/WK94XwFG+Oo54GVM9m+Y0cjinoiVtWjT0OIswCQWDuuXG7H4JH2uxBxQJb8MWNsnnQRUFnaG1RPiRP94Q==} + /@mdit/plugin-sup/0.4.8: + resolution: {integrity: sha512-wv4n9PKoiXI2RFqUrqOSxcKl71mTNCzlNJNlb4WfF9OTIn1CXR298EeL6XnbgS6snLuraur15PgGqwWw6wP7AQ==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-tab/0.3.0: - resolution: {integrity: sha512-mHnj+AZRem7Jilc1Auu7wL5Uo/S32Slp1WU3Of3RJn0LiQnEpZHKr/kpQutEWV+kZo/rIcTIxdCYWXBZqj38ng==} + /@mdit/plugin-tab/0.4.8: + resolution: {integrity: sha512-/YUI4KQAtHUE6AkJUfIEIKjnK8LEAkcBMe2z8SYmzeEs9U0vHvQNawUd6ANHOXrpeqyPrgQnhWqGkF4yMqfAjg==} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-tasklist/0.3.0: - resolution: {integrity: sha512-/nekYc2zSKxGFbTR2o6dXyqoUfQBrf9PX0O81ZOGIzaMI+t6y9q3tJwnmbwLD/QE1MeW6kaR4byCcD3rc1SyAQ==} + /@mdit/plugin-tasklist/0.4.8: + resolution: {integrity: sha512-VAnCR4dnfqOpW1hPEAunJFVvV31eARnD23XPSK3JAQADUFtnileoR0OdXZATC4gTsuVnYh8V8d7rujjL1QvxQw==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-tex/0.3.0: - resolution: {integrity: sha512-GXAOOBlk2me/noWOCbZeoqMsCcsIeNob+LhLYfk8q4w3rHJM9gdUI5JL05ClbvO7eNSSjQVZZ1tHfyjK08RvSg==} + /@mdit/plugin-tex/0.4.8: + resolution: {integrity: sha512-HgWb8l0Can+NsxFfLu358Xwj1plxXHXf2YkjxM316pUeVZhNhjPjoqIpR46ebCwWbWW+GmwT0YdeUvQrDgM3ig==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true - /@mdit/plugin-uml/0.3.0: - resolution: {integrity: sha512-QS00olhRy3Ct5qwjFYBk6YtCZK5oLM8K4SyPND7LCrqiV3PiAtH8jXN9BnDmKQN+EhXXzFe3NlxRjNLvGu/JUw==} + /@mdit/plugin-uml/0.4.8: + resolution: {integrity: sha512-X414T54zh0i+n5MbPL0kzGwRzcCU0hlpe4wp74cr44RWrsvJ8+78ioOx7WJOM8rgGHRWIoEEp6BjB1WfI734Iw==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true /@nodelib/fs.scandir/2.1.5: @@ -1861,7 +1861,7 @@ packages: fastq: 1.15.0 dev: true - /@rollup/plugin-babel/5.3.1_xl43ppu2bx4zuy2ds755fvwen4: + /@rollup/plugin-babel/5.3.1_azielx4vlrty2qasg34bav3suu: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1872,7 +1872,7 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.23.0 '@babel/helper-module-imports': 7.22.15 '@rollup/pluginutils': 3.1.0_rollup@2.79.1 rollup: 2.79.1 @@ -1889,7 +1889,7 @@ packages: builtin-modules: 3.3.0 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.4 + resolve: 1.22.6 rollup: 2.79.1 dev: true @@ -1937,7 +1937,12 @@ packages: ejs: 3.1.9 json5: 2.2.3 magic-string: 0.25.9 - string.prototype.matchall: 4.0.9 + string.prototype.matchall: 4.0.10 + dev: true + + /@tootallnate/once/2.0.0: + resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} + engines: {node: '>= 10'} dev: true /@ts-morph/common/0.11.1: @@ -1965,61 +1970,79 @@ packages: resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} dev: true - /@types/body-scroll-lock/3.1.0: - resolution: {integrity: sha512-3owAC4iJub5WPqRhxd8INarF2bWeQq1yQHBgYhN0XLBJMpd5ED10RrJ3aKiAwlTyL5wK7RkBD4SZUQz2AAAMdA==} - dev: true - /@types/d3-scale-chromatic/3.0.0: resolution: {integrity: sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw==} dev: true - /@types/d3-scale/4.0.4: - resolution: {integrity: sha512-eq1ZeTj0yr72L8MQk6N6heP603ubnywSDRfNpi5enouR112HzGLS6RIvExCzZTraFF4HdzNpJMwA/zGiMoHUUw==} + /@types/d3-scale/4.0.5: + resolution: {integrity: sha512-w/C++3W394MHzcLKO2kdsIn5KKNTOqeQVzyPSGPLzQbkPw/jpeaGtSRlakcKevGgGsjJxGsbqS0fPrVFDbHrDA==} dependencies: - '@types/d3-time': 3.0.0 + '@types/d3-time': 3.0.1 dev: true - /@types/d3-time/3.0.0: - resolution: {integrity: sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==} + /@types/d3-time/3.0.1: + resolution: {integrity: sha512-5j/AnefKAhCw4HpITmLDTPlf4vhi8o/dES+zbegfPb7LaGfNyqkLxBR6E+4yvTAgnJLmhe80EXFMzUs38fw4oA==} dev: true - /@types/debug/4.1.8: - resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==} + /@types/debug/4.1.9: + resolution: {integrity: sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==} dependencies: - '@types/ms': 0.7.31 + '@types/ms': 0.7.32 + dev: true + + /@types/eslint-scope/3.7.5: + resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==} + dependencies: + '@types/eslint': 8.44.3 + '@types/estree': 1.0.2 + dev: true + + /@types/eslint/8.44.3: + resolution: {integrity: sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==} + dependencies: + '@types/estree': 1.0.2 + '@types/json-schema': 7.0.13 dev: true /@types/estree/0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: true - /@types/fs-extra/11.0.1: - resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} + /@types/estree/1.0.2: + resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==} + dev: true + + /@types/fs-extra/11.0.2: + resolution: {integrity: sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==} dependencies: - '@types/jsonfile': 6.1.1 - '@types/node': 20.5.9 + '@types/jsonfile': 6.1.2 + '@types/node': 20.7.1 dev: true /@types/hash-sum/1.0.0: resolution: {integrity: sha512-FdLBT93h3kcZ586Aee66HPCVJ6qvxVjBlDWNmxSGSbCZe9hTsjRKdSsl4y1T+3zfujxo9auykQMnFsfyHWD7wg==} dev: true - /@types/json-schema/7.0.12: - resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + /@types/js-yaml/4.0.6: + resolution: {integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==} + dev: true + + /@types/json-schema/7.0.13: + resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==} dev: true /@types/json5/0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/jsonfile/6.1.1: - resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} + /@types/jsonfile/6.1.2: + resolution: {integrity: sha512-8t92P+oeW4d/CRQfJaSqEwXujrhH4OEeHRjGU3v1Q8mUS8GPF3yiX26sw4svv6faL2HfBtGTe2xWIoVgN3dy9w==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.7.1 dev: true - /@types/katex/0.16.2: - resolution: {integrity: sha512-dHsSjSlU/EWEEbeNADr3FtZZOAXPkFPUO457QCnoNqcZQXNqNEu/svQd0Nritvd3wNff4vvC/f4e6xgX3Llt8A==} + /@types/katex/0.16.3: + resolution: {integrity: sha512-CeVMX9EhVUW8MWnei05eIRks4D5Wscw/W9Byz1s3PA+yJvcdvq9SaDjiUKvRvEgjpdTyJMjQA43ae4KTwsvOPg==} dev: true /@types/linkify-it/3.0.3: @@ -2029,39 +2052,39 @@ packages: /@types/markdown-it-emoji/2.0.2: resolution: {integrity: sha512-2ln8Wjbcj/0oRi/6VnuMeWEHHuK8uapFttvcLmDIe1GKCsFBLOLBX+D+xhDa9oWOQV0IpvxwrSfKKssAqqroog==} dependencies: - '@types/markdown-it': 12.2.3 + '@types/markdown-it': 13.0.2 dev: true /@types/markdown-it/12.2.3: resolution: {integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==} dependencies: '@types/linkify-it': 3.0.3 - '@types/mdurl': 1.0.2 + '@types/mdurl': 1.0.3 dev: true - /@types/markdown-it/13.0.1: - resolution: {integrity: sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==} + /@types/markdown-it/13.0.2: + resolution: {integrity: sha512-Tla7hH9oeXHOlJyBFdoqV61xWE9FZf/y2g+gFVwQ2vE1/eBzjUno5JCd3Hdb5oATve5OF6xNjZ/4VIZhVVx+hA==} dependencies: '@types/linkify-it': 3.0.3 - '@types/mdurl': 1.0.2 + '@types/mdurl': 1.0.3 dev: true - /@types/mdast/3.0.12: - resolution: {integrity: sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==} + /@types/mdast/3.0.13: + resolution: {integrity: sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==} dependencies: '@types/unist': 2.0.8 dev: true - /@types/mdurl/1.0.2: - resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==} + /@types/mdurl/1.0.3: + resolution: {integrity: sha512-T5k6kTXak79gwmIOaDF2UUQXFbnBE0zBUzF20pz7wDYu0RQMzWg+Ml/Pz50214NsFHBITkoi5VtdjFZnJ2ijjA==} dev: true - /@types/minimist/1.2.2: - resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} + /@types/minimist/1.2.3: + resolution: {integrity: sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==} dev: true - /@types/ms/0.7.31: - resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} + /@types/ms/0.7.32: + resolution: {integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==} dev: true /@types/node/14.18.33: @@ -2072,51 +2095,47 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: true - /@types/node/20.5.9: - resolution: {integrity: sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==} + /@types/node/20.7.1: + resolution: {integrity: sha512-LT+OIXpp2kj4E2S/p91BMe+VgGX2+lfO+XTpfXhh+bCk2LkQtHZSub8ewFBMGP5ClysPjTDFa4sMI8Q3n4T0wg==} dev: true - /@types/normalize-package-data/2.4.1: - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + /@types/normalize-package-data/2.4.2: + resolution: {integrity: sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==} dev: true - /@types/raphael/2.3.3: - resolution: {integrity: sha512-Rhvq0q6wzyvipejki/9w87/pgapyE+s3gO66tdl1oD3qDrow+ek+4vVYAbRkeL58HCCK9EOZKwyjqYJ/TFkmtQ==} + /@types/raphael/2.3.5: + resolution: {integrity: sha512-JROUjEWzHMlPLWTvkUr6QJRAE9fxq1DrRyIUTOPyrLbYNwrAdPMS3mFc8Kk3Gq8HH7y6nFGMkMPW/NVA/zhJ1Q==} dev: true /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.7.1 dev: true - /@types/sax/1.2.4: - resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} + /@types/sax/1.2.5: + resolution: {integrity: sha512-9jWta97bBVC027/MShr3gLab8gPhKy4l6qpb+UJLF5pDm3501NvA7uvqVCW+REFtx00oTi6Cq9JzLwgq6evVgw==} dependencies: '@types/node': 17.0.45 dev: true - /@types/semver/7.5.1: - resolution: {integrity: sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==} + /@types/semver/7.5.3: + resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==} dev: true - /@types/trusted-types/2.0.3: - resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} + /@types/trusted-types/2.0.4: + resolution: {integrity: sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==} dev: true /@types/unist/2.0.8: resolution: {integrity: sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==} dev: true - /@types/web-bluetooth/0.0.16: - resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} - dev: true - /@types/web-bluetooth/0.0.17: resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==} dev: true - /@typescript-eslint/eslint-plugin/5.62.0_t35iirz4jglssjgh62faxwrgja: + /@typescript-eslint/eslint-plugin/5.62.0_3iz6pru4e7qejel7wzajszboby: resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2127,13 +2146,13 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 + '@eslint-community/regexpp': 4.9.0 + '@typescript-eslint/parser': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 - '@typescript-eslint/utils': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 + '@typescript-eslint/type-utils': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y + '@typescript-eslint/utils': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -2144,7 +2163,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.62.0_vrcbyn5545yca3bsdhml4elxx4: + /@typescript-eslint/parser/5.62.0_a53yqesurnxlupy6jnu3bp6z7y: resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2158,7 +2177,7 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@3.9.10 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 typescript: 3.9.10 transitivePeerDependencies: - supports-color @@ -2172,7 +2191,7 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: true - /@typescript-eslint/type-utils/5.62.0_vrcbyn5545yca3bsdhml4elxx4: + /@typescript-eslint/type-utils/5.62.0_a53yqesurnxlupy6jnu3bp6z7y: resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2183,9 +2202,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.62.0_typescript@3.9.10 - '@typescript-eslint/utils': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 + '@typescript-eslint/utils': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 tsutils: 3.21.0_typescript@3.9.10 typescript: 3.9.10 transitivePeerDependencies: @@ -2218,19 +2237,19 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.62.0_vrcbyn5545yca3bsdhml4elxx4: + /@typescript-eslint/utils/5.62.0_a53yqesurnxlupy6jnu3bp6z7y: resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} 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.48.0 - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.1 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@types/json-schema': 7.0.13 + '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@3.9.10 - eslint: 8.48.0 + eslint: 8.50.0 eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: @@ -2246,52 +2265,83 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@vercel/build-utils/7.1.0: - resolution: {integrity: sha512-NoeBoZIueYUpuQc6W+4YuN3+XgxcuuQwZdahw1bfO2pWuWK4ikoZNHfSACyA/BL2j2LqjRBxIhVOI08CnPCXcA==} + /@vercel/build-utils/7.2.1: + resolution: {integrity: sha512-WCqSBCPNlANEOsmroCzCZq6ZxArV20RHBbdaZzhZjkGtEReSZx5BSOsrnkewFJFuu5pNGYegAaVi0VCkA1irZQ==} dev: true /@vercel/error-utils/2.0.1: resolution: {integrity: sha512-ZUVpRFArh5eyKpJmdfEuCaMpZKQvZgUq0pQ7PdK8m5FgRYEvF4I0TMJH3JnkbYaMMUH82aYWZr+/hFJtEBcmTQ==} dev: true - /@vercel/gatsby-plugin-vercel-analytics/1.0.10: - resolution: {integrity: sha512-v329WHdtIce+y7oAmaWRvEx59Xfo0FxlQqK4BJG0u6VWYoKWPaflohDAiehIZf/YHCRVb59ZxnzmMOcm/LR8YQ==} + /@vercel/fun/1.1.0: + resolution: {integrity: sha512-SpuPAo+MlAYMtcMcC0plx7Tv4Mp7SQhJJj1iIENlOnABL24kxHpL09XLQMGzZIzIW7upR8c3edwgfpRtp+dhVw==} + engines: {node: '>= 10'} + dependencies: + '@tootallnate/once': 2.0.0 + async-listen: 1.2.0 + debug: 4.1.1 + execa: 3.2.0 + fs-extra: 8.1.0 + generic-pool: 3.4.2 + micro: 9.3.5-canary.3 + ms: 2.1.1 + node-fetch: 2.6.7 + path-match: 1.2.4 + promisepipe: 3.0.0 + semver: 7.3.5 + stat-mode: 0.3.0 + stream-to-promise: 2.2.0 + tar: 4.4.18 + tree-kill: 1.2.2 + uid-promise: 1.0.0 + uuid: 3.3.2 + xdg-app-paths: 5.1.0 + yauzl-promise: 2.1.3 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + + /@vercel/gatsby-plugin-vercel-analytics/1.0.11: + resolution: {integrity: sha512-iTEA0vY6RBPuEzkwUTVzSHDATo1aF6bdLLspI68mQ/BTbi5UQEGjpjyzdKOVcSYApDtFU6M6vypZ1t4vIEnHvw==} dependencies: - '@babel/runtime': 7.12.1 web-vitals: 0.2.4 dev: true - /@vercel/gatsby-plugin-vercel-builder/2.0.3: - resolution: {integrity: sha512-Sb3x58KeQt11xE4WCHX5maTJa60sCGTEopYq+m1xZWobJuArQ94A+1hwjWM5PrkDEf8H0SiHny6mr9/fYSl0NA==} + /@vercel/gatsby-plugin-vercel-builder/2.0.6: + resolution: {integrity: sha512-ne6Xkqm/Naxc6KON3RwhE3irJVevCRwdMp+VMSXgC8ik+q9tWxtmMa4tbdnregKWEk1cw3ToHN6MkXRdcchpYA==} dependencies: '@sinclair/typebox': 0.25.24 - '@vercel/build-utils': 7.1.0 - '@vercel/node': 3.0.3 + '@vercel/build-utils': 7.2.1 '@vercel/routing-utils': 3.0.0 esbuild: 0.14.47 etag: 1.8.1 fs-extra: 11.1.0 + dev: true + + /@vercel/go/3.0.2: + resolution: {integrity: sha512-g1i1X/h6SfIiCj+wVfNPZPqxhoOQbQXDximoGywTgKpRWZD40ReAjYIL4siemsHHX26ihhaJX2eHX8vWyQ57EQ==} + dev: true + + /@vercel/hydrogen/1.0.1: + resolution: {integrity: sha512-4PYk4LeIWPTjGtgnxvB0Hdw7aqCau843/96K2xX3z9pa0Hn//pUnZBMz2jrs5MRseCm1Li1LdQAK3u8/vaUnVQ==} + dependencies: + '@vercel/static-config': 3.0.0 + ts-morph: 12.0.0 + dev: true + + /@vercel/next/4.0.8: + resolution: {integrity: sha512-rKP63aGivXyw6ihNL+P67qxIQ0de5OTzGV5s650GzkF1RwNLs3coy1NSWlspWL3SlaAXwqWJSIQmhcA8EYaSKA==} + dependencies: + '@vercel/nft': 0.24.1 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - encoding + - supports-color dev: true - /@vercel/go/3.0.0: - resolution: {integrity: sha512-haQ7CYbLE9C/UugUSJ89Y10kNxCsE8A1WcLMzWGZA4DJQj7BYdcf8pygB6gpduQFxB8FAiekjUMJGZhRTQkDUw==} - dev: true - - /@vercel/hydrogen/1.0.0: - resolution: {integrity: sha512-hcst/Sml5rFX7U7b2aDNZ6HiQZOahhLTHEuGGS5pV955tFTTO/fQ3gmsIKdjdLwyB69oru1C/bmLbn34QT2xlQ==} - dev: true - - /@vercel/next/4.0.1: - resolution: {integrity: sha512-iyO1OSdJC5UPhXEBlFceThSF1urzQjWKFrqjJyDufAKi0q31yeimU6lXhveq8C5OBdBBmWd/q4ZG3B7O1M1aRQ==} - dev: true - - /@vercel/nft/0.22.5: - resolution: {integrity: sha512-mug57Wd1BL7GMj9gXMgMeKUjdqO0e4u+0QLPYMFE1rwdJ+55oPy6lp3nIBCS8gOvigT62UI4QKUL2sGqcoW4Hw==} - engines: {node: '>=14'} + /@vercel/nft/0.24.1: + resolution: {integrity: sha512-bGYrA/w98LNl9edxXcAezKs+Ixa2a+RkAvxXK38gH3815v+WkNa2AGY+wQv59vu2f9il9+zIKj6YrnlYIbh+jA==} + engines: {node: '>=16'} hasBin: true dependencies: '@mapbox/node-pre-gyp': 1.0.11 @@ -2310,20 +2360,21 @@ packages: - supports-color dev: true - /@vercel/node/3.0.3: - resolution: {integrity: sha512-BePloH9Rh09zi9pXw0MtzVnoVDvD6Rty1Kt94KensUZf0r0YSqYXtjWJwAMvXffjF1smr9COwxglrtZ93c7+ng==} + /@vercel/node/3.0.6: + resolution: {integrity: sha512-QYsmc5rtuyjSAryAo4qRwsEw9NXhapAbF/OBM0Fdq3kPiwHDfbElJpb7UbeQH19u3q4d+E7Z6wZTbO6bsrzw4g==} dependencies: - '@edge-runtime/node-utils': 2.2.0 - '@edge-runtime/primitives': 3.1.0 - '@edge-runtime/vm': 3.1.0 + '@edge-runtime/node-utils': 2.2.1 + '@edge-runtime/primitives': 3.1.1 + '@edge-runtime/vm': 3.1.1 '@types/node': 14.18.33 - '@vercel/build-utils': 7.1.0 + '@vercel/build-utils': 7.2.1 '@vercel/error-utils': 2.0.1 + '@vercel/nft': 0.24.1 '@vercel/static-config': 3.0.0 async-listen: 3.0.0 - content-type: 1.0.5 - edge-runtime: 2.5.0 + edge-runtime: 2.5.1 esbuild: 0.14.47 + etag: 1.8.1 exit-hook: 2.2.1 node-fetch: 2.6.9 path-to-regexp: 6.2.1 @@ -2335,31 +2386,29 @@ packages: - '@swc/core' - '@swc/wasm' - encoding + - supports-color dev: true - /@vercel/python/4.0.0: - resolution: {integrity: sha512-BrQhpCLVc7yUl5KwKR/S9wVMTu2g0mKlBYriJ+aewDn7Xf3ZtBl1fZkvKhGihEtLq5Be8xIbCSEEqChLQjfllA==} + /@vercel/python/4.0.2: + resolution: {integrity: sha512-mmUeR3GBuDnaJK3IIHRoPl3bNevcWO3N/YrNAx+zxLPSHzfzmCLZbFVVXbzoKBi/cALiOPcApVhlQXwU26y7xg==} dev: true - /@vercel/redwood/2.0.0: - resolution: {integrity: sha512-nhN12tD+dfkdcC3rcXN4ACM4VGGhb6m8byzSfPq1wfemjHdbr1emKwgV7CMWCEXaCTOcKgRffZ1PbahTLZ/jjQ==} + /@vercel/redwood/2.0.3: + resolution: {integrity: sha512-efUqJjRxRhB+nw6OpYw3ptQyXAoWKA/qnzz1UKWfcL2yunCDrdvh2IL3O+Kjt2YqixJAH6DTK1B8lc6NhMoY/g==} dependencies: - '@vercel/nft': 0.22.5 + '@vercel/nft': 0.24.1 '@vercel/routing-utils': 3.0.0 - semver: 6.1.1 + semver: 6.3.1 transitivePeerDependencies: - encoding - supports-color dev: true - /@vercel/remix-builder/2.0.2: - resolution: {integrity: sha512-hT3AKXv+/EbyHBUSNLUWE/rSbFzsL4KkHkEK94/9u2wywKHw0idUEw6DflnMfB0y8nM6lhq8rLMcdEaclRPqAA==} + /@vercel/remix-builder/2.0.8: + resolution: {integrity: sha512-PQA4Iu47qKOEyOa0WqS3u9lSnVEGfq/9ZVY6+IlZfR1+bmCVx7c2PW7BOSBucwhn1qMD6TF2kka0fz48UXpVXQ==} dependencies: - '@vercel/build-utils': 7.1.0 - '@vercel/nft': 0.22.5 + '@vercel/nft': 0.24.1 '@vercel/static-config': 3.0.0 - path-to-regexp: 6.2.1 - semver: 7.3.8 ts-morph: 12.0.0 transitivePeerDependencies: - encoding @@ -2374,19 +2423,17 @@ packages: ajv: 6.12.6 dev: true - /@vercel/ruby/2.0.0: - resolution: {integrity: sha512-0aocMkCtQv5PrInZYw+TtAl5Lsgv7QH4zvHKJiGCyKRDnIw+RnxHcLeIj7f0sYSLwXFuH2xEvOBEjx8yGBtg0w==} + /@vercel/ruby/2.0.2: + resolution: {integrity: sha512-MqFynhtZ905L210DWAbgkiEQEK39LTtp9eL2Nm6PjzhjNzU6hV0UfK8Z24vU9CC6J4mrUTTZx396fH7XTYJWqg==} dev: true - /@vercel/static-build/2.0.3: - resolution: {integrity: sha512-8i3+Fb3awkJTBDkUZ7ai6JIDou2f4DLF8yMSHru5YuhilRZbBxabNHUVEsINalTxkjhtmCoMWD6vo0WL3vCoyw==} + /@vercel/static-build/2.0.7: + resolution: {integrity: sha512-MjEgxf9HaK7tjVqS/bSlVSGBxFw3hNHdrVEoGJNwMZEfocgBiFxFGaw0Vxki8FTs+F3cciXdxwi6+O1bjj91GA==} dependencies: - '@vercel/gatsby-plugin-vercel-analytics': 1.0.10 - '@vercel/gatsby-plugin-vercel-builder': 2.0.3 - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - encoding + '@vercel/gatsby-plugin-vercel-analytics': 1.0.11 + '@vercel/gatsby-plugin-vercel-builder': 2.0.6 + '@vercel/static-config': 3.0.0 + ts-morph: 12.0.0 dev: true /@vercel/static-config/3.0.0: @@ -2397,42 +2444,26 @@ packages: ts-morph: 12.0.0 dev: true - /@vitejs/plugin-vue/4.3.4_vite@4.1.5+vue@3.3.4: + /@vitejs/plugin-vue/4.3.4_vite@4.4.9+vue@3.3.4: resolution: {integrity: sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.1.5 + vite: 4.4.9 vue: 3.3.4 dev: true - /@vue/compiler-core/3.2.47: - resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==} - dependencies: - '@babel/parser': 7.22.15 - '@vue/shared': 3.2.47 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - /@vue/compiler-core/3.3.4: resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} dependencies: - '@babel/parser': 7.22.15 + '@babel/parser': 7.23.0 '@vue/shared': 3.3.4 estree-walker: 2.0.2 source-map-js: 1.0.2 dev: true - /@vue/compiler-dom/3.2.47: - resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} - dependencies: - '@vue/compiler-core': 3.2.47 - '@vue/shared': 3.2.47 - dev: true - /@vue/compiler-dom/3.3.4: resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} dependencies: @@ -2440,25 +2471,10 @@ packages: '@vue/shared': 3.3.4 dev: true - /@vue/compiler-sfc/3.2.47: - resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} - dependencies: - '@babel/parser': 7.22.15 - '@vue/compiler-core': 3.2.47 - '@vue/compiler-dom': 3.2.47 - '@vue/compiler-ssr': 3.2.47 - '@vue/reactivity-transform': 3.2.47 - '@vue/shared': 3.2.47 - estree-walker: 2.0.2 - magic-string: 0.25.9 - postcss: 8.4.29 - source-map: 0.6.1 - dev: true - /@vue/compiler-sfc/3.3.4: resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} dependencies: - '@babel/parser': 7.22.15 + '@babel/parser': 7.23.0 '@vue/compiler-core': 3.3.4 '@vue/compiler-dom': 3.3.4 '@vue/compiler-ssr': 3.3.4 @@ -2466,17 +2482,10 @@ packages: '@vue/shared': 3.3.4 estree-walker: 2.0.2 magic-string: 0.30.3 - postcss: 8.4.29 + postcss: 8.4.30 source-map-js: 1.0.2 dev: true - /@vue/compiler-ssr/3.2.47: - resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} - dependencies: - '@vue/compiler-dom': 3.2.47 - '@vue/shared': 3.2.47 - dev: true - /@vue/compiler-ssr/3.3.4: resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} dependencies: @@ -2488,51 +2497,24 @@ packages: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} dev: true - /@vue/reactivity-transform/3.2.47: - resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==} - dependencies: - '@babel/parser': 7.22.15 - '@vue/compiler-core': 3.2.47 - '@vue/shared': 3.2.47 - estree-walker: 2.0.2 - magic-string: 0.25.9 - dev: true - /@vue/reactivity-transform/3.3.4: resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} dependencies: - '@babel/parser': 7.22.15 + '@babel/parser': 7.23.0 '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 magic-string: 0.30.3 dev: true - /@vue/reactivity/3.2.47: - resolution: {integrity: sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==} - dependencies: - '@vue/shared': 3.2.47 - dev: true - /@vue/reactivity/3.3.4: resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} dependencies: '@vue/shared': 3.3.4 dev: true - /@vue/repl/1.5.0_vue@3.3.4: - resolution: {integrity: sha512-qFqKtvA2FM9viYXzbWrpGrL8mDGswsqDsEjfaibr/YOqeza7i49VmO0AKPrOdQDOS2qmq9uV+G6OPX1rGhUSIQ==} - peerDependencies: - vue: ^3.2.13 - dependencies: - vue: 3.3.4 - dev: true - - /@vue/runtime-core/3.2.47: - resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==} - dependencies: - '@vue/reactivity': 3.2.47 - '@vue/shared': 3.2.47 + /@vue/repl/2.5.8: + resolution: {integrity: sha512-IvOlNhka4VKDQZS9FIceFFWyPibzqAUHyjHOoe8cMZmeP7H3H7mfMqvzQ0l1wjMAqqeEcgpFhSzMWsTEL4XZeA==} dev: true /@vue/runtime-core/3.3.4: @@ -2542,14 +2524,6 @@ packages: '@vue/shared': 3.3.4 dev: true - /@vue/runtime-dom/3.2.47: - resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==} - dependencies: - '@vue/runtime-core': 3.2.47 - '@vue/shared': 3.2.47 - csstype: 2.6.21 - dev: true - /@vue/runtime-dom/3.3.4: resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} dependencies: @@ -2558,16 +2532,6 @@ packages: csstype: 3.1.2 dev: true - /@vue/server-renderer/3.2.47_vue@3.2.47: - resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==} - peerDependencies: - vue: 3.2.47 - dependencies: - '@vue/compiler-ssr': 3.2.47 - '@vue/shared': 3.2.47 - vue: 3.2.47 - dev: true - /@vue/server-renderer/3.3.4_vue@3.3.4: resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} peerDependencies: @@ -2578,33 +2542,31 @@ packages: vue: 3.3.4 dev: true - /@vue/shared/3.2.47: - resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} - dev: true - /@vue/shared/3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} dev: true - /@vuepress/bundler-vite/2.0.0-beta.61: - resolution: {integrity: sha512-J9/DGfsqr9rGJT+0osL9uL+jrrGHeAsWuZoCCbQIDbe0rEO2whvou51PJpwko3R0vvCTWsolh6rXYeb0N0+yFg==} + /@vuepress/bundler-vite/2.0.0-beta.67: + resolution: {integrity: sha512-W6YXixxu2G+xPECPFvx4Tzv5fmpBYvApEYVw7qfSNf/5YZ6aeIfV0AMGJZvhk7R/KniofvBTGCjAMSK4fqKp8w==} dependencies: - '@vitejs/plugin-vue': 4.3.4_vite@4.1.5+vue@3.3.4 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - autoprefixer: 10.4.15_postcss@8.4.29 + '@vitejs/plugin-vue': 4.3.4_vite@4.4.9+vue@3.3.4 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + autoprefixer: 10.4.16_postcss@8.4.30 connect-history-api-fallback: 2.0.0 - postcss: 8.4.29 - postcss-load-config: 4.0.1_postcss@8.4.29 - rollup: 3.29.0 - vite: 4.1.5 + postcss: 8.4.30 + postcss-load-config: 4.0.1_postcss@8.4.30 + rollup: 3.29.3 + vite: 4.4.9 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 + vue-router: 4.2.5_vue@3.3.4 transitivePeerDependencies: - '@types/node' + - '@vue/composition-api' - less + - lightningcss - sass - stylus - sugarss @@ -2613,44 +2575,49 @@ packages: - ts-node dev: true - /@vuepress/cli/2.0.0-beta.61: - resolution: {integrity: sha512-0CWc82c75987mVZwBOGBaCDke74NwlS6L3n1ybWrrqaFeueZSonwdm+qvaNvM/AJC10chqOJtpO/O3P+/YkBHQ==} + /@vuepress/cli/2.0.0-beta.67: + resolution: {integrity: sha512-OWd5JMq9pEHrz2MTTQV91EoG+7o18s1JWKP7GBfYQ2DRAu/Hf4rZPmluuibhFolTvnTDuTtXrfb6Wbx4iZ+M9Q==} hasBin: true dependencies: - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 cac: 6.7.14 chokidar: 3.5.3 envinfo: 7.10.0 - esbuild: 0.16.17 + esbuild: 0.18.20 transitivePeerDependencies: + - '@vue/composition-api' - supports-color dev: true - /@vuepress/client/2.0.0-beta.61: - resolution: {integrity: sha512-C5QbdQkPsurEsKUkLclVucUAKMzBph9kHMUvfKHJqBaAsiXKYVLa61AICTJeyDkhTYF0faOjmpqmaElfMt1S9w==} + /@vuepress/client/2.0.0-beta.67: + resolution: {integrity: sha512-xfXZXmZmMbCvQxUhNltuAZzpoiwM0x9ke+DdPPDBF0oGMNDlmtOlsD7NcH322vQE3ehYy5mXJttXuEmfoNOG6A==} dependencies: '@vue/devtools-api': 6.5.0 - '@vuepress/shared': 2.0.0-beta.61 + '@vuepress/shared': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 + vue-router: 4.2.5_vue@3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' dev: true - /@vuepress/core/2.0.0-beta.61: - resolution: {integrity: sha512-jPr60d/uadgBmEQhXCRLNOm2M4Ym65lvZhGf/wyZCo14kpacp2YoO7RR8bzp/NEpWe7ndr/U8O/VDjFYTsz80g==} + /@vuepress/core/2.0.0-beta.67: + resolution: {integrity: sha512-pbCm1x+zFKZqpJjS68sv3ziEQLMn0KM04Q6W249stcTUUBrKox2OPx+OcX/BrN6yH60OviXN8hD6MgCnFSWdZA==} dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/markdown': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/markdown': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 vue: 3.3.4 transitivePeerDependencies: + - '@vue/composition-api' - supports-color dev: true - /@vuepress/markdown/2.0.0-beta.61: - resolution: {integrity: sha512-vzj933XxsfE9B+1kdMXncYtYU7TGTLjWP+qeikVsy5imq2BXa/n3OFVGyGkkdOYmu05hkm82+07dOvtGA+iMBQ==} + /@vuepress/markdown/2.0.0-beta.67: + resolution: {integrity: sha512-dwciE7dbfDruLan+w9x/LUl5dLdBWB39QXznX/Hhv4oPp+Mm4as53J58gqjuRPi6N25DfRi3ODrzjG5Lduwnfw==} dependencies: '@mdit-vue/plugin-component': 0.12.1 '@mdit-vue/plugin-frontmatter': 0.12.1 @@ -2660,186 +2627,199 @@ packages: '@mdit-vue/plugin-toc': 0.12.1 '@mdit-vue/shared': 0.12.1 '@mdit-vue/types': 0.12.0 - '@types/markdown-it': 12.2.3 + '@types/markdown-it': 13.0.2 '@types/markdown-it-emoji': 2.0.2 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - markdown-it: 13.0.1 - markdown-it-anchor: 8.6.7_ea7kj7wzjkld5jo2noyjqxi764 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + markdown-it: 13.0.2 + markdown-it-anchor: 8.6.7_lfcjezyns6kprhj45k7mpsbwga markdown-it-emoji: 2.0.2 mdurl: 1.0.1 transitivePeerDependencies: - supports-color dev: true - /@vuepress/plugin-active-header-links/2.0.0-beta.61: - resolution: {integrity: sha512-+bbzb4YqnuTOANvSmJq8hbp60Tl3jLMiaZdkHKxKK9lDODGfTB8uAlH+KvuvxxuLm+Za186r+2PtBwJby773fA==} + /@vuepress/plugin-active-header-links/2.0.0-beta.67: + resolution: {integrity: sha512-2AxtFnnvHn750x+dCFbCWgqxpS+zsNucw8vuATmyRiBAleEqfM1Wz+RuMSKBM38GxsI/7mnQgWOgqj4S90G+ZA==} dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 ts-debounce: 4.0.0 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-back-to-top/2.0.0-beta.61: - resolution: {integrity: sha512-2KX83rdc00FSs38o8/P2Hp0ifKVtRbO+4kXW5ilzY27v0UMY8H//KxmoE/+PZDS9iyeXF1O/YUm3VtoMN5Y/9g==} - dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - ts-debounce: 4.0.0 - vue: 3.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-container/2.0.0-beta.61: - resolution: {integrity: sha512-XVIhMpTSv0F8tsmCKFHzFtsJzD2SeiKX60jHaEGCym+shNvr9euECWY7ygEB5Ob6oQUIDZNS1dDb1RcYsksZ8A==} - dependencies: - '@types/markdown-it': 12.2.3 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/markdown': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - markdown-it: 13.0.1 - markdown-it-container: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-external-link-icon/2.0.0-beta.61: - resolution: {integrity: sha512-Jyp/QdqIvybfocD2K8otKIeHrKMeOamt74tlstsZxrtveKhWE3Js1/n2MP/bJlGkcHrAb6lQQr/JFhpT5jtHVg==} - dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/markdown': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - vue: 3.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-git/2.0.0-beta.61: - resolution: {integrity: sha512-ozoxZ+x57yGiHDs5tXJvbyoZTiYpfb7QQaS5mgxn0+XZqfg7/cZnT7DmJtxVqk+VFmz73WHgN+4pGRjkuTOLqQ==} - dependencies: - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - execa: 7.2.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-medium-zoom/2.0.0-beta.61: - resolution: {integrity: sha512-mFY2vHXeqC8dizFVlFO7HIzirb79Z8sudKWPVfZmq0Qmlttyhxlns8GjrsPQl1mnz2NlYUY1ztUasikPwsYjAw==} - dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - medium-zoom: 1.0.8 - vue: 3.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-nprogress/2.0.0-beta.61: - resolution: {integrity: sha512-d36NEy8hkZaAuqMZec9VTEjozPkj9Wvimyx+AgJYpYN8JDBrWB58r9Gu9xHf8/PVeEnKayggD2xJYpGKtQ2lrw==} - dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-palette/2.0.0-beta.61: - resolution: {integrity: sha512-mQE/2dxwOZfkc7wwkwR6byaeMJYTqQV7WmfQ4YQ3zAOr4nDP8Bx/zZVRyV3NjAcMwuif/CURpAYJo+WkFM+fpQ==} - dependencies: - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - chokidar: 3.5.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-prismjs/2.0.0-beta.61: - resolution: {integrity: sha512-B6TRmttJuPs1OMJXE2Stul7zhMUKCPy2YSXEmVWwlJ90jWti85o5nhTT9/OhxBVn3EZ89b+YroPDbB/g1uUc1w==} - dependencies: - '@vuepress/core': 2.0.0-beta.61 - prismjs: 1.29.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/plugin-theme-data/2.0.0-beta.61: - resolution: {integrity: sha512-drPLGbaXqXnHsuFHn6FolbqdRIxJzla1+10b3cKnsslatRbSPjKWos4Eri3xzgzEIC5TotPwTeT25gDRMpW8Sw==} - dependencies: - '@vue/devtools-api': 6.5.0 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - vue: 3.3.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@vuepress/shared/2.0.0-beta.61: - resolution: {integrity: sha512-NhOQ1FDr5lDSu5IinNlNNzrF+jGOZ+bMFUyAlCxlTvK9oY6aRBCNwV8dWme+yoh3/zviKHGu62Xp7J2hKAHNZA==} - dependencies: - '@mdit-vue/types': 0.12.0 - '@vue/shared': 3.3.4 - dev: true - - /@vuepress/theme-default/2.0.0-beta.61: - resolution: {integrity: sha512-ajjxaGqrSy5LXf+7sslHV1fbUzggMYjITcXxBYa3gT4zVu1tsytAAcmtYxnQKblL1Eo2Wo7inujl/NUwaWDjDQ==} - peerDependencies: - sass-loader: ^13.2.0 - peerDependenciesMeta: - sass-loader: - optional: true - dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/plugin-active-header-links': 2.0.0-beta.61 - '@vuepress/plugin-back-to-top': 2.0.0-beta.61 - '@vuepress/plugin-container': 2.0.0-beta.61 - '@vuepress/plugin-external-link-icon': 2.0.0-beta.61 - '@vuepress/plugin-git': 2.0.0-beta.61 - '@vuepress/plugin-medium-zoom': 2.0.0-beta.61 - '@vuepress/plugin-nprogress': 2.0.0-beta.61 - '@vuepress/plugin-palette': 2.0.0-beta.61 - '@vuepress/plugin-prismjs': 2.0.0-beta.61 - '@vuepress/plugin-theme-data': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 - sass: 1.66.1 - vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 + vue-router: 4.2.5_vue@3.3.4 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /@vuepress/utils/2.0.0-beta.61: - resolution: {integrity: sha512-W7g6xjrdyOW5E1V1ouyTm5d4+kgSd4KcM80D7K0NNScrhLIW6gpOggVVOVyTH3q2K1GQhzPlUcUe04ZNSo0ilQ==} + /@vuepress/plugin-back-to-top/2.0.0-beta.67: + resolution: {integrity: sha512-ystolf429cvAfX4qw1o9sHfkB8+KdQ4rV8P4ILR5LERgTZprL+1FbQfcHgVjEF2p0UKu2QXJQNGx2LfWWVuYdw==} dependencies: - '@types/debug': 4.1.8 - '@types/fs-extra': 11.0.1 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + ts-debounce: 4.0.0 + vue: 3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-container/2.0.0-beta.67: + resolution: {integrity: sha512-NuxjNkyJ2bYsRpw3iAiok2aeKYzZQsEZ8A/i+4LYwrDXbj3HfjlDhfPYhN+BMQfbxE9LpXOG0APNcXVCNMu0hw==} + dependencies: + '@types/markdown-it': 13.0.2 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/markdown': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + markdown-it: 13.0.2 + markdown-it-container: 3.0.0 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-external-link-icon/2.0.0-beta.67: + resolution: {integrity: sha512-JD0/Uvt1WQXiGoAA0pjpqQ7OINDUm1TSgWeIpfPq9tZJNfgjmqUoartMFUuqcvl4eMi4Alfx0dWkzSF9qHL7Pg==} + dependencies: + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/markdown': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + vue: 3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-git/2.0.0-beta.67: + resolution: {integrity: sha512-9JSGmEtDqBWEmszqEE7spBjWdbeZo0jeMi2ZQLT4KgQrYh5fU/DO8MgeJxGXXd9xvpz4aVAzQR+gqYpL6kO5Jw==} + dependencies: + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + execa: 8.0.1 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-medium-zoom/2.0.0-beta.67: + resolution: {integrity: sha512-KLXfzKKbAhLSaRdbkHlvpbpYtaqINYBJ9gB4Q7CQ5AUaA8uStLG6rX0RjyhKAONfIJWuFiVYCp38QSI++fa/tA==} + dependencies: + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + medium-zoom: 1.0.8 + vue: 3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-nprogress/2.0.0-beta.67: + resolution: {integrity: sha512-BlqALWsNCllrqhMgRGz+50ah984XCwp1wejNYGP0ENEGSo1SY2dUI4AatIWep4Zj+0s7gbBR0swZc49hkLpENg==} + dependencies: + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + vue: 3.3.4 + vue-router: 4.2.5_vue@3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-palette/2.0.0-beta.67: + resolution: {integrity: sha512-Ea2nLx9yH4c70MUQpFXuRAD6OZNVdyVGppvNwyGswutqPkRu7km18ml4Jk767iGMAVfzmrlphd6VIUJBUJ81JQ==} + dependencies: + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + chokidar: 3.5.3 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-prismjs/2.0.0-beta.67: + resolution: {integrity: sha512-IaTc/BHwdO/ydfcoGmqUsDI5G2rPsgffxDtHx4pogaBCF2A6X9O++hrR/YExOHwwyhaE/6c6kflJAefaHb+Arg==} + dependencies: + '@vuepress/core': 2.0.0-beta.67 + prismjs: 1.29.0 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/plugin-theme-data/2.0.0-beta.67: + resolution: {integrity: sha512-emTj1fvYXM/+WWObmgR0STRwkcDEM9QLD9ZP/JK5hEdt9KQnl8qO9NIzVfP/acgqbxFJQVvsmMSruXXknN68FQ==} + dependencies: + '@vue/devtools-api': 6.5.0 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + vue: 3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /@vuepress/shared/2.0.0-beta.67: + resolution: {integrity: sha512-gm8/6oAnd0Jh8g9xB89S+g8XJxt30QmeXK79J2Nwcbgy88CZnYbZssU1noyxFt4cHDX8wpUf8V5I388/dfHfoQ==} + dependencies: + '@mdit-vue/types': 0.12.0 + '@vue/shared': 3.3.4 + dev: true + + /@vuepress/theme-default/2.0.0-beta.67_webpack@5.88.2: + resolution: {integrity: sha512-t8wfKaf/WUAifcKTYfnpsUxTVF5C4LUSiX2DH+JTt0lB/bv4SKQstuZtLvLiV9C4q2ekjGpitaW85T4KDnshug==} + peerDependenciesMeta: + sass-loader: + optional: true + dependencies: + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/plugin-active-header-links': 2.0.0-beta.67 + '@vuepress/plugin-back-to-top': 2.0.0-beta.67 + '@vuepress/plugin-container': 2.0.0-beta.67 + '@vuepress/plugin-external-link-icon': 2.0.0-beta.67 + '@vuepress/plugin-git': 2.0.0-beta.67 + '@vuepress/plugin-medium-zoom': 2.0.0-beta.67 + '@vuepress/plugin-nprogress': 2.0.0-beta.67 + '@vuepress/plugin-palette': 2.0.0-beta.67 + '@vuepress/plugin-prismjs': 2.0.0-beta.67 + '@vuepress/plugin-theme-data': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 + sass: 1.68.0 + sass-loader: 13.3.2_sass@1.68.0+webpack@5.88.2 + vue: 3.3.4 + vue-router: 4.2.5_vue@3.3.4 + transitivePeerDependencies: + - '@vue/composition-api' + - fibers + - node-sass + - sass-embedded + - supports-color + - webpack + dev: true + + /@vuepress/utils/2.0.0-beta.67: + resolution: {integrity: sha512-wCK0uggm4gXroy7UkS1u8wDQmD4b0L6Gjqd/1PZTDhNlMLsrjBx7lqqoIKqarMdB2wmDLroPJcC9otvCz2oQug==} + dependencies: + '@types/debug': 4.1.9 + '@types/fs-extra': 11.0.2 '@types/hash-sum': 1.0.0 - '@vuepress/shared': 2.0.0-beta.61 + '@vuepress/shared': 2.0.0-beta.67 debug: 4.3.4 fs-extra: 11.1.1 globby: 13.2.2 hash-sum: 2.0.0 - ora: 6.3.1 + ora: 7.0.1 picocolors: 1.0.0 upath: 2.0.1 transitivePeerDependencies: @@ -2858,26 +2838,10 @@ packages: - vue dev: true - /@vueuse/core/9.13.0_vue@3.3.4: - resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} - dependencies: - '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0_vue@3.3.4 - vue-demi: 0.14.6_vue@3.3.4 - transitivePeerDependencies: - - '@vue/composition-api' - - vue - dev: true - /@vueuse/metadata/10.4.1: resolution: {integrity: sha512-2Sc8X+iVzeuMGHr6O2j4gv/zxvQGGOYETYXEc41h0iZXIRnRbJZGmY/QP8dvzqUelf8vg0p/yEA5VpCEu+WpZg==} dev: true - /@vueuse/metadata/9.13.0: - resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} - dev: true - /@vueuse/shared/10.4.1_vue@3.3.4: resolution: {integrity: sha512-vz5hbAM4qA0lDKmcr2y3pPdU+2EVw/yzfRsBdu+6+USGa4PxqSQRYIUC9/NcT06y+ZgaTsyURw2I9qOFaaXHAg==} dependencies: @@ -2887,17 +2851,8 @@ packages: - vue dev: true - /@vueuse/shared/9.13.0_vue@3.3.4: - resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} - dependencies: - vue-demi: 0.14.6_vue@3.3.4 - transitivePeerDependencies: - - '@vue/composition-api' - - vue - dev: true - - /@waline/client/2.15.7: - resolution: {integrity: sha512-dQU0MZ+cMTBV0eIwIXCCptDZISEXaY61iRm+EAeQlZ6HpGLeZLaMf9N3EGz6qDNHQ/SNnWZ8MFB14/+2m0RZ7Q==} + /@waline/client/2.15.8: + resolution: {integrity: sha512-EBL7RXJUJs742miTvOU0Vt8NEmeJ63EN5TtSsYZfzjUdvEtlv+JsBbS5uiz3C9v5qV7Hz+XDZdc8nc13mG9vNQ==} engines: {node: '>=14'} dependencies: '@vueuse/core': 10.4.1_vue@3.3.4 @@ -2908,6 +2863,120 @@ packages: - '@vue/composition-api' dev: true + /@webassemblyjs/ast/1.11.6: + resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} + dependencies: + '@webassemblyjs/helper-numbers': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + dev: true + + /@webassemblyjs/floating-point-hex-parser/1.11.6: + resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} + dev: true + + /@webassemblyjs/helper-api-error/1.11.6: + resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} + dev: true + + /@webassemblyjs/helper-buffer/1.11.6: + resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} + dev: true + + /@webassemblyjs/helper-numbers/1.11.6: + resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} + dependencies: + '@webassemblyjs/floating-point-hex-parser': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@xtuc/long': 4.2.2 + dev: true + + /@webassemblyjs/helper-wasm-bytecode/1.11.6: + resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} + dev: true + + /@webassemblyjs/helper-wasm-section/1.11.6: + resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + dev: true + + /@webassemblyjs/ieee754/1.11.6: + resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} + dependencies: + '@xtuc/ieee754': 1.2.0 + dev: true + + /@webassemblyjs/leb128/1.11.6: + resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} + dependencies: + '@xtuc/long': 4.2.2 + dev: true + + /@webassemblyjs/utf8/1.11.6: + resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} + dev: true + + /@webassemblyjs/wasm-edit/1.11.6: + resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/helper-wasm-section': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-opt': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + '@webassemblyjs/wast-printer': 1.11.6 + dev: true + + /@webassemblyjs/wasm-gen/1.11.6: + resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 + dev: true + + /@webassemblyjs/wasm-opt/1.11.6: + resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + dev: true + + /@webassemblyjs/wasm-parser/1.11.6: + resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 + dev: true + + /@webassemblyjs/wast-printer/1.11.6: + resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} + dependencies: + '@webassemblyjs/ast': 1.11.6 + '@xtuc/long': 4.2.2 + dev: true + + /@xtuc/ieee754/1.2.0: + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + dev: true + + /@xtuc/long/4.2.2: + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + dev: true + /JSONStream/1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true @@ -2924,6 +2993,14 @@ packages: resolution: {integrity: sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==} dev: true + /acorn-import-assertions/1.9.0_acorn@8.10.0: + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + peerDependencies: + acorn: ^8 + dependencies: + acorn: 8.10.0 + dev: true + /acorn-jsx/5.3.2_acorn@8.10.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -2956,6 +3033,14 @@ packages: - supports-color dev: true + /ajv-keywords/3.5.2_ajv@6.12.6: + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + peerDependencies: + ajv: ^6.9.1 + dependencies: + ajv: 6.12.6 + dev: true + /ajv/6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: @@ -3012,6 +3097,10 @@ packages: color-convert: 2.0.1 dev: true + /any-promise/1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + dev: true + /anymatch/3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} @@ -3032,6 +3121,10 @@ packages: readable-stream: 3.6.2 dev: true + /arg/4.1.0: + resolution: {integrity: sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==} + dev: true + /arg/4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} dev: true @@ -3066,8 +3159,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-string: 1.0.7 dev: true @@ -3082,8 +3175,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 get-intrinsic: 1.2.1 dev: true @@ -3093,18 +3186,18 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flatmap/1.3.1: - resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} + /array.prototype.flatmap/1.3.2: + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 dev: true @@ -3114,8 +3207,8 @@ packages: dependencies: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-array-buffer: 3.0.2 is-shared-array-buffer: 1.0.2 @@ -3126,8 +3219,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /artalk/2.6.0: - resolution: {integrity: sha512-O/lW48J0WKhPzF6tr020Hh3HmAT95P3y42gEepPIQTYMjDbvk8wCKCLZBFeeeZuLPoBFs4oWXDZfDsFJo/uNwg==} + /artalk/2.6.3: + resolution: {integrity: sha512-4VIwT+wZ+eU+CfnsBpUtP3a2G6G8etWityPZTrBxuUMNFFGQP6OTFYo/p6S6TwcevyQcjHMRJHfmKJ8vKDY4vQ==} dependencies: abortcontroller-polyfill: 1.7.5 hanabi: 0.4.0 @@ -3135,8 +3228,8 @@ packages: marked: 7.0.5 dev: true - /artplayer/4.6.2: - resolution: {integrity: sha512-9RMfFFy2wGgHUCnrwk+M2Z5OiLWQcBL+YzkSBwSi6IuJG6oM+TlfJJZt09RL2iag6DNQ+AUYtB879WUHxbqfIQ==} + /artplayer/5.0.9: + resolution: {integrity: sha512-IM/DShYdmKFEA9jl08LYbTK2Jfz9s7qIjEH0xWjnxvVArUKZZKcoqwr6i54U0c4grtc/Uvb4wtCd78kvtSVlgw==} dependencies: option-validator: 2.0.6 dev: true @@ -3145,6 +3238,10 @@ packages: resolution: {integrity: sha512-naMULXjtgCs9SVUEtyvJNt68aF18em7/W+dhbR59kbz9cXWPEvUkCun2tqlgqRPSqZaKPpqLc5ZnwL8jVmJRvw==} dev: true + /async-listen/1.2.0: + resolution: {integrity: sha512-CcEtRh/oc9Jc4uWeUwdpG/+Mb2YUHKmdaTf0gUr7Wa+bfp4xx70HOb3RuSTJMvqKNB1TkdTfjLdrcz2X4rkkZA==} + dev: true + /async-listen/3.0.0: resolution: {integrity: sha512-V+SsTpDqkrWTimiotsyl33ePSjA5/KrithwupuvJ6ztsqPvGv6ge4OredFhPffVXiLN/QUWvE0XcqJaYgt6fOg==} engines: {node: '>= 14'} @@ -3168,19 +3265,19 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /autoprefixer/10.4.15_postcss@8.4.29: - resolution: {integrity: sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==} + /autoprefixer/10.4.16_postcss@8.4.30: + resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.10 - caniuse-lite: 1.0.30001527 + browserslist: 4.22.0 + caniuse-lite: 1.0.30001540 fraction.js: 4.3.6 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.29 + postcss: 8.4.30 postcss-value-parser: 4.2.0 dev: true @@ -3193,38 +3290,38 @@ packages: engines: {node: '>= 0.4'} dev: true - /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.22.15: + /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.23.0: resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.15 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.15 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.8.3_@babel+core@7.22.15: - resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} + /babel-plugin-polyfill-corejs3/0.8.4_@babel+core@7.23.0: + resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.15 - core-js-compat: 3.32.1 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 + core-js-compat: 3.32.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.22.15: + /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.23.0: resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.15 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.15 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 transitivePeerDependencies: - supports-color dev: true @@ -3260,8 +3357,8 @@ packages: is-decimal: 1.0.4 dev: true - /bcrypt-ts/3.0.1: - resolution: {integrity: sha512-rRvmZZ+wAhsV8PA8bW+BQq5kWZzqmh20VdwqI19D2WdB7TLwNnYUB0wzFkp83WLvgpSqOF4L0w/uPr90Rao66g==} + /bcrypt-ts/4.0.0: + resolution: {integrity: sha512-EsO/XpRoEr+3d63rEwytqYUs2yeQcTdQ5qonRHgcRBUSY5yZXCSbgL1seMUt61Gx9JuYZaPIccWuAWqqmGU/TQ==} dev: true /binary-extensions/2.2.0: @@ -3283,10 +3380,6 @@ packages: readable-stream: 3.6.2 dev: true - /body-scroll-lock/3.1.5: - resolution: {integrity: sha512-Yi1Xaml0EvNA0OYWxXiYNqY24AfWkbA6w5vxE7GWxtKfzIbZM+Qw+aSmkgsbWzbHiy/RCSkUZBplVxTA+E4jJg==} - dev: true - /boolbase/1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true @@ -3311,15 +3404,19 @@ packages: fill-range: 7.0.1 dev: true - /browserslist/4.21.10: - resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} + /browserslist/4.22.0: + resolution: {integrity: sha512-v+Jcv64L2LbfTC6OnRcaxtqJNJuQAVhZKSJfR/6hn7lhnChUXl4amwVviqN1k411BB+3rRoKMitELRn1CojeRA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001527 - electron-to-chromium: 1.4.508 + caniuse-lite: 1.0.30001540 + electron-to-chromium: 1.4.532 node-releases: 2.0.13 - update-browserslist-db: 1.0.11_browserslist@4.21.10 + update-browserslist-db: 1.0.13_browserslist@4.22.0 + dev: true + + /buffer-crc32/0.2.13: + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} dev: true /buffer-from/1.1.2: @@ -3366,6 +3463,11 @@ packages: streamsearch: 1.1.0 dev: true + /bytes/3.1.0: + resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} + engines: {node: '>= 0.8'} + dev: true + /c12/1.4.2: resolution: {integrity: sha512-3IP/MuamSVRVw8W8+CHWAz9gKN4gd+voF2zm/Ln6D25C2RhytEZ1ABbC8MjKr4BR9rhoV1JQ7jJA158LDiTkLg==} dependencies: @@ -3373,7 +3475,7 @@ packages: defu: 6.1.2 dotenv: 16.3.1 giget: 1.1.2 - jiti: 1.19.3 + jiti: 1.20.0 mlly: 1.4.2 ohash: 1.1.3 pathe: 1.1.1 @@ -3419,8 +3521,8 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-lite/1.0.30001527: - resolution: {integrity: sha512-YkJi7RwPgWtXVSgK4lG9AHH57nSzvvOp9MesgXmw4Q7n0C3H04L0foHqfxcmSAm5AcWb8dW9AYj2tR7/5GnddQ==} + /caniuse-lite/1.0.30001540: + resolution: {integrity: sha512-9JL38jscuTJBTcuETxm8QLsFr/F6v0CYYTEU6r5+qSM98P2Q0Hmu0eG1dTG5GBUmywU3UlcVOUSIJYY47rdFSw==} dev: true /chalk/2.4.2: @@ -3480,6 +3582,21 @@ packages: parse5-htmlparser2-tree-adapter: 7.0.0 dev: true + /chokidar/3.3.1: + resolution: {integrity: sha512-4QYCEWOcK3OJrxwvyyAOxFuhpvOVCYkr33LPfFNBjAD/w3sEzWsp2BUOkI4l9bHvWioAd0rc6NlHUOEaWkTeqg==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.3 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.3.0 + optionalDependencies: + fsevents: 2.1.3 + dev: true + /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} @@ -3495,11 +3612,20 @@ packages: fsevents: 2.3.3 dev: true + /chownr/1.1.4: + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + dev: true + /chownr/2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} dev: true + /chrome-trace-event/1.0.3: + resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} + engines: {node: '>=6.0'} + dev: true + /cli-cursor/4.0.0: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -3507,8 +3633,8 @@ packages: restore-cursor: 4.0.0 dev: true - /cli-spinners/2.9.0: - resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} + /cli-spinners/2.9.1: + resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} engines: {node: '>=6'} dev: true @@ -3537,11 +3663,6 @@ packages: wrap-ansi: 7.0.0 dev: true - /clone/1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} - dev: true - /code-block-writer/10.1.1: resolution: {integrity: sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==} dev: true @@ -3659,8 +3780,8 @@ packages: resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: true - /content-type/1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + /content-type/1.0.4: + resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} engines: {node: '>= 0.6'} dev: true @@ -3864,18 +3985,18 @@ packages: engines: {node: '>=8'} dev: true - /convert-source-map/1.9.0: - resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: true - /core-js-compat/3.32.1: - resolution: {integrity: sha512-GSvKDv4wE0bPnQtjklV101juQ85g6H3rm5PDP20mqlS5j0kXF3pP97YvAu5hl+uFHqMictp3b2VxOHljWMAtuA==} + /core-js-compat/3.32.2: + resolution: {integrity: sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ==} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.0 dev: true - /core-js/3.32.1: - resolution: {integrity: sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==} + /core-js/3.32.2: + resolution: {integrity: sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==} requiresBuild: true dev: true @@ -3895,6 +4016,10 @@ packages: layout-base: 2.0.1 dev: true + /create-codepen/0.0.3: + resolution: {integrity: sha512-Yr9qDyJEZ32V8rZn+R19zomU/0bjHixp11sB+IgnZ5bEb41XJ86iHT3IXTGdqHF2NVx6dsZ1R4DjpxXvA2/dXg==} + dev: true + /create-require/1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} dev: true @@ -3934,10 +4059,6 @@ packages: hasBin: true dev: true - /csstype/2.6.21: - resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} - dev: true - /csstype/3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} dev: true @@ -4267,15 +4388,15 @@ packages: imsc: 1.1.3 localforage: 1.10.0 path-browserify: 1.0.1 - ua-parser-js: 1.0.35 + ua-parser-js: 1.0.36 dev: true /dateformat/3.0.3: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /dayjs/1.11.9: - resolution: {integrity: sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==} + /dayjs/1.11.10: + resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} dev: true /debug/3.2.7: @@ -4289,6 +4410,18 @@ packages: ms: 2.1.3 dev: true + /debug/4.1.1: + resolution: {integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==} + deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.1 + dev: true + /debug/4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -4329,16 +4462,20 @@ packages: engines: {node: '>=0.10.0'} dev: true - /defaults/1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} - dependencies: - clone: 1.0.4 - dev: true - - /define-properties/1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + /define-data-property/1.1.0: + resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} engines: {node: '>= 0.4'} dependencies: + get-intrinsic: 1.2.1 + gopd: 1.0.1 + has-property-descriptors: 1.0.0 + dev: true + + /define-properties/1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.0 has-property-descriptors: 1.0.0 object-keys: 1.1.1 dev: true @@ -4357,6 +4494,11 @@ packages: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} dev: true + /depd/1.1.2: + resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} + engines: {node: '>= 0.6'} + dev: true + /dequal/2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} @@ -4467,6 +4609,10 @@ packages: minimatch: 3.1.2 dev: true + /eastasianwidth/0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: true + /echarts/5.4.3: resolution: {integrity: sha512-mYKxLxhzy6zyTi/FaEbJMOZU1ULGEQHaeIeuMR5L+JnJTpz+YR03mnnpBhbR4+UYJAgiXgpyTVLffPAjOTLkZA==} dependencies: @@ -4474,13 +4620,13 @@ packages: zrender: 5.4.4 dev: true - /edge-runtime/2.5.0: - resolution: {integrity: sha512-QgDNX6R+RPwhY3+vqHpvYE4XUoB/cFG60nGBKu9pmPOJxQleeTCj2F5CHimIpNqex9h1Cy2Y3tuQ+Vq2GzmZIA==} + /edge-runtime/2.5.1: + resolution: {integrity: sha512-E0kY1Dqvwvk9yh7dvR56KnCjXf/dlbrrGjO5Sjnz9Ja3WqYT3csv2B8O4erxJiOWfWy9NTukBk4Kb3yrR66gBw==} engines: {node: '>=16'} hasBin: true dependencies: '@edge-runtime/format': 2.2.0 - '@edge-runtime/vm': 3.1.0 + '@edge-runtime/vm': 3.1.1 async-listen: 3.0.1 mri: 1.2.0 picocolors: 1.0.0 @@ -4498,14 +4644,18 @@ packages: jake: 10.8.7 dev: true - /electron-to-chromium/1.4.508: - resolution: {integrity: sha512-FFa8QKjQK/A5QuFr2167myhMesGrhlOBD+3cYNxO9/S4XzHEXesyTD/1/xF644gC8buFPz3ca6G1LOQD0tZrrg==} + /electron-to-chromium/1.4.532: + resolution: {integrity: sha512-piIR0QFdIGKmOJTSNg5AwxZRNWQSXlRYycqDB9Srstx4lip8KpcmRxVP6zuFWExWziHYZpJ0acX7TxqX95KBpg==} dev: true /elkjs/0.8.2: resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==} dev: true + /emoji-regex/10.2.1: + resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==} + dev: true + /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true @@ -4514,6 +4664,26 @@ packages: resolution: {integrity: sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==} dev: true + /end-of-stream/1.1.0: + resolution: {integrity: sha512-EoulkdKF/1xa92q25PbjuDcgJ9RDHYU2Rs3SCIvs2/dSQ3BpmxneNHmA/M7fe60M3PrV7nNGTTNbkK62l6vXiQ==} + dependencies: + once: 1.3.3 + dev: true + + /end-of-stream/1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + dependencies: + once: 1.4.0 + dev: true + + /enhanced-resolve/5.15.0: + resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + dev: true + /enquirer/2.4.1: resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} engines: {node: '>=8.6'} @@ -4544,8 +4714,8 @@ packages: is-arrayish: 0.2.1 dev: true - /es-abstract/1.22.1: - resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} + /es-abstract/1.22.2: + resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==} engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 @@ -4575,11 +4745,11 @@ packages: object-inspect: 1.12.3 object-keys: 1.1.1 object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 safe-array-concat: 1.0.1 safe-regex-test: 1.0.0 - string.prototype.trim: 1.2.7 - string.prototype.trimend: 1.0.6 + string.prototype.trim: 1.2.8 + string.prototype.trimend: 1.0.7 string.prototype.trimstart: 1.0.7 typed-array-buffer: 1.0.0 typed-array-byte-length: 1.0.0 @@ -4589,6 +4759,10 @@ packages: which-typed-array: 1.1.11 dev: true + /es-module-lexer/1.3.1: + resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} + dev: true + /es-set-tostringtag/2.0.1: resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} engines: {node: '>= 0.4'} @@ -4825,34 +4999,34 @@ packages: esbuild-windows-arm64: 0.14.47 dev: true - /esbuild/0.16.17: - resolution: {integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==} + /esbuild/0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.16.17 - '@esbuild/android-arm64': 0.16.17 - '@esbuild/android-x64': 0.16.17 - '@esbuild/darwin-arm64': 0.16.17 - '@esbuild/darwin-x64': 0.16.17 - '@esbuild/freebsd-arm64': 0.16.17 - '@esbuild/freebsd-x64': 0.16.17 - '@esbuild/linux-arm': 0.16.17 - '@esbuild/linux-arm64': 0.16.17 - '@esbuild/linux-ia32': 0.16.17 - '@esbuild/linux-loong64': 0.16.17 - '@esbuild/linux-mips64el': 0.16.17 - '@esbuild/linux-ppc64': 0.16.17 - '@esbuild/linux-riscv64': 0.16.17 - '@esbuild/linux-s390x': 0.16.17 - '@esbuild/linux-x64': 0.16.17 - '@esbuild/netbsd-x64': 0.16.17 - '@esbuild/openbsd-x64': 0.16.17 - '@esbuild/sunos-x64': 0.16.17 - '@esbuild/win32-arm64': 0.16.17 - '@esbuild/win32-ia32': 0.16.17 - '@esbuild/win32-x64': 0.16.17 + '@esbuild/android-arm': 0.18.20 + '@esbuild/android-arm64': 0.18.20 + '@esbuild/android-x64': 0.18.20 + '@esbuild/darwin-arm64': 0.18.20 + '@esbuild/darwin-x64': 0.18.20 + '@esbuild/freebsd-arm64': 0.18.20 + '@esbuild/freebsd-x64': 0.18.20 + '@esbuild/linux-arm': 0.18.20 + '@esbuild/linux-arm64': 0.18.20 + '@esbuild/linux-ia32': 0.18.20 + '@esbuild/linux-loong64': 0.18.20 + '@esbuild/linux-mips64el': 0.18.20 + '@esbuild/linux-ppc64': 0.18.20 + '@esbuild/linux-riscv64': 0.18.20 + '@esbuild/linux-s390x': 0.18.20 + '@esbuild/linux-x64': 0.18.20 + '@esbuild/netbsd-x64': 0.18.20 + '@esbuild/openbsd-x64': 0.18.20 + '@esbuild/sunos-x64': 0.18.20 + '@esbuild/win32-arm64': 0.18.20 + '@esbuild/win32-ia32': 0.18.20 + '@esbuild/win32-x64': 0.18.20 dev: true /escalade/3.1.1: @@ -4870,7 +5044,7 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-standard/17.1.0_r3lmx5iihil3gzlcgokhppzyfu: + /eslint-config-standard/17.1.0_b45gn7y2zr4mlpd4qp57s652yi: resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -4879,10 +5053,10 @@ packages: eslint-plugin-n: '^15.0.0 || ^16.0.0 ' eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.48.0 - eslint-plugin-import: 2.28.1_ean2qamlavtp6bo3zeco4caumq - eslint-plugin-n: 15.7.0_eslint@8.48.0 - eslint-plugin-promise: 6.1.1_eslint@8.48.0 + eslint: 8.50.0 + eslint-plugin-import: 2.28.1_zw6frpmsq2cfuygzem6bp7wqzu + eslint-plugin-n: 15.7.0_eslint@8.50.0 + eslint-plugin-promise: 6.1.1_eslint@8.50.0 dev: true /eslint-import-resolver-node/0.3.9: @@ -4890,12 +5064,12 @@ packages: dependencies: debug: 3.2.7 is-core-module: 2.13.0 - resolve: 1.22.4 + resolve: 1.22.6 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.8.0_n4v6wwusattt7fppostwrfgz5a: + /eslint-module-utils/2.8.0_5ho2nvqethuhtc4zbplvhop2c4: resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -4916,26 +5090,26 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 + '@typescript-eslint/parser': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y debug: 3.2.7 - eslint: 8.48.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es/4.1.0_eslint@8.48.0: + /eslint-plugin-es/4.1.0_eslint@8.50.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.48.0 + eslint: 8.50.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.28.1_ean2qamlavtp6bo3zeco4caumq: + /eslint-plugin-import/2.28.1_zw6frpmsq2cfuygzem6bp7wqzu: resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -4945,16 +5119,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.62.0_vrcbyn5545yca3bsdhml4elxx4 + '@typescript-eslint/parser': 5.62.0_a53yqesurnxlupy6jnu3bp6z7y array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.1 + array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.48.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0_n4v6wwusattt7fppostwrfgz5a + eslint-module-utils: 2.8.0_5ho2nvqethuhtc4zbplvhop2c4 has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -4970,45 +5144,45 @@ packages: - supports-color dev: true - /eslint-plugin-n/15.7.0_eslint@8.48.0: + /eslint-plugin-n/15.7.0_eslint@8.50.0: resolution: {integrity: sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.48.0 - eslint-plugin-es: 4.1.0_eslint@8.48.0 - eslint-utils: 3.0.0_eslint@8.48.0 + eslint: 8.50.0 + eslint-plugin-es: 4.1.0_eslint@8.50.0 + eslint-utils: 3.0.0_eslint@8.50.0 ignore: 5.2.4 is-core-module: 2.13.0 minimatch: 3.1.2 - resolve: 1.22.4 + resolve: 1.22.6 semver: 7.5.4 dev: true - /eslint-plugin-promise/6.1.1_eslint@8.48.0: + /eslint-plugin-promise/6.1.1_eslint@8.50.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.48.0 + eslint: 8.50.0 dev: true - /eslint-plugin-vue/9.17.0_eslint@8.48.0: + /eslint-plugin-vue/9.17.0_eslint@8.50.0: resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 - eslint: 8.48.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + eslint: 8.50.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.5.4 - vue-eslint-parser: 9.3.1_eslint@8.48.0 + vue-eslint-parser: 9.3.1_eslint@8.50.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5037,13 +5211,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.48.0: + /eslint-utils/3.0.0_eslint@8.50.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.48.0 + eslint: 8.50.0 eslint-visitor-keys: 2.1.0 dev: true @@ -5062,15 +5236,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint/8.50.0: + resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 - '@eslint-community/regexpp': 4.8.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.50.0 + '@eslint-community/regexpp': 4.9.0 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 + '@eslint/js': 8.50.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -5089,7 +5263,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.21.0 + globals: 13.22.0 graphemer: 1.4.0 ignore: 5.2.4 imurmurhash: 0.1.4 @@ -5174,18 +5348,43 @@ packages: resolution: {integrity: sha512-jrxnPsCGqng1UZuEp9DecX/AuSyAszATSjf4oEcRxvfxa1Oux4KkIPKBAAWWnpdwfARtr+Q0o9aPYWjsROD7ug==} dev: true - /execa/7.2.0: - resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} - engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + /events-intercept/2.0.0: + resolution: {integrity: sha512-blk1va0zol9QOrdZt0rFXo5KMkNPVSp92Eju/Qz8THwKWKRKeE0T8Br/1aW6+Edkyq9xHYgYxn2QtOnUKPUp+Q==} + dev: true + + /events/3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + dev: true + + /execa/3.2.0: + resolution: {integrity: sha512-kJJfVbI/lZE1PZYDI5VPxp8zXPO9rtxOkhpZ0jMKha56AI9y2gGVC6bkukStQf0ka5Rh15BA5m7cCCH4jmHqkw==} + engines: {node: ^8.12.0 || >=9.7.0} dependencies: cross-spawn: 7.0.3 - get-stream: 6.0.1 - human-signals: 4.3.1 + get-stream: 5.2.0 + human-signals: 1.1.1 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + p-finally: 2.0.1 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + dev: true + + /execa/8.0.1: + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} + engines: {node: '>=16.17'} + dependencies: + cross-spawn: 7.0.3 + get-stream: 8.0.1 + human-signals: 5.0.0 is-stream: 3.0.0 merge-stream: 2.0.0 npm-run-path: 5.1.0 onetime: 6.0.0 - signal-exit: 3.0.7 + signal-exit: 4.1.0 strip-final-newline: 3.0.0 dev: true @@ -5234,8 +5433,14 @@ packages: reusify: 1.0.4 dev: true - /fflate/0.7.4: - resolution: {integrity: sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==} + /fd-slicer/1.1.0: + resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} + dependencies: + pend: 1.2.0 + dev: true + + /fflate/0.8.1: + resolution: {integrity: sha512-/exOvEuc+/iaUm105QIiOt4LpBdMTWsXxqR0HDF35vx3fmaKzw7354gTilCh5rkzEt8WYyG//ku3h3nRmd7CHQ==} dev: true /figures/3.2.0: @@ -5303,7 +5508,7 @@ packages: resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} engines: {node: '>=12.0.0'} dependencies: - flatted: 3.2.7 + flatted: 3.2.9 keyv: 4.5.3 rimraf: 3.0.2 dev: true @@ -5313,16 +5518,16 @@ packages: hasBin: true dev: true - /flatted/3.2.7: - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + /flatted/3.2.9: + resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} dev: true - /flowchart.ts/0.1.6: - resolution: {integrity: sha512-mPvyKIpsHuDnF/M1oQyClLcqRdnVzvxbyBBijlfz5YU8yJWlV9j2QHvFrqkRd3lFor7uQ1M46dRaTQ/bXXEsNg==} + /flowchart.ts/1.0.0: + resolution: {integrity: sha512-U8FN9kg/U1xPdQ5xW3e/hZBSX7y/07zGESCrJ2mjlT8CLuhzPXHXRJrJ+VyFW0DEJLdj4O7MvJImg3sXeRGt1A==} dependencies: - '@types/raphael': 2.3.3 + '@types/raphael': 2.3.5 raphael: 2.3.0 - tslib: 2.5.0 + tslib: 2.6.2 dev: true /for-each/0.3.3: @@ -5353,6 +5558,15 @@ packages: universalify: 2.0.0 dev: true + /fs-extra/8.1.0: + resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: true + /fs-extra/9.1.0: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} engines: {node: '>=10'} @@ -5363,6 +5577,12 @@ packages: universalify: 2.0.0 dev: true + /fs-minipass/1.2.7: + resolution: {integrity: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==} + dependencies: + minipass: 2.9.0 + dev: true + /fs-minipass/2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} @@ -5374,6 +5594,15 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true + /fsevents/2.1.3: + resolution: {integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + deprecated: '"Please update to latest v2.3 or v2.2"' + requiresBuild: true + dev: true + optional: true + /fsevents/2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -5391,8 +5620,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 functions-have-names: 1.2.3 dev: true @@ -5415,6 +5644,11 @@ packages: wide-align: 1.1.5 dev: true + /generic-pool/3.4.2: + resolution: {integrity: sha512-H7cUpwCQSiJmAHM4c/aFu6fUfrhWXW1ncyh8ftxEPMu6AiYkHw9K8br720TGPZJbk5eOH2bynjZD1yPvdDAmag==} + engines: {node: '>= 4'} + dev: true + /gensync/1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -5449,9 +5683,16 @@ packages: yargs: 16.2.0 dev: true - /get-stream/6.0.1: - resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} - engines: {node: '>=10'} + /get-stream/5.2.0: + resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} + engines: {node: '>=8'} + dependencies: + pump: 3.0.0 + dev: true + + /get-stream/8.0.1: + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} + engines: {node: '>=16'} dev: true /get-symbol-description/1.0.0: @@ -5551,6 +5792,10 @@ packages: is-glob: 4.0.3 dev: true + /glob-to-regexp/0.4.1: + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + dev: true + /glob/7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: @@ -5567,8 +5812,8 @@ packages: engines: {node: '>=4'} dev: true - /globals/13.21.0: - resolution: {integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==} + /globals/13.22.0: + resolution: {integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -5578,7 +5823,7 @@ packages: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 dev: true /globby/11.1.0: @@ -5741,6 +5986,25 @@ packages: entities: 4.5.0 dev: true + /http-errors/1.4.0: + resolution: {integrity: sha512-oLjPqve1tuOl5aRhv8GK5eHpqP1C9fb+Ol+XTLjKfLltE44zdDbEdjPSbU7Ch5rSNsVFqZn97SrMmZLdu1/YMw==} + engines: {node: '>= 0.6'} + dependencies: + inherits: 2.0.1 + statuses: 1.5.0 + dev: true + + /http-errors/1.7.3: + resolution: {integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==} + engines: {node: '>= 0.6'} + dependencies: + depd: 1.1.2 + inherits: 2.0.4 + setprototypeof: 1.1.1 + statuses: 1.5.0 + toidentifier: 1.0.0 + dev: true + /https-proxy-agent/5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} @@ -5751,9 +6015,14 @@ packages: - supports-color dev: true - /human-signals/4.3.1: - resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} - engines: {node: '>=14.18.0'} + /human-signals/1.1.1: + resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} + engines: {node: '>=8.12.0'} + dev: true + + /human-signals/5.0.0: + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} + engines: {node: '>=16.17.0'} dev: true /husky/8.0.3: @@ -5762,6 +6031,13 @@ packages: hasBin: true dev: true + /iconv-lite/0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: 2.1.2 + dev: true + /iconv-lite/0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} @@ -5821,6 +6097,10 @@ packages: wrappy: 1.0.2 dev: true + /inherits/2.0.1: + resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==} + dev: true + /inherits/2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} dev: true @@ -6061,6 +6341,10 @@ packages: call-bind: 1.0.2 dev: true + /isarray/0.0.1: + resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} + dev: true + /isarray/1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} dev: true @@ -6088,13 +6372,22 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.7.1 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true - /jiti/1.19.3: - resolution: {integrity: sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w==} + /jest-worker/27.5.1: + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/node': 20.7.1 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: true + + /jiti/1.20.0: + resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} hasBin: true dev: true @@ -6143,7 +6436,7 @@ packages: /json-schema-to-ts/1.6.4: resolution: {integrity: sha512-pR4yQ9DHz6itqswtHCm26mw45FSNfQ9rEQjosaZErhn5J3J2sIViQiz8rDaezjKAhFGpmsoczYVBgGHzFw/stA==} dependencies: - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.13 ts-toolbelt: 6.15.5 dev: true @@ -6184,6 +6477,12 @@ packages: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true + /jsonfile/4.0.0: + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + optionalDependencies: + graceful-fs: 4.2.11 + dev: true + /jsonfile/6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: @@ -6287,7 +6586,7 @@ packages: /lit-html/2.8.0: resolution: {integrity: sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==} dependencies: - '@types/trusted-types': 2.0.3 + '@types/trusted-types': 2.0.4 dev: true /lit/2.8.0: @@ -6308,6 +6607,11 @@ packages: strip-bom: 3.0.0 dev: true + /loader-runner/4.3.0: + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + engines: {node: '>=6.11.5'} + dev: true + /loadjs/4.2.0: resolution: {integrity: sha512-AgQGZisAlTPbTEzrHPb6q+NYBMD+DP9uvGSIjSUM5uG+0jG15cb8axWpxuOIqrmQjn6scaaH8JwloiP27b2KXA==} dev: true @@ -6410,7 +6714,7 @@ packages: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} dependencies: - semver: 6.1.1 + semver: 6.3.1 dev: true /make-error/1.3.6: @@ -6427,14 +6731,14 @@ packages: engines: {node: '>=8'} dev: true - /markdown-it-anchor/8.6.7_ea7kj7wzjkld5jo2noyjqxi764: + /markdown-it-anchor/8.6.7_lfcjezyns6kprhj45k7mpsbwga: resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} peerDependencies: '@types/markdown-it': '*' markdown-it: '*' dependencies: - '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + '@types/markdown-it': 13.0.2 + markdown-it: 13.0.2 dev: true /markdown-it-container/3.0.0: @@ -6445,8 +6749,8 @@ packages: resolution: {integrity: sha512-zLftSaNrKuYl0kR5zm4gxXjHaOI3FAOEaloKmRA5hijmJZvSjmxcokOLlzycb/HXlUFWzXqpIEoyEMCE4i9MvQ==} dev: true - /markdown-it/13.0.1: - resolution: {integrity: sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==} + /markdown-it/13.0.2: + resolution: {integrity: sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==} hasBin: true dependencies: argparse: 2.0.1 @@ -6477,10 +6781,18 @@ packages: speech-rule-engine: 4.0.7 dev: true + /maverick.js/0.37.0: + resolution: {integrity: sha512-1Dk/9rienLiihlktVvH04ADC2UJTMflC1fOMVQCCaQAaz7hgzDI5i0p/arFbDM52hFFiIcq4RdXtYz47SgsLgw==} + engines: {node: '>=16'} + dependencies: + '@maverick-js/signals': 5.11.4 + type-fest: 3.13.1 + dev: true + /mdast-util-from-markdown/1.3.1: resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.13 '@types/unist': 2.0.8 decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 @@ -6499,13 +6811,18 @@ packages: /mdast-util-to-string/3.2.0: resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} dependencies: - '@types/mdast': 3.0.12 + '@types/mdast': 3.0.13 dev: true /mdurl/1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} dev: true + /media-captions/0.0.18: + resolution: {integrity: sha512-JW18P6FuHdyLSGwC4TQ0kF3WdNj/+wMw2cKOb8BnmY6vSJGtnwJ+vkYj+IjHOV34j3XMc70HDeB/QYKR7E7fuQ==} + engines: {node: '>=16'} + dev: true + /medium-zoom/1.0.8: resolution: {integrity: sha512-CjFVuFq/IfrdqesAXfg+hzlDKu6A2n80ZIq0Kl9kWjoHh9j1N9Uvk5X0/MmN0hOfm5F9YBswlClhcwnmtwz7gA==} dev: true @@ -6514,7 +6831,7 @@ packages: resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} engines: {node: '>=10'} dependencies: - '@types/minimist': 1.2.2 + '@types/minimist': 1.2.3 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -6540,7 +6857,7 @@ packages: resolution: {integrity: sha512-4QCQLp79lvz7UZxow5HUX7uWTPJOaQBVExduo91tliXC7v78i6kssZOPHxLL+Xs30KU72cpPn3g3imw/xm/gaw==} dependencies: '@braintree/sanitize-url': 6.0.4 - '@types/d3-scale': 4.0.4 + '@types/d3-scale': 4.0.5 '@types/d3-scale-chromatic': 3.0.0 cytoscape: 3.26.0 cytoscape-cose-bilkent: 4.1.0_cytoscape@3.26.0 @@ -6548,7 +6865,7 @@ packages: d3: 7.8.5 d3-sankey: 0.12.3 dagre-d3-es: 7.0.10 - dayjs: 1.11.9 + dayjs: 1.11.10 dompurify: 3.0.5 elkjs: 0.8.2 khroma: 2.0.0 @@ -6557,7 +6874,7 @@ packages: non-layered-tidy-tree-layout: 2.0.2 stylis: 4.3.0 ts-dedent: 2.2.0 - uuid: 9.0.0 + uuid: 9.0.1 web-worker: 1.2.0 transitivePeerDependencies: - supports-color @@ -6567,6 +6884,16 @@ packages: resolution: {integrity: sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==} dev: true + /micro/9.3.5-canary.3: + resolution: {integrity: sha512-viYIo9PefV+w9dvoIBh1gI44Mvx1BOk67B4BpC2QK77qdY0xZF0Q+vWLt/BII6cLkIc8rLmSIcJaB/OrXXKe1g==} + engines: {node: '>= 8.0.0'} + hasBin: true + dependencies: + arg: 4.1.0 + content-type: 1.0.4 + raw-body: 2.4.1 + dev: true + /micromark-core-commonmark/1.1.0: resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} dependencies: @@ -6721,7 +7048,7 @@ packages: /micromark/3.2.0: resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} dependencies: - '@types/debug': 4.1.8 + '@types/debug': 4.1.9 debug: 4.3.4 decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.1.0 @@ -6750,6 +7077,18 @@ packages: picomatch: 2.3.1 dev: true + /mime-db/1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + dev: true + + /mime-types/2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.52.0 + dev: true + /mimic-fn/2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} @@ -6791,6 +7130,13 @@ packages: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} dev: true + /minipass/2.9.0: + resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} + dependencies: + safe-buffer: 5.2.1 + yallist: 3.1.1 + dev: true + /minipass/3.3.6: resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} @@ -6803,6 +7149,12 @@ packages: engines: {node: '>=8'} dev: true + /minizlib/1.3.3: + resolution: {integrity: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==} + dependencies: + minipass: 2.9.0 + dev: true + /minizlib/2.1.2: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} @@ -6819,6 +7171,13 @@ packages: resolution: {integrity: sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==} dev: true + /mkdirp/0.5.6: + resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} + hasBin: true + dependencies: + minimist: 1.2.8 + dev: true + /mkdirp/1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} @@ -6851,6 +7210,10 @@ packages: engines: {node: '>=4'} dev: true + /ms/2.1.1: + resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} + dev: true + /ms/2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true @@ -6881,6 +7244,18 @@ packages: resolution: {integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==} dev: true + /node-fetch/2.6.7: + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + whatwg-url: 5.0.0 + dev: true + /node-fetch/2.6.9: resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} engines: {node: 4.x || >=6.0.0} @@ -6930,7 +7305,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.4 + resolve: 1.22.6 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: true @@ -6955,6 +7330,13 @@ packages: engines: {node: '>=0.10.0'} dev: true + /npm-run-path/4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + dependencies: + path-key: 3.1.1 + dev: true + /npm-run-path/5.1.0: resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -6996,7 +7378,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 dev: true @@ -7006,16 +7388,16 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true /object.groupby/1.0.1: resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 dev: true @@ -7024,14 +7406,20 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true /ohash/1.1.3: resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==} dev: true + /once/1.3.3: + resolution: {integrity: sha512-6vaNInhu+CHxtONf3zw3vq4SP2DOQhjBvIa3rNcG0+P7eKWlYH6Peu7rHizSloRU2EwMz6GraLieis9Ac9+p1w==} + dependencies: + wrappy: 1.0.2 + dev: true + /once/1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: @@ -7070,19 +7458,29 @@ packages: type-check: 0.4.0 dev: true - /ora/6.3.1: - resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + /ora/7.0.1: + resolution: {integrity: sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==} + engines: {node: '>=16'} dependencies: chalk: 5.3.0 cli-cursor: 4.0.0 - cli-spinners: 2.9.0 + cli-spinners: 2.9.1 is-interactive: 2.0.0 is-unicode-supported: 1.3.0 log-symbols: 5.1.0 stdin-discarder: 0.1.0 + string-width: 6.1.0 strip-ansi: 7.1.0 - wcwidth: 1.0.1 + dev: true + + /os-paths/4.4.0: + resolution: {integrity: sha512-wrAwOeXp1RRMFfQY8Sy7VaGVmPocaLwSFOYCGKSyo8qmJ+/yaafCl5BCA1IQZWqFSRBrKDYFeR9d/VyQzfH/jg==} + engines: {node: '>= 6.0'} + dev: true + + /p-finally/2.0.1: + resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} + engines: {node: '>=8'} dev: true /p-limit/1.3.0: @@ -7216,10 +7614,23 @@ packages: engines: {node: '>=12'} dev: true + /path-match/1.2.4: + resolution: {integrity: sha512-UWlehEdqu36jmh4h5CWJ7tARp1OEVKGHKm6+dg9qMq5RKUTV5WJrGgaZ3dN2m7WFAXDbjlHzvJvL/IUpy84Ktw==} + dependencies: + http-errors: 1.4.0 + path-to-regexp: 1.8.0 + dev: true + /path-parse/1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true + /path-to-regexp/1.8.0: + resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==} + dependencies: + isarray: 0.0.1 + dev: true + /path-to-regexp/6.1.0: resolution: {integrity: sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw==} dev: true @@ -7244,12 +7655,16 @@ packages: resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} dev: true + /pend/1.2.0: + resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} + dev: true + /perfect-debounce/1.0.0: resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} dev: true - /photoswipe/5.3.9: - resolution: {integrity: sha512-z9ACLW9472gAawrIXXiliuz9xNZ3xEl7cIPHqY/lAeFQT9X+N9sgCwa86WK9wnK8cuk/F3QEO45n+QSiZnKd2A==} + /photoswipe/5.4.1: + resolution: {integrity: sha512-iauO0fP4oMdZvjlXzeIe8um1fZatkGE0bqdoIwpb65jlo/KK1KhfD7Z51+0YhS2tC4FOoOtE1p0c4o/HbY1s2Q==} engines: {node: '>= 0.12.0'} dev: true @@ -7283,7 +7698,7 @@ packages: /plyr/3.7.8: resolution: {integrity: sha512-yG/EHDobwbB/uP+4Bm6eUpJ93f8xxHjjk2dYcD1Oqpe1EcuQl5tzzw9Oq+uVAzd2lkM11qZfydSiyIpiB8pgdA==} dependencies: - core-js: 3.32.1 + core-js: 3.32.2 custom-event-polyfill: 1.0.7 loadjs: 4.2.0 rangetouch: 2.0.1 @@ -7295,7 +7710,7 @@ packages: engines: {node: '>=10.13.0'} dev: true - /postcss-load-config/4.0.1_postcss@8.4.29: + /postcss-load-config/4.0.1_postcss@8.4.30: resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} engines: {node: '>= 14'} peerDependencies: @@ -7308,7 +7723,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.29 + postcss: 8.4.30 yaml: 2.3.2 dev: true @@ -7324,8 +7739,8 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss/8.4.29: - resolution: {integrity: sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==} + /postcss/8.4.30: + resolution: {integrity: sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -7359,6 +7774,10 @@ packages: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: true + /promisepipe/3.0.0: + resolution: {integrity: sha512-V6TbZDJ/ZswevgkDNpGt/YqNCiZP9ASfgU+p83uJE6NrGtvSGoOcHLiDCqkMs2+yg7F5qHdLV8d0aS8O26G/KA==} + dev: true + /prompts/2.4.2: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} @@ -7367,6 +7786,13 @@ packages: sisteransi: 1.0.5 dev: true + /pump/3.0.0: + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + dev: true + /punycode/2.3.0: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} @@ -7413,6 +7839,16 @@ packages: eve-raphael: 0.5.0 dev: true + /raw-body/2.4.1: + resolution: {integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 3.1.0 + http-errors: 1.7.3 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + dev: true + /rc9/2.1.1: resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==} dependencies: @@ -7451,7 +7887,7 @@ packages: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: - '@types/normalize-package-data': 2.4.1 + '@types/normalize-package-data': 2.4.2 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 @@ -7478,6 +7914,13 @@ packages: util-deprecate: 1.0.2 dev: true + /readdirp/3.3.0: + resolution: {integrity: sha512-zz0pAkSPOXXm1viEwygWIPSPkcBYjW1xU5j/JBh5t9bGCJwa6f9+BJa6VaB2g+b55yVrmXzqkyLf4xaWYM0IkQ==} + engines: {node: '>=8.10.0'} + dependencies: + picomatch: 2.3.1 + dev: true + /readdirp/3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -7489,7 +7932,7 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.4 + resolve: 1.22.6 dev: true /redent/3.0.0: @@ -7500,8 +7943,8 @@ packages: strip-indent: 3.0.0 dev: true - /regenerate-unicode-properties/10.1.0: - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + /regenerate-unicode-properties/10.1.1: + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -7511,10 +7954,6 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: true - /regenerator-runtime/0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - dev: true - /regenerator-runtime/0.14.0: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} dev: true @@ -7522,16 +7961,16 @@ packages: /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 dev: true - /regexp.prototype.flags/1.5.0: - resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} + /regexp.prototype.flags/1.5.1: + resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - functions-have-names: 1.2.3 + define-properties: 1.2.1 + set-function-name: 2.0.1 dev: true /regexpp/3.2.0: @@ -7545,7 +7984,7 @@ packages: dependencies: '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.0 + regenerate-unicode-properties: 10.1.1 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 @@ -7586,8 +8025,8 @@ packages: engines: {node: '>=8'} dev: true - /resolve/1.22.4: - resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} + /resolve/1.22.6: + resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -7608,8 +8047,8 @@ packages: engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - /reveal.js/4.5.0: - resolution: {integrity: sha512-Lx1hUWhJR7Y7ScQNyGt7TFzxeviDAswK2B0cn9RwbPZogTMRgS8+FTr+/12KNHOegjvWKH0H0EGwBARNDPTgWQ==} + /reveal.js/4.6.1: + resolution: {integrity: sha512-1CW0auaXNPmwmvQ7TwpszwVxMi2Xr5cTS3J3EBC/HHgbPF32Dn7aiu/LKWDOGjMbaDwKQiGmfqcoGQ74HUHCMw==} engines: {node: '>=10.0.0'} dev: true @@ -7634,7 +8073,7 @@ packages: jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.19.4 + terser: 5.20.0 dev: true /rollup/2.79.1: @@ -7645,8 +8084,8 @@ packages: fsevents: 2.3.3 dev: true - /rollup/3.29.0: - resolution: {integrity: sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==} + /rollup/3.29.3: + resolution: {integrity: sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -7700,8 +8139,32 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass/1.66.1: - resolution: {integrity: sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==} + /sass-loader/13.3.2_sass@1.68.0+webpack@5.88.2: + resolution: {integrity: sha512-CQbKl57kdEv+KDLquhC+gE3pXt74LEAzm+tzywcA0/aHZuub8wTErbjAoNI57rPUWRYRNC5WUnNl8eGJNbDdwg==} + engines: {node: '>= 14.15.0'} + peerDependencies: + fibers: '>= 3.1.0' + node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + sass: ^1.3.0 + sass-embedded: '*' + webpack: ^5.0.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + sass-embedded: + optional: true + dependencies: + neo-async: 2.6.2 + sass: 1.68.0 + webpack: 5.88.2 + dev: true + + /sass/1.68.0: + resolution: {integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -7714,8 +8177,17 @@ packages: resolution: {integrity: sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==} dev: true - /sax/1.2.4: - resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} + /sax/1.3.0: + resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + dev: true + + /schema-utils/3.3.0: + resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/json-schema': 7.0.13 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 dev: true /section-matter/1.0.0: @@ -7731,18 +8203,13 @@ packages: hasBin: true dev: true - /semver/6.1.1: - resolution: {integrity: sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==} - hasBin: true - dev: true - /semver/6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true dev: true - /semver/7.3.8: - resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} + /semver/7.3.5: + resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -7763,10 +8230,29 @@ packages: randombytes: 2.1.0 dev: true + /serialize-javascript/6.0.1: + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + dependencies: + randombytes: 2.1.0 + dev: true + /set-blocking/2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: true + /set-function-name/2.0.1: + resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.0 + dev: true + + /setprototypeof/1.1.1: + resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} + dev: true + /shebang-command/2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} @@ -7806,6 +8292,11 @@ packages: engines: {node: '>=14'} dev: true + /signal-exit/4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + dev: true + /sisteransi/1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true @@ -7816,9 +8307,9 @@ packages: hasBin: true dependencies: '@types/node': 17.0.45 - '@types/sax': 1.2.4 + '@types/sax': 1.2.5 arg: 5.0.2 - sax: 1.2.4 + sax: 1.3.0 dev: true /slash/3.0.0: @@ -7831,6 +8322,10 @@ packages: engines: {node: '>=12'} dev: true + /slimsearch/1.0.0: + resolution: {integrity: sha512-ig1Du+U5LFngeDokhUupBqmEz3aKRJ4v+R2t6ZOi3aPGaFivYxxOiDcJX7fR0xPxjmTe94rAA6RW5gKlX5Gcsg==} + dev: true + /source-map-js/1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} @@ -7864,7 +8359,7 @@ packages: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.15 dev: true /spdx-exceptions/2.3.0: @@ -7875,11 +8370,11 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.15 dev: true - /spdx-license-ids/3.0.13: - resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + /spdx-license-ids/3.0.15: + resolution: {integrity: sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==} dev: true /speech-rule-engine/4.0.7: @@ -7907,6 +8402,15 @@ packages: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true + /stat-mode/0.3.0: + resolution: {integrity: sha512-QjMLR0A3WwFY2aZdV0okfFEJB5TRjkggXZjxP3A1RsWsNHNu3YPv8btmtc6iCFZ0Rul3FE93OYogvhOUClU+ng==} + dev: true + + /statuses/1.5.0: + resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} + engines: {node: '>= 0.6'} + dev: true + /stdin-discarder/0.1.0: resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -7914,6 +8418,20 @@ packages: bl: 5.1.0 dev: true + /stream-to-array/2.3.0: + resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} + dependencies: + any-promise: 1.3.0 + dev: true + + /stream-to-promise/2.2.0: + resolution: {integrity: sha512-HAGUASw8NT0k8JvIVutB2Y/9iBk7gpgEyAudXwNJmZERdMITGdajOa4VJfD/kNiA3TppQpTP4J+CtcHwdzKBAw==} + dependencies: + any-promise: 1.3.0 + end-of-stream: 1.1.0 + stream-to-array: 2.3.0 + dev: true + /streamsearch/1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} @@ -7933,42 +8451,52 @@ packages: strip-ansi: 6.0.1 dev: true - /string.prototype.matchall/4.0.9: - resolution: {integrity: sha512-6i5hL3MqG/K2G43mWXWgP+qizFW/QH/7kCNN13JrJS5q48FN5IKksLDscexKP3dnmB6cdm9jlNgAsWNLpSykmA==} + /string-width/6.1.0: + resolution: {integrity: sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==} + engines: {node: '>=16'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 10.2.1 + strip-ansi: 7.1.0 + dev: true + + /string.prototype.matchall/4.0.10: + resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.5 - regexp.prototype.flags: 1.5.0 + regexp.prototype.flags: 1.5.1 + set-function-name: 2.0.1 side-channel: 1.0.4 dev: true - /string.prototype.trim/1.2.7: - resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + /string.prototype.trim/1.2.8: + resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true - /string.prototype.trimend/1.0.6: - resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} + /string.prototype.trimend/1.0.7: + resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true /string.prototype.trimstart/1.0.7: resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 + define-properties: 1.2.1 + es-abstract: 1.22.2 dev: true /string_decoder/1.1.1: @@ -8021,6 +8549,11 @@ packages: engines: {node: '>=10'} dev: true + /strip-final-newline/2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + dev: true + /strip-final-newline/3.0.0: resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} engines: {node: '>=12'} @@ -8060,11 +8593,36 @@ packages: has-flag: 4.0.0 dev: true + /supports-color/8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + dependencies: + has-flag: 4.0.0 + dev: true + /supports-preserve-symlinks-flag/1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} dev: true + /tapable/2.2.1: + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} + dev: true + + /tar/4.4.18: + resolution: {integrity: sha512-ZuOtqqmkV9RE1+4odd+MhBpibmCxNP6PJhH/h2OqNuotTX7/XHPZQJv2pKvWMplFH9SIZZhitehh6vBH6LO8Pg==} + engines: {node: '>=4.5'} + dependencies: + chownr: 1.1.4 + fs-minipass: 1.2.7 + minipass: 2.9.0 + minizlib: 1.3.3 + mkdirp: 0.5.6 + safe-buffer: 5.2.1 + yallist: 3.1.1 + dev: true + /tar/6.2.0: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} engines: {node: '>=10'} @@ -8092,8 +8650,32 @@ packages: unique-string: 2.0.0 dev: true - /terser/5.19.4: - resolution: {integrity: sha512-6p1DjHeuluwxDXcuT9VR8p64klWJKo1ILiy19s6C9+0Bh2+NWTX6nD9EPppiER4ICkHDVB1RkVpin/YW2nQn/g==} + /terser-webpack-plugin/5.3.9_webpack@5.88.2: + resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + '@jridgewell/trace-mapping': 0.3.19 + jest-worker: 27.5.1 + schema-utils: 3.3.0 + serialize-javascript: 6.0.1 + terser: 5.20.0 + webpack: 5.88.2 + dev: true + + /terser/5.20.0: + resolution: {integrity: sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -8148,6 +8730,11 @@ packages: is-number: 7.0.0 dev: true + /toidentifier/1.0.0: + resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} + engines: {node: '>=0.6'} + dev: true + /tr46/0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: true @@ -8158,6 +8745,11 @@ packages: punycode: 2.3.0 dev: true + /tree-kill/1.2.2: + resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} + hasBin: true + dev: true + /trim-newlines/3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} @@ -8231,8 +8823,8 @@ packages: resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==} dev: true - /tslib/2.5.0: - resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib/2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: true /tsutils/3.21.0_typescript@3.9.10: @@ -8245,8 +8837,8 @@ packages: typescript: 3.9.10 dev: true - /twikoo/1.6.18: - resolution: {integrity: sha512-BP5s05r323Z7uh2NphqNeATk4G5O9PU+ds/d6KuSnict6cUurcFoO7844zSlf5bruHwZoUsLSqWlgTZtvcD/rQ==} + /twikoo/1.6.21: + resolution: {integrity: sha512-6CvXl1zQDomWlIit2eyiMVsp50EPNaykiq/wTaVrMGdyXnudwK3Ykc8QgFWJa50y/urjn9LpvYcDE2VekeydEQ==} dev: true /type-check/0.4.0: @@ -8286,6 +8878,11 @@ packages: engines: {node: '>=8'} dev: true + /type-fest/3.13.1: + resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} + engines: {node: '>=14.16'} + dev: true + /typed-array-buffer/1.0.0: resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} engines: {node: '>= 0.4'} @@ -8340,8 +8937,8 @@ packages: hasBin: true dev: true - /ua-parser-js/1.0.35: - resolution: {integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==} + /ua-parser-js/1.0.36: + resolution: {integrity: sha512-znuyCIXzl8ciS3+y3fHJI/2OhQIXbXw9MWC/o3qwyR+RGppjZHrM27CGFSKCJXi2Kctiz537iOu2KnXs1lMQhw==} dev: true /uc.micro/1.0.6: @@ -8360,6 +8957,10 @@ packages: dev: true optional: true + /uid-promise/1.0.0: + resolution: {integrity: sha512-R8375j0qwXyIu/7R0tjdF06/sElHqbmdmWC9M2qQHpEVbvE4I5+38KJI7LUUmQMp7NVq4tKHiBMkT0NFM453Ig==} + dev: true + /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -8412,11 +9013,21 @@ packages: '@types/unist': 2.0.8 dev: true + /universalify/0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + dev: true + /universalify/2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} dev: true + /unpipe/1.0.0: + resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} + engines: {node: '>= 0.8'} + dev: true + /upath/1.2.0: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} @@ -8427,13 +9038,13 @@ packages: engines: {node: '>=4'} dev: true - /update-browserslist-db/1.0.11_browserslist@4.21.10: - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + /update-browserslist-db/1.0.13_browserslist@4.22.0: + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.10 + browserslist: 4.22.0 escalade: 3.1.1 picocolors: 1.0.0 dev: true @@ -8452,8 +9063,14 @@ packages: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true - /uuid/9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} + /uuid/3.3.2: + resolution: {integrity: sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. + hasBin: true + dev: true + + /uuid/9.0.1: + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true dev: true @@ -8479,21 +9096,23 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vercel/32.1.0: - resolution: {integrity: sha512-vX+g2YrcMkr0gCLkP4T9Z7lCV+dOzwoYRi2vV0DzpAJys/wKFRhp1vKViWnqNsGKsHFl76BoAfahwJid3KVGqg==} + /vercel/32.3.1: + resolution: {integrity: sha512-XPwkXNbsqyqGy4kNo5T2At9TK71rfT/d9t55bUTkhWCHv62CZrZ+HdKrkZf2knx3mi11zeCWAU+2GvX9G1+3hw==} engines: {node: '>= 16'} hasBin: true dependencies: - '@vercel/build-utils': 7.1.0 - '@vercel/go': 3.0.0 - '@vercel/hydrogen': 1.0.0 - '@vercel/next': 4.0.1 - '@vercel/node': 3.0.3 - '@vercel/python': 4.0.0 - '@vercel/redwood': 2.0.0 - '@vercel/remix-builder': 2.0.2 - '@vercel/ruby': 2.0.0 - '@vercel/static-build': 2.0.3 + '@vercel/build-utils': 7.2.1 + '@vercel/fun': 1.1.0 + '@vercel/go': 3.0.2 + '@vercel/hydrogen': 1.0.1 + '@vercel/next': 4.0.8 + '@vercel/node': 3.0.6 + '@vercel/python': 4.0.2 + '@vercel/redwood': 2.0.3 + '@vercel/remix-builder': 2.0.8 + '@vercel/ruby': 2.0.2 + '@vercel/static-build': 2.0.7 + chokidar: 3.3.1 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -8501,13 +9120,23 @@ packages: - supports-color dev: true - /vite/4.1.5: - resolution: {integrity: sha512-zJ0RiVkf61kpd7O+VtU6r766xgnTaIknP/lR6sJTZq3HtVJ3HGnTo5DaJhTUtYoTyS/CQwZ6yEVdc/lrmQT7dQ==} + /vidstack/0.6.13: + resolution: {integrity: sha512-g5wH6Hfc4EQqOI0Mm7qW4D1DWPZfQnlATLZuqpuVAKI8HOz4UGfd1v48MLK9cR+ZfPjVL4/iZLu7YOIdSX3L2g==} + engines: {node: '>=16'} + dependencies: + maverick.js: 0.37.0 + media-captions: 0.0.18 + type-fest: 3.13.1 + dev: true + + /vite/4.4.9: + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: '@types/node': '>= 14' less: '*' + lightningcss: ^1.21.0 sass: '*' stylus: '*' sugarss: '*' @@ -8517,6 +9146,8 @@ packages: optional: true less: optional: true + lightningcss: + optional: true sass: optional: true stylus: @@ -8526,10 +9157,9 @@ packages: terser: optional: true dependencies: - esbuild: 0.16.17 - postcss: 8.4.29 - resolve: 1.22.4 - rollup: 3.29.0 + esbuild: 0.18.20 + postcss: 8.4.30 + rollup: 3.29.3 optionalDependencies: fsevents: 2.3.3 dev: true @@ -8549,14 +9179,14 @@ packages: vue: 3.3.4 dev: true - /vue-eslint-parser/9.3.1_eslint@8.48.0: + /vue-eslint-parser/9.3.1_eslint@8.50.0: resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.50.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -8567,17 +9197,8 @@ packages: - supports-color dev: true - /vue-router/4.1.6_vue@3.2.47: - resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==} - peerDependencies: - vue: ^3.2.0 - dependencies: - '@vue/devtools-api': 6.5.0 - vue: 3.2.47 - dev: true - - /vue-router/4.2.4_vue@3.3.4: - resolution: {integrity: sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==} + /vue-router/4.2.5_vue@3.3.4: + resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: @@ -8585,16 +9206,6 @@ packages: vue: 3.3.4 dev: true - /vue/3.2.47: - resolution: {integrity: sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==} - dependencies: - '@vue/compiler-dom': 3.2.47 - '@vue/compiler-sfc': 3.2.47 - '@vue/runtime-dom': 3.2.47 - '@vue/server-renderer': 3.2.47_vue@3.2.47 - '@vue/shared': 3.2.47 - dev: true - /vue/3.3.4: resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} dependencies: @@ -8605,248 +9216,214 @@ packages: '@vue/shared': 3.3.4 dev: true - /vuepress-plugin-auto-catalog/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-qY4kBglePu3L8Z41DZpOA1UNWc9RGs4df0ffDNQFmqXf+gMyNshA/43l8be/JgVbIh2GF+rlJAIvkdwuh7MmXQ==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-auto-catalog/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-hIi/6Uxb//LT7CfWNAT5Y++9puiG7xGw1h4Du3DncVU/99f7eWemNRDKK7jnXU+4Hl9zwszx5XQtvJxWiINUNA==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-components: - optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - vue: 3.2.47 - vue-router: 4.1.6_vue@3.2.47 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-components: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + vue: 3.3.4 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-components: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-blog2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-0NzFK2+iCGjLr49qwu2q6J78/2HUuAq21AtqhrFmDZm2/OSIkI9SXZ/nUdhCLr3KBxNmnCU+IPN0ilvSyCLqRw==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-blog2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-DgAN39F+fhIZ95Snb9TNIUJUS+yJY9tVWzl3YeFljePEQlrCxtiaJzziXn/H9gzzlBXRwXZJ3okuy3eiSUEkpg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true vuepress: optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 chokidar: 3.5.3 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-comment2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-MV60V/yfVz+ZYTNcWXHJ/YLJgBFBhfWwntjUGOoJlvYbSswbxyxdQPtLpzJrB3LAN4qEy2I8hSOSgvTdKtDrZQ==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-comment2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-jfljV+k+mzibR8AbTKuJWmeHH7lSJAQJCVqBvifVVWLTKOrIBDv+NEFcXD49yIul69RnMi5W1XRbeqpYKRLztw==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@waline/client': 2.15.7 - artalk: 2.6.0 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@waline/client': 2.15.8 + artalk: 2.6.3 giscus: 1.3.0 - twikoo: 1.6.18 + twikoo: 1.6.21 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-components/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-y/dwVS6fKOXHj/o+cgXyIlDKmBZv+zJ7209tVixYrEBoFcM6onYA4/3Ed7TVO4QljsRphGsi5EqiFwC0Uk8c0A==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-components/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-EjXik6EJYi84+gXK6YodYKP9+f5DVCAOqKvPoXRS1T02V7lN9saJO8eShxinazYker/oIvRrGU+B4u70nwBR3A==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-reading-time2: - optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: '@stackblitz/sdk': 1.9.0 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 - artplayer: 4.6.2 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 + artplayer: 5.0.9 balloon-css: 1.2.0 + create-codepen: 0.0.3 dashjs: 4.7.1 hls.js: 1.4.12 mpegts.js: 1.7.3 plyr: 3.7.8 qrcode: 1.5.3 + vidstack: 0.6.13 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-reading-time2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-reading-time2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-copy-code2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-SMLU92BmlbhRoYYUSrZVAubQ5nhYbNJKGg1hLNtmXcp/XxmNqQK8L9R9+o6u7YL7Xkle0R609eFveYqSYkBI8Q==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-copy-code2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-k8HhFrLLxFc81AURJQh4pXbAlRE4OdF5MflcCSCi4R104A+vNs2DvvkmQHtNTiLyXmrciS8oyS3LwUdRvilhxQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 balloon-css: 1.2.0 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-copyright2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-XmijINLqpG0Q7+VeIN08gwPpj6MwmONdau8QfzTu9NaFYNj7rg24Rs0pCMEwLxE8yoweh9A7zKKGfYrqUGXPRg==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-copyright2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-42nGh5Kt/ePnWhBGFUCnrNhVzGKUAgZQjzaxz4iT9kfQnPMDFRjN96qycr6lNhF4Qr/MbHj8ZryWnWgyV2K/5g==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true vuepress: optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-feed2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-HFExLZ9GL/5zhK564+8lzsYKlbSv0hLRiTh4wHQOtqiQSGA7ZzGywaXyRZnWOh1u1GKeuPSaPHLgLiUiXtlC2Q==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-feed2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-I/aIkwfrc4yqamjshIyXvEGc35U+UW0mX9nIvO+95eSV23B/fXiYhpeYbqHPNlPDINmyJr0W9qkge/NpV50kdQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: vuepress: optional: true @@ -8855,197 +9432,157 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 cheerio: 1.0.0-rc.12 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 xml-js: 1.6.11 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-md-enhance/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-YabS06pMEabqZUUsH5tFfj3bXL/5byYaFo73gyHQe/zigbhAlJtFmbA5SqE8AaSUA4eFPMpx1XVOUS73obV5Hg==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-md-enhance/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-GPs4NRw/bhu2Y9dfnTcGKZp0mHGmrunqYh2Iz7ueo3XOF9pUtusLzPdtqM9xLOLWssnsToJaSFn4TQjUZs97HQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@babel/core': 7.22.15 - '@mdit/plugin-align': 0.3.0 - '@mdit/plugin-attrs': 0.3.0 - '@mdit/plugin-container': 0.3.0 - '@mdit/plugin-figure': 0.3.0 - '@mdit/plugin-footnote': 0.3.0 - '@mdit/plugin-img-lazyload': 0.3.0 - '@mdit/plugin-img-mark': 0.3.0 - '@mdit/plugin-img-size': 0.3.0 - '@mdit/plugin-include': 0.3.0 - '@mdit/plugin-katex': 0.3.0 - '@mdit/plugin-mark': 0.3.0 - '@mdit/plugin-mathjax': 0.3.0 - '@mdit/plugin-stylize': 0.3.0 - '@mdit/plugin-sub': 0.3.0 - '@mdit/plugin-sup': 0.3.0 - '@mdit/plugin-tab': 0.3.0 - '@mdit/plugin-tasklist': 0.3.0 - '@mdit/plugin-tex': 0.3.0 - '@mdit/plugin-uml': 0.3.0 - '@types/markdown-it': 12.2.3 - '@vue/repl': 1.5.0_vue@3.3.4 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 + '@babel/core': 7.23.0 + '@mdit/plugin-align': 0.4.8 + '@mdit/plugin-attrs': 0.4.8 + '@mdit/plugin-container': 0.4.8 + '@mdit/plugin-figure': 0.4.8 + '@mdit/plugin-footnote': 0.4.8 + '@mdit/plugin-img-lazyload': 0.4.8 + '@mdit/plugin-img-mark': 0.4.8 + '@mdit/plugin-img-size': 0.4.8 + '@mdit/plugin-include': 0.4.8 + '@mdit/plugin-katex': 0.4.8 + '@mdit/plugin-mark': 0.4.8 + '@mdit/plugin-mathjax': 0.4.8 + '@mdit/plugin-stylize': 0.4.8 + '@mdit/plugin-sub': 0.4.8 + '@mdit/plugin-sup': 0.4.8 + '@mdit/plugin-tab': 0.4.8 + '@mdit/plugin-tasklist': 0.4.8 + '@mdit/plugin-tex': 0.4.8 + '@mdit/plugin-uml': 0.4.8 + '@types/js-yaml': 4.0.6 + '@types/markdown-it': 13.0.2 + '@vue/repl': 2.5.8 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 balloon-css: 1.2.0 chart.js: 4.4.0 echarts: 5.4.3 - flowchart.ts: 0.1.6 + flowchart.ts: 1.0.0 + js-yaml: 4.1.0 katex: 0.16.8 - markdown-it: 13.0.1 + markdown-it: 13.0.2 mermaid: 10.4.0 - reveal.js: 4.5.0 + reveal.js: 4.6.1 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-photo-swipe/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-/xP5Q4ue0tJrbHFuUbopVjXVr5Qh9wR7jjX1e3WjS+ossxF+wrDqMglgJz0KmaztUK0Cam9zPJbP4AdTUuFTSw==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-photo-swipe/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-s2gxl0LmY6nuyA2Nj5b8dLvtKQbNvzTFE8g7YwjvMvCql+YeI6t/ChnENXRUrwuHWegvQZu/U1EQ0DKJhU37hQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 - photoswipe: 5.3.9 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 + photoswipe: 5.4.1 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-pwa2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-Osa7a0gnpxXIxg9tanTM/9OyUDR3bOBWUpEBavZz1PTg/Xk/g0DKykaPbZkx3GO3Le+xFvI+s4gnSJ8BXzSvQQ==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-pwa2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-7O1VUR1R/x/Q8bAcmvub97fTjtMbBd3/WcTNS3Q7DRnCd3eV3bEAkrcht9+EXteuVNnMuBh6EPMl5yg2zHTwnA==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 mitt: 3.0.1 register-service-worker: 1.7.2 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - workbox-build: 6.6.0 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + workbox-build: 7.0.0 transitivePeerDependencies: - '@types/babel__core' - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-reading-time2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-WV9X30BX4HBHRycX6R85jilUifY7FpgDBY0lwft+Fxfuf5Pf1+AuS0uuc4glWGbSjTxsQxbseLwRsHEgK3/E5Q==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-reading-time2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-JTO1Eyhbhnfbhz8D6vqFfo0peRSt7M+ZnBx7ANf6T9AmTWYF0qO+HA1EuYTp35+YLsGyBMUl6vwmJAXjKSknag==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 - peerDependenciesMeta: - vuepress: - optional: true - vuepress-shared: - optional: true - vuepress-vite: - optional: true - vuepress-webpack: - optional: true - dependencies: - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - transitivePeerDependencies: - - '@vue/composition-api' - - supports-color - dev: true - - /vuepress-plugin-rtl/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-Su7yNRv9lBBbwmz8AJOUNlQY5t6LTe8P3h9xkj97Z12GtQbcQ0oj72eB4Il6qkA4l/6o4lwALVLs86aqM4eQ+g==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} - peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: vuepress: optional: true @@ -9054,96 +9591,112 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/client': 2.0.0-beta.67 vue: 3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-sass-palette/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-ovbjTdNCfcXOk8q52g145WsmXq3s1JN3APBHe2vJ+H/JBczi7ew+m3u7A8D6us+FRn7ikiomvcnJlfbYpROyYA==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-rtl/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-aebNtuXZkp9UwlK6vEUtBep7RiKVBCArq6PWfqlt/AuWEKufNzrXRvVAGH+iLuDCQiVM5ZwBvN5/lofILY4iQg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - sass-loader: - optional: true vuepress: optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + vue: 3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: true + + /vuepress-plugin-sass-palette/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-Z0XpgRpYBp1ulL1zYk+H7XKnFU37HxTRGXFJLOkgEiTmVluQqYxH1pCrWDMvTkwoaEn+xOQytQgCW8S+5jrH0w==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} + peerDependencies: + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 + peerDependenciesMeta: + sass-loader: + optional: true + vuepress: + optional: true + vuepress-vite: + optional: true + vuepress-webpack: + optional: true + dependencies: + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 chokidar: 3.5.3 - sass: 1.66.1 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + sass: 1.68.0 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-search-pro/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-Y5LZtcTcdZRiJXim3qERVlXJOokEI/IhPTirgdL51FVGm4cRH5WN4QU8OMN0GF+zt7mRu4GS6dR9lr2VMfB8ug==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-search-pro/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-EtIR6ewf4MfiFpYrxzwsobDSloSz2FeU8dWjYo6/XePNQgY4XCG7higZLg3+ooTmAkqEvxI5NcsirHu1gOY0ow==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 - body-scroll-lock: 3.1.5 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 cheerio: 1.0.0-rc.12 chokidar: 3.5.3 + slimsearch: 1.0.0 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-seo2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-QKjZwGL3g1LPjiHjzG4MAyFLv3EaqVbnSQYHfV7S2QM4WtFeZMSTBpvASZ71UnvCY1W+nYzztpRjGKBaN3efDA==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-seo2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-MIZGkwTrIyIapNTROtqNK3WE/jK5AitfZKk1EC8XhEq0L2Py/aMaXjADwP3R68RqaORdk8PG1WqdYyKpuwVW6w==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: vuepress: optional: true @@ -9152,52 +9705,48 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-plugin-sitemap2/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-xrSq1eJI7IncaAniKH8EdT7v3+b/y+SSR3tjKip/QZDXyKIklgtZr59FVfT6tJEgoZMnQXL8W+NTm4gFVsVHmQ==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-sitemap2/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-+athoLPBBg9NR3br7WywqPQcsV2K6rkNf+brdssdXi3eYqoUKzatLfbmD8R3bFf53w320eZe1Pxnfijv2CEYuQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: vuepress: optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 sitemap: 7.1.1 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-shared/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-jATVUHj4NTxzgY1txwpI6NNqRXHWDj2M9KnqLkAqQxZmkPIAAgp+flMY5zg60GolJU1uVc66cyE0LPUJK0HmSg==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-shared/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-R4lGkX0GD1yUyK0iDrWIZvJbuoGyi9Z41gPz3jFexJM4ojjirkuvLy6DuMwFCi80GKJlrfWq19Tpeo5z5foPBA==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true vuepress: optional: true vuepress-vite: @@ -9205,189 +9754,146 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 cheerio: 1.0.0-rc.12 - dayjs: 1.11.9 - execa: 7.2.0 - fflate: 0.7.4 + dayjs: 1.11.10 + execa: 8.0.1 + fflate: 0.8.1 gray-matter: 4.0.3 semver: 7.5.4 striptags: 3.2.0 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: true - /vuepress-theme-hope/2.0.0-beta.185_vuepress@2.0.0-beta.61: - resolution: {integrity: sha512-7ett3a1kO+fgQmvSdqpAxDcMlG5R8wex6wK907XhjZCDAEHTgmomIRpFnhG8atrrjDp7wKHSTGQRSbXvEp7pSg==} - engines: {node: ^14.18.0 || >=16.0.0, npm: '>=8', pnpm: '>=7'} + /vuepress-theme-hope/2.0.0-beta.237_vuepress@2.0.0-beta.67: + resolution: {integrity: sha512-O4WGxHiYJFG60bQSr/4VbwGTboTE/QkY+/U1L8ePj69FuvdU6sSnmL55/Rz1eHPOM43qvkLxGOty/3UpXguDcQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.2.0 - vuepress: 2.0.0-beta.61 - vuepress-vite: 2.0.0-beta.61 - vuepress-webpack: 2.0.0-beta.61 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.67 + vuepress-vite: 2.0.0-beta.67 + vuepress-webpack: 2.0.0-beta.67 peerDependenciesMeta: - '@vuepress/client': - optional: true - '@vuepress/plugin-active-header-links': - optional: true - '@vuepress/plugin-container': - optional: true - '@vuepress/plugin-external-link-icon': - optional: true - '@vuepress/plugin-git': - optional: true - '@vuepress/plugin-nprogress': - optional: true - '@vuepress/plugin-palette': - optional: true - '@vuepress/plugin-prismjs': - optional: true - '@vuepress/plugin-theme-data': - optional: true sass-loader: optional: true vuepress: optional: true - vuepress-plugin-auto-catalog: - optional: true - vuepress-plugin-blog2: - optional: true - vuepress-plugin-comment2: - optional: true - vuepress-plugin-components: - optional: true - vuepress-plugin-copy-code2: - optional: true - vuepress-plugin-copyright2: - optional: true - vuepress-plugin-feed2: - optional: true - vuepress-plugin-md-enhance: - optional: true - vuepress-plugin-photo-swipe: - optional: true - vuepress-plugin-pwa2: - optional: true - vuepress-plugin-reading-time2: - optional: true - vuepress-plugin-rtl: - optional: true - vuepress-plugin-sass-palette: - optional: true - vuepress-plugin-seo2: - optional: true - vuepress-plugin-sitemap2: - optional: true - vuepress-shared: - optional: true vuepress-vite: optional: true vuepress-webpack: optional: true dependencies: - '@types/body-scroll-lock': 3.1.0 - '@vuepress/cli': 2.0.0-beta.61 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/plugin-active-header-links': 2.0.0-beta.61 - '@vuepress/plugin-container': 2.0.0-beta.61 - '@vuepress/plugin-external-link-icon': 2.0.0-beta.61 - '@vuepress/plugin-git': 2.0.0-beta.61 - '@vuepress/plugin-nprogress': 2.0.0-beta.61 - '@vuepress/plugin-palette': 2.0.0-beta.61 - '@vuepress/plugin-prismjs': 2.0.0-beta.61 - '@vuepress/plugin-theme-data': 2.0.0-beta.61 - '@vuepress/shared': 2.0.0-beta.61 - '@vuepress/utils': 2.0.0-beta.61 - '@vueuse/core': 9.13.0_vue@3.3.4 + '@vuepress/cli': 2.0.0-beta.67 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/plugin-active-header-links': 2.0.0-beta.67 + '@vuepress/plugin-container': 2.0.0-beta.67 + '@vuepress/plugin-external-link-icon': 2.0.0-beta.67 + '@vuepress/plugin-git': 2.0.0-beta.67 + '@vuepress/plugin-nprogress': 2.0.0-beta.67 + '@vuepress/plugin-prismjs': 2.0.0-beta.67 + '@vuepress/plugin-theme-data': 2.0.0-beta.67 + '@vuepress/shared': 2.0.0-beta.67 + '@vuepress/utils': 2.0.0-beta.67 + '@vueuse/core': 10.4.1_vue@3.3.4 balloon-css: 1.2.0 - bcrypt-ts: 3.0.1 - body-scroll-lock: 3.1.5 + bcrypt-ts: 4.0.0 cheerio: 1.0.0-rc.12 chokidar: 3.5.3 gray-matter: 4.0.3 vue: 3.3.4 - vue-router: 4.2.4_vue@3.3.4 - vuepress: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 - vuepress-plugin-auto-catalog: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-blog2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-comment2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-components: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-copy-code2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-copyright2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-feed2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-md-enhance: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-photo-swipe: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-pwa2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-reading-time2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-rtl: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-sass-palette: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-seo2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-plugin-sitemap2: 2.0.0-beta.185_vuepress@2.0.0-beta.61 - vuepress-shared: 2.0.0-beta.185_vuepress@2.0.0-beta.61 + vue-router: 4.2.5_vue@3.3.4 + vuepress: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq + vuepress-plugin-auto-catalog: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-blog2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-comment2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-components: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-copy-code2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-copyright2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-feed2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-md-enhance: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-photo-swipe: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-pwa2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-reading-time2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-rtl: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-sass-palette: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-seo2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-plugin-sitemap2: 2.0.0-beta.237_vuepress@2.0.0-beta.67 + vuepress-shared: 2.0.0-beta.237_vuepress@2.0.0-beta.67 transitivePeerDependencies: - '@types/babel__core' - '@vue/composition-api' - supports-color dev: true - /vuepress-vite/2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4: - resolution: {integrity: sha512-4mcR8XSY5b36CYkPqF80WvoeGAEjTw6Cr9bMPHrPVSjG4qqyfVpdSdyRtXD+/5aLJB7r/L60J7PI1pKTci1+3w==} + /vuepress-vite/2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq: + resolution: {integrity: sha512-oaak2RPKBP0LeaDpDntlsQWLklCBf2vdeceXtPSLV2IzL/wtMHs5DQ/f7zXxCzvku3h/FIstmgoKq/vC0TvHkA==} + engines: {node: '>=16.19.0'} hasBin: true peerDependencies: - '@vuepress/client': 2.0.0-beta.61 - vue: ^3.2.47 + '@vuepress/client': 2.0.0-beta.67 dependencies: - '@vuepress/bundler-vite': 2.0.0-beta.61 - '@vuepress/cli': 2.0.0-beta.61 - '@vuepress/client': 2.0.0-beta.61 - '@vuepress/core': 2.0.0-beta.61 - '@vuepress/theme-default': 2.0.0-beta.61 + '@vuepress/bundler-vite': 2.0.0-beta.67 + '@vuepress/cli': 2.0.0-beta.67 + '@vuepress/client': 2.0.0-beta.67 + '@vuepress/core': 2.0.0-beta.67 + '@vuepress/theme-default': 2.0.0-beta.67_webpack@5.88.2 vue: 3.3.4 transitivePeerDependencies: - '@types/node' - '@vue/composition-api' + - fibers - less + - lightningcss + - node-sass - sass - - sass-loader + - sass-embedded - stylus - sugarss - supports-color - terser - ts-node + - webpack dev: true - /vuepress/2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4: - resolution: {integrity: sha512-gpttL0x5ZvI9eTyR/pexBknIAcgrdjAWoiJc7OYd4bIVfwlXAb4GO4A2EwRSX+pIaNOWdcd+sfZA86EMEbrtNg==} + /vuepress/2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq: + resolution: {integrity: sha512-931pKDOph20RKMLZAH5YYlMz+nfx9jcOQio1Gxk0pB7DwuSxAVFxPv2dbIUP4E/4uWOkLppRhLYcrOoxEbVYzA==} + engines: {node: '>=16.19.0'} hasBin: true dependencies: - vuepress-vite: 2.0.0-beta.61_pzl4mb5dqhvdaohshkerrekkc4 + vuepress-vite: 2.0.0-beta.67_k6qefjh3kku3vfk45sxbrtbojq transitivePeerDependencies: - '@types/node' - '@vue/composition-api' - '@vuepress/client' + - fibers - less + - lightningcss + - node-sass - sass - - sass-loader + - sass-embedded - stylus - sugarss - supports-color - terser - ts-node - - vue + - webpack dev: true - /wcwidth/1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + /watchpack/2.4.0: + resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} + engines: {node: '>=10.13.0'} dependencies: - defaults: 1.0.4 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 dev: true /web-vitals/0.2.4: @@ -9406,6 +9912,51 @@ packages: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} dev: true + /webpack-sources/3.2.3: + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} + dev: true + + /webpack/5.88.2: + resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.5 + '@types/estree': 1.0.2 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + acorn: 8.10.0 + acorn-import-assertions: 1.9.0_acorn@8.10.0 + browserslist: 4.22.0 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.3.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9_webpack@5.88.2 + watchpack: 2.4.0 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: true + /webworkify-webpack/2.1.5: resolution: {integrity: sha512-2akF8FIyUvbiBBdD+RoHpoTbHMQF2HwjcxfDvgztAX5YwbZNyrtfUMgvfgFVsgDhDPVTlkbb5vyasqDHfIDPQw==} dev: true @@ -9472,28 +10023,28 @@ packages: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: true - /workbox-background-sync/6.6.0: - resolution: {integrity: sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==} + /workbox-background-sync/7.0.0: + resolution: {integrity: sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==} dependencies: idb: 7.1.1 - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-broadcast-update/6.6.0: - resolution: {integrity: sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==} + /workbox-broadcast-update/7.0.0: + resolution: {integrity: sha512-oUuh4jzZrLySOo0tC0WoKiSg90bVAcnE98uW7F8GFiSOXnhogfNDGZelPJa+6KpGBO5+Qelv04Hqx2UD+BJqNQ==} dependencies: - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-build/6.6.0: - resolution: {integrity: sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==} - engines: {node: '>=10.0.0'} + /workbox-build/7.0.0: + resolution: {integrity: sha512-CttE7WCYW9sZC+nUYhQg3WzzGPr4IHmrPnjKiu3AMXsiNQKx+l4hHl63WTrnicLmKEKHScWDH8xsGBdrYgtBzg==} + engines: {node: '>=16.0.0'} dependencies: '@apideck/better-ajv-errors': 0.3.6_ajv@8.12.0 - '@babel/core': 7.22.15 - '@babel/preset-env': 7.22.15_@babel+core@7.22.15 - '@babel/runtime': 7.22.15 - '@rollup/plugin-babel': 5.3.1_xl43ppu2bx4zuy2ds755fvwen4 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/runtime': 7.23.1 + '@rollup/plugin-babel': 5.3.1_azielx4vlrty2qasg34bav3suu '@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 @@ -9511,112 +10062,111 @@ packages: strip-comments: 2.0.1 tempy: 0.6.0 upath: 1.2.0 - workbox-background-sync: 6.6.0 - workbox-broadcast-update: 6.6.0 - workbox-cacheable-response: 6.6.0 - workbox-core: 6.6.0 - workbox-expiration: 6.6.0 - workbox-google-analytics: 6.6.0 - workbox-navigation-preload: 6.6.0 - workbox-precaching: 6.6.0 - workbox-range-requests: 6.6.0 - workbox-recipes: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 - workbox-streams: 6.6.0 - workbox-sw: 6.6.0 - workbox-window: 6.6.0 + workbox-background-sync: 7.0.0 + workbox-broadcast-update: 7.0.0 + workbox-cacheable-response: 7.0.0 + workbox-core: 7.0.0 + workbox-expiration: 7.0.0 + workbox-google-analytics: 7.0.0 + workbox-navigation-preload: 7.0.0 + workbox-precaching: 7.0.0 + workbox-range-requests: 7.0.0 + workbox-recipes: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 + workbox-streams: 7.0.0 + workbox-sw: 7.0.0 + workbox-window: 7.0.0 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: true - /workbox-cacheable-response/6.6.0: - resolution: {integrity: sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==} - deprecated: workbox-background-sync@6.6.0 + /workbox-cacheable-response/7.0.0: + resolution: {integrity: sha512-0lrtyGHn/LH8kKAJVOQfSu3/80WDc9Ma8ng0p2i/5HuUndGttH+mGMSvOskjOdFImLs2XZIimErp7tSOPmu/6g==} dependencies: - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-core/6.6.0: - resolution: {integrity: sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==} + /workbox-core/7.0.0: + resolution: {integrity: sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ==} dev: true - /workbox-expiration/6.6.0: - resolution: {integrity: sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==} + /workbox-expiration/7.0.0: + resolution: {integrity: sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==} dependencies: idb: 7.1.1 - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-google-analytics/6.6.0: - resolution: {integrity: sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==} + /workbox-google-analytics/7.0.0: + resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==} dependencies: - workbox-background-sync: 6.6.0 - workbox-core: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 + workbox-background-sync: 7.0.0 + workbox-core: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 dev: true - /workbox-navigation-preload/6.6.0: - resolution: {integrity: sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==} + /workbox-navigation-preload/7.0.0: + resolution: {integrity: sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==} dependencies: - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-precaching/6.6.0: - resolution: {integrity: sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==} + /workbox-precaching/7.0.0: + resolution: {integrity: sha512-EC0vol623LJqTJo1mkhD9DZmMP604vHqni3EohhQVwhJlTgyKyOkMrZNy5/QHfOby+39xqC01gv4LjOm4HSfnA==} dependencies: - workbox-core: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 + workbox-core: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 dev: true - /workbox-range-requests/6.6.0: - resolution: {integrity: sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==} + /workbox-range-requests/7.0.0: + resolution: {integrity: sha512-SxAzoVl9j/zRU9OT5+IQs7pbJBOUOlriB8Gn9YMvi38BNZRbM+RvkujHMo8FOe9IWrqqwYgDFBfv6sk76I1yaQ==} dependencies: - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-recipes/6.6.0: - resolution: {integrity: sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==} + /workbox-recipes/7.0.0: + resolution: {integrity: sha512-DntcK9wuG3rYQOONWC0PejxYYIDHyWWZB/ueTbOUDQgefaeIj1kJ7pdP3LZV2lfrj8XXXBWt+JDRSw1lLLOnww==} dependencies: - workbox-cacheable-response: 6.6.0 - workbox-core: 6.6.0 - workbox-expiration: 6.6.0 - workbox-precaching: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 + workbox-cacheable-response: 7.0.0 + workbox-core: 7.0.0 + workbox-expiration: 7.0.0 + workbox-precaching: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 dev: true - /workbox-routing/6.6.0: - resolution: {integrity: sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==} + /workbox-routing/7.0.0: + resolution: {integrity: sha512-8YxLr3xvqidnbVeGyRGkaV4YdlKkn5qZ1LfEePW3dq+ydE73hUUJJuLmGEykW3fMX8x8mNdL0XrWgotcuZjIvA==} dependencies: - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-strategies/6.6.0: - resolution: {integrity: sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==} + /workbox-strategies/7.0.0: + resolution: {integrity: sha512-dg3qJU7tR/Gcd/XXOOo7x9QoCI9nk74JopaJaYAQ+ugLi57gPsXycVdBnYbayVj34m6Y8ppPwIuecrzkpBVwbA==} dependencies: - workbox-core: 6.6.0 + workbox-core: 7.0.0 dev: true - /workbox-streams/6.6.0: - resolution: {integrity: sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==} + /workbox-streams/7.0.0: + resolution: {integrity: sha512-moVsh+5to//l6IERWceYKGiftc+prNnqOp2sgALJJFbnNVpTXzKISlTIsrWY+ogMqt+x1oMazIdHj25kBSq/HQ==} dependencies: - workbox-core: 6.6.0 - workbox-routing: 6.6.0 + workbox-core: 7.0.0 + workbox-routing: 7.0.0 dev: true - /workbox-sw/6.6.0: - resolution: {integrity: sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==} + /workbox-sw/7.0.0: + resolution: {integrity: sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==} dev: true - /workbox-window/6.6.0: - resolution: {integrity: sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==} + /workbox-window/7.0.0: + resolution: {integrity: sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==} dependencies: - '@types/trusted-types': 2.0.3 - workbox-core: 6.6.0 + '@types/trusted-types': 2.0.4 + workbox-core: 7.0.0 dev: true /wrap-ansi/6.2.0: @@ -9641,11 +10191,25 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true + /xdg-app-paths/5.1.0: + resolution: {integrity: sha512-RAQ3WkPf4KTU1A8RtFx3gWywzVKe00tfOPFfl2NDGqbIFENQO4kqAJp7mhQjNj/33W5x5hiWWUdyfPq/5SU3QA==} + engines: {node: '>=6'} + dependencies: + xdg-portable: 7.3.0 + dev: true + + /xdg-portable/7.3.0: + resolution: {integrity: sha512-sqMMuL1rc0FmMBOzCpd0yuy9trqF2yTTVe+E9ogwCSWQCdDEtQUwrZPT6AxqtsFGRNxycgncbP/xmOOSPw5ZUw==} + engines: {node: '>= 6.0'} + dependencies: + os-paths: 4.4.0 + dev: true + /xml-js/1.6.11: resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==} hasBin: true dependencies: - sax: 1.2.4 + sax: 1.3.0 dev: true /xml-name-validator/4.0.0: @@ -9746,6 +10310,28 @@ packages: yargs-parser: 21.1.1 dev: true + /yauzl-clone/1.0.4: + resolution: {integrity: sha512-igM2RRCf3k8TvZoxR2oguuw4z1xasOnA31joCqHIyLkeWrvAc2Jgay5ISQ2ZplinkoGaJ6orCz56Ey456c5ESA==} + engines: {node: '>=6'} + dependencies: + events-intercept: 2.0.0 + dev: true + + /yauzl-promise/2.1.3: + resolution: {integrity: sha512-A1pf6fzh6eYkK0L4Qp7g9jzJSDrM6nN0bOn5T0IbY4Yo3w+YkWlHFkJP7mzknMXjqusHFHlKsK2N+4OLsK2MRA==} + engines: {node: '>=6'} + dependencies: + yauzl: 2.10.0 + yauzl-clone: 1.0.4 + dev: true + + /yauzl/2.10.0: + resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} + dependencies: + buffer-crc32: 0.2.13 + fd-slicer: 1.1.0 + dev: true + /yn/3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} diff --git a/scripts/.exec b/scripts/.exec index 2a1f11a..e92c8a8 100755 --- a/scripts/.exec +++ b/scripts/.exec @@ -1,13 +1,12 @@ #!/usr/bin/env node +/** + * 脚本执行器,执行shell命令 + */ const {join} = require('path') const cwd = join(__dirname, '..') process.env.PATH = `${join(cwd, 'node_modules', '.bin')}:${process.env.PATH}` const {exec,exit} = require('shelljs'); - - - - /** * 监听进程 * - 退出进程 @@ -48,7 +47,6 @@ exports.execShell = async commands => { /** * 脚本基础设置 - * @type {{currentTime: string, errorLogger: string, successLogger: string, warnLogger: string}} */ exports.BaseSetting={ successLogger:"\033[36m", diff --git a/scripts/ci b/scripts/ci old mode 100644 new mode 100755 diff --git a/scripts/docker b/scripts/docker index db1b2c5..d54adb2 100755 --- a/scripts/docker +++ b/scripts/docker @@ -7,7 +7,7 @@ * - ./scripts/network image xxx 镜像相关 * - ./scripts/docker network xxx 网络相关 */ -const { execShell, BaseSetting } = require('./.exec') +const { execShell } = require('./.exec') const scriptName = process.argv[2]