From b1b730c682a81638ae92c2d3b93fdb1239a4d728 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:45:16 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- example/vanilla/package.json | 2 +- package.json | 10 +- packages/core/package.json | 4 +- pnpm-lock.yaml | 450 +++++++++++++++++++++++------------ 4 files changed, 311 insertions(+), 155 deletions(-) diff --git a/example/vanilla/package.json b/example/vanilla/package.json index 7d5ada7..d7cfbe0 100644 --- a/example/vanilla/package.json +++ b/example/vanilla/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@elonehoo/log":"workspace:*", - "typescript": "4.9.4", + "typescript": "4.9.5", "vite": "3.2.5" } } diff --git a/package.json b/package.json index 7378595..2acc8e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elonehoo/log-monorepo", "private": "true", - "packageManager": "pnpm@7.23.0", + "packageManager": "pnpm@7.27.0", "description": "Starter template for TypeScript library", "author": "Elone Hoo ", "type": "module", @@ -23,12 +23,12 @@ "@elonehoo/log": "workspace:*", "@types/node": "17.0.45", "bumpp": "8.2.1", - "eslint": "8.31.0", - "pnpm": "7.23.0", + "eslint": "8.34.0", + "pnpm": "7.27.0", "rimraf": "3.0.2", - "typescript": "4.9.4", + "typescript": "4.9.5", "unbuild": "0.9.4", "vite": "3.2.5", - "vitest": "0.27.0" + "vitest": "0.28.5" } } diff --git a/packages/core/package.json b/packages/core/package.json index d40bd6a..5667169 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -24,8 +24,8 @@ }, "devDependencies": { "rimraf": "3.0.2", - "typescript": "4.9.4", + "typescript": "4.9.5", "unbuild": "0.9.4", - "vitest": "0.27.0" + "vitest": "0.28.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d9e013..26add2c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,47 +8,47 @@ importers: '@elonehoo/log': workspace:* '@types/node': 17.0.45 bumpp: 8.2.1 - eslint: 8.31.0 - pnpm: 7.23.0 + eslint: 8.34.0 + pnpm: 7.27.0 rimraf: 3.0.2 - typescript: 4.9.4 + typescript: 4.9.5 unbuild: 0.9.4 vite: 3.2.5 - vitest: 0.27.0 + vitest: 0.28.5 devDependencies: - '@elonehoo/eslint-config': 2.0.0_iukboom6ndih5an6iafl45j2fe + '@elonehoo/eslint-config': 2.0.0_7kw3g6rralp5ps6mg3uyzz6azm '@elonehoo/log': link:packages/core '@types/node': 17.0.45 bumpp: 8.2.1 - eslint: 8.31.0 - pnpm: 7.23.0 + eslint: 8.34.0 + pnpm: 7.27.0 rimraf: 3.0.2 - typescript: 4.9.4 + typescript: 4.9.5 unbuild: 0.9.4 vite: 3.2.5_@types+node@17.0.45 - vitest: 0.27.0 + vitest: 0.28.5 example/vanilla: specifiers: '@elonehoo/log': workspace:* - typescript: 4.9.4 + typescript: 4.9.5 vite: 3.2.5 devDependencies: '@elonehoo/log': link:../../packages/core - typescript: 4.9.4 + typescript: 4.9.5 vite: 3.2.5 packages/core: specifiers: rimraf: 3.0.2 - typescript: 4.9.4 + typescript: 4.9.5 unbuild: 0.9.4 - vitest: 0.27.0 + vitest: 0.28.5 devDependencies: rimraf: 3.0.2 - typescript: 4.9.4 + typescript: 4.9.5 unbuild: 0.9.4 - vitest: 0.27.0 + vitest: 0.28.5 test/core-test: specifiers: @@ -264,22 +264,22 @@ packages: to-fast-properties: 2.0.0 dev: true - /@elonehoo/eslint-config-basic/2.0.0_fvzoygelvgm6hmsaowg3khao5m: + /@elonehoo/eslint-config-basic/2.0.0_d6cvaqpd35sdu2nn6v5ansojbq: resolution: {integrity: sha512-sOWQDQ0XJEcS2Nuk0orJu9vp3dDGmzalslSaQMLE32BBSixY3RX98G/t09AQltNFGg6iwgnhntUfxbaLhZfErA==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.31.0 - eslint-plugin-elonehoo: 2.0.0_iukboom6ndih5an6iafl45j2fe - eslint-plugin-eslint-comments: 3.2.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-plugin-elonehoo: 2.0.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint-plugin-eslint-comments: 3.2.0_eslint@8.34.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_l2t7373oplur4sf2h2a5w27gl4 - eslint-plugin-jsonc: 2.2.1_eslint@8.31.0 - eslint-plugin-markdown: 2.2.1_eslint@8.31.0 - eslint-plugin-n: 15.2.0_eslint@8.31.0 - eslint-plugin-promise: 6.0.0_eslint@8.31.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.31.0 - eslint-plugin-yml: 0.14.0_eslint@8.31.0 + eslint-plugin-import: 2.26.0_osroeuplzfxc6jq7wcpj2tseiq + eslint-plugin-jsonc: 2.2.1_eslint@8.34.0 + eslint-plugin-markdown: 2.2.1_eslint@8.34.0 + eslint-plugin-n: 15.2.0_eslint@8.34.0 + eslint-plugin-promise: 6.0.0_eslint@8.34.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.34.0 + eslint-plugin-yml: 0.14.0_eslint@8.34.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 transitivePeerDependencies: @@ -290,14 +290,14 @@ packages: - typescript dev: true - /@elonehoo/eslint-config-react/2.0.0_iukboom6ndih5an6iafl45j2fe: + /@elonehoo/eslint-config-react/2.0.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-IGjrEfDvWuIbdj1p9hZnByHpONu1XKESpTXEzTyIy2LpbT5KJkzQaJFXUL7UwQodABLRXCJsxC5o8p48eDyGzg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@elonehoo/eslint-config-ts': 2.0.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-plugin-react: 7.29.4_eslint@8.31.0 + '@elonehoo/eslint-config-ts': 2.0.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-plugin-react: 7.29.4_eslint@8.34.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -305,31 +305,31 @@ packages: - typescript dev: true - /@elonehoo/eslint-config-ts/2.0.0_iukboom6ndih5an6iafl45j2fe: + /@elonehoo/eslint-config-ts/2.0.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-3Mf0ZRZO3KxT3flRM+nEz+OhdJ7u7kvkZ4LOvXR+rwbiRJ+vplXoEMQ10HMN8d3JLGGWHEDkp8J5r2j9ixJt2Q==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@elonehoo/eslint-config-basic': 2.0.0_fvzoygelvgm6hmsaowg3khao5m - '@typescript-eslint/eslint-plugin': 5.21.0_fvzoygelvgm6hmsaowg3khao5m - '@typescript-eslint/parser': 5.21.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - typescript: 4.9.4 + '@elonehoo/eslint-config-basic': 2.0.0_d6cvaqpd35sdu2nn6v5ansojbq + '@typescript-eslint/eslint-plugin': 5.21.0_d6cvaqpd35sdu2nn6v5ansojbq + '@typescript-eslint/parser': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + typescript: 4.9.5 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /@elonehoo/eslint-config-vue/2.0.0_iukboom6ndih5an6iafl45j2fe: + /@elonehoo/eslint-config-vue/2.0.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-TVs31W4Wt54l60UcIPBA/jyhs/mW6GPpj6tpfxNk9a46OtSg96qCzdMp1w8BWC3O/e6c5ttRCK9vhxDsEkSR5w==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@elonehoo/eslint-config-ts': 2.0.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-plugin-vue: 8.7.1_eslint@8.31.0 + '@elonehoo/eslint-config-ts': 2.0.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-plugin-vue: 8.7.1_eslint@8.34.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -337,25 +337,25 @@ packages: - typescript dev: true - /@elonehoo/eslint-config/2.0.0_iukboom6ndih5an6iafl45j2fe: + /@elonehoo/eslint-config/2.0.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-JSu2dOU2PNjR3Aer87ppog+ZnLAHbhLngAkX8xfUqRdntwG6vfUdl2nkVqGiIiPqp5YnZUPnE/CIK5Zyh4cAlQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@elonehoo/eslint-config-react': 2.0.0_iukboom6ndih5an6iafl45j2fe - '@elonehoo/eslint-config-vue': 2.0.0_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/eslint-plugin': 5.21.0_fvzoygelvgm6hmsaowg3khao5m - '@typescript-eslint/parser': 5.21.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.31.0 + '@elonehoo/eslint-config-react': 2.0.0_7kw3g6rralp5ps6mg3uyzz6azm + '@elonehoo/eslint-config-vue': 2.0.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/eslint-plugin': 5.21.0_d6cvaqpd35sdu2nn6v5ansojbq + '@typescript-eslint/parser': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm + eslint: 8.34.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.34.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_l2t7373oplur4sf2h2a5w27gl4 - eslint-plugin-jsonc: 2.2.1_eslint@8.31.0 - eslint-plugin-n: 15.2.0_eslint@8.31.0 - eslint-plugin-promise: 6.0.0_eslint@8.31.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.31.0 - eslint-plugin-vue: 8.7.1_eslint@8.31.0 - eslint-plugin-yml: 0.14.0_eslint@8.31.0 + eslint-plugin-import: 2.26.0_osroeuplzfxc6jq7wcpj2tseiq + eslint-plugin-jsonc: 2.2.1_eslint@8.34.0 + eslint-plugin-n: 15.2.0_eslint@8.34.0 + eslint-plugin-promise: 6.0.0_eslint@8.34.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.34.0 + eslint-plugin-vue: 8.7.1_eslint@8.34.0 + eslint-plugin-yml: 0.14.0_eslint@8.34.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 transitivePeerDependencies: @@ -633,7 +633,7 @@ packages: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@typescript-eslint/eslint-plugin/5.21.0_fvzoygelvgm6hmsaowg3khao5m: + /@typescript-eslint/eslint-plugin/5.21.0_d6cvaqpd35sdu2nn6v5ansojbq: resolution: {integrity: sha512-fTU85q8v5ZLpoZEyn/u1S2qrFOhi33Edo2CZ0+q1gDaWWm0JuPh3bgOyU8lM0edIEYgKLDkPFiZX2MOupgjlyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -644,23 +644,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.21.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm '@typescript-eslint/scope-manager': 5.21.0 - '@typescript-eslint/type-utils': 5.21.0_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/utils': 5.21.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/type-utils': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm + '@typescript-eslint/utils': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.34.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.21.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/parser/5.21.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -672,10 +672,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.21.0 '@typescript-eslint/types': 5.21.0 - '@typescript-eslint/typescript-estree': 5.21.0_typescript@4.9.4 + '@typescript-eslint/typescript-estree': 5.21.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.31.0 - typescript: 4.9.4 + eslint: 8.34.0 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true @@ -688,7 +688,7 @@ packages: '@typescript-eslint/visitor-keys': 5.21.0 dev: true - /@typescript-eslint/type-utils/5.21.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/type-utils/5.21.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-MxmLZj0tkGlkcZCSE17ORaHl8Th3JQwBzyXL/uvC6sNmu128LsgjTX0NIzy+wdH2J7Pd02GN8FaoudJntFvSOw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -698,11 +698,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.21.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm debug: 4.3.4 - eslint: 8.31.0 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + eslint: 8.34.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true @@ -712,7 +712,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.21.0_typescript@4.9.4: + /@typescript-eslint/typescript-estree/5.21.0_typescript@4.9.5: resolution: {integrity: sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -727,13 +727,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.21.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/utils/5.21.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -742,10 +742,10 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.21.0 '@typescript-eslint/types': 5.21.0 - '@typescript-eslint/typescript-estree': 5.21.0_typescript@4.9.4 - eslint: 8.31.0 + '@typescript-eslint/typescript-estree': 5.21.0_typescript@4.9.5 + eslint: 8.34.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0_eslint@8.34.0 transitivePeerDependencies: - supports-color - typescript @@ -759,6 +759,38 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@vitest/expect/0.28.5: + resolution: {integrity: sha512-gqTZwoUTwepwGIatnw4UKpQfnoyV0Z9Czn9+Lo2/jLIt4/AXLTn+oVZxlQ7Ng8bzcNkR+3DqLJ08kNr8jRmdNQ==} + dependencies: + '@vitest/spy': 0.28.5 + '@vitest/utils': 0.28.5 + chai: 4.3.7 + dev: true + + /@vitest/runner/0.28.5: + resolution: {integrity: sha512-NKkHtLB+FGjpp5KmneQjTcPLWPTDfB7ie+MmF1PnUBf/tGe2OjGxWyB62ySYZ25EYp9krR5Bw0YPLS/VWh1QiA==} + dependencies: + '@vitest/utils': 0.28.5 + p-limit: 4.0.0 + pathe: 1.1.0 + dev: true + + /@vitest/spy/0.28.5: + resolution: {integrity: sha512-7if6rsHQr9zbmvxN7h+gGh2L9eIIErgf8nSKYDlg07HHimCxp4H6I/X/DPXktVPPLQfiZ1Cw2cbDIx9fSqDjGw==} + dependencies: + tinyspy: 1.0.2 + dev: true + + /@vitest/utils/0.28.5: + resolution: {integrity: sha512-UyZdYwdULlOa4LTUSwZ+Paz7nBHGTT72jKwdFSV4IjHF1xsokp+CabMdhjvVhYwkLfO88ylJT46YMilnkSARZA==} + dependencies: + cli-truncate: 3.1.0 + diff: 5.1.0 + loupe: 2.3.6 + picocolors: 1.0.0 + pretty-format: 27.5.1 + dev: true + /acorn-jsx/5.3.2_acorn@8.8.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -792,6 +824,11 @@ packages: engines: {node: '>=8'} dev: true + /ansi-regex/6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: true + /ansi-styles/3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} @@ -806,6 +843,16 @@ packages: color-convert: 2.0.1 dev: true + /ansi-styles/5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + dev: true + + /ansi-styles/6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + dev: true + /argparse/2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true @@ -1005,6 +1052,14 @@ packages: escape-string-regexp: 1.0.5 dev: true + /cli-truncate/3.1.0: + resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + slice-ansi: 5.0.0 + string-width: 5.1.2 + dev: true + /color-convert/1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: @@ -1121,6 +1176,11 @@ packages: resolution: {integrity: sha512-pOFYRTIhoKujrmbTRhcW5lYQLBXw/dlTwfI8IguF1QCDJOcJzNH1w+YFjxqy6BAuJrClTy6MUE8q+oKJ2FLsIw==} dev: true + /diff/5.1.0: + resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} + engines: {node: '>=0.3.1'} + dev: true + /dir-glob/3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -1169,10 +1229,18 @@ packages: domhandler: 4.3.1 dev: true + /eastasianwidth/0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: true + /electron-to-chromium/1.4.129: resolution: {integrity: sha512-GgtN6bsDtHdtXJtlMYZWGB/uOyjZWjmRDumXTas7dGBaB9zUyCjzHet1DY2KhyHN8R0GLbzZWqm4efeddqqyRQ==} dev: true + /emoji-regex/9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + dev: true + /entities/2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: true @@ -1690,7 +1758,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.21.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -1698,35 +1766,35 @@ packages: - supports-color dev: true - /eslint-plugin-elonehoo/2.0.0_iukboom6ndih5an6iafl45j2fe: + /eslint-plugin-elonehoo/2.0.0_7kw3g6rralp5ps6mg3uyzz6azm: resolution: {integrity: sha512-98fxBzVmwp0sW9MSx100xeOmkMOwUJ+ynXZTqmocHR3Q1RuHXK1j5VQOjw+TYw46RNa3fiZQZ6io2mOLv7uLag==} dependencies: - '@typescript-eslint/utils': 5.21.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-es/4.1.0_eslint@8.31.0: + /eslint-plugin-es/4.1.0_eslint@8.34.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.31.0 + eslint: 8.34.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.31.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.34.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.31.0 + eslint: 8.34.0 ignore: 5.2.0 dev: true @@ -1736,7 +1804,7 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.26.0_l2t7373oplur4sf2h2a5w27gl4: + /eslint-plugin-import/2.26.0_osroeuplzfxc6jq7wcpj2tseiq: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -1746,12 +1814,12 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.21.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.21.0_7kw3g6rralp5ps6mg3uyzz6azm array-includes: 3.1.4 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.31.0 + eslint: 8.34.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3_siwxndurugrzrndocd3gqxwhna has: 1.0.3 @@ -1767,40 +1835,40 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.2.1_eslint@8.31.0: + /eslint-plugin-jsonc/2.2.1_eslint@8.34.0: resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-utils: 3.0.0_eslint@8.34.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.31.0: + /eslint-plugin-markdown/2.2.1_eslint@8.34.0: resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.31.0 + eslint: 8.34.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.2.0_eslint@8.31.0: + /eslint-plugin-n/15.2.0_eslint@8.34.0: resolution: {integrity: sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 4.1.0 - eslint: 8.31.0 - eslint-plugin-es: 4.1.0_eslint@8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-plugin-es: 4.1.0_eslint@8.34.0 + eslint-utils: 3.0.0_eslint@8.34.0 ignore: 5.2.0 is-core-module: 2.9.0 minimatch: 3.1.2 @@ -1808,16 +1876,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.31.0: + /eslint-plugin-promise/6.0.0_eslint@8.34.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.31.0 + eslint: 8.34.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.31.0: + /eslint-plugin-react/7.29.4_eslint@8.34.0: resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} engines: {node: '>=4'} peerDependencies: @@ -1826,7 +1894,7 @@ packages: array-includes: 3.1.4 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.31.0 + eslint: 8.34.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.0 minimatch: 3.1.2 @@ -1840,7 +1908,7 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/42.0.0_eslint@8.31.0: + /eslint-plugin-unicorn/42.0.0_eslint@8.34.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} peerDependencies: @@ -1849,8 +1917,8 @@ packages: '@babel/helper-validator-identifier': 7.18.6 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-utils: 3.0.0_eslint@8.34.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -1863,31 +1931,31 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/8.7.1_eslint@8.31.0: + /eslint-plugin-vue/8.7.1_eslint@8.34.0: resolution: {integrity: sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.34.0 + eslint-utils: 3.0.0_eslint@8.34.0 natural-compare: 1.4.0 nth-check: 2.0.1 postcss-selector-parser: 6.0.10 semver: 7.3.7 - vue-eslint-parser: 8.3.0_eslint@8.31.0 + vue-eslint-parser: 8.3.0_eslint@8.34.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.14.0_eslint@8.31.0: + /eslint-plugin-yml/0.14.0_eslint@8.34.0: resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.34.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.5.0 @@ -1918,13 +1986,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.31.0: + /eslint-utils/3.0.0_eslint@8.34.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.31.0 + eslint: 8.34.0 eslint-visitor-keys: 2.1.0 dev: true @@ -1943,8 +2011,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.31.0: - resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} + /eslint/8.34.0: + resolution: {integrity: sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -1959,7 +2027,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0_eslint@8.34.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -2410,6 +2478,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /is-fullwidth-code-point/4.0.0: + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} + engines: {node: '>=12'} + dev: true + /is-glob/4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -2642,6 +2715,12 @@ packages: get-func-name: 2.0.0 dev: true + /loupe/2.3.6: + resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} + dependencies: + get-func-name: 2.0.0 + dev: true + /lru-cache/6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -2729,7 +2808,7 @@ packages: hasBin: true dev: true - /mkdist/0.3.13_typescript@4.9.4: + /mkdist/0.3.13_typescript@4.9.5: resolution: {integrity: sha512-+eCPpkr8l2X630y5PIlkts2tzYEsb+aGIgXdrQv9ZGtWE2bLlD6kVIFfI6FJwFpjjw4dPPyorxQc6Uhm/oXlvg==} hasBin: true peerDependencies: @@ -2745,23 +2824,23 @@ packages: jiti: 1.16.1 mri: 1.2.0 pathe: 0.2.0 - typescript: 4.9.4 + typescript: 4.9.5 dev: true /mlly/0.5.17: resolution: {integrity: sha512-Rn+ai4G+CQXptDFSRNnChEgNr+xAEauYhwRvpPl/UHStTlgkIftplgJRsA2OXPuoUn86K4XAjB26+x5CEvVb6A==} dependencies: acorn: 8.8.1 - pathe: 1.0.0 + pathe: 1.1.0 pkg-types: 1.0.1 ufo: 1.0.1 dev: true - /mlly/1.0.0: - resolution: {integrity: sha512-QL108Hwt+u9bXdWgOI0dhzZfACovn5Aen4Xvc8Jasd9ouRH4NjnrXEiyP3nVvJo91zPlYjVRckta0Nt2zfoR6g==} + /mlly/1.1.0: + resolution: {integrity: sha512-cwzBrBfwGC1gYJyfcy8TcZU1f+dbH/T+TuOhtYP2wLv/Fb51/uV7HJQfBPtEupZ2ORLRU1EKFS/QfS3eo9+kBQ==} dependencies: acorn: 8.8.1 - pathe: 1.0.0 + pathe: 1.1.0 pkg-types: 1.0.1 ufo: 1.0.1 dev: true @@ -2909,6 +2988,13 @@ packages: yocto-queue: 0.1.0 dev: true + /p-limit/4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + yocto-queue: 1.0.0 + dev: true + /p-locate/2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} engines: {node: '>=4'} @@ -3005,8 +3091,8 @@ packages: resolution: {integrity: sha512-6Y6s0vT112P3jD8dGfuS6r+lpa0qqNrLyHPOwvXMnyNTQaYiwgau2DP3aNDsR13xqtGj7rrPo+jFUATpU6/s+g==} dev: true - /pathe/1.0.0: - resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==} + /pathe/1.1.0: + resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==} dev: true /pathval/1.1.1: @@ -3034,8 +3120,8 @@ packages: resolution: {integrity: sha512-jHv9HB+Ho7dj6ItwppRDDl0iZRYBD0jsakHXtFgoLr+cHSF6xC+QL54sJmWxyGxOLYSHm0afhXhXcQDQqH9z8g==} dependencies: jsonc-parser: 3.2.0 - mlly: 1.0.0 - pathe: 1.0.0 + mlly: 1.1.0 + pathe: 1.1.0 dev: true /pluralize/8.0.0: @@ -3043,8 +3129,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/7.23.0: - resolution: {integrity: sha512-0dJQXA+1+mo//tBvSpjb6dmLxx/UmLoeEOk/0FmOZ73GRZRNhMdarnwEenhKHNpiVXGCcvfWXJnvUMB7lp+tRQ==} + /pnpm/7.27.0: + resolution: {integrity: sha512-nvxGrxgu3oYyw7zg7DdotEnqp9r/c0/iLZHr6QewJPEkVFGSPdsxrm0HFKBkOqwCInoutFzz/mtGx+pbYV8UCw==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -3076,6 +3162,15 @@ packages: engines: {node: ^14.13.1 || >=16.0.0} dev: true + /pretty-format/27.5.1: + resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: true + /prompts/2.4.2: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} @@ -3105,6 +3200,10 @@ packages: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: true + /react-is/17.0.2: + resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + dev: true + /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -3176,7 +3275,7 @@ packages: glob: 7.2.0 dev: true - /rollup-plugin-dts/5.1.1_esmavzhadgk2idmxtiodxm33ma: + /rollup-plugin-dts/5.1.1_tb6z327ndtk5keda436w5mnjry: resolution: {integrity: sha512-zpgo52XmnLg8w4k3MScinFHZK1+ro6r7uVe34fJ0Ee8AM45FvgvTuvfWWaRgIpA4pQ1BHJuu2ospncZhkcJVeA==} engines: {node: '>=v14'} peerDependencies: @@ -3185,7 +3284,7 @@ packages: dependencies: magic-string: 0.27.0 rollup: 3.9.1 - typescript: 4.9.4 + typescript: 4.9.5 optionalDependencies: '@babel/code-frame': 7.18.6 dev: true @@ -3264,6 +3363,10 @@ packages: object-inspect: 1.12.0 dev: true + /siginfo/2.0.0: + resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + dev: true + /sisteransi/1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true @@ -3278,6 +3381,14 @@ packages: engines: {node: '>=12'} dev: true + /slice-ansi/5.0.0: + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + dev: true + /source-map-js/1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} @@ -3322,11 +3433,28 @@ packages: resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==} dev: true + /stackback/0.0.2: + resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + dev: true + + /std-env/3.3.2: + resolution: {integrity: sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA==} + dev: true + /string-argv/0.3.1: resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} engines: {node: '>=0.6.19'} dev: true + /string-width/5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.0.1 + dev: true + /string.prototype.matchall/4.0.7: resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==} dependencies: @@ -3361,6 +3489,13 @@ packages: ansi-regex: 5.0.1 dev: true + /strip-ansi/7.0.1: + resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: true + /strip-bom/3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -3411,8 +3546,8 @@ packages: resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==} dev: true - /tinypool/0.3.0: - resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==} + /tinypool/0.3.1: + resolution: {integrity: sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==} engines: {node: '>=14.0.0'} dev: true @@ -3446,14 +3581,14 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tsutils/3.21.0_typescript@4.9.4: + /tsutils/3.21.0_typescript@4.9.5: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.4 + typescript: 4.9.5 dev: true /type-check/0.4.0: @@ -3483,8 +3618,8 @@ packages: engines: {node: '>=8'} dev: true - /typescript/4.9.4: - resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -3521,7 +3656,7 @@ packages: jiti: 1.16.1 magic-string: 0.26.7 mkdirp: 1.0.4 - mkdist: 0.3.13_typescript@4.9.4 + mkdist: 0.3.13_typescript@4.9.5 mlly: 0.5.17 mri: 1.2.0 pathe: 0.3.9 @@ -3529,9 +3664,9 @@ packages: pretty-bytes: 6.0.0 rimraf: 3.0.2 rollup: 3.9.1 - rollup-plugin-dts: 5.1.1_esmavzhadgk2idmxtiodxm33ma + rollup-plugin-dts: 5.1.1_tb6z327ndtk5keda436w5mnjry scule: 0.3.2 - typescript: 4.9.4 + typescript: 4.9.5 untyped: 0.5.0 transitivePeerDependencies: - supports-color @@ -3576,15 +3711,15 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node/0.27.0_@types+node@17.0.45: - resolution: {integrity: sha512-O1o9joT0qCGx5Om6W0VNLr7M00ttrnFlfZX2d+oxt2T9oZ9DvYSv8kDRhNJDVhAgNgUm3Tc0h/+jppNf3mVKbA==} + /vite-node/0.28.5_@types+node@17.0.45: + resolution: {integrity: sha512-LmXb9saMGlrMZbXTvOveJKwMTBTNUH66c8rJnQ0ZPNX+myPEol64+szRzXtV5ORb0Hb/91yq+/D3oERoyAt6LA==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.0.0 - pathe: 0.2.0 + mlly: 1.1.0 + pathe: 1.1.0 picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 @@ -3666,8 +3801,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.27.0: - resolution: {integrity: sha512-BnOa7T6CnXVC6UgcAsvFOZ2Dtvqkt+/Nl6CRgh4qVT70vElf65XwEL6zMRyTF+h2QXJziEkxYdrLo5WCxckMLQ==} + /vitest/0.28.5: + resolution: {integrity: sha512-pyCQ+wcAOX7mKMcBNkzDwEHRGqQvHUl0XnoHR+3Pb1hytAHISgSxv9h0gUiSiYtISXUU3rMrKiKzFYDrI6ZIHA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -3691,20 +3826,27 @@ packages: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 17.0.45 + '@vitest/expect': 0.28.5 + '@vitest/runner': 0.28.5 + '@vitest/spy': 0.28.5 + '@vitest/utils': 0.28.5 acorn: 8.8.1 acorn-walk: 8.2.0 cac: 6.7.14 chai: 4.3.7 debug: 4.3.4 local-pkg: 0.4.2 + pathe: 1.1.0 picocolors: 1.0.0 source-map: 0.6.1 + std-env: 3.3.2 strip-literal: 1.0.0 tinybench: 2.3.1 - tinypool: 0.3.0 + tinypool: 0.3.1 tinyspy: 1.0.2 vite: 3.2.5_@types+node@17.0.45 - vite-node: 0.27.0_@types+node@17.0.45 + vite-node: 0.28.5_@types+node@17.0.45 + why-is-node-running: 2.2.2 transitivePeerDependencies: - less - sass @@ -3714,14 +3856,14 @@ packages: - terser dev: true - /vue-eslint-parser/8.3.0_eslint@8.31.0: + /vue-eslint-parser/8.3.0_eslint@8.34.0: resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.34.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.0 @@ -3750,6 +3892,15 @@ packages: isexe: 2.0.0 dev: true + /why-is-node-running/2.2.2: + resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} + engines: {node: '>=8'} + hasBin: true + dependencies: + siginfo: 2.0.0 + stackback: 0.0.2 + dev: true + /word-wrap/1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'} @@ -3781,3 +3932,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true + + /yocto-queue/1.0.0: + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} + dev: true