From f4e3d32a1adb9fa948328b932c94b189974f3963 Mon Sep 17 00:00:00 2001 From: hanlee Date: Sun, 26 Dec 2021 07:49:54 +0900 Subject: [PATCH] chore: update deps --- examples/nuxt-style/package.json | 4 +- examples/react/package.json | 6 +- examples/vue-module/package.json | 4 +- examples/vue-ssr/package.json | 4 +- examples/vue/package.json | 4 +- package.json | 12 +- pnpm-lock.yaml | 514 +++++++++++++++++-------------- 7 files changed, 301 insertions(+), 247 deletions(-) diff --git a/examples/nuxt-style/package.json b/examples/nuxt-style/package.json index 7995c7f2..f1a7bcc0 100644 --- a/examples/nuxt-style/package.json +++ b/examples/nuxt-style/package.json @@ -15,8 +15,8 @@ "cross-env": "^7.0.3", "nodemon": "^2.0.15", "typescript": "^4.5.4", - "vite": "^2.7.4", - "vite-plugin-md": "^0.11.6", + "vite": "^2.7.6", + "vite-plugin-md": "^0.11.7", "vite-plugin-pages": "workspace:*", "vite-plugin-restart": "^0.0.2" } diff --git a/examples/react/package.json b/examples/react/package.json index 095f3a31..12271206 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -11,15 +11,15 @@ "react-router-dom": "^6.2.1" }, "devDependencies": { - "@types/react": "^17.0.37", + "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", - "@types/react-router-config": "^5.0.3", + "@types/react-router-config": "^5.0.4", "@types/react-router-dom": "^5.3.2", "@vitejs/plugin-react": "^1.1.3", "cross-env": "^7.0.3", "nodemon": "^2.0.15", "typescript": "^4.5.4", - "vite": "^2.7.4", + "vite": "^2.7.6", "vite-plugin-pages": "workspace:*" } } diff --git a/examples/vue-module/package.json b/examples/vue-module/package.json index 1e5b0208..27e9b5a2 100644 --- a/examples/vue-module/package.json +++ b/examples/vue-module/package.json @@ -16,8 +16,8 @@ "cross-env": "^7.0.3", "nodemon": "^2.0.15", "typescript": "^4.5.4", - "vite": "^2.7.4", - "vite-plugin-md": "^0.11.6", + "vite": "^2.7.6", + "vite-plugin-md": "^0.11.7", "vite-plugin-pages": "workspace:*", "vite-plugin-restart": "^0.0.2" } diff --git a/examples/vue-ssr/package.json b/examples/vue-ssr/package.json index 73ca56f1..7b036054 100644 --- a/examples/vue-ssr/package.json +++ b/examples/vue-ssr/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/compression": "^1.7.2", "@types/express": "^4.17.13", - "@types/node": "^17.0.1", + "@types/node": "^17.0.4", "@vitejs/plugin-vue": "^2.0.1", "@vue/compiler-sfc": "^3.2.26", "@vue/server-renderer": "^3.2.26", @@ -27,7 +27,7 @@ "nodemon": "^2.0.15", "serve-static": "^1.14.2", "typescript": "^4.5.4", - "vite": "^2.7.4", + "vite": "^2.7.6", "vite-plugin-pages": "workspace:*", "vite-plugin-restart": "^0.0.2" } diff --git a/examples/vue/package.json b/examples/vue/package.json index fa9d14d2..25b24096 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -15,8 +15,8 @@ "cross-env": "^7.0.3", "nodemon": "^2.0.15", "typescript": "^4.5.4", - "vite": "^2.7.4", - "vite-plugin-md": "^0.11.6", + "vite": "^2.7.6", + "vite-plugin-md": "^0.11.7", "vite-plugin-pages": "workspace:*" } } diff --git a/package.json b/package.json index 9dec8ba0..01672fbb 100644 --- a/package.json +++ b/package.json @@ -62,21 +62,21 @@ "yaml": "^2.0.0-9" }, "devDependencies": { - "@antfu/utils": "^0.3.0", - "@hannoeru/eslint-config": "^0.5.2", + "@antfu/utils": "^0.4.0", + "@hannoeru/eslint-config": "^0.5.3", "@types/debug": "^4.1.7", "@types/deep-equal": "^1.0.1", "@types/glob-to-regexp": "^0.4.1", - "@types/node": "^17.0.1", + "@types/node": "^17.0.4", "@vue/compiler-sfc": "^3.2.26", "bumpp": "^7.1.1", "cross-env": "^7.0.3", "eslint": "^8.5.0", "react-router": "^6.2.1", - "tsup": "^5.11.6", + "tsup": "^5.11.9", "typescript": "^4.5.4", - "vite": "^2.7.4", - "vitest": "^0.0.99", + "vite": "^2.7.6", + "vitest": "^0.0.113", "vue-router": "^4.0.12" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b34a0a8..288148d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,12 +4,12 @@ importers: .: specifiers: - '@antfu/utils': ^0.3.0 - '@hannoeru/eslint-config': ^0.5.2 + '@antfu/utils': ^0.4.0 + '@hannoeru/eslint-config': ^0.5.3 '@types/debug': ^4.1.7 '@types/deep-equal': ^1.0.1 '@types/glob-to-regexp': ^0.4.1 - '@types/node': ^17.0.1 + '@types/node': ^17.0.4 '@vue/compiler-sfc': ^3.2.26 bumpp: ^7.1.1 cross-env: ^7.0.3 @@ -20,10 +20,10 @@ importers: json5: ^2.2.0 local-pkg: ^0.4.0 react-router: ^6.2.1 - tsup: ^5.11.6 + tsup: ^5.11.9 typescript: ^4.5.4 - vite: ^2.7.4 - vitest: ^0.0.99 + vite: ^2.7.6 + vitest: ^0.0.113 vue-router: ^4.0.12 yaml: ^2.0.0-9 dependencies: @@ -34,21 +34,21 @@ importers: local-pkg: 0.4.0 yaml: 2.0.0-9 devDependencies: - '@antfu/utils': 0.3.0 - '@hannoeru/eslint-config': 0.5.2_eslint@8.5.0+typescript@4.5.4 + '@antfu/utils': 0.4.0 + '@hannoeru/eslint-config': 0.5.3_eslint@8.5.0+typescript@4.5.4 '@types/debug': 4.1.7 '@types/deep-equal': 1.0.1 '@types/glob-to-regexp': 0.4.1 - '@types/node': 17.0.1 + '@types/node': 17.0.4 '@vue/compiler-sfc': 3.2.26 bumpp: 7.1.1 cross-env: 7.0.3 eslint: 8.5.0 react-router: 6.2.1 - tsup: 5.11.6_typescript@4.5.4 + tsup: 5.11.9_typescript@4.5.4 typescript: 4.5.4 - vite: 2.7.4 - vitest: 0.0.99_vite@2.7.4 + vite: 2.7.6 + vitest: 0.0.113_vite@2.7.6 vue-router: 4.0.12 examples/nuxt-style: @@ -58,8 +58,8 @@ importers: cross-env: ^7.0.3 nodemon: ^2.0.15 typescript: ^4.5.4 - vite: ^2.7.4 - vite-plugin-md: ^0.11.6 + vite: ^2.7.6 + vite-plugin-md: ^0.11.7 vite-plugin-pages: workspace:* vite-plugin-restart: ^0.0.2 vue: ^3.2.26 @@ -68,21 +68,21 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.4+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 '@vue/compiler-sfc': 3.2.26 cross-env: 7.0.3 nodemon: 2.0.15 typescript: 4.5.4 - vite: 2.7.4 - vite-plugin-md: 0.11.6_vite@2.7.4 + vite: 2.7.6 + vite-plugin-md: 0.11.7_vite@2.7.6 vite-plugin-pages: link:../.. - vite-plugin-restart: 0.0.2_vite@2.7.4 + vite-plugin-restart: 0.0.2_vite@2.7.6 examples/react: specifiers: - '@types/react': ^17.0.37 + '@types/react': ^17.0.38 '@types/react-dom': ^17.0.11 - '@types/react-router-config': ^5.0.3 + '@types/react-router-config': ^5.0.4 '@types/react-router-dom': ^5.3.2 '@vitejs/plugin-react': ^1.1.3 cross-env: ^7.0.3 @@ -91,22 +91,22 @@ importers: react-dom: ^17.0.2 react-router-dom: ^6.2.1 typescript: ^4.5.4 - vite: ^2.7.4 + vite: ^2.7.6 vite-plugin-pages: workspace:* dependencies: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-router-dom: 6.2.1_react-dom@17.0.2+react@17.0.2 devDependencies: - '@types/react': 17.0.37 + '@types/react': 17.0.38 '@types/react-dom': 17.0.11 - '@types/react-router-config': 5.0.3 + '@types/react-router-config': 5.0.4 '@types/react-router-dom': 5.3.2 '@vitejs/plugin-react': 1.1.3 cross-env: 7.0.3 nodemon: 2.0.15 typescript: 4.5.4 - vite: 2.7.4 + vite: 2.7.6 vite-plugin-pages: link:../.. examples/vue: @@ -116,8 +116,8 @@ importers: cross-env: ^7.0.3 nodemon: ^2.0.15 typescript: ^4.5.4 - vite: ^2.7.4 - vite-plugin-md: ^0.11.6 + vite: ^2.7.6 + vite-plugin-md: ^0.11.7 vite-plugin-pages: workspace:* vue: ^3.2.26 vue-router: 4.0.12 @@ -125,13 +125,13 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.4+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 '@vue/compiler-sfc': 3.2.26 cross-env: 7.0.3 nodemon: 2.0.15 typescript: 4.5.4 - vite: 2.7.4 - vite-plugin-md: 0.11.6_vite@2.7.4 + vite: 2.7.6 + vite-plugin-md: 0.11.7_vite@2.7.6 vite-plugin-pages: link:../.. examples/vue-module: @@ -141,8 +141,8 @@ importers: cross-env: ^7.0.3 nodemon: ^2.0.15 typescript: ^4.5.4 - vite: ^2.7.4 - vite-plugin-md: ^0.11.6 + vite: ^2.7.6 + vite-plugin-md: ^0.11.7 vite-plugin-pages: workspace:* vite-plugin-restart: ^0.0.2 vue: ^3.2.26 @@ -151,21 +151,21 @@ importers: vue: 3.2.26 vue-router: 4.0.12_vue@3.2.26 devDependencies: - '@vitejs/plugin-vue': 2.0.1_vite@2.7.4+vue@3.2.26 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 '@vue/compiler-sfc': 3.2.26 cross-env: 7.0.3 nodemon: 2.0.15 typescript: 4.5.4 - vite: 2.7.4 - vite-plugin-md: 0.11.6_vite@2.7.4 + vite: 2.7.6 + vite-plugin-md: 0.11.7_vite@2.7.6 vite-plugin-pages: link:../.. - vite-plugin-restart: 0.0.2_vite@2.7.4 + vite-plugin-restart: 0.0.2_vite@2.7.6 examples/vue-ssr: specifiers: '@types/compression': ^1.7.2 '@types/express': ^4.17.13 - '@types/node': ^17.0.1 + '@types/node': ^17.0.4 '@vitejs/plugin-vue': ^2.0.1 '@vue/compiler-sfc': ^3.2.26 '@vue/server-renderer': ^3.2.26 @@ -177,7 +177,7 @@ importers: nodemon: ^2.0.15 serve-static: ^1.14.2 typescript: ^4.5.4 - vite: ^2.7.4 + vite: ^2.7.6 vite-plugin-pages: workspace:* vite-plugin-restart: ^0.0.2 vue: ^3.2.26 @@ -188,8 +188,8 @@ importers: devDependencies: '@types/compression': 1.7.2 '@types/express': 4.17.13 - '@types/node': 17.0.1 - '@vitejs/plugin-vue': 2.0.1_vite@2.7.4+vue@3.2.26 + '@types/node': 17.0.4 + '@vitejs/plugin-vue': 2.0.1_vite@2.7.6+vue@3.2.26 '@vue/compiler-sfc': 3.2.26 '@vue/server-renderer': 3.2.26_vue@3.2.26 compression: 1.7.4 @@ -200,9 +200,9 @@ importers: nodemon: 2.0.15 serve-static: 1.14.2 typescript: 4.5.4 - vite: 2.7.4 + vite: 2.7.6 vite-plugin-pages: link:../.. - vite-plugin-restart: 0.0.2_vite@2.7.4 + vite-plugin-restart: 0.0.2_vite@2.7.6 packages: @@ -212,6 +212,12 @@ packages: '@types/throttle-debounce': 2.1.0 dev: true + /@antfu/utils/0.4.0: + resolution: {integrity: sha512-gqkpvjkgFUu+s3kP+Ly33OKpo5zvVY3FDFhv5BIb98SncS3KD6DNxPfNDjwHIoyXbz1leWo1j8DtRLZ1D2Jv+Q==} + dependencies: + '@types/throttle-debounce': 2.1.0 + dev: true + /@babel/code-frame/7.16.0: resolution: {integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==} engines: {node: '>=6.9.0'} @@ -417,8 +423,8 @@ packages: '@babel/plugin-transform-react-jsx': 7.16.5_@babel+core@7.16.5 dev: true - /@babel/plugin-transform-react-jsx-self/7.16.0_@babel+core@7.16.5: - resolution: {integrity: sha512-97yCFY+2GvniqOThOSjPor8xUoDiQ0STVWAQMl3pjhJoFVe5DuXDLZCRSZxu9clx+oRCbTiXGgKEG/Yoyo6Y+w==} + /@babel/plugin-transform-react-jsx-self/7.16.5_@babel+core@7.16.5: + resolution: {integrity: sha512-fvwq+jir1Vn4f5oBS0H/J/gD5CneTD53MHs+NMjlHcha4Sq35fwxI5RtmJGEBXO+M93f/eeD9cAhRPhmLyJiVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -427,8 +433,8 @@ packages: '@babel/helper-plugin-utils': 7.16.5 dev: true - /@babel/plugin-transform-react-jsx-source/7.16.0_@babel+core@7.16.5: - resolution: {integrity: sha512-8yvbGGrHOeb/oyPc9tzNoe9/lmIjz3HLa9Nc5dMGDyNpGjfFrk8D2KdEq9NRkftZzeoQEW6yPQ29TMZtrLiUUA==} + /@babel/plugin-transform-react-jsx-source/7.16.5_@babel+core@7.16.5: + resolution: {integrity: sha512-/eP+nZywJntGLjSPjksAnM9/ELIs3RbiEuTu2/zAOzwwBcfiu+m/iptEq1lERUUtSXubYSHVnVHMr13GR+TwPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -509,8 +515,8 @@ packages: - supports-color dev: true - /@hannoeru/eslint-config-basic/0.5.2_eslint@8.5.0: - resolution: {integrity: sha512-eh6afWBm39tpTRclQpgL/TZBFsRJxC9VP+NJbaogkBF52cGImpBmFABLGhNQmWIlvSHSQD4QYH+USdgxtisAFQ==} + /@hannoeru/eslint-config-basic/0.5.3_eslint@8.5.0: + resolution: {integrity: sha512-nMpTkK6KG9DoyUKoOQjapvebatsIPnJJ2NContfQMflAkDe+0kTNGiUu2kicLqDEj/Z3Ywer45m3PXff1M4jpA==} peerDependencies: eslint: '>=7.4.0' dependencies: @@ -530,14 +536,14 @@ packages: - supports-color dev: true - /@hannoeru/eslint-config-react/0.5.2_eslint@8.5.0+typescript@4.5.4: - resolution: {integrity: sha512-Skp9mPW4V/pcEt31eKb/Cegpqtzyp5v0DDTWOStYv6cr3a3NxGkogWsusL+2/DwP7LOzZ4BvKnNrt2kAs1dYTw==} + /@hannoeru/eslint-config-react/0.5.3_eslint@8.5.0+typescript@4.5.4: + resolution: {integrity: sha512-K/8/rcjhVmBj9BvaCoVOBWPo8j223XY6QtbsPtkOLORS1u+mbs7d2asdyEILiQz3/1R7OyVo0jVKyrj8sE5Azw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@hannoeru/eslint-config-ts': 0.5.2_eslint@8.5.0+typescript@4.5.4 + '@hannoeru/eslint-config-ts': 0.5.3_eslint@8.5.0+typescript@4.5.4 eslint: 8.5.0 - eslint-plugin-react: 7.27.1_eslint@8.5.0 + eslint-plugin-react: 7.28.0_eslint@8.5.0 eslint-plugin-react-hooks: 4.3.0_eslint@8.5.0 transitivePeerDependencies: - eslint-plugin-import @@ -545,15 +551,15 @@ packages: - typescript dev: true - /@hannoeru/eslint-config-ts/0.5.2_eslint@8.5.0+typescript@4.5.4: - resolution: {integrity: sha512-yBS96umrOBJg2OUXw8pvesIaiQ9IjyiCJr+POnR/IvbIy3U8Au0GC1QUtDOkDPrbVhY9hM6CqOZABdFrngH6cA==} + /@hannoeru/eslint-config-ts/0.5.3_eslint@8.5.0+typescript@4.5.4: + resolution: {integrity: sha512-dtUberIhQyaQ4f6PZFtXZqFyYIpLjy7Tpy29aoqSQcuqCizKm/79AbelL97sFPvdOmx4jprTDJ/ytJGMAUyDmw==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@hannoeru/eslint-config-basic': 0.5.2_eslint@8.5.0 - '@typescript-eslint/eslint-plugin': 5.7.0_a6f6159640504abdd3de077f8bcadb33 - '@typescript-eslint/parser': 5.7.0_eslint@8.5.0+typescript@4.5.4 + '@hannoeru/eslint-config-basic': 0.5.3_eslint@8.5.0 + '@typescript-eslint/eslint-plugin': 5.8.0_836011a006f4f5d67178564baf2b6d34 + '@typescript-eslint/parser': 5.8.0_eslint@8.5.0+typescript@4.5.4 eslint: 8.5.0 eslint-import-resolver-typescript: 2.5.0_eslint@8.5.0 typescript: 4.5.4 @@ -562,12 +568,12 @@ packages: - supports-color dev: true - /@hannoeru/eslint-config-vue/0.5.2_eslint@8.5.0+typescript@4.5.4: - resolution: {integrity: sha512-qY1IsRrVyIFT4QryTfTi+cFZQCPJBYB7ExCN3is0jwVxY73H/SUIYFoqwvgHEhJiQN0z35wx9AjzYQU6ds0lzA==} + /@hannoeru/eslint-config-vue/0.5.3_eslint@8.5.0+typescript@4.5.4: + resolution: {integrity: sha512-kLcbzRTtnfhzHe7QTE+IjHwxCg1ekleI7EKBN/kGwBUInHDlk3LtpYuNewvCcNGQmQadLJbAkql9ggXUwuF7ew==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@hannoeru/eslint-config-ts': 0.5.2_eslint@8.5.0+typescript@4.5.4 + '@hannoeru/eslint-config-ts': 0.5.3_eslint@8.5.0+typescript@4.5.4 eslint: 8.5.0 eslint-plugin-vue: 8.2.0_eslint@8.5.0 transitivePeerDependencies: @@ -576,13 +582,13 @@ packages: - typescript dev: true - /@hannoeru/eslint-config/0.5.2_eslint@8.5.0+typescript@4.5.4: - resolution: {integrity: sha512-SH3X7adZ4DiGv4P+2CgrEC1NmB9QwE8XbEg/RHLSCNVUu+y0n1hyzYhccS/bhStt4OUYcu1oDEAEmg5S1e8mSg==} + /@hannoeru/eslint-config/0.5.3_eslint@8.5.0+typescript@4.5.4: + resolution: {integrity: sha512-nbyikxxFG7DzaNso6xHQ6V9B7SGqpDQT3x4JlLC8FmbLSCbNbfTiM+YDCyO3WN7wy+v3cxP8XAoeuALpPBQN+Q==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@hannoeru/eslint-config-react': 0.5.2_eslint@8.5.0+typescript@4.5.4 - '@hannoeru/eslint-config-vue': 0.5.2_eslint@8.5.0+typescript@4.5.4 + '@hannoeru/eslint-config-react': 0.5.3_eslint@8.5.0+typescript@4.5.4 + '@hannoeru/eslint-config-vue': 0.5.3_eslint@8.5.0+typescript@4.5.4 eslint: 8.5.0 transitivePeerDependencies: - eslint-plugin-import @@ -633,8 +639,8 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - /@rollup/pluginutils/4.1.1: - resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} + /@rollup/pluginutils/4.1.2: + resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} engines: {node: '>= 8.0.0'} dependencies: estree-walker: 2.0.2 @@ -657,7 +663,7 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 17.0.1 + '@types/node': 17.0.4 dev: true /@types/chai-subset/1.3.3: @@ -679,7 +685,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 17.0.1 + '@types/node': 17.0.4 dev: true /@types/debug/4.1.7: @@ -692,10 +698,10 @@ packages: resolution: {integrity: sha512-mMUu4nWHLBlHtxXY17Fg6+ucS/MnndyOWyOe7MmwkoMYxvfQU2ajtRaEvqSUv+aVkMqH/C0NCI8UoVfRNQ10yg==} dev: true - /@types/express-serve-static-core/4.17.26: - resolution: {integrity: sha512-zeu3tpouA043RHxW0gzRxwCHchMgftE8GArRsvYT0ByDMbn19olQHx5jLue0LxWY6iYtXb7rXmuVtSkhy9YZvQ==} + /@types/express-serve-static-core/4.17.27: + resolution: {integrity: sha512-e/sVallzUTPdyOTiqi8O8pMdBBphscvI6E4JYaKlja4Lm+zh7UFSSdW5VMkRbhDtmrONqOUHOXRguPsDckzxNA==} dependencies: - '@types/node': 17.0.1 + '@types/node': 17.0.4 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: true @@ -704,7 +710,7 @@ packages: resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.26 + '@types/express-serve-static-core': 4.17.27 '@types/qs': 6.9.7 '@types/serve-static': 1.13.10 dev: true @@ -748,8 +754,8 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node/17.0.1: - resolution: {integrity: sha512-NXKvBVUzIbs6ylBwmOwHFkZS2EXCcjnqr8ZCRNaXBkHAf+3mn/rPcJxwrzuc6movh8fxQAsUUfYklJ/EG+hZqQ==} + /@types/node/17.0.4: + resolution: {integrity: sha512-6xwbrW4JJiJLgF+zNypN5wr2ykM9/jHcL7rQ8fZe2vuftggjzZeRSM4OwRc6Xk8qWjwJ99qVHo/JgOGmomWRog==} dev: true /@types/normalize-package-data/2.4.1: @@ -771,14 +777,14 @@ packages: /@types/react-dom/17.0.11: resolution: {integrity: sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==} dependencies: - '@types/react': 17.0.37 + '@types/react': 17.0.38 dev: true - /@types/react-router-config/5.0.3: - resolution: {integrity: sha512-38vpjXic0+E2sIBEKUe+RrCmbc8RqcQhNV8OmU3KUcwgy/yzTeo67MhllP+0zjZWNr7Lhw+RnUkL0hzkf63nUQ==} + /@types/react-router-config/5.0.4: + resolution: {integrity: sha512-wJIRO2JcR/prphs4h7Fadx48vlqC3qMyTImqOLHkpwWCYBq9SnC+UAOBVZM4pCrzdIvUoXQy3b18+J6LXEKVpw==} dependencies: '@types/history': 4.7.9 - '@types/react': 17.0.37 + '@types/react': 17.0.38 '@types/react-router': 5.1.17 dev: true @@ -786,7 +792,7 @@ packages: resolution: {integrity: sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==} dependencies: '@types/history': 4.7.9 - '@types/react': 17.0.37 + '@types/react': 17.0.38 '@types/react-router': 5.1.17 dev: true @@ -794,11 +800,11 @@ packages: resolution: {integrity: sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==} dependencies: '@types/history': 4.7.9 - '@types/react': 17.0.37 + '@types/react': 17.0.38 dev: true - /@types/react/17.0.37: - resolution: {integrity: sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg==} + /@types/react/17.0.38: + resolution: {integrity: sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==} dependencies: '@types/prop-types': 15.7.4 '@types/scheduler': 0.16.2 @@ -813,15 +819,15 @@ packages: resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} dependencies: '@types/mime': 1.3.2 - '@types/node': 17.0.1 + '@types/node': 17.0.4 dev: true /@types/throttle-debounce/2.1.0: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} dev: true - /@typescript-eslint/eslint-plugin/5.7.0_a6f6159640504abdd3de077f8bcadb33: - resolution: {integrity: sha512-8RTGBpNn5a9M628wBPrCbJ+v3YTEOE2qeZb7TDkGKTDXSj36KGRg92SpFFaR/0S3rSXQxM0Og/kV9EyadsYSBg==} + /@typescript-eslint/eslint-plugin/5.8.0_836011a006f4f5d67178564baf2b6d34: + resolution: {integrity: sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -831,13 +837,13 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.7.0_eslint@8.5.0+typescript@4.5.4 - '@typescript-eslint/parser': 5.7.0_eslint@8.5.0+typescript@4.5.4 - '@typescript-eslint/scope-manager': 5.7.0 + '@typescript-eslint/experimental-utils': 5.8.0_eslint@8.5.0+typescript@4.5.4 + '@typescript-eslint/parser': 5.8.0_eslint@8.5.0+typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.8.0 debug: 4.3.3 eslint: 8.5.0 functional-red-black-tree: 1.0.1 - ignore: 5.1.9 + ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 tsutils: 3.21.0_typescript@4.5.4 @@ -846,16 +852,16 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.7.0_eslint@8.5.0+typescript@4.5.4: - resolution: {integrity: sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A==} + /@typescript-eslint/experimental-utils/5.8.0_eslint@8.5.0+typescript@4.5.4: + resolution: {integrity: sha512-KN5FvNH71bhZ8fKtL+lhW7bjm7cxs1nt+hrDZWIqb6ViCffQcWyLunGrgvISgkRojIDcXIsH+xlFfI4RCDA0xA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '*' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.7.0 - '@typescript-eslint/types': 5.7.0 - '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.8.0 + '@typescript-eslint/types': 5.8.0 + '@typescript-eslint/typescript-estree': 5.8.0_typescript@4.5.4 eslint: 8.5.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.5.0 @@ -864,8 +870,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/5.7.0_eslint@8.5.0+typescript@4.5.4: - resolution: {integrity: sha512-m/gWCCcS4jXw6vkrPQ1BjZ1vomP01PArgzvauBqzsoZ3urLbsRChexB8/YV8z9HwE3qlJM35FxfKZ1nfP/4x8g==} + /@typescript-eslint/parser/5.8.0_eslint@8.5.0+typescript@4.5.4: + resolution: {integrity: sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -874,9 +880,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.7.0 - '@typescript-eslint/types': 5.7.0 - '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 + '@typescript-eslint/scope-manager': 5.8.0 + '@typescript-eslint/types': 5.8.0 + '@typescript-eslint/typescript-estree': 5.8.0_typescript@4.5.4 debug: 4.3.3 eslint: 8.5.0 typescript: 4.5.4 @@ -884,21 +890,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.7.0: - resolution: {integrity: sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA==} + /@typescript-eslint/scope-manager/5.8.0: + resolution: {integrity: sha512-x82CYJsLOjPCDuFFEbS6e7K1QEWj7u5Wk1alw8A+gnJiYwNnDJk0ib6PCegbaPMjrfBvFKa7SxE3EOnnIQz2Gg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.7.0 - '@typescript-eslint/visitor-keys': 5.7.0 + '@typescript-eslint/types': 5.8.0 + '@typescript-eslint/visitor-keys': 5.8.0 dev: true - /@typescript-eslint/types/5.7.0: - resolution: {integrity: sha512-5AeYIF5p2kAneIpnLFve8g50VyAjq7udM7ApZZ9JYjdPjkz0LvODfuSHIDUVnIuUoxafoWzpFyU7Sqbxgi79mA==} + /@typescript-eslint/types/5.8.0: + resolution: {integrity: sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.7.0_typescript@4.5.4: - resolution: {integrity: sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg==} + /@typescript-eslint/typescript-estree/5.8.0_typescript@4.5.4: + resolution: {integrity: sha512-srfeZ3URdEcUsSLbkOFqS7WoxOqn8JNil2NSLO9O+I2/Uyc85+UlfpEvQHIpj5dVts7KKOZnftoJD/Fdv0L7nQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -906,8 +912,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.7.0 - '@typescript-eslint/visitor-keys': 5.7.0 + '@typescript-eslint/types': 5.8.0 + '@typescript-eslint/visitor-keys': 5.8.0 debug: 4.3.3 globby: 11.0.4 is-glob: 4.0.3 @@ -918,11 +924,11 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/5.7.0: - resolution: {integrity: sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg==} + /@typescript-eslint/visitor-keys/5.8.0: + resolution: {integrity: sha512-+HDIGOEMnqbxdAHegxvnOqESUH6RWFRR2b8qxP1W9CZnnYh4Usz6MBL+2KMAgPk/P0o9c1HqnYtwzVH6GTIqug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.7.0 + '@typescript-eslint/types': 5.8.0 eslint-visitor-keys: 3.1.0 dev: true @@ -933,23 +939,23 @@ packages: '@babel/core': 7.16.5 '@babel/plugin-transform-react-jsx': 7.16.5_@babel+core@7.16.5 '@babel/plugin-transform-react-jsx-development': 7.16.5_@babel+core@7.16.5 - '@babel/plugin-transform-react-jsx-self': 7.16.0_@babel+core@7.16.5 - '@babel/plugin-transform-react-jsx-source': 7.16.0_@babel+core@7.16.5 - '@rollup/pluginutils': 4.1.1 + '@babel/plugin-transform-react-jsx-self': 7.16.5_@babel+core@7.16.5 + '@babel/plugin-transform-react-jsx-source': 7.16.5_@babel+core@7.16.5 + '@rollup/pluginutils': 4.1.2 react-refresh: 0.11.0 resolve: 1.20.0 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/2.0.1_vite@2.7.4+vue@3.2.26: + /@vitejs/plugin-vue/2.0.1_vite@2.7.6+vue@3.2.26: resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.7.4 + vite: 2.7.6 vue: 3.2.26 dev: true @@ -987,8 +993,8 @@ packages: '@vue/compiler-dom': 3.2.26 '@vue/shared': 3.2.26 - /@vue/devtools-api/6.0.0-beta.20.1: - resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} + /@vue/devtools-api/6.0.0-beta.21.1: + resolution: {integrity: sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==} /@vue/reactivity-transform/3.2.26: resolution: {integrity: sha512-XKMyuCmzNA7nvFlYhdKwD78rcnmPb7q46uoR00zkX6yZrUmcCQ5OikiwUEVbvNhL5hBJuvbSO95jB5zkUon+eQ==} @@ -1162,6 +1168,10 @@ packages: es-abstract: 1.19.1 dev: true + /assertion-error/1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + dev: true + /available-typed-arrays/1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} @@ -1224,8 +1234,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001286 - electron-to-chromium: 1.4.18 + caniuse-lite: 1.0.30001292 + electron-to-chromium: 1.4.28 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -1254,12 +1264,12 @@ packages: semver: 7.3.5 dev: true - /bundle-require/2.1.8_esbuild@0.14.5: - resolution: {integrity: sha512-oOEg3A0hy/YzvNWNowtKD0pmhZKseOFweCbgyMqTIih4gRY1nJWsvrOCT27L9NbIyL5jMjTFrAUpGxxpW68Puw==} + /bundle-require/2.2.0_esbuild@0.14.8: + resolution: {integrity: sha512-JDVxYEAxEX1g8AWtadiIkCkFf42RulEl5AOIvUa4cpuEL/VKpK2lJwogyswHnp+qizNQxM0Ylamw7CjPRaJZuA==} peerDependencies: esbuild: '>=0.13' dependencies: - esbuild: 0.14.5 + esbuild: 0.14.8 dev: true /bytes/3.0.0: @@ -1310,8 +1320,20 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001286: - resolution: {integrity: sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==} + /caniuse-lite/1.0.30001292: + resolution: {integrity: sha512-jnT4Tq0Q4ma+6nncYQVe7d73kmDmE9C3OGTx3MvW7lBM/eY1S1DZTMBON7dqV481RhNiS5OxD7k9JQvmDOTirw==} + dev: true + + /chai/4.3.4: + resolution: {integrity: sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==} + engines: {node: '>=4'} + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.2 + deep-eql: 3.0.1 + get-func-name: 2.0.0 + pathval: 1.1.1 + type-detect: 4.0.8 dev: true /chalk/2.4.2: @@ -1331,6 +1353,10 @@ packages: supports-color: 7.2.0 dev: true + /check-error/1.0.2: + resolution: {integrity: sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=} + dev: true + /chokidar/3.5.2: resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} engines: {node: '>= 8.10.0'} @@ -1531,6 +1557,13 @@ packages: mimic-response: 1.0.1 dev: true + /deep-eql/3.0.1: + resolution: {integrity: sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==} + engines: {node: '>=0.12'} + dependencies: + type-detect: 4.0.8 + dev: true + /deep-equal/2.0.5: resolution: {integrity: sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==} dependencies: @@ -1642,8 +1675,8 @@ packages: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} dev: true - /electron-to-chromium/1.4.18: - resolution: {integrity: sha512-i7nKjGGBE1+YUIbfLObA1EZPmN7J1ITEllbhusDk+KIk6V6gUxN9PFe36v+Sd+8Cg0k3cgUv9lQhQZalr8rggw==} + /electron-to-chromium/1.4.28: + resolution: {integrity: sha512-Gzbf0wUtKfyPaqf0Plz+Ctinf9eQIzxEqBHwSvbGfeOm9GMNdLxyu1dNiCUfM+x6r4BE0xUJNh3Nmg9gfAtTmg==} dev: true /emoji-regex/8.0.0: @@ -1705,7 +1738,7 @@ packages: is-shared-array-buffer: 1.0.1 is-string: 1.0.7 is-weakref: 1.0.2 - object-inspect: 1.11.1 + object-inspect: 1.12.0 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 @@ -1741,8 +1774,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.5: - resolution: {integrity: sha512-Sl6ysm7OAZZz+X3Mv3tOPhjMuSxNmztgoXH4ZZ3Yhbje5emEY6qiTnv3vBSljDlUl/yGaIjqC44qlj8s8G71xA==} + /esbuild-android-arm64/0.14.8: + resolution: {integrity: sha512-tAEoSHnPBSH0cCAFa/aYs3LPsoTY4SwsP6wDKi4PaelbQYNJjqNpAeweyJ8l98g1D6ZkLyqsHbkYj+209sezkA==} cpu: [arm64] os: [android] requiresBuild: true @@ -1757,8 +1790,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.5: - resolution: {integrity: sha512-VHZl23sM9BOZXcLxk1vTYls8TCAY+/3llw9vHKIWAHDHzBBOlVv26ORK8gnStNMqTjCSGSMoq4T5jOZf2WrJPQ==} + /esbuild-darwin-64/0.14.8: + resolution: {integrity: sha512-t7p7WzTb+ybiD/irkMt5j/NzB+jY+8yPTsrXk5zCOH1O7DdthRnAUJ7pJPwImdL7jAGRbLtYRxUPgCHs/0qUPw==} cpu: [x64] os: [darwin] requiresBuild: true @@ -1773,8 +1806,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.5: - resolution: {integrity: sha512-ugPOLgEQPoPLSqAFBajaczt+lcbUZR+V2fby3572h5jf/kFV6UL8LAZ1Ze58hcbKwfvbh4C09kp0PhqPgXKwOg==} + /esbuild-darwin-arm64/0.14.8: + resolution: {integrity: sha512-5FeaT2zMUajKnBwUMSsjZev5iA38YHrDmXhkOCwZQIFUvhqojinqCrvv/X7dyxb1987bcY9KGwJ+EwDwd922HQ==} cpu: [arm64] os: [darwin] requiresBuild: true @@ -1789,8 +1822,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.5: - resolution: {integrity: sha512-uP0yOixSHF505o/Kzq9e4bvZblCZp9GGx+a7enLOVSuvIvLmtj2yhZLRPGfbVNkPJXktTKNRAnNGkXHl53M6sw==} + /esbuild-freebsd-64/0.14.8: + resolution: {integrity: sha512-pGHBLSf7ynfyDZXUtbq/GsA2VIwQlWXrUj1AMcE0id47mRdEUM8/1ZuqMGZx63hRnNgtK9zNJ8OIu2c7qq76Qw==} cpu: [x64] os: [freebsd] requiresBuild: true @@ -1805,8 +1838,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.5: - resolution: {integrity: sha512-M99NPu8hlirFo6Fgx0WfX6XxUFdGclUNv3MyyfDtTdNYbccMESwLSACGpE7HvJKWscdjaqajeMu2an9adGNfCw==} + /esbuild-freebsd-arm64/0.14.8: + resolution: {integrity: sha512-g4GgAnrx6Gh1BjKJjJWgPnOR4tW2FcAx9wFvyUjRsIjB35gT+aAFR+P/zStu5OG9LnbS8Pvjd4wS68QIXk+2dA==} cpu: [arm64] os: [freebsd] requiresBuild: true @@ -1821,8 +1854,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.5: - resolution: {integrity: sha512-hfqln4yb/jf/vPvI/A6aCvpIzqF3PdDmrKiikTohEUuRtvEZz234krtNwEAw5ssCue4NX8BJqrMpCTAHOl3LQw==} + /esbuild-linux-32/0.14.8: + resolution: {integrity: sha512-wPfQJadF5vTzriw/B8Ide74PeAJlZW7czNx3NIUHkHlXb+En1SeIqNzl6jG9DuJUl57xD9Ucl9YJFEkFeX8eLg==} cpu: [ia32] os: [linux] requiresBuild: true @@ -1837,8 +1870,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.5: - resolution: {integrity: sha512-T+OuYPlhytjj5DsvjUXizNjbV+/IrZiaDc9SNUfqiUOXHu0URFqchjhPVbBiBnWykCMJFB6pqNap2Oxth4iuYw==} + /esbuild-linux-64/0.14.8: + resolution: {integrity: sha512-+RNuLk9RhRDL2kG+KTEYl5cIgF6AGLkRnKKWEu9DpCZaickONEqrKyQSVn410Hj105DLdW6qvIXQQHPycJhExg==} cpu: [x64] os: [linux] requiresBuild: true @@ -1853,8 +1886,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.5: - resolution: {integrity: sha512-5b10jKJ3lU4BUchOw9TgRResu8UZJf8qVjAzV5muHedonCfBzClGTT4KCNuOcLTJomH3wz6gNVJt1AxMglXnJg==} + /esbuild-linux-arm/0.14.8: + resolution: {integrity: sha512-HIct38SvUAIJbiTwV/PVQroimQo96TGtzRDAEZxTorB4vsAj1r8bd0keXExPU4RH7G0zIqC4loQQpWYL+nH4Vg==} cpu: [arm] os: [linux] requiresBuild: true @@ -1869,8 +1902,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.5: - resolution: {integrity: sha512-ANOzoaH4kfbhEZT0EGY9g1tsZhDA+I0FRwBsj7D8pCU900pXF/l8YAOy5jWFQIb3vjG5+orFc5SqSzAKCisvTQ==} + /esbuild-linux-arm64/0.14.8: + resolution: {integrity: sha512-BtWoKNYul9UoxUvQUSdSrvSmJyFL1sGnNPTSqWCg1wMe4kmc8UY2yVsXSSkKO8N2jtHxlgFyz/XhvNBzEwGVcw==} cpu: [arm64] os: [linux] requiresBuild: true @@ -1885,8 +1918,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.5: - resolution: {integrity: sha512-sSmGfOUNNB2Nd3tzp1RHSxiJmM5/RUIEP5aAtH+PpOP7FPp15Jcfwq7UNBJ82KLN3SJcwhUeEfcCaUFBzbTKxg==} + /esbuild-linux-mips64le/0.14.8: + resolution: {integrity: sha512-0DxnCl9XTvaQtsX6Qa+Phr5i9b04INwwSv2RbQ2UWRLoQ/037iaFzbmuhgrcmaGOcRwPkCa+4Qo5EgI01MUgsQ==} cpu: [mips64el] os: [linux] requiresBuild: true @@ -1901,14 +1934,22 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.5: - resolution: {integrity: sha512-usfQrVVIQcpuc/U2NWc7/Ry+m622v+PjJ5eErNPdjWBPlcvD6kXaBTv94uQkVzZOHX3uYqprRrOjseed9ApSYA==} + /esbuild-linux-ppc64le/0.14.8: + resolution: {integrity: sha512-Uzr/OMj97Q0qoWLXCvXCKUY/z1SNI4iSZEuYylM5Nd71HGStL32XWq/MReJ0PYMvUMKKJicKSKw2jWM1uBQ84Q==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true + /esbuild-linux-s390x/0.14.8: + resolution: {integrity: sha512-vURka7aCA5DrRoOqOn6pXYwFlDSoQ4qnqam8AC0Ikn6tibutuhgar6M3Ek2DCuz9yqd396mngdYr5A8x2TPkww==} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + /esbuild-netbsd-64/0.13.15: resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} cpu: [x64] @@ -1917,8 +1958,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.5: - resolution: {integrity: sha512-Q5KpvPZcPnNEaTjrvuWqvEnlhI2jyi1wWwYunlEUAhx60spQOTy10sdYOA+s1M+LPb6kwvasrZZDmYyQlcVZeA==} + /esbuild-netbsd-64/0.14.8: + resolution: {integrity: sha512-tjyDak2/pp0VUAhBW6/ueuReMd5qLHNlisXl5pq0Xn0z+kH9urA/t1igm0JassWbdMz123td5ZEQWoD9KbtOAw==} cpu: [x64] os: [netbsd] requiresBuild: true @@ -1942,20 +1983,20 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.5: - resolution: {integrity: sha512-RZzRUu1RYKextJgXkHhAsuhLDvm73YP/wogpUG9MaAGvKTxnKAKRuaw2zJfnbz8iBqBQB2no2PmpVBNbqUTQrw==} + /esbuild-openbsd-64/0.14.8: + resolution: {integrity: sha512-zAKKV15fIyAuDDga5rQv0lW2ufBWj/OCjqjDBb3dJf5SfoAi/DMIHuzmkKQeDQ+oxt9Rp1D7ZOlOBVflutFTqQ==} cpu: [x64] os: [openbsd] requiresBuild: true dev: true optional: true - /esbuild-register/3.2.1_esbuild@0.14.5: + /esbuild-register/3.2.1_esbuild@0.14.8: resolution: {integrity: sha512-LFgzsqCHsFUpTZdYJFTl1o5p60+C4nZ65BzFYPS1jKGwiKk6JLH8tuLwuydvpgreNUAeDUhTPJgJNjmpZKSOpQ==} peerDependencies: esbuild: '>=0.12 <1' dependencies: - esbuild: 0.14.5 + esbuild: 0.14.8 jsonc-parser: 3.0.0 dev: true @@ -1967,8 +2008,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.5: - resolution: {integrity: sha512-J2ffKsBBWscQlye+/giEgKsQCppwHHFqqt/sh+ojVF+DZy1ve6RpPGwXGcGF6IaZTAI9+Vk4eHleiQxb+PC9Yw==} + /esbuild-sunos-64/0.14.8: + resolution: {integrity: sha512-xV41Wa8imziM/2dbWZjLKQbIETRgo5dE0oc/uPsgaecJhsrdA0VkGa/V432LJSUYv967xHDQdoRRl5tr80+NnQ==} cpu: [x64] os: [sunos] requiresBuild: true @@ -1983,8 +2024,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.5: - resolution: {integrity: sha512-OTZvuAc1JBnwmeT+hR1+Vmgz6LOD7DggpnwtKMAExruSLxUMl02Z3pyalJ7zKh3gJ/KBRM1JQZLSk4/mFWijeQ==} + /esbuild-windows-32/0.14.8: + resolution: {integrity: sha512-AxpdeLKQSyCZo7MzdOyV4OgEbEJcjnrS/2niAjbHESbjuS5P1DN/5vZoJ/JSWDVa/40OkBuHBhAXMx1HK3UDsg==} cpu: [ia32] os: [win32] requiresBuild: true @@ -1999,8 +2040,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.5: - resolution: {integrity: sha512-ZM9rlBDsPEeMVJ1wcpNMXUad9VzYOFeOBUXBi+16HZTvFPy2DkcC2ZWcrByP3IESToD5lvHdjSX/w8rxphjqig==} + /esbuild-windows-64/0.14.8: + resolution: {integrity: sha512-/3pllNoy8mrz/E1rYalwiwwhzJBrYQhEapwAteHZbFVhGzYuB8F80e8x5eA8dhFHxDiZh1VzK+hREwwSt8UTQA==} cpu: [x64] os: [win32] requiresBuild: true @@ -2015,8 +2056,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.5: - resolution: {integrity: sha512-iK41mKG2LG0AKHE+9g/jDYU5ZQpJObt1uIPSGTiiiJKI5qbHdEck6Gaqq2tmBI933F2zB9yqZIX7IAdxwN/q4A==} + /esbuild-windows-arm64/0.14.8: + resolution: {integrity: sha512-lTm5naoNgaUvzIiax3XYIEebqwr3bIIEEtqUhzQ2UQ+JMBmvhr02w3sJIJqF3axTX6TgWrC1OtM7DYNvFG+aXA==} cpu: [arm64] os: [win32] requiresBuild: true @@ -2047,28 +2088,29 @@ packages: esbuild-windows-arm64: 0.13.15 dev: true - /esbuild/0.14.5: - resolution: {integrity: sha512-ofwgH4ITPXhkMo2AM39oXpSe5KIyWjxicdqYVy+tLa1lMgxzPCKwaepcrSRtYbgTUMXwquxB1C3xQYpUNaPAFA==} + /esbuild/0.14.8: + resolution: {integrity: sha512-stMsCBmxwaMpeK8GC/49L/cRGIwsHwoEN7Twk5zDTHlm/63c0KXFKzDC8iM2Mi3fyCKwS002TAH6IlAvqR6t3g==} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-arm64: 0.14.5 - esbuild-darwin-64: 0.14.5 - esbuild-darwin-arm64: 0.14.5 - esbuild-freebsd-64: 0.14.5 - esbuild-freebsd-arm64: 0.14.5 - esbuild-linux-32: 0.14.5 - esbuild-linux-64: 0.14.5 - esbuild-linux-arm: 0.14.5 - esbuild-linux-arm64: 0.14.5 - esbuild-linux-mips64le: 0.14.5 - esbuild-linux-ppc64le: 0.14.5 - esbuild-netbsd-64: 0.14.5 - esbuild-openbsd-64: 0.14.5 - esbuild-sunos-64: 0.14.5 - esbuild-windows-32: 0.14.5 - esbuild-windows-64: 0.14.5 - esbuild-windows-arm64: 0.14.5 + esbuild-android-arm64: 0.14.8 + esbuild-darwin-64: 0.14.8 + esbuild-darwin-arm64: 0.14.8 + esbuild-freebsd-64: 0.14.8 + esbuild-freebsd-arm64: 0.14.8 + esbuild-linux-32: 0.14.8 + esbuild-linux-64: 0.14.8 + esbuild-linux-arm: 0.14.8 + esbuild-linux-arm64: 0.14.8 + esbuild-linux-mips64le: 0.14.8 + esbuild-linux-ppc64le: 0.14.8 + esbuild-linux-s390x: 0.14.8 + esbuild-netbsd-64: 0.14.8 + esbuild-openbsd-64: 0.14.8 + esbuild-sunos-64: 0.14.8 + esbuild-windows-32: 0.14.8 + esbuild-windows-64: 0.14.8 + esbuild-windows-arm64: 0.14.8 dev: true /escalade/3.1.1: @@ -2161,7 +2203,7 @@ packages: dependencies: escape-string-regexp: 1.0.5 eslint: 8.5.0 - ignore: 5.1.9 + ignore: 5.2.0 dev: true /eslint-plugin-html/6.2.0: @@ -2213,7 +2255,7 @@ packages: eslint: 8.5.0 eslint-plugin-es: 3.0.1_eslint@8.5.0 eslint-utils: 2.1.0 - ignore: 5.1.9 + ignore: 5.2.0 minimatch: 3.0.4 resolve: 1.20.0 semver: 6.3.0 @@ -2237,8 +2279,8 @@ packages: eslint: 8.5.0 dev: true - /eslint-plugin-react/7.27.1_eslint@8.5.0: - resolution: {integrity: sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==} + /eslint-plugin-react/7.28.0_eslint@8.5.0: + resolution: {integrity: sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -2254,7 +2296,7 @@ packages: object.fromentries: 2.0.5 object.hasown: 1.1.0 object.values: 1.1.5 - prop-types: 15.7.2 + prop-types: 15.8.0 resolve: 2.0.0-next.3 semver: 6.3.0 string.prototype.matchall: 4.0.6 @@ -2439,9 +2481,9 @@ packages: hasBin: true dependencies: cross-spawn: 7.0.3 - esbuild: 0.14.5 + esbuild: 0.14.8 esbuild-node-loader: 0.6.3_typescript@4.5.4 - esbuild-register: 3.2.1_esbuild@0.14.5 + esbuild-register: 3.2.1_esbuild@0.14.8 import-meta-resolve: 1.1.1 transitivePeerDependencies: - typescript @@ -2682,6 +2724,10 @@ packages: engines: {node: '>=6.9.0'} dev: true + /get-func-name/2.0.0: + resolution: {integrity: sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=} + dev: true + /get-intrinsic/1.1.1: resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} dependencies: @@ -2776,7 +2822,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.7 - ignore: 5.1.9 + ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -2900,8 +2946,8 @@ packages: engines: {node: '>= 4'} dev: true - /ignore/5.1.9: - resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==} + /ignore/5.2.0: + resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} dev: true @@ -3157,8 +3203,11 @@ packages: dependencies: call-bind: 1.0.2 - /is-weakset/2.0.1: - resolution: {integrity: sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==} + /is-weakset/2.0.2: + resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.1 dev: false /is-yarn-global/0.3.0: @@ -3557,8 +3606,8 @@ packages: resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} - /object-inspect/1.11.1: - resolution: {integrity: sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA==} + /object-inspect/1.12.0: + resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==} /object-is/1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} @@ -3760,6 +3809,10 @@ packages: engines: {node: '>=8'} dev: true + /pathval/1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: true + /picocolors/1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} @@ -3829,8 +3882,8 @@ packages: sisteransi: 1.0.5 dev: true - /prop-types/15.7.2: - resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} + /prop-types/15.8.0: + resolution: {integrity: sha512-fDGekdaHh65eI3lMi5OnErU6a8Ighg2KjcjQxO7m8VHyWjcPyj5kiOgV1LQDOOOgVy3+5FgjXvdSSX7B8/5/4g==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -4059,8 +4112,8 @@ packages: glob: 7.2.0 dev: true - /rollup/2.61.1: - resolution: {integrity: sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==} + /rollup/2.62.0: + resolution: {integrity: sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -4179,7 +4232,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.11.1 + object-inspect: 1.12.0 /signal-exit/3.0.6: resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==} @@ -4368,13 +4421,13 @@ packages: any-promise: 1.3.0 dev: true - /tinypool/0.0.3: - resolution: {integrity: sha512-nxFpgSXY/+ZHrwHhlSyY8qzyk4N6+IyZvsaI63/zXUjg++UtCqr3gB0t/CDoCvVKC7NIzzGFEhrAXLm0l1dglA==} + /tinypool/0.0.6: + resolution: {integrity: sha512-E9vY6eq/Q7fUlSt69cY3y7qXNbVOFaxP+lAEDMKMObLrmO0MmEdUPyjOMgepoMDw/ps/sazl7WIQglnUrunnLg==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.1.2: - resolution: {integrity: sha512-ReLcUvHQeyg6FCXWoaajS2FdikgKWSuwrbrKdq4lr0lBAHK57JqBPEF0RZVqxVC+ap5+ktQemTBJJc9XDO+fgg==} + /tinyspy/0.2.6: + resolution: {integrity: sha512-HXNA1PZ9p95rWK7h3DvWaDK06XmsjN3ldZjacW/1F0viVfPanTGSQ6l2iQyjNElD0Nd5ogfq/hT0sx2Hdyz4wQ==} engines: {node: '>=14.0.0'} dev: true @@ -4428,26 +4481,26 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tsup/5.11.6_typescript@4.5.4: - resolution: {integrity: sha512-mKhLdQ1N2KMV31dsX4MLO5l4FOORf2+FvyAOott3ZgiSnKisZiOoCXwxPc97iPqIk5aouyQBTaZcjXKJV+C4pg==} + /tsup/5.11.9_typescript@4.5.4: + resolution: {integrity: sha512-APFcd9qKblMVO35O5OyIcfa4lwBrVNinwtifUojO78I6j0aDhS4fQ06gq6vF1b/+Z83pYDWNb0R2fmO9PX3IVQ==} hasBin: true peerDependencies: - typescript: ^4.2.3 + typescript: ^4.1.0 peerDependenciesMeta: typescript: optional: true dependencies: - bundle-require: 2.1.8_esbuild@0.14.5 + bundle-require: 2.2.0_esbuild@0.14.8 cac: 6.7.12 chokidar: 3.5.2 debug: 4.3.3 - esbuild: 0.14.5 + esbuild: 0.14.8 execa: 5.1.1 globby: 11.0.4 joycon: 3.1.1 postcss-load-config: 3.1.0 resolve-from: 5.0.0 - rollup: 2.61.1 + rollup: 2.62.0 source-map: 0.7.3 sucrase: 3.20.3 tree-kill: 1.2.2 @@ -4601,31 +4654,31 @@ packages: engines: {node: '>= 0.8'} dev: true - /vite-plugin-md/0.11.6_vite@2.7.4: - resolution: {integrity: sha512-Qpv6x8ebXV1r/zsNWEOh3KUvVbuS+J2KWMitvS4w7TTkcsEBj9oR6cBcWiZ5neWEwSN9JO+808Zs5Ak49ixUfw==} + /vite-plugin-md/0.11.7_vite@2.7.6: + resolution: {integrity: sha512-RRdmadGpCxJLeeMXy93SWFz6kzh35NO7QjgHkvggC4BxoDXkVwNJRjSKgMvINWnJVPnkhiAs0o6k1QepazIwxw==} peerDependencies: vite: ^2.0.0 dependencies: '@antfu/utils': 0.3.0 - '@rollup/pluginutils': 4.1.1 + '@rollup/pluginutils': 4.1.2 '@types/markdown-it': 12.2.3 gray-matter: 4.0.3 markdown-it: 12.3.0 - vite: 2.7.4 + vite: 2.7.6 dev: true - /vite-plugin-restart/0.0.2_vite@2.7.4: + /vite-plugin-restart/0.0.2_vite@2.7.6: resolution: {integrity: sha512-WZ2Qp8Jo83wqBcZFQo481JchQcNgEYLIjd3NbhwPXr/mbg1mUC7hCMCrvafF5WcEQPChd7agx6fBm8RYrRR46A==} peerDependencies: vite: ^2.0.0-beta.69 dependencies: chalk: 4.1.2 micromatch: 4.0.4 - vite: 2.7.4 + vite: 2.7.6 dev: true - /vite/2.7.4: - resolution: {integrity: sha512-f+0426k9R/roz5mRNwJlQ+6UOnhCwIypJSbfgCmsVzVJe9jTTM5iRX2GWYUean+iqPBWaU/dYLryx9AoH2pmrw==} + /vite/2.7.6: + resolution: {integrity: sha512-PBNoc87rDYLtkpFU9dbVeGdbcyKzz6c34oScqivE3FEa3BhVa4ASupCzcz0eDIiSECovfLcQnLUJt9vhiEU08g==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -4643,13 +4696,13 @@ packages: esbuild: 0.13.15 postcss: 8.4.5 resolve: 1.20.0 - rollup: 2.61.1 + rollup: 2.62.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.0.99_vite@2.7.4: - resolution: {integrity: sha512-XJJzM5QQQXn1EscWBjexgxZBCEErY+8wQ/qGm64usw9tyyiPYGotcNYidTIX7dVbeL5gy6WWgIR1H6Ly0lQtLw==} + /vitest/0.0.113_vite@2.7.6: + resolution: {integrity: sha512-GRIZqFEkR0uGddoSp9uyevkS6GEMRZtIX1laCvsnsnrz3tAKR/RTLPjXBqXhFZwjueUDRyJEwD4KGD+1KXOsgw==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -4667,10 +4720,11 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 + chai: 4.3.4 local-pkg: 0.4.0 - tinypool: 0.0.3 - tinyspy: 0.1.2 - vite: 2.7.4 + tinypool: 0.0.6 + tinyspy: 0.2.6 + vite: 2.7.6 dev: true /vue-eslint-parser/8.0.1_eslint@8.5.0: @@ -4696,7 +4750,7 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 dev: true /vue-router/4.0.12_vue@3.2.26: @@ -4704,7 +4758,7 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - '@vue/devtools-api': 6.0.0-beta.20.1 + '@vue/devtools-api': 6.0.0-beta.21.1 vue: 3.2.26 dev: false @@ -4733,7 +4787,7 @@ packages: is-map: 2.0.2 is-set: 2.0.2 is-weakmap: 2.0.1 - is-weakset: 2.0.1 + is-weakset: 2.0.2 dev: false /which-typed-array/1.1.7: