diff --git a/package.json b/package.json index 1c9b06f..42f4325 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@nuxtjs/i18n": "7.2.3", "vite": "3.0.4", - "vue": "^3.2.37", - "webpack": "^5.73.0" + "vue": "3.2.37", + "webpack": "5.74.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab9b90c..0932d26 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,22 +9,22 @@ specifiers: sass: 1.54.1 sass-loader: 13.0.2 vite: 3.0.4 - vue: ^3.2.37 - webpack: ^5.73.0 + vue: 3.2.37 + webpack: 5.74.0 dependencies: - '@nuxtjs/i18n': 7.2.3 + '@nuxtjs/i18n': 7.2.3_vue@3.2.37 vite: 3.0.4_sass@1.54.1 vue: 3.2.37 - webpack: 5.73.0 + webpack: 5.74.0 devDependencies: - '@intlify/nuxt3': 0.2.3_tlhqycu6fpw2b53czkzqe3nxlu - '@nuxt/postcss8': 1.1.3_webpack@5.73.0 - '@nuxt/types': 2.15.8_sass@1.54.1+webpack@5.73.0 - nuxt: 3.0.0-rc.6_pdgsxo2z72pumxg265fo7sq6he + '@intlify/nuxt3': 0.2.3_4haygrasdbiazm2tjkplzcdq34 + '@nuxt/postcss8': 1.1.3_webpack@5.74.0 + '@nuxt/types': 2.15.8_sass@1.54.1+webpack@5.74.0 + nuxt: 3.0.0-rc.6_j7mjzceayp5qil744h3h7gp7ea sass: 1.54.1 - sass-loader: 13.0.2_sass@1.54.1+webpack@5.73.0 + sass-loader: 13.0.2_sass@1.54.1+webpack@5.74.0 packages: @@ -42,25 +42,25 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.18.5: - resolution: {integrity: sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==} + /@babel/compat-data/7.18.13: + resolution: {integrity: sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.18.5: - resolution: {integrity: sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==} + /@babel/core/7.18.13: + resolution: {integrity: sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.9 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helpers': 7.18.2 - '@babel/parser': 7.18.9 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/generator': 7.18.13 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.13 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.13 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.13 + '@babel/types': 7.18.13 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -70,11 +70,11 @@ packages: - supports-color dev: true - /@babel/generator/7.18.9: - resolution: {integrity: sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==} + /@babel/generator/7.18.13: + resolution: {integrity: sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -82,29 +82,29 @@ packages: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true - /@babel/helper-compilation-targets/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==} + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.13: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.5 - '@babel/core': 7.18.5 - '@babel/helper-validator-option': 7.16.7 + '@babel/compat-data': 7.18.13 + '@babel/core': 7.18.13 + '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.0 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.5: + /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.13: resolution: {integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.13 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.18.9 @@ -124,41 +124,41 @@ packages: resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.6 - '@babel/types': 7.18.9 + '@babel/template': 7.18.10 + '@babel/types': 7.18.13 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 /@babel/helper-member-expression-to-functions/7.17.7: resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true - /@babel/helper-module-imports/7.16.7: - resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} + /@babel/helper-module-imports/7.18.6: + resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true - /@babel/helper-module-transforms/7.18.0: - resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==} + /@babel/helper-module-transforms/7.18.9: + resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-simple-access': 7.18.2 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-simple-access': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.18.6 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.13 + '@babel/types': 7.18.13 transitivePeerDependencies: - supports-color dev: true @@ -167,7 +167,7 @@ packages: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true /@babel/helper-plugin-utils/7.17.12: @@ -182,45 +182,45 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-member-expression-to-functions': 7.17.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/traverse': 7.18.13 + '@babel/types': 7.18.13 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.18.2: - resolution: {integrity: sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==} + /@babel/helper-simple-access/7.18.6: + resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 - /@babel/helper-validator-identifier/7.16.7: - resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} + /@babel/helper-string-parser/7.18.10: + resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option/7.16.7: - resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==} + /@babel/helper-validator-option/7.18.6: + resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} dev: true - /@babel/helpers/7.18.2: - resolution: {integrity: sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==} + /@babel/helpers/7.18.9: + resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.13 + '@babel/types': 7.18.13 transitivePeerDependencies: - supports-color dev: true @@ -233,91 +233,118 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 + /@babel/parser/7.18.13: + resolution: {integrity: sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.18.13 + /@babel/parser/7.18.9: resolution: {integrity: sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.4 + '@babel/types': 7.18.9 - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.5: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.13: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.13 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.5: + /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.13: resolution: {integrity: sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.13 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.5: + /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.13: resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.18.13 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-typescript/7.18.4_@babel+core@7.18.5: + /@babel/plugin-transform-typescript/7.18.4_@babel+core@7.18.13: resolution: {integrity: sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 + '@babel/core': 7.18.13 + '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.13 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.5 + '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.13 transitivePeerDependencies: - supports-color dev: true - /@babel/standalone/7.18.5: - resolution: {integrity: sha512-3RlzTl3JSvbY1bvaRmuHf3fM2BSy7IbX0zqpVFjsiGO7678KE/LytwvJN+f5MGrarnUFUz2DNcCdetumWdIAKA==} + /@babel/standalone/7.18.13: + resolution: {integrity: sha512-5hjvvFkaXyfQri+s4CAZtx6FTKclfTNd2QN2RwgzCVJhnYYgKh4YFBCnNJSxurzvpSKD2NmpCkoWAkMc+j9y+g==} engines: {node: '>=6.9.0'} dev: true - /@babel/template/7.18.6: - resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==} + /@babel/template/7.18.10: + resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.9 - '@babel/types': 7.18.9 + '@babel/parser': 7.18.13 + '@babel/types': 7.18.13 + + /@babel/traverse/7.18.13: + resolution: {integrity: sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.13 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.18.13 + '@babel/types': 7.18.13 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true /@babel/traverse/7.18.9: resolution: {integrity: sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.9 + '@babel/generator': 7.18.13 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.18.9 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.9 - '@babel/types': 7.18.9 + '@babel/parser': 7.18.13 + '@babel/types': 7.18.13 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false - /@babel/types/7.18.4: - resolution: {integrity: sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==} + /@babel/types/7.18.13: + resolution: {integrity: sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.16.7 + '@babel/helper-string-parser': 7.18.10 + '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 /@babel/types/7.18.9: @@ -394,18 +421,18 @@ packages: source-map: 0.6.1 dev: true - /@intlify/nuxt3/0.2.3_tlhqycu6fpw2b53czkzqe3nxlu: + /@intlify/nuxt3/0.2.3_4haygrasdbiazm2tjkplzcdq34: resolution: {integrity: sha512-3EK/k7j3kpRp1sddEH7g9p+sl/9pIaNeLry53Rf5g60l32lqaJrK3ykYHIyZOaEYkY+uCaacHVRaKR1cwtQ0Sg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: '@intlify/shared': 9.2.0-beta.40 '@intlify/vite-plugin-vue-i18n': 5.0.0-beta.0_yn3nhfjll23tmw5nb3klq3sjmu '@intlify/vue-i18n-loader': 5.0.0_jsugqqihd5kmbmuhylb4bbrc34 - '@nuxt/kit': 3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4 + '@nuxt/kit': 3.0.0-rc.8_rghlncyrsus75fl4xfvoztoch4 debug: 4.3.4 pathe: 0.2.0 ufo: 0.8.4 - unplugin: 0.6.3_sab3pokxmalwkf3fnprnzkbpr4 + unplugin: 0.6.3_rghlncyrsus75fl4xfvoztoch4 vue-i18n: 9.2.0-beta.40_vue@3.2.37 transitivePeerDependencies: - esbuild @@ -465,7 +492,7 @@ packages: resolution: {integrity: sha512-rnfA0ScyBXyp9xsSD4EAMGeOh1yv/AE7fhqdAdSOr5X8N39azz257umfRtzNT9sHXAKSSzpCVhIbMAkp5c/gjQ==} engines: {node: '>= 10.0'} dependencies: - '@babel/parser': 7.18.9 + '@babel/parser': 7.18.13 dev: false /@intlify/vue-i18n-loader/1.1.0: @@ -592,12 +619,12 @@ packages: resolution: {integrity: sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==} dev: true - /@nuxt/kit/3.0.0-rc.1_sab3pokxmalwkf3fnprnzkbpr4: + /@nuxt/kit/3.0.0-rc.1_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-S2x0zdLYLZ4/2lMnS6emSmFPJszPJf70Y4/8gpmkPb4TArEjPNaOTCIz7tKpj/Upo71fv7cfuwYw/X0F2UAntg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4 - c12: 0.2.8 + '@nuxt/schema': 3.0.0-rc.8_rghlncyrsus75fl4xfvoztoch4 + c12: 0.2.9 consola: 2.15.3 defu: 6.0.0 globby: 13.1.2 @@ -606,14 +633,14 @@ packages: jiti: 1.14.0 knitwork: 0.1.2 lodash.template: 4.5.0 - mlly: 0.5.5 + mlly: 0.5.14 pathe: 0.2.0 - pkg-types: 0.3.3 + pkg-types: 0.3.4 scule: 0.2.1 semver: 7.3.7 - unctx: 1.1.4_sab3pokxmalwkf3fnprnzkbpr4 - unimport: 0.1.9_sab3pokxmalwkf3fnprnzkbpr4 - untyped: 0.4.4 + unctx: 1.1.4_rghlncyrsus75fl4xfvoztoch4 + unimport: 0.1.9_rghlncyrsus75fl4xfvoztoch4 + untyped: 0.4.5 transitivePeerDependencies: - esbuild - rollup @@ -622,12 +649,12 @@ packages: - webpack dev: true - /@nuxt/kit/3.0.0-rc.6_ap4l4lbv3c7jyapqm5ud6avnoi: + /@nuxt/kit/3.0.0-rc.6_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-+lxSd6dSWlAzMXfGOPcY4856xnMF1Ck1rycFUZ+K2QYiDXphq/fiW2eMaWLVvqgPyL2Box2WzVDZJ6C5ceptcw==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.6_ap4l4lbv3c7jyapqm5ud6avnoi - c12: 0.2.8 + '@nuxt/schema': 3.0.0-rc.8_rghlncyrsus75fl4xfvoztoch4 + c12: 0.2.9 consola: 2.15.3 defu: 6.0.0 globby: 13.1.2 @@ -636,14 +663,14 @@ packages: jiti: 1.14.0 knitwork: 0.1.2 lodash.template: 4.5.0 - mlly: 0.5.5 - pathe: 0.3.3 - pkg-types: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 + pkg-types: 0.3.4 scule: 0.2.1 semver: 7.3.7 - unctx: 1.1.4_ap4l4lbv3c7jyapqm5ud6avnoi - unimport: 0.4.7_ap4l4lbv3c7jyapqm5ud6avnoi - untyped: 0.4.4 + unctx: 1.1.4_rghlncyrsus75fl4xfvoztoch4 + unimport: 0.4.7_rghlncyrsus75fl4xfvoztoch4 + untyped: 0.4.5 transitivePeerDependencies: - esbuild - rollup @@ -652,12 +679,12 @@ packages: - webpack dev: true - /@nuxt/kit/3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4: - resolution: {integrity: sha512-+lxSd6dSWlAzMXfGOPcY4856xnMF1Ck1rycFUZ+K2QYiDXphq/fiW2eMaWLVvqgPyL2Box2WzVDZJ6C5ceptcw==} + /@nuxt/kit/3.0.0-rc.8_65uk6ororxsefc3ybefailpyhu: + resolution: {integrity: sha512-FkbO7DPkJxuLqeiWEMUI8OWXaQ4qzmreIjslIPrc9buYdB9nbJqVVzQRicxcKzF09R7VwpJTiG6onIZq6iGuDQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4 - c12: 0.2.8 + '@nuxt/schema': 3.0.0-rc.8_65uk6ororxsefc3ybefailpyhu + c12: 0.2.9 consola: 2.15.3 defu: 6.0.0 globby: 13.1.2 @@ -666,14 +693,14 @@ packages: jiti: 1.14.0 knitwork: 0.1.2 lodash.template: 4.5.0 - mlly: 0.5.5 - pathe: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 pkg-types: 0.3.3 - scule: 0.2.1 + scule: 0.3.2 semver: 7.3.7 - unctx: 1.1.4_sab3pokxmalwkf3fnprnzkbpr4 - unimport: 0.4.7_sab3pokxmalwkf3fnprnzkbpr4 - untyped: 0.4.4 + unctx: 2.0.1_65uk6ororxsefc3ybefailpyhu + unimport: 0.6.7_65uk6ororxsefc3ybefailpyhu + untyped: 0.4.5 transitivePeerDependencies: - esbuild - rollup @@ -682,35 +709,65 @@ packages: - webpack dev: true - /@nuxt/postcss8/1.1.3_webpack@5.73.0: + /@nuxt/kit/3.0.0-rc.8_rghlncyrsus75fl4xfvoztoch4: + resolution: {integrity: sha512-FkbO7DPkJxuLqeiWEMUI8OWXaQ4qzmreIjslIPrc9buYdB9nbJqVVzQRicxcKzF09R7VwpJTiG6onIZq6iGuDQ==} + engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} + dependencies: + '@nuxt/schema': 3.0.0-rc.8_rghlncyrsus75fl4xfvoztoch4 + c12: 0.2.9 + consola: 2.15.3 + defu: 6.0.0 + globby: 13.1.2 + hash-sum: 2.0.0 + ignore: 5.2.0 + jiti: 1.14.0 + knitwork: 0.1.2 + lodash.template: 4.5.0 + mlly: 0.5.14 + pathe: 0.3.5 + pkg-types: 0.3.3 + scule: 0.3.2 + semver: 7.3.7 + unctx: 2.0.1_rghlncyrsus75fl4xfvoztoch4 + unimport: 0.6.7_rghlncyrsus75fl4xfvoztoch4 + untyped: 0.4.5 + transitivePeerDependencies: + - esbuild + - rollup + - supports-color + - vite + - webpack + dev: true + + /@nuxt/postcss8/1.1.3_webpack@5.74.0: resolution: {integrity: sha512-CdHtErhvQwueNZPBOmlAAKrNCK7aIpZDYhtS7TzXlSgPHHox1g3cSlf+Ke9oB/8t4mNNjdB+prclme2ibuCOEA==} dependencies: autoprefixer: 10.4.7_postcss@8.4.14 - css-loader: 5.2.7_webpack@5.73.0 + css-loader: 5.2.7_webpack@5.74.0 defu: 3.2.2 postcss: 8.4.14 postcss-import: 13.0.0_postcss@8.4.14 - postcss-loader: 4.3.0_mepnsno3xmng6eyses4tepu7bu + postcss-loader: 4.3.0_m6qh27jiicejwnzfgs742cokpe postcss-url: 10.1.3_postcss@8.4.14 semver: 7.3.7 transitivePeerDependencies: - webpack dev: true - /@nuxt/schema/3.0.0-rc.6_ap4l4lbv3c7jyapqm5ud6avnoi: + /@nuxt/schema/3.0.0-rc.6_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-BcD5YtWRhn+jU2DlzuI1TeITFeOt5x6qm2KeaU/d5jzJ0oZDzmZwKsAimLtRbHwyU6/kKa+zFbK6pp5obm1XLg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - c12: 0.2.8 + c12: 0.2.9 create-require: 1.1.1 defu: 6.0.0 jiti: 1.14.0 - pathe: 0.3.3 + pathe: 0.3.5 postcss-import-resolver: 2.0.0 scule: 0.2.1 std-env: 3.1.1 ufo: 0.8.5 - unimport: 0.4.7_ap4l4lbv3c7jyapqm5ud6avnoi + unimport: 0.4.7_rghlncyrsus75fl4xfvoztoch4 transitivePeerDependencies: - esbuild - rollup @@ -718,20 +775,20 @@ packages: - webpack dev: true - /@nuxt/schema/3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4: - resolution: {integrity: sha512-BcD5YtWRhn+jU2DlzuI1TeITFeOt5x6qm2KeaU/d5jzJ0oZDzmZwKsAimLtRbHwyU6/kKa+zFbK6pp5obm1XLg==} + /@nuxt/schema/3.0.0-rc.8_65uk6ororxsefc3ybefailpyhu: + resolution: {integrity: sha512-ODl9cmjH8fupvXjzITIvYT4OzapNvLrvWq9QUUgLhgv3Uxl2iX2J03oLj2aCQgfhte4mJhgHsBrtXvDLF/1GwA==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - c12: 0.2.8 + c12: 0.2.9 create-require: 1.1.1 defu: 6.0.0 jiti: 1.14.0 - pathe: 0.3.3 + pathe: 0.3.5 postcss-import-resolver: 2.0.0 - scule: 0.2.1 + scule: 0.3.2 std-env: 3.1.1 ufo: 0.8.5 - unimport: 0.4.7_sab3pokxmalwkf3fnprnzkbpr4 + unimport: 0.6.7_65uk6ororxsefc3ybefailpyhu transitivePeerDependencies: - esbuild - rollup @@ -739,11 +796,32 @@ packages: - webpack dev: true - /@nuxt/telemetry/2.1.3_sab3pokxmalwkf3fnprnzkbpr4: + /@nuxt/schema/3.0.0-rc.8_rghlncyrsus75fl4xfvoztoch4: + resolution: {integrity: sha512-ODl9cmjH8fupvXjzITIvYT4OzapNvLrvWq9QUUgLhgv3Uxl2iX2J03oLj2aCQgfhte4mJhgHsBrtXvDLF/1GwA==} + engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} + dependencies: + c12: 0.2.9 + create-require: 1.1.1 + defu: 6.0.0 + jiti: 1.14.0 + pathe: 0.3.5 + postcss-import-resolver: 2.0.0 + scule: 0.3.2 + std-env: 3.1.1 + ufo: 0.8.5 + unimport: 0.6.7_rghlncyrsus75fl4xfvoztoch4 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + + /@nuxt/telemetry/2.1.3_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-k8wP3D17di27/loe35GZEqXyabG/045tFD1CipmG9MOnZdwf6WeL+gFEXzIaDeDFVLmbI1bnddOk+RutxeIjVA==} hasBin: true dependencies: - '@nuxt/kit': 3.0.0-rc.1_sab3pokxmalwkf3fnprnzkbpr4 + '@nuxt/kit': 3.0.0-rc.1_rghlncyrsus75fl4xfvoztoch4 chalk: 5.0.1 ci-info: 3.3.2 consola: 2.15.3 @@ -771,7 +849,7 @@ packages: - webpack dev: true - /@nuxt/types/2.15.8_sass@1.54.1+webpack@5.73.0: + /@nuxt/types/2.15.8_sass@1.54.1+webpack@5.74.0: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -792,7 +870,7 @@ packages: '@types/webpack-bundle-analyzer': 3.9.3 '@types/webpack-dev-middleware': 4.1.2 '@types/webpack-hot-middleware': 2.25.4 - sass-loader: 10.1.1_sass@1.54.1+webpack@5.73.0 + sass-loader: 10.1.1_sass@1.54.1+webpack@5.74.0 transitivePeerDependencies: - fibers - node-sass @@ -804,13 +882,13 @@ packages: resolution: {integrity: sha512-M6/x5Rvz/+YiYdEQISEXuVstu2S71lu2Q9rlQv/SQG3gm+u0O7ZNxvQDx8RFMCYitf99MhOYUArXz36UtjwyHw==} dev: true - /@nuxt/vite-builder/3.0.0-rc.6_dn6ream4thytbcehucnsaw3pqu: + /@nuxt/vite-builder/3.0.0-rc.6_jn3yksjvz7bikuvemayeqhyhzi: resolution: {integrity: sha512-nQ1J3A1IdDAKLwBOCNLKyk6wlefIpIrx8JZn5RQ7+IRujYRX9ed+eE+T+FMa1Mb4/3l1eDJkZ410gpffM+w0ew==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} peerDependencies: vue: ^3.2.37 dependencies: - '@nuxt/kit': 3.0.0-rc.6_ap4l4lbv3c7jyapqm5ud6avnoi + '@nuxt/kit': 3.0.0-rc.8_65uk6ororxsefc3ybefailpyhu '@rollup/plugin-replace': 4.0.0_rollup@2.77.2 '@vitejs/plugin-vue': 2.3.3_vite@2.9.14+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 @@ -827,9 +905,9 @@ packages: h3: 0.7.10 knitwork: 0.1.2 magic-string: 0.26.2 - mlly: 0.5.5 + mlly: 0.5.14 ohash: 0.1.4 - pathe: 0.3.3 + pathe: 0.3.5 perfect-debounce: 0.1.3 postcss: 8.4.14 postcss-import: 14.1.0_postcss@8.4.14 @@ -837,7 +915,7 @@ packages: rollup: 2.77.2 rollup-plugin-visualizer: 5.7.1_rollup@2.77.2 ufo: 0.8.5 - unplugin: 0.7.2_ap4l4lbv3c7jyapqm5ud6avnoi + unplugin: 0.7.2_65uk6ororxsefc3ybefailpyhu vite: 2.9.14_sass@1.54.1 vite-node: 0.18.1_sass@1.54.1 vite-plugin-checker: 0.4.9_vite@2.9.14 @@ -851,7 +929,7 @@ packages: - webpack dev: true - /@nuxtjs/i18n/7.2.3: + /@nuxtjs/i18n/7.2.3_vue@3.2.37: resolution: {integrity: sha512-Zi/1df2ISXtsPs5+IhdHbh3ebWLq4V+tU71SkAuB2F9Es2qANF5EIq2dT9rCDW/1bbfO48MQU/eUWectDX6D7g==} engines: {node: '>=14.16'} dependencies: @@ -866,9 +944,10 @@ packages: klona: 2.0.5 lodash.merge: 4.6.2 ufo: 0.8.5 - vue-i18n: 8.27.2 + vue-i18n: 8.27.2_vue@3.2.37 transitivePeerDependencies: - supports-color + - vue dev: false /@rollup/plugin-alias/3.1.9_rollup@2.77.2: @@ -993,8 +1072,8 @@ packages: /@types/babel__core/7.1.14: resolution: {integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==} dependencies: - '@babel/parser': 7.18.9 - '@babel/types': 7.18.9 + '@babel/parser': 7.18.13 + '@babel/types': 7.18.13 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.17.1 @@ -1003,20 +1082,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.18.9 - '@babel/types': 7.18.9 + '@babel/parser': 7.18.13 + '@babel/types': 7.18.13 dev: true /@types/babel__traverse/7.17.1: resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.13 dev: true /@types/body-parser/1.19.2: @@ -1266,7 +1345,7 @@ packages: hasBin: true dependencies: '@mapbox/node-pre-gyp': 1.0.9 - acorn: 8.7.1 + acorn: 8.8.0 bindings: 1.5.0 estree-walker: 2.0.2 glob: 7.2.3 @@ -1284,11 +1363,11 @@ packages: resolution: {integrity: sha512-Cf5zznh4yNMiEMBfTOztaDVDmK1XXfgxClzOSUVUc8WAmHzogrCUeM8B05ABzuGtg0D1amfng+mUmSIOFGP3Pw==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-transform-typescript': 7.18.4_@babel+core@7.18.5 + '@babel/core': 7.18.13 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.13 + '@babel/plugin-transform-typescript': 7.18.4_@babel+core@7.18.13 '@rollup/pluginutils': 4.2.1 - '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.5 + '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.13 hash-sum: 2.0.0 transitivePeerDependencies: - supports-color @@ -1309,14 +1388,14 @@ packages: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.18.5: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.18.13: resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} dependencies: - '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/helper-module-imports': 7.18.6 + '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.13 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.13 + '@babel/types': 7.18.13 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.3.0 html-tags: 3.2.0 @@ -1538,6 +1617,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + /acorn/8.8.0: + resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} + engines: {node: '>=0.4.0'} + hasBin: true + /agent-base/6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -1765,15 +1849,15 @@ packages: source-map: 0.7.4 dev: true - /c12/0.2.8: - resolution: {integrity: sha512-JomSyVwGnqndRdVVW6SGnHUeHIfJFQNe/4zPFK6zLKPQm8US+hNr4kZP7xeNnzjn3jnQUsBbPdT85fm8K5Pr4A==} + /c12/0.2.9: + resolution: {integrity: sha512-6jYdexgAKr+3kYoTmvC5eDtDHUg7GmFQSdeQqZzAKiPlFAN1heGUoXDbAYYwUCfefZy+WgVJbmAej5TTQpp3jA==} dependencies: defu: 6.0.0 dotenv: 16.0.1 gittar: 0.1.1 jiti: 1.14.0 - mlly: 0.5.5 - pathe: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 rc9: 1.2.2 dev: true @@ -2043,7 +2127,7 @@ packages: postcss: 8.4.14 dev: true - /css-loader/5.2.7_webpack@5.73.0: + /css-loader/5.2.7_webpack@5.74.0: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -2059,7 +2143,7 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 3.1.1 semver: 7.3.7 - webpack: 5.73.0 + webpack: 5.74.0 dev: true /css-select/4.3.0: @@ -2338,8 +2422,8 @@ packages: tapable: 1.1.3 dev: true - /enhanced-resolve/5.9.3: - resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} + /enhanced-resolve/5.10.0: + resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.10 @@ -2673,9 +2757,9 @@ packages: /externality/0.2.2: resolution: {integrity: sha512-seYffJRrRVI3qrCC0asf2mWAvQ/U0jZA+eECylqIxCDHzBs/W+ZeEv3D0bsjNeEewIYZKfELyY96mRactx8C4w==} dependencies: - enhanced-resolve: 5.9.3 - mlly: 0.5.5 - pathe: 0.3.3 + enhanced-resolve: 5.10.0 + mlly: 0.5.14 + pathe: 0.3.5 ufo: 0.8.5 dev: true @@ -3299,6 +3383,10 @@ packages: resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==} dev: true + /jsonc-parser/3.1.0: + resolution: {integrity: sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==} + dev: true + /jsonfile/6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: @@ -3586,11 +3674,20 @@ packages: hasBin: true dev: true + /mlly/0.5.14: + resolution: {integrity: sha512-DgRgNUSX9NIxxCxygX4Xeg9C7GX7OUx1wuQ8cXx9o9LE0e9wrH+OZ9fcnrlEedsC/rtqry3ZhUddC759XD/L0w==} + dependencies: + acorn: 8.8.0 + pathe: 0.3.5 + pkg-types: 0.3.4 + ufo: 0.8.5 + dev: true + /mlly/0.5.5: resolution: {integrity: sha512-2R4JT/SxRDPexomw4rmHYY/gWAGmL9Kkq1OR76Ua6w+P340a1aBDTWzKo2kAlxzrG82OdXs5VB9Lmcmyit0Obg==} dependencies: - pathe: 0.3.3 - pkg-types: 0.3.3 + pathe: 0.3.5 + pkg-types: 0.3.4 dev: true /mri/1.2.0: @@ -3621,7 +3718,7 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /nitropack/0.4.12_vite@3.0.4+webpack@5.73.0: + /nitropack/0.4.12_vite@3.0.4+webpack@5.74.0: resolution: {integrity: sha512-5UXLcKKg4qAegrAEE21NIqgm/mbZMiZdrGTOePe/Ed+hRCI8gG7/cTETEE7eLzrSL159ribQKHG42MksXqAZUg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true @@ -3639,7 +3736,7 @@ packages: '@types/jsdom': 16.2.14 '@vercel/nft': 0.20.1 archiver: 5.3.1 - c12: 0.2.8 + c12: 0.2.9 chalk: 5.0.1 chokidar: 3.5.3 consola: 2.15.3 @@ -3661,14 +3758,14 @@ packages: klona: 2.0.5 listhen: 0.2.13 mime: 3.0.0 - mlly: 0.5.5 + mlly: 0.5.14 mri: 1.2.0 node-fetch-native: 0.1.4 ohash: 0.1.4 ohmyfetch: 0.4.18 - pathe: 0.3.3 + pathe: 0.3.5 perfect-debounce: 0.1.3 - pkg-types: 0.3.3 + pkg-types: 0.3.4 pretty-bytes: 6.0.0 radix3: 0.1.2 rollup: 2.77.2 @@ -3683,7 +3780,7 @@ packages: table: 6.8.0 ufo: 0.8.5 unenv: 0.5.2 - unimport: 0.4.7_grodeam2kq6iidjnyzags2fjfu + unimport: 0.4.7_jldbdvmumhqeqoktijqjc5f5fa unstorage: 0.5.6 transitivePeerDependencies: - bufferutil @@ -3790,17 +3887,17 @@ packages: fsevents: 2.3.2 dev: true - /nuxt/3.0.0-rc.6_pdgsxo2z72pumxg265fo7sq6he: + /nuxt/3.0.0-rc.6_j7mjzceayp5qil744h3h7gp7ea: resolution: {integrity: sha512-Ko/LBIUBf25bSXKoRnPEplMngw2dHU8qkV5Twdm7yZ0DfdFkwaTVzTtwvbWsFt+H9vh1aUUTCSyEWnmNorkkxQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: '@nuxt/devalue': 2.0.0 - '@nuxt/kit': 3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4 - '@nuxt/schema': 3.0.0-rc.6_sab3pokxmalwkf3fnprnzkbpr4 - '@nuxt/telemetry': 2.1.3_sab3pokxmalwkf3fnprnzkbpr4 + '@nuxt/kit': 3.0.0-rc.6_rghlncyrsus75fl4xfvoztoch4 + '@nuxt/schema': 3.0.0-rc.6_rghlncyrsus75fl4xfvoztoch4 + '@nuxt/telemetry': 2.1.3_rghlncyrsus75fl4xfvoztoch4 '@nuxt/ui-templates': 0.2.2 - '@nuxt/vite-builder': 3.0.0-rc.6_dn6ream4thytbcehucnsaw3pqu + '@nuxt/vite-builder': 3.0.0-rc.6_jn3yksjvz7bikuvemayeqhyhzi '@vue/reactivity': 3.2.37 '@vue/shared': 3.2.37 '@vueuse/head': 0.7.6_vue@3.2.37 @@ -3817,7 +3914,7 @@ packages: knitwork: 0.1.2 magic-string: 0.26.2 mlly: 0.5.5 - nitropack: 0.4.12_vite@3.0.4+webpack@5.73.0 + nitropack: 0.4.12_vite@3.0.4+webpack@5.74.0 nuxi: 3.0.0-rc.6 ohash: 0.1.4 ohmyfetch: 0.4.18 @@ -3826,10 +3923,10 @@ packages: scule: 0.2.1 strip-literal: 0.4.0 ufo: 0.8.5 - unctx: 1.1.4_sab3pokxmalwkf3fnprnzkbpr4 + unctx: 1.1.4_rghlncyrsus75fl4xfvoztoch4 unenv: 0.5.2 - unimport: 0.4.7_sab3pokxmalwkf3fnprnzkbpr4 - unplugin: 0.7.2_sab3pokxmalwkf3fnprnzkbpr4 + unimport: 0.4.7_rghlncyrsus75fl4xfvoztoch4 + unplugin: 0.7.2_rghlncyrsus75fl4xfvoztoch4 untyped: 0.4.4 vue: 3.2.37 vue-bundle-renderer: 0.3.9 @@ -3995,6 +4092,10 @@ packages: resolution: {integrity: sha512-x3nrPvG0HDSDzUiJ0WqtzhN4MD+h5B+dFJ3/qyxVuARlr4Y3aJv8gri2cZzp9Z8sGs2a+aG9gNbKngh3gme57A==} dev: true + /pathe/0.3.5: + resolution: {integrity: sha512-grU/QeYP0ChuE5kjU2/k8VtAeODzbernHlue0gTa27+ayGIu3wqYBIPGfP9r5xSqgCgDd4nWrjKXEfxMillByg==} + dev: true + /perfect-debounce/0.1.3: resolution: {integrity: sha512-NOT9AcKiDGpnV/HBhI22Str++XWcErO/bALvHCuhv33owZW/CjH8KAFLZDCmu3727sihe0wTxpDhyGc6M8qacQ==} dev: true @@ -4019,8 +4120,16 @@ packages: resolution: {integrity: sha512-6AJcCMnjUQPQv/Wk960w0TOmjhdjbeaQJoSKWRQv9N3rgkessCu6J0Ydsog/nw1MbpnxHuPzYbfOn2KmlZO1FA==} dependencies: jsonc-parser: 3.0.0 - mlly: 0.5.5 - pathe: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 + dev: true + + /pkg-types/0.3.4: + resolution: {integrity: sha512-s214f/xkRpwlwVBToWq9Mu0XlU3HhZMYCnr2var8+jjbavBHh/VCh4pBLsJW29rJ//B1jb4HlpMIaNIMH+W2/w==} + dependencies: + jsonc-parser: 3.1.0 + mlly: 0.5.14 + pathe: 0.3.5 dev: true /postcss-calc/8.2.4_postcss@8.4.14: @@ -4123,7 +4232,7 @@ packages: resolve: 1.22.1 dev: true - /postcss-loader/4.3.0_mepnsno3xmng6eyses4tepu7bu: + /postcss-loader/4.3.0_m6qh27jiicejwnzfgs742cokpe: resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -4136,7 +4245,7 @@ packages: postcss: 8.4.14 schema-utils: 3.1.1 semver: 7.3.7 - webpack: 5.73.0 + webpack: 5.74.0 dev: true /postcss-merge-longhand/5.1.6_postcss@8.4.14: @@ -4668,7 +4777,7 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass-loader/10.1.1_sass@1.54.1+webpack@5.73.0: + /sass-loader/10.1.1_sass@1.54.1+webpack@5.74.0: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -4690,10 +4799,10 @@ packages: sass: 1.54.1 schema-utils: 3.1.1 semver: 7.3.7 - webpack: 5.73.0 + webpack: 5.74.0 dev: true - /sass-loader/13.0.2_sass@1.54.1+webpack@5.73.0: + /sass-loader/13.0.2_sass@1.54.1+webpack@5.74.0: resolution: {integrity: sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -4715,7 +4824,7 @@ packages: klona: 2.0.5 neo-async: 2.6.2 sass: 1.54.1 - webpack: 5.73.0 + webpack: 5.74.0 dev: true /sass/1.54.1: @@ -4739,6 +4848,10 @@ packages: resolution: {integrity: sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==} dev: true + /scule/0.3.2: + resolution: {integrity: sha512-zIvPdjOH8fv8CgrPT5eqtxHQXmPNnV/vHJYffZhE43KZkvULvpCTvOt1HPlFaCZx287INL9qaqrZg34e8NgI4g==} + dev: true + /selfsigned/2.0.1: resolution: {integrity: sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==} engines: {node: '>=10'} @@ -4950,7 +5063,7 @@ packages: /strip-literal/0.4.0: resolution: {integrity: sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==} dependencies: - acorn: 8.7.1 + acorn: 8.8.0 dev: true /stylehacks/5.1.0_postcss@8.4.14: @@ -5061,7 +5174,7 @@ packages: yallist: 4.0.0 dev: true - /terser-webpack-plugin/5.3.3_webpack@5.73.0: + /terser-webpack-plugin/5.3.3_webpack@5.74.0: resolution: {integrity: sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -5082,14 +5195,14 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.14.1 - webpack: 5.73.0 + webpack: 5.74.0 /terser/4.8.0: resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.7.1 + acorn: 8.8.0 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 @@ -5101,7 +5214,7 @@ packages: hasBin: true dependencies: '@jridgewell/source-map': 0.3.2 - acorn: 8.7.1 + acorn: 8.8.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -5160,13 +5273,13 @@ packages: /ufo/0.8.5: resolution: {integrity: sha512-e4+UtA5IRO+ha6hYklwj6r7BjiGMxS0O+UaSg9HbaTefg4kMkzj4tXzEBajRR+wkxf+golgAWKzLbytCUDMJAA==} - /unctx/1.1.4_ap4l4lbv3c7jyapqm5ud6avnoi: + /unctx/1.1.4_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-fQMML+GjUpIjQa0HBrrJezo2dFpTAbQbU0/KFKw4T5wpc9deGjLHSYthdfNAo2xSWM34csI6arzedezQkqtfGw==} dependencies: - acorn: 8.7.1 + acorn: 8.8.0 estree-walker: 2.0.2 magic-string: 0.26.2 - unplugin: 0.6.3_ap4l4lbv3c7jyapqm5ud6avnoi + unplugin: 0.6.3_rghlncyrsus75fl4xfvoztoch4 transitivePeerDependencies: - esbuild - rollup @@ -5174,13 +5287,27 @@ packages: - webpack dev: true - /unctx/1.1.4_sab3pokxmalwkf3fnprnzkbpr4: - resolution: {integrity: sha512-fQMML+GjUpIjQa0HBrrJezo2dFpTAbQbU0/KFKw4T5wpc9deGjLHSYthdfNAo2xSWM34csI6arzedezQkqtfGw==} + /unctx/2.0.1_65uk6ororxsefc3ybefailpyhu: + resolution: {integrity: sha512-4VkJKSG+lh1yYkvdI0Xd3Gm7y7PU6F0mG5SoJqCI1j2jtIaHvTLAdBfbhDjbHxT93BsRkzcaxaeBtu8W/mX1Sg==} dependencies: - acorn: 8.7.1 - estree-walker: 2.0.2 + acorn: 8.8.0 + estree-walker: 3.0.1 magic-string: 0.26.2 - unplugin: 0.6.3_sab3pokxmalwkf3fnprnzkbpr4 + unplugin: 0.8.1_65uk6ororxsefc3ybefailpyhu + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + + /unctx/2.0.1_rghlncyrsus75fl4xfvoztoch4: + resolution: {integrity: sha512-4VkJKSG+lh1yYkvdI0Xd3Gm7y7PU6F0mG5SoJqCI1j2jtIaHvTLAdBfbhDjbHxT93BsRkzcaxaeBtu8W/mX1Sg==} + dependencies: + acorn: 8.8.0 + estree-walker: 3.0.1 + magic-string: 0.26.2 + unplugin: 0.8.1_rghlncyrsus75fl4xfvoztoch4 transitivePeerDependencies: - esbuild - rollup @@ -5199,10 +5326,10 @@ packages: defu: 6.0.0 mime: 3.0.0 node-fetch-native: 0.1.4 - pathe: 0.3.3 + pathe: 0.3.5 dev: true - /unimport/0.1.9_sab3pokxmalwkf3fnprnzkbpr4: + /unimport/0.1.9_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-ap7MnS7zuA4A8eAyA8CHN3YFw1tMpWQK3rSrh6jvrB3tWkT4EKvslg9sNoax5WuL8TnMaXSydRxwOgUUXrnovg==} dependencies: '@rollup/pluginutils': 4.2.1 @@ -5210,10 +5337,10 @@ packages: globby: 13.1.2 local-pkg: 0.4.2 magic-string: 0.26.2 - mlly: 0.5.5 - pathe: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 scule: 0.2.1 - unplugin: 0.6.3_sab3pokxmalwkf3fnprnzkbpr4 + unplugin: 0.6.3_rghlncyrsus75fl4xfvoztoch4 transitivePeerDependencies: - esbuild - rollup @@ -5221,7 +5348,7 @@ packages: - webpack dev: true - /unimport/0.4.7_ap4l4lbv3c7jyapqm5ud6avnoi: + /unimport/0.4.7_jldbdvmumhqeqoktijqjc5f5fa: resolution: {integrity: sha512-V2Pbscd1VSdgWm1/OI2pjtydEOTjE7DDnHZKhpOq7bSUBc1i8+1f6PK8jI1lJ1plRDcSNr0DLtAmtU9NPkFQpw==} dependencies: '@rollup/pluginutils': 4.2.1 @@ -5229,11 +5356,11 @@ packages: fast-glob: 3.2.11 local-pkg: 0.4.2 magic-string: 0.26.2 - mlly: 0.5.5 - pathe: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 scule: 0.2.1 strip-literal: 0.4.0 - unplugin: 0.7.2_ap4l4lbv3c7jyapqm5ud6avnoi + unplugin: 0.7.2_jldbdvmumhqeqoktijqjc5f5fa transitivePeerDependencies: - esbuild - rollup @@ -5241,7 +5368,7 @@ packages: - webpack dev: true - /unimport/0.4.7_grodeam2kq6iidjnyzags2fjfu: + /unimport/0.4.7_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-V2Pbscd1VSdgWm1/OI2pjtydEOTjE7DDnHZKhpOq7bSUBc1i8+1f6PK8jI1lJ1plRDcSNr0DLtAmtU9NPkFQpw==} dependencies: '@rollup/pluginutils': 4.2.1 @@ -5249,11 +5376,11 @@ packages: fast-glob: 3.2.11 local-pkg: 0.4.2 magic-string: 0.26.2 - mlly: 0.5.5 - pathe: 0.3.3 + mlly: 0.5.14 + pathe: 0.3.5 scule: 0.2.1 strip-literal: 0.4.0 - unplugin: 0.7.2_grodeam2kq6iidjnyzags2fjfu + unplugin: 0.7.2_rghlncyrsus75fl4xfvoztoch4 transitivePeerDependencies: - esbuild - rollup @@ -5261,19 +5388,39 @@ packages: - webpack dev: true - /unimport/0.4.7_sab3pokxmalwkf3fnprnzkbpr4: - resolution: {integrity: sha512-V2Pbscd1VSdgWm1/OI2pjtydEOTjE7DDnHZKhpOq7bSUBc1i8+1f6PK8jI1lJ1plRDcSNr0DLtAmtU9NPkFQpw==} + /unimport/0.6.7_65uk6ororxsefc3ybefailpyhu: + resolution: {integrity: sha512-EMoVqDjswHkU+nD098QYHXH7Mkw7KwGDQAyeRF2lgairJnuO+wpkhIcmCqrD1OPJmsjkTbJ2tW6Ap8St0PuWZA==} dependencies: '@rollup/pluginutils': 4.2.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.11 local-pkg: 0.4.2 magic-string: 0.26.2 - mlly: 0.5.5 - pathe: 0.3.3 - scule: 0.2.1 + mlly: 0.5.14 + pathe: 0.3.5 + scule: 0.3.2 strip-literal: 0.4.0 - unplugin: 0.7.2_sab3pokxmalwkf3fnprnzkbpr4 + unplugin: 0.9.4_65uk6ororxsefc3ybefailpyhu + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + + /unimport/0.6.7_rghlncyrsus75fl4xfvoztoch4: + resolution: {integrity: sha512-EMoVqDjswHkU+nD098QYHXH7Mkw7KwGDQAyeRF2lgairJnuO+wpkhIcmCqrD1OPJmsjkTbJ2tW6Ap8St0PuWZA==} + dependencies: + '@rollup/pluginutils': 4.2.1 + escape-string-regexp: 5.0.0 + fast-glob: 3.2.11 + local-pkg: 0.4.2 + magic-string: 0.26.2 + mlly: 0.5.14 + pathe: 0.3.5 + scule: 0.3.2 + strip-literal: 0.4.0 + unplugin: 0.9.4_rghlncyrsus75fl4xfvoztoch4 transitivePeerDependencies: - esbuild - rollup @@ -5286,33 +5433,7 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unplugin/0.6.3_ap4l4lbv3c7jyapqm5ud6avnoi: - resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} - peerDependencies: - esbuild: '>=0.13' - rollup: ^2.50.0 - vite: ^2.3.0 - webpack: 4 || 5 - peerDependenciesMeta: - esbuild: - optional: true - rollup: - optional: true - vite: - optional: true - webpack: - optional: true - dependencies: - chokidar: 3.5.3 - esbuild: 0.14.53 - rollup: 2.77.2 - vite: 2.9.14_sass@1.54.1 - webpack: 5.73.0 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.3 - dev: true - - /unplugin/0.6.3_sab3pokxmalwkf3fnprnzkbpr4: + /unplugin/0.6.3_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} peerDependencies: esbuild: '>=0.13' @@ -5332,12 +5453,12 @@ packages: chokidar: 3.5.3 rollup: 2.77.2 vite: 3.0.4_sass@1.54.1 - webpack: 5.73.0 + webpack: 5.74.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true - /unplugin/0.7.2_ap4l4lbv3c7jyapqm5ud6avnoi: + /unplugin/0.7.2_65uk6ororxsefc3ybefailpyhu: resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==} peerDependencies: esbuild: '>=0.13' @@ -5354,17 +5475,17 @@ packages: webpack: optional: true dependencies: - acorn: 8.7.1 + acorn: 8.8.0 chokidar: 3.5.3 esbuild: 0.14.53 rollup: 2.77.2 vite: 2.9.14_sass@1.54.1 - webpack: 5.73.0 + webpack: 5.74.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.4 dev: true - /unplugin/0.7.2_grodeam2kq6iidjnyzags2fjfu: + /unplugin/0.7.2_jldbdvmumhqeqoktijqjc5f5fa: resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==} peerDependencies: esbuild: '>=0.13' @@ -5381,17 +5502,17 @@ packages: webpack: optional: true dependencies: - acorn: 8.7.1 + acorn: 8.8.0 chokidar: 3.5.3 esbuild: 0.14.53 rollup: 2.77.2 vite: 3.0.4_sass@1.54.1 - webpack: 5.73.0 + webpack: 5.74.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.4 dev: true - /unplugin/0.7.2_sab3pokxmalwkf3fnprnzkbpr4: + /unplugin/0.7.2_rghlncyrsus75fl4xfvoztoch4: resolution: {integrity: sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==} peerDependencies: esbuild: '>=0.13' @@ -5408,11 +5529,117 @@ packages: webpack: optional: true dependencies: - acorn: 8.7.1 + acorn: 8.8.0 chokidar: 3.5.3 rollup: 2.77.2 vite: 3.0.4_sass@1.54.1 - webpack: 5.73.0 + webpack: 5.74.0 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.4 + dev: true + + /unplugin/0.8.1_65uk6ororxsefc3ybefailpyhu: + resolution: {integrity: sha512-o7rUZoPLG1fH4LKinWgb77gDtTE6mw/iry0Pq0Z5UPvZ9+HZ1/4+7fic7t58s8/CGkPrDpGq+RltO+DmswcR4g==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 || ^3.0.0-0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + acorn: 8.8.0 + chokidar: 3.5.3 + esbuild: 0.14.53 + rollup: 2.77.2 + vite: 2.9.14_sass@1.54.1 + webpack: 5.74.0 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.4 + dev: true + + /unplugin/0.8.1_rghlncyrsus75fl4xfvoztoch4: + resolution: {integrity: sha512-o7rUZoPLG1fH4LKinWgb77gDtTE6mw/iry0Pq0Z5UPvZ9+HZ1/4+7fic7t58s8/CGkPrDpGq+RltO+DmswcR4g==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 || ^3.0.0-0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + acorn: 8.8.0 + chokidar: 3.5.3 + rollup: 2.77.2 + vite: 3.0.4_sass@1.54.1 + webpack: 5.74.0 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.4 + dev: true + + /unplugin/0.9.4_65uk6ororxsefc3ybefailpyhu: + resolution: {integrity: sha512-lUe769wSsZiltVA1Ns9ZRx3K1ri/4yzOrLLI/ebSAj2f0PsXqIJeHIXhkhiayEe1pv+mHuZYyBS3B2RXG2Q2EQ==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 || ^3.0.0-0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + acorn: 8.8.0 + chokidar: 3.5.3 + esbuild: 0.14.53 + rollup: 2.77.2 + vite: 2.9.14_sass@1.54.1 + webpack: 5.74.0 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.4 + dev: true + + /unplugin/0.9.4_rghlncyrsus75fl4xfvoztoch4: + resolution: {integrity: sha512-lUe769wSsZiltVA1Ns9ZRx3K1ri/4yzOrLLI/ebSAj2f0PsXqIJeHIXhkhiayEe1pv+mHuZYyBS3B2RXG2Q2EQ==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 || ^3.0.0-0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + acorn: 8.8.0 + chokidar: 3.5.3 + rollup: 2.77.2 + vite: 3.0.4_sass@1.54.1 + webpack: 5.74.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.4 dev: true @@ -5439,14 +5666,25 @@ packages: /untyped/0.4.4: resolution: {integrity: sha512-sY6u8RedwfLfBis0copfU/fzROieyAndqPs8Kn2PfyzTjtA88vCk81J1b5z+8/VJc+cwfGy23/AqOCpvAbkNVw==} dependencies: - '@babel/core': 7.18.5 - '@babel/standalone': 7.18.5 - '@babel/types': 7.18.9 + '@babel/core': 7.18.13 + '@babel/standalone': 7.18.13 + '@babel/types': 7.18.13 scule: 0.2.1 transitivePeerDependencies: - supports-color dev: true + /untyped/0.4.5: + resolution: {integrity: sha512-buq9URfOj4xAnVfu6BYNKzHZLHAzsCbHsDc/kHy66ESMqRpj00oD9qWf2M2qm0pC0DigsVxRF3uhOa5HJtrwGA==} + dependencies: + '@babel/core': 7.18.13 + '@babel/standalone': 7.18.13 + '@babel/types': 7.18.13 + scule: 0.3.2 + transitivePeerDependencies: + - supports-color + dev: true + /update-browserslist-db/1.0.3_browserslist@4.21.0: resolution: {integrity: sha512-ufSazemeh9Gty0qiWtoRpJ9F5Q5W3xdIPm1UZQqYQv/q0Nyb9EMHUB2lu+O9x1re9WsorpMAUu4Y6Lxcs5n+XQ==} hasBin: true @@ -5473,7 +5711,7 @@ packages: dependencies: debug: 4.3.4 kolorist: 1.5.1 - mlly: 0.5.5 + mlly: 0.5.14 pathe: 0.2.0 vite: 3.0.4_sass@1.54.1 transitivePeerDependencies: @@ -5606,8 +5844,12 @@ packages: bundle-runner: 0.0.1 dev: true - /vue-i18n/8.27.2: + /vue-i18n/8.27.2_vue@3.2.37: resolution: {integrity: sha512-QVzn7u2WVH8F7eSKIM00lujC7x1mnuGPaTnDTmB01Hd709jDtB9kYtBqM+MWmp5AJRx3gnqAdZbee9MelqwFBg==} + peerDependencies: + vue: ^2 + dependencies: + vue: 3.2.37 dev: false /vue-i18n/9.2.0-beta.40_vue@3.2.37: @@ -5675,8 +5917,8 @@ packages: resolution: {integrity: sha512-h9atBP/bsZohWpHnr+2sic8Iecb60GxftXsWNLLLSqewgIsGzByd2gcIID4nXcG+3tNe4GQG3dLcff3kXupdRA==} dev: true - /webpack/5.73.0: - resolution: {integrity: sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==} + /webpack/5.74.0: + resolution: {integrity: sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -5694,7 +5936,7 @@ packages: acorn-import-assertions: 1.8.0_acorn@8.7.1 browserslist: 4.21.0 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.9.3 + enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -5706,7 +5948,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.3_webpack@5.73.0 + terser-webpack-plugin: 5.3.3_webpack@5.74.0 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: