diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ddb65b6..247b288e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,8 +86,8 @@ packages: /@antfu/eslint-config-ts/0.4.3_eslint@7.20.0+typescript@4.1.5: dependencies: '@antfu/eslint-config-basic': 0.4.3_eslint@7.20.0 - '@typescript-eslint/eslint-plugin': 4.15.0_bc16c4564afe16e3219e549b81836acd - '@typescript-eslint/parser': 4.15.0_eslint@7.20.0+typescript@4.1.5 + '@typescript-eslint/eslint-plugin': 4.15.1_dd080f2a8fb4d0ac76cfb4c7062ee728 + '@typescript-eslint/parser': 4.15.1_eslint@7.20.0+typescript@4.1.5 eslint: 7.20.0 typescript: 4.1.5 dev: true @@ -130,37 +130,129 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/generator/7.12.15: + /@babel/core/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.17 + '@babel/helper-module-transforms': 7.12.17 + '@babel/helpers': 7.12.17 + '@babel/parser': 7.12.17 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 + convert-source-map: 1.7.0 + debug: 4.3.2 + gensync: 1.0.0-beta.2 + json5: 2.2.0 + lodash: 4.17.21 + semver: 5.7.1 + source-map: 0.5.7 + dev: true + engines: + node: '>=6.9.0' + resolution: + integrity: sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== + /@babel/eslint-parser/7.12.17_c31887dab900bbf2ca8c3a08b8119075: + dependencies: + '@babel/core': 7.12.17 + eslint: 7.20.0 + eslint-scope: 5.1.0 + eslint-visitor-keys: 1.3.0 + semver: 6.3.0 + dev: true + engines: + node: ^10.13.0 || ^12.13.0 || >=14.0.0 + peerDependencies: + '@babel/core': '>=7.11.0' + eslint: '>=7.5.0' + resolution: + integrity: sha512-CoetDyQRwtkUlOtbkCmYFpneXD78oANblFGUMX4DKLYj/mHzuS3rPt7zWzaDf0lB4uEB3C7C+hQAS/QgxqjdXQ== + /@babel/generator/7.12.17: + dependencies: + '@babel/types': 7.12.17 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== + integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== /@babel/helper-function-name/7.12.13: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== + /@babel/helper-member-expression-to-functions/7.12.17: + dependencies: + '@babel/types': 7.12.17 + dev: true + resolution: + integrity: sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== + /@babel/helper-module-imports/7.12.13: + dependencies: + '@babel/types': 7.12.17 + dev: true + resolution: + integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== + /@babel/helper-module-transforms/7.12.17: + dependencies: + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-simple-access': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/helper-validator-identifier': 7.12.11 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 + lodash: 4.17.21 + dev: true + resolution: + integrity: sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== + /@babel/helper-optimise-call-expression/7.12.13: + dependencies: + '@babel/types': 7.12.17 + dev: true + resolution: + integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== + /@babel/helper-replace-supers/7.12.13: + dependencies: + '@babel/helper-member-expression-to-functions': 7.12.17 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 + dev: true + resolution: + integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== + /@babel/helper-simple-access/7.12.13: + dependencies: + '@babel/types': 7.12.17 + dev: true + resolution: + integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== + /@babel/helpers/7.12.17: + dependencies: + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 + dev: true + resolution: + integrity: sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -175,6 +267,13 @@ packages: hasBin: true resolution: integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== + /@babel/parser/7.12.17: + dev: true + engines: + node: '>=6.0.0' + hasBin: true + resolution: + integrity: sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== /@babel/runtime/7.12.13: dependencies: regenerator-runtime: 0.13.7 @@ -184,25 +283,25 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/types': 7.12.13 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.13: + /@babel/traverse/7.12.17: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.15 + '@babel/generator': 7.12.17 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/types': 7.12.13 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 debug: 4.3.2 globals: 11.12.0 - lodash: 4.17.20 + lodash: 4.17.21 dev: true resolution: - integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== + integrity: sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== /@babel/types/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -210,6 +309,14 @@ packages: to-fast-properties: 2.0.0 resolution: integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== + /@babel/types/7.12.17: + dependencies: + '@babel/helper-validator-identifier': 7.12.11 + lodash: 4.17.21 + to-fast-properties: 2.0.0 + dev: true + resolution: + integrity: sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== /@eslint/eslintrc/0.3.0: dependencies: ajv: 6.12.6 @@ -219,7 +326,7 @@ packages: ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 - lodash: 4.17.20 + lodash: 4.17.21 minimatch: 3.0.4 strip-json-comments: 3.1.1 dev: true @@ -336,15 +443,15 @@ packages: dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@typescript-eslint/eslint-plugin/4.15.0_bc16c4564afe16e3219e549b81836acd: + /@typescript-eslint/eslint-plugin/4.15.1_dd080f2a8fb4d0ac76cfb4c7062ee728: dependencies: - '@typescript-eslint/experimental-utils': 4.15.0_eslint@7.20.0+typescript@4.1.5 - '@typescript-eslint/parser': 4.15.0_eslint@7.20.0+typescript@4.1.5 - '@typescript-eslint/scope-manager': 4.15.0 + '@typescript-eslint/experimental-utils': 4.15.1_eslint@7.20.0+typescript@4.1.5 + '@typescript-eslint/parser': 4.15.1_eslint@7.20.0+typescript@4.1.5 + '@typescript-eslint/scope-manager': 4.15.1 debug: 4.3.2 eslint: 7.20.0 functional-red-black-tree: 1.0.1 - lodash: 4.17.20 + lodash: 4.17.21 regexpp: 3.1.0 semver: 7.3.4 tsutils: 3.20.0_typescript@4.1.5 @@ -360,7 +467,7 @@ packages: typescript: optional: true resolution: - integrity: sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ== + integrity: sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw== /@typescript-eslint/eslint-plugin/4.15.1_eslint@7.20.0+typescript@4.1.5: dependencies: '@typescript-eslint/experimental-utils': 4.15.1_eslint@7.20.0+typescript@4.1.5 @@ -368,7 +475,7 @@ packages: debug: 4.3.2 eslint: 7.20.0 functional-red-black-tree: 1.0.1 - lodash: 4.17.20 + lodash: 4.17.21 regexpp: 3.1.0 semver: 7.3.4 tsutils: 3.20.0_typescript@4.1.5 @@ -385,23 +492,6 @@ packages: optional: true resolution: integrity: sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw== - /@typescript-eslint/experimental-utils/4.15.0_eslint@7.20.0+typescript@4.1.5: - dependencies: - '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.15.0 - '@typescript-eslint/types': 4.15.0 - '@typescript-eslint/typescript-estree': 4.15.0_typescript@4.1.5 - eslint: 7.20.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - dev: true - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - eslint: '*' - typescript: '*' - resolution: - integrity: sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg== /@typescript-eslint/experimental-utils/4.15.1_eslint@7.20.0+typescript@4.1.5: dependencies: '@types/json-schema': 7.0.7 @@ -419,11 +509,11 @@ packages: typescript: '*' resolution: integrity: sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ== - /@typescript-eslint/parser/4.15.0_eslint@7.20.0+typescript@4.1.5: + /@typescript-eslint/parser/4.15.1_eslint@7.20.0+typescript@4.1.5: dependencies: - '@typescript-eslint/scope-manager': 4.15.0 - '@typescript-eslint/types': 4.15.0 - '@typescript-eslint/typescript-estree': 4.15.0_typescript@4.1.5 + '@typescript-eslint/scope-manager': 4.15.1 + '@typescript-eslint/types': 4.15.1 + '@typescript-eslint/typescript-estree': 4.15.1_typescript@4.1.5 debug: 4.3.2 eslint: 7.20.0 typescript: 4.1.5 @@ -437,16 +527,7 @@ packages: typescript: optional: true resolution: - integrity: sha512-L6Dtbq8Bc7g2aZwnIBETpmUa9XDKCMzKVwAArnGp5Mn7PRNFjf3mUzq8UeBjL3K8t311hvevnyqXAMSmxO8Gpg== - /@typescript-eslint/scope-manager/4.15.0: - dependencies: - '@typescript-eslint/types': 4.15.0 - '@typescript-eslint/visitor-keys': 4.15.0 - dev: true - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g== + integrity: sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA== /@typescript-eslint/scope-manager/4.15.1: dependencies: '@typescript-eslint/types': 4.15.1 @@ -456,38 +537,12 @@ packages: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA== - /@typescript-eslint/types/4.15.0: - dev: true - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg== /@typescript-eslint/types/4.15.1: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw== - /@typescript-eslint/typescript-estree/4.15.0_typescript@4.1.5: - dependencies: - '@typescript-eslint/types': 4.15.0 - '@typescript-eslint/visitor-keys': 4.15.0 - debug: 4.3.2 - globby: 11.0.2 - is-glob: 4.0.1 - semver: 7.3.4 - tsutils: 3.20.0_typescript@4.1.5 - typescript: 4.1.5 - dev: true - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA== /@typescript-eslint/typescript-estree/4.15.1_typescript@4.1.5: dependencies: '@typescript-eslint/types': 4.15.1 @@ -508,15 +563,6 @@ packages: optional: true resolution: integrity: sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw== - /@typescript-eslint/visitor-keys/4.15.0: - dependencies: - '@typescript-eslint/types': 4.15.0 - eslint-visitor-keys: 2.0.0 - dev: true - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA== /@typescript-eslint/visitor-keys/4.15.1: dependencies: '@typescript-eslint/types': 4.15.1 @@ -662,7 +708,7 @@ packages: dev: true resolution: integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - /ajv/7.1.0: + /ajv/7.1.1: dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -670,7 +716,7 @@ packages: uri-js: 4.4.1 dev: true resolution: - integrity: sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g== + integrity: sha512-ga/aqDYnUy/o7vbsRTFhhTsNeXiYb5JWDIcRIeZfwRNCefwjNTVYCGdGSUrEmiu3yDK3vFvNbgJxvrQW4JXrYQ== /ansi-colors/4.1.1: dev: true engines: @@ -731,7 +777,7 @@ packages: dev: true resolution: integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= - /array-includes/3.1.2: + /array-includes/3.1.3: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 @@ -742,7 +788,7 @@ packages: engines: node: '>= 0.4' resolution: - integrity: sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== + integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== /array-union/2.1.0: dev: true engines: @@ -782,23 +828,6 @@ packages: node: '>=8' resolution: integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - /babel-eslint/10.1.0_eslint@7.20.0: - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 - eslint: 7.20.0 - eslint-visitor-keys: 1.3.0 - resolve: 1.20.0 - deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. - dev: true - engines: - node: '>=6' - peerDependencies: - eslint: '>= 4.12.1' - resolution: - integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== /balanced-match/1.0.0: resolution: integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= @@ -838,12 +867,12 @@ packages: node: '>=6' resolution: integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== - /cac/6.7.1: + /cac/6.7.2: dev: true engines: node: '>=8' resolution: - integrity: sha512-LfGt47+ugCY65W4yUEyxnZKd/tJSBJD/gUAxQGiQjH7yqdhbaX2XN0Rli4+0W0DJiDONmYeh0TlJxMtXGZspIg== + integrity: sha512-w0bH1IF9rEjdi0a6lTtlXYT+vBZEJL9oytaXXRdsD68MH6+SrZGOGsu7s2saHQvYXqwo/wBdkW75tt8wFpj+mw== /call-bind/1.0.2: dependencies: function-bind: 1.1.1 @@ -1041,7 +1070,7 @@ packages: /conventional-changelog-conventionalcommits/4.5.0: dependencies: compare-func: 2.0.0 - lodash: 4.17.20 + lodash: 4.17.21 q: 1.5.1 dev: true engines: @@ -1052,13 +1081,13 @@ packages: dependencies: add-stream: 1.0.0 conventional-changelog-writer: 4.1.0 - conventional-commits-parser: 3.2.0 + conventional-commits-parser: 3.2.1 dateformat: 3.0.3 get-pkg-repo: 1.4.0 git-raw-commits: 2.0.10 git-remote-origin-url: 2.0.0 git-semver-tags: 4.1.1 - lodash: 4.17.20 + lodash: 4.17.21 normalize-package-data: 3.0.0 q: 1.5.1 read-pkg: 3.0.0 @@ -1122,9 +1151,9 @@ packages: compare-func: 2.0.0 conventional-commits-filter: 2.0.7 dateformat: 3.0.3 - handlebars: 4.7.6 + handlebars: 4.7.7 json-stringify-safe: 5.0.1 - lodash: 4.17.20 + lodash: 4.17.21 meow: 8.1.2 semver: 6.3.0 split: 1.0.1 @@ -1162,13 +1191,13 @@ packages: node: '>=10' resolution: integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA== - /conventional-commits-parser/3.2.0: + /conventional-commits-parser/3.2.1: dependencies: JSONStream: 1.3.5 is-text-path: 1.0.1 - lodash: 4.17.20 + lodash: 4.17.21 meow: 8.1.2 - split2: 2.2.0 + split2: 3.2.2 through2: 4.0.2 trim-off-newlines: 1.0.1 dev: true @@ -1176,13 +1205,13 @@ packages: node: '>=10' hasBin: true resolution: - integrity: sha512-XmJiXPxsF0JhAKyfA2Nn+rZwYKJ60nanlbSWwwkGwLQFbugsc0gv1rzc7VbbUWAzJfR1qR87/pNgv9NgmxtBMQ== + integrity: sha512-OG9kQtmMZBJD/32NEw5IhN5+HnBqVjy03eC+I71I0oQRFA5rOgA4OtPOYG7mz1GkCfCNxn3gKIX8EiHJYuf1cA== /conventional-recommended-bump/6.1.0: dependencies: concat-stream: 2.0.0 conventional-changelog-preset-loader: 2.3.4 conventional-commits-filter: 2.0.7 - conventional-commits-parser: 3.2.0 + conventional-commits-parser: 3.2.1 git-raw-commits: 2.0.10 git-semver-tags: 4.1.1 meow: 8.1.2 @@ -1193,6 +1222,12 @@ packages: hasBin: true resolution: integrity: sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw== + /convert-source-map/1.7.0: + dependencies: + safe-buffer: 5.1.2 + dev: true + resolution: + integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== /core-util-is/1.0.2: dev: true resolution: @@ -1471,12 +1506,6 @@ packages: node: '>= 0.4' resolution: integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - /esbuild/0.8.44: - dev: true - hasBin: true - requiresBuild: true - resolution: - integrity: sha512-m9yyBZMgWuAB7e7tA2g9L4PovoLa5Xb73+Yg9uBBR2w3Fe4P9/nxqj/HLrw1k/rjdjF1eX1kNJRytboqOtRCCQ== /esbuild/0.8.50: dev: true hasBin: true @@ -1556,7 +1585,7 @@ packages: integrity: sha512-JSe3ZDb7feKMnQM27XWGeoIjvP4oWQMJD9GZ6wW67J7/plVL87NK72RBwlvfc3tTZiYUchHhxAwtgEd1GdofDA== /eslint-plugin-import/2.22.1_eslint@7.20.0: dependencies: - array-includes: 3.1.2 + array-includes: 3.1.3 array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 @@ -1601,7 +1630,7 @@ packages: integrity: sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ== /eslint-plugin-react/7.22.0_eslint@7.20.0: dependencies: - array-includes: 3.1.2 + array-includes: 3.1.3 array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 eslint: 7.20.0 @@ -1634,10 +1663,10 @@ packages: clean-regexp: 1.0.0 eslint: 7.20.0 eslint-ast-utils: 1.1.0 - eslint-template-visitor: 2.2.2_eslint@7.20.0 + eslint-template-visitor: 2.3.2_eslint@7.20.0 eslint-utils: 2.1.0 import-modules: 2.1.0 - lodash: 4.17.20 + lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 regexp-tree: 0.1.23 @@ -1657,7 +1686,7 @@ packages: eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 7.3.4 - vue-eslint-parser: 7.4.1_eslint@7.20.0 + vue-eslint-parser: 7.5.0_eslint@7.20.0 dev: true engines: node: '>=8.10' @@ -1665,6 +1694,15 @@ packages: eslint: ^6.2.0 || ^7.0.0 resolution: integrity: sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg== + /eslint-scope/5.1.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + dev: true + engines: + node: '>=8.0.0' + resolution: + integrity: sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== /eslint-scope/5.1.1: dependencies: esrecurse: 4.3.0 @@ -1674,9 +1712,10 @@ packages: node: '>=8.0.0' resolution: integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - /eslint-template-visitor/2.2.2_eslint@7.20.0: + /eslint-template-visitor/2.3.2_eslint@7.20.0: dependencies: - babel-eslint: 10.1.0_eslint@7.20.0 + '@babel/core': 7.12.17 + '@babel/eslint-parser': 7.12.17_c31887dab900bbf2ca8c3a08b8119075 eslint: 7.20.0 eslint-visitor-keys: 2.0.0 esquery: 1.4.0 @@ -1685,7 +1724,7 @@ packages: peerDependencies: eslint: '>=7.0.0' resolution: - integrity: sha512-SkcLjzKw3JjKTWHacRDeLBa2gxb600zbCKTkXj/V97QnZ9yxkknoPL8vc8PFueqbFXP7mYNTQzjCjcMpTRdRaA== + integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA== /eslint-utils/2.1.0: dependencies: eslint-visitor-keys: 1.3.0 @@ -1722,7 +1761,7 @@ packages: espree: 7.3.1 esquery: 1.4.0 esutils: 2.0.3 - file-entry-cache: 6.0.0 + file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.1 globals: 12.4.0 @@ -1733,7 +1772,7 @@ packages: js-yaml: 3.14.1 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 - lodash: 4.17.20 + lodash: 4.17.21 minimatch: 3.0.4 natural-compare: 1.4.0 optionator: 0.9.1 @@ -1865,14 +1904,14 @@ packages: node: '>=8' resolution: integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - /file-entry-cache/6.0.0: + /file-entry-cache/6.0.1: dependencies: flat-cache: 3.0.4 dev: true engines: node: ^10.12.0 || >=12.0.0 resolution: - integrity: sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA== + integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 @@ -1970,6 +2009,12 @@ packages: dev: true resolution: integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== + /gensync/1.0.0-beta.2: + dev: true + engines: + node: '>=6.9.0' + resolution: + integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== /get-caller-file/2.0.5: dev: true engines: @@ -2004,7 +2049,7 @@ packages: /git-raw-commits/2.0.10: dependencies: dargs: 7.0.0 - lodash: 4.17.20 + lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 through2: 4.0.2 @@ -2099,7 +2144,7 @@ packages: node: '>=6.0' resolution: integrity: sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw== - /handlebars/4.7.6: + /handlebars/4.7.7: dependencies: minimist: 1.2.5 neo-async: 2.6.2 @@ -2110,9 +2155,9 @@ packages: node: '>=0.4.7' hasBin: true optionalDependencies: - uglify-js: 3.12.7 + uglify-js: 3.12.8 resolution: - integrity: sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== + integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== /hard-rejection/2.1.0: dev: true engines: @@ -2465,6 +2510,15 @@ packages: hasBin: true resolution: integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== + /json5/2.2.0: + dependencies: + minimist: 1.2.5 + dev: true + engines: + node: '>=6' + hasBin: true + resolution: + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /jsonparse/1.3.1: dev: true engines: @@ -2473,7 +2527,7 @@ packages: integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= /jsx-ast-utils/3.2.0: dependencies: - array-includes: 3.1.2 + array-includes: 3.1.3 object.assign: 4.1.2 dev: true engines: @@ -2602,6 +2656,10 @@ packages: /lodash/4.17.20: resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== + /lodash/4.17.21: + dev: true + resolution: + integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== /loose-envify/1.4.0: dependencies: js-tokens: 4.0.0 @@ -2694,7 +2752,7 @@ packages: redent: 3.0.0 trim-newlines: 3.0.0 type-fest: 0.18.1 - yargs-parser: 20.2.4 + yargs-parser: 20.2.5 dev: true engines: node: '>=10' @@ -3650,12 +3708,6 @@ packages: dev: true resolution: integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== - /split2/2.2.0: - dependencies: - through2: 2.0.5 - dev: true - resolution: - integrity: sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw== /split2/3.2.2: dependencies: readable-stream: 3.6.0 @@ -3836,8 +3888,8 @@ packages: integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== /table/6.0.7: dependencies: - ajv: 7.1.0 - lodash: 4.17.20 + ajv: 7.1.1 + lodash: 4.17.21 slice-ansi: 4.0.0 string-width: 4.2.0 dev: true @@ -3936,7 +3988,7 @@ packages: /tsup/4.0.0_typescript@4.1.5: dependencies: '@rollup/plugin-node-resolve': 11.2.0_rollup@2.39.0 - cac: 6.7.1 + cac: 6.7.2 chalk: 4.1.0 chokidar: 3.5.1 esbuild: 0.8.50 @@ -4005,14 +4057,14 @@ packages: dev: true resolution: integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== - /uglify-js/3.12.7: + /uglify-js/3.12.8: dev: true engines: node: '>=0.8.0' hasBin: true optional: true resolution: - integrity: sha512-SIZhkoh+U/wjW+BHGhVwE9nt8tWJspncloBcFapkpGRwNPqcH8pzX36BXe3TPBjzHWPMUZotpCigak/udWNr1Q== + integrity: sha512-fvBeuXOsvqjecUtF/l1dwsrrf5y2BCUk9AOJGzGcm6tE7vegku5u/YvqjyDaAGr422PLoLnrxg3EnRvTqsdC1w== /uniq/1.0.1: dev: true resolution: @@ -4063,7 +4115,7 @@ packages: integrity: sha512-D7WeLZzAGQjb4UtCEXcSKlvGOrHYOiVGWVrzH3+snrOFNoeMc5PDLmy0IS9E/mdMperPkzgaivd5SQg+nY1olQ== /vite/2.0.1: dependencies: - esbuild: 0.8.44 + esbuild: 0.8.50 postcss: 8.2.6 resolve: 1.20.0 rollup: 2.39.0 @@ -4075,7 +4127,7 @@ packages: fsevents: 2.3.2 resolution: integrity: sha512-x7ZfikjNs+6n4cdvwb9L5r5xBCdjmtmHFHaI4JVR3nAkJbMCK/dynfDWky8/NseZ9Ncz1jVxTQ/Bcf+n1ps1Ww== - /vue-eslint-parser/7.4.1_eslint@7.20.0: + /vue-eslint-parser/7.5.0_eslint@7.20.0: dependencies: debug: 4.3.2 eslint: 7.20.0 @@ -4083,14 +4135,14 @@ packages: eslint-visitor-keys: 1.3.0 espree: 6.2.1 esquery: 1.4.0 - lodash: 4.17.20 + lodash: 4.17.21 dev: true engines: node: '>=8.10' peerDependencies: eslint: '>=5.0.0' resolution: - integrity: sha512-AFvhdxpFvliYq1xt/biNBslTHE/zbEvSnr1qfHA/KxRIpErmEDrQZlQnvEexednRHmLfDNOMuDYwZL5xkLzIXQ== + integrity: sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw== /vue/3.0.5: dependencies: '@vue/compiler-dom': 3.0.5 @@ -4158,12 +4210,12 @@ packages: node: '>= 6' resolution: integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== - /yargs-parser/20.2.4: + /yargs-parser/20.2.5: dev: true engines: node: '>=10' resolution: - integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== + integrity: sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg== /yargs/16.2.0: dependencies: cliui: 7.0.4 @@ -4172,7 +4224,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.0 y18n: 5.0.5 - yargs-parser: 20.2.4 + yargs-parser: 20.2.5 dev: true engines: node: '>=10'