From 4729e7f29e3af5db7c4e5d8a78fb3a1f31e8f4c9 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 25 Jan 2023 09:48:52 -0800 Subject: [PATCH] Fixes tests --- .../__snapshots__/LogEventSource.spec.ts.snap | 10 +- package.json | 18 +- pnpm-lock.yaml | 200 +++++++++--------- 3 files changed, 110 insertions(+), 118 deletions(-) diff --git a/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap b/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap index 01c25848..e44a6102 100644 --- a/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap +++ b/assets/components/LogViewer/__snapshots__/LogEventSource.spec.ts.snap @@ -24,7 +24,7 @@ exports[` > render html correctly > should render dates with 1
-
+
<test>foo bar</test>
@@ -86,7 +86,7 @@ exports[` > render html correctly > should render messages 1`]
-
+
This is a message.
@@ -117,7 +117,7 @@ exports[` > render html correctly > should render messages wit
-
+
blackwhite
@@ -148,7 +148,7 @@ exports[` > render html correctly > should render messages wit
-
+
test bar
@@ -179,7 +179,7 @@ exports[` > render html correctly > should render messages wit
-
+
<test>foo bar</test>
diff --git a/package.json b/package.json index d99f0384..81052d10 100644 --- a/package.json +++ b/package.json @@ -22,17 +22,17 @@ "postinstall": "husky install" }, "dependencies": { - "@iconify-json/carbon": "^1.1.13", + "@iconify-json/carbon": "^1.1.14", "@iconify-json/cil": "^1.1.3", - "@iconify-json/mdi": "^1.1.43", + "@iconify-json/mdi": "^1.1.44", "@iconify-json/mdi-light": "^1.1.5", - "@iconify-json/octicon": "^1.1.27", + "@iconify-json/octicon": "^1.1.28", "@intlify/unplugin-vue-i18n": "^0.8.1", "@oruga-ui/oruga-next": "^0.5.10", "@oruga-ui/theme-bulma": "^0.2.8", - "@vueuse/core": "^9.11.0", - "@vueuse/integrations": "^9.11.0", - "@vueuse/router": "^9.11.0", + "@vueuse/core": "^9.11.1", + "@vueuse/integrations": "^9.11.1", + "@vueuse/router": "^9.11.1", "ansi-to-html": "^0.7.2", "bulma": "^0.9.4", "d3-array": "^3.2.2", @@ -69,7 +69,7 @@ "eventsourcemock": "^2.0.0", "husky": "^8.0.3", "jest-serializer-vue": "^3.0.0", - "jsdom": "^21.0.0", + "jsdom": "^21.1.0", "lint-staged": "^13.1.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.3", @@ -77,13 +77,13 @@ "sass": "^1.57.1", "ts-node": "^10.9.1", "typescript": "^4.9.4", - "unplugin-auto-import": "^0.12.1", + "unplugin-auto-import": "^0.12.2", "unplugin-icons": "^0.15.1", "unplugin-vue-components": "^0.22.12", "vite": "4.0.4", "vite-plugin-pages": "^0.28.0", "vite-plugin-vue-layouts": "^0.7.0", - "vitest": "^0.28.0", + "vitest": "^0.28.2", "vue-tsc": "^1.0.24" }, "lint-staged": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0acaed38..e5aa4675 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,11 +1,11 @@ lockfileVersion: 5.4 specifiers: - '@iconify-json/carbon': ^1.1.13 + '@iconify-json/carbon': ^1.1.14 '@iconify-json/cil': ^1.1.3 - '@iconify-json/mdi': ^1.1.43 + '@iconify-json/mdi': ^1.1.44 '@iconify-json/mdi-light': ^1.1.5 - '@iconify-json/octicon': ^1.1.27 + '@iconify-json/octicon': ^1.1.28 '@intlify/unplugin-vue-i18n': ^0.8.1 '@oruga-ui/oruga-next': ^0.5.10 '@oruga-ui/theme-bulma': ^0.2.8 @@ -22,9 +22,9 @@ specifiers: '@vitejs/plugin-vue': 4.0.0 '@vue/compiler-sfc': ^3.2.45 '@vue/test-utils': ^2.2.7 - '@vueuse/core': ^9.11.0 - '@vueuse/integrations': ^9.11.0 - '@vueuse/router': ^9.11.0 + '@vueuse/core': ^9.11.1 + '@vueuse/integrations': ^9.11.1 + '@vueuse/router': ^9.11.1 ansi-to-html: ^0.7.2 bulma: ^0.9.4 c8: ^7.12.0 @@ -39,7 +39,7 @@ specifiers: fuse.js: ^6.6.2 husky: ^8.0.3 jest-serializer-vue: ^3.0.0 - jsdom: ^21.0.0 + jsdom: ^21.1.0 lint-staged: ^13.1.0 lodash.debounce: ^4.0.8 npm-run-all: ^4.1.5 @@ -51,30 +51,30 @@ specifiers: splitpanes: ^3.1.5 ts-node: ^10.9.1 typescript: ^4.9.4 - unplugin-auto-import: ^0.12.1 + unplugin-auto-import: ^0.12.2 unplugin-icons: ^0.15.1 unplugin-vue-components: ^0.22.12 vite: 4.0.4 vite-plugin-pages: ^0.28.0 vite-plugin-vue-layouts: ^0.7.0 - vitest: ^0.28.0 + vitest: ^0.28.2 vue: ^3.2.45 vue-i18n: ^9.2.2 vue-router: ^4.1.6 vue-tsc: ^1.0.24 dependencies: - '@iconify-json/carbon': 1.1.13 + '@iconify-json/carbon': 1.1.14 '@iconify-json/cil': 1.1.3 - '@iconify-json/mdi': 1.1.43 + '@iconify-json/mdi': 1.1.44 '@iconify-json/mdi-light': 1.1.5 - '@iconify-json/octicon': 1.1.27 + '@iconify-json/octicon': 1.1.28 '@intlify/unplugin-vue-i18n': 0.8.1_vue-i18n@9.2.2 '@oruga-ui/oruga-next': 0.5.10_vue@3.2.45 '@oruga-ui/theme-bulma': 0.2.8 - '@vueuse/core': 9.11.0_vue@3.2.45 - '@vueuse/integrations': 9.11.0_fuse.js@6.6.2+vue@3.2.45 - '@vueuse/router': 9.11.0_xsxatmlnmmg5bcuv3xdnj6fj7y + '@vueuse/core': 9.11.1_vue@3.2.45 + '@vueuse/integrations': 9.11.1_fuse.js@6.6.2+vue@3.2.45 + '@vueuse/router': 9.11.1_xsxatmlnmmg5bcuv3xdnj6fj7y ansi-to-html: 0.7.2 bulma: 0.9.4 d3-array: 3.2.2 @@ -111,7 +111,7 @@ devDependencies: eventsourcemock: 2.0.0 husky: 8.0.3 jest-serializer-vue: 3.1.0 - jsdom: 21.0.0 + jsdom: 21.1.0 lint-staged: 13.1.0 npm-run-all: 4.1.5 prettier: 2.8.3 @@ -119,13 +119,13 @@ devDependencies: sass: 1.57.1 ts-node: 10.9.1_awa2wsr5thmg3i7jqycphctjfq typescript: 4.9.4 - unplugin-auto-import: 0.12.1_@vueuse+core@9.11.0 + unplugin-auto-import: 0.12.2_@vueuse+core@9.11.1 unplugin-icons: 0.15.1_@vue+compiler-sfc@3.2.45 unplugin-vue-components: 0.22.12_vue@3.2.45 vite: 4.0.4_ovmyjmuuyckt3r3gpaexj2onji vite-plugin-pages: 0.28.0_vei6edzr33pvu3so7fdfzjzcbm vite-plugin-vue-layouts: 0.7.0_oh6kquo6biweymmreht6aj34oy - vitest: 0.28.1_jsdom@21.0.0+sass@1.57.1 + vitest: 0.28.2_jsdom@21.1.0+sass@1.57.1 vue-tsc: 1.0.24_typescript@4.9.4 packages: @@ -393,8 +393,8 @@ packages: resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} dev: true - /@iconify-json/carbon/1.1.13: - resolution: {integrity: sha512-qPR7n3JkCqIrvjxnyUPIejhn0wrZJsLmija59U/zwFm5SMOITCfLx+Jp6VecnL0Sm76zRE5Kv54VzolQljB97A==} + /@iconify-json/carbon/1.1.14: + resolution: {integrity: sha512-Md5Vh3x2ALI5shFHlqZQBpEBk0coZf8bcFqzZBqf3bZuUTDg78y9vkwhQ+0PF1Q3wmZIfwkSJU9Pf6V228pXxw==} dependencies: '@iconify/types': 2.0.0 dev: false @@ -411,14 +411,14 @@ packages: '@iconify/types': 2.0.0 dev: false - /@iconify-json/mdi/1.1.43: - resolution: {integrity: sha512-5dJivoZ6emys0aoLuVv8wOOjJUzlYp02CcN74hWj2XnhsGRDBTED6QvRoocgIpkXc7dDqHMoJJ52I2JhLuzZ2A==} + /@iconify-json/mdi/1.1.44: + resolution: {integrity: sha512-Apg9JY3jzWUTNiDWVBo7pD0WUAxdgoDhqr+X5TF1X6kVmM6U4Uo+Fo9dFaf4Qfwfsbt23zp2BHiaV1h1Hqm31g==} dependencies: '@iconify/types': 2.0.0 dev: false - /@iconify-json/octicon/1.1.27: - resolution: {integrity: sha512-GLiRDTXqebudx21P4JFA+ohKWzWT5paO6r8g89CM1Ag3pA32L3m5AKKbKfUZ1E+7yn2RotgqzjPfAc6lOjWoEA==} + /@iconify-json/octicon/1.1.28: + resolution: {integrity: sha512-GfLNTFTfqu0pJT/eOumlxe5ijcAycD/0tM1Eh7kGTuK3+ro00lppGXoLyN3A/H1kZRXLBNhB7+T6LaFqCsm4Rw==} dependencies: '@iconify/types': 2.0.0 dev: false @@ -903,30 +903,30 @@ packages: vue: 3.2.45 dev: true - /@vitest/expect/0.28.1: - resolution: {integrity: sha512-BOvWjBoocKrrTTTC0opIvzOEa7WR/Ovx4++QYlbjYKjnQJfWRSEQkTpAIEfOURtZ/ICcaLk5jvsRshXvjarZew==} + /@vitest/expect/0.28.2: + resolution: {integrity: sha512-syEAK7I24/aGR2lXma98WNnvMwAJ+fMx32yPcj8eLdCEWjZI3SH8ozMaKQMy65B/xZCZAl6MXmfjtJb2CpWPMg==} dependencies: - '@vitest/spy': 0.28.1 - '@vitest/utils': 0.28.1 + '@vitest/spy': 0.28.2 + '@vitest/utils': 0.28.2 chai: 4.3.7 dev: true - /@vitest/runner/0.28.1: - resolution: {integrity: sha512-kOdmgiNe+mAxZhvj2eUTqKnjfvzzknmrcS+SZXV7j6VgJuWPFAMCv3TWOe03nF9dkqDfVLCDRw/hwFuCzmzlQg==} + /@vitest/runner/0.28.2: + resolution: {integrity: sha512-BJ9CtfPwWM8uc5p7Ty0OprwApyh8RIaSK7QeQPhwfDYA59AAE009OytqA3aX0yj1Qy5+k/mYFJS8RJZgsueSGA==} dependencies: - '@vitest/utils': 0.28.1 + '@vitest/utils': 0.28.2 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/spy/0.28.1: - resolution: {integrity: sha512-XGlD78cG3IxXNnGwEF121l0MfTNlHSdI25gS2ik0z6f/D9wWUOru849QkJbuNl4CMlZCtNkx3b5IS6MRwKGKuA==} + /@vitest/spy/0.28.2: + resolution: {integrity: sha512-KlLzTzi5E6tHcI12VT+brlY1Pdi7sUzLf9+YXgh80+CfLu9DqPZi38doBBAUhqEnW/emoLCMinPMMoJlNAQZXA==} dependencies: tinyspy: 1.0.2 dev: true - /@vitest/utils/0.28.1: - resolution: {integrity: sha512-a7cV1fs5MeU+W+8sn8gM9gV+q7V/wYz3/4y016w/icyJEKm9AMdSHnrzxTWaElJ07X40pwU6m5353Jlw6Rbd8w==} + /@vitest/utils/0.28.2: + resolution: {integrity: sha512-wcVTNnVdr22IGxZHDgiXrxWYcXsNg0iX2iBuOH3tVs9eme6fXJ0wxjn0/gCpp0TofQSoUwo3tX8LNACFVseDuA==} dependencies: cli-truncate: 3.1.0 diff: 5.1.0 @@ -1062,19 +1062,19 @@ packages: vue: 3.2.45 dev: true - /@vueuse/core/9.11.0_vue@3.2.45: - resolution: {integrity: sha512-7yZJ8LNOssA8ZmeSjd4F+wbFBA4csiP4TiaXgruqg1H4PAtzSkv93PPwFLvQkSnfo3Bar+e+6QoRvWjhz7l2Xg==} + /@vueuse/core/9.11.1_vue@3.2.45: + resolution: {integrity: sha512-E/cizD1w9ILkq4axYjZrXLkKaBfzloaby2n3NMjUfd6yI/jkfTVgc6iwy/Cw2e++Ld4LphGbO+3MhzizvwUslQ==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.11.0 - '@vueuse/shared': 9.11.0_vue@3.2.45 + '@vueuse/metadata': 9.11.1 + '@vueuse/shared': 9.11.1_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/integrations/9.11.0_fuse.js@6.6.2+vue@3.2.45: - resolution: {integrity: sha512-t6ox9R1sDOBzHWaycv5bti4t8o0oFyAQx98zDjCxtcrwkyib0ZKtyf/dIHGFS9kHk4ycOT3nwS47A/jXOGfxaQ==} + /@vueuse/integrations/9.11.1_fuse.js@6.6.2+vue@3.2.45: + resolution: {integrity: sha512-1VBT1U0ScI0GmJn+i7RvyCX5P+Dh04yxHurN3RniYPCFOJ8mCKSqJlzSA5aQ94UIK0ZKI2RyEGS8FY0WAteixw==} peerDependencies: async-validator: '*' axios: '*' @@ -1111,8 +1111,8 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 9.11.0_vue@3.2.45 - '@vueuse/shared': 9.11.0_vue@3.2.45 + '@vueuse/core': 9.11.1_vue@3.2.45 + '@vueuse/shared': 9.11.1_vue@3.2.45 fuse.js: 6.6.2 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: @@ -1120,15 +1120,15 @@ packages: - vue dev: false - /@vueuse/metadata/9.11.0: - resolution: {integrity: sha512-HhtG2SWkcfZBLbamHdvLn7jKOCFpw/ifXjVTd5ilFkj98WVUk/3UTQ03wF1XIkuhSO4+b45hD2lfG9/GdKCF7w==} + /@vueuse/metadata/9.11.1: + resolution: {integrity: sha512-ABjkrG+VXggNhjfGyw5e/sekxTZfXTwjrYXkkWQmQ7Biyv+Gq9UD6IDNfeGvQZEINI0Qzw6nfuO2UFCd3hlrxQ==} - /@vueuse/router/9.11.0_xsxatmlnmmg5bcuv3xdnj6fj7y: - resolution: {integrity: sha512-AlaQzbUy3XeqeoIapQxLvJjPzbdiO/Dt1thQhebP4iFUjc61a7WrboULxNBY+jEH0XipwK/T/b9mBnmn/jEStA==} + /@vueuse/router/9.11.1_xsxatmlnmmg5bcuv3xdnj6fj7y: + resolution: {integrity: sha512-nGmPnBZCcErEDpN2FXLcbdsHKSyRr10y+u2HzzJeDj3IutZjlCEysEOdDzlfjgUssNWao6CeSIb3sRMFZpWRsA==} peerDependencies: vue-router: '>=4.0.0-rc.1' dependencies: - '@vueuse/shared': 9.11.0_vue@3.2.45 + '@vueuse/shared': 9.11.1_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 vue-router: 4.1.6_vue@3.2.45 transitivePeerDependencies: @@ -1136,8 +1136,8 @@ packages: - vue dev: false - /@vueuse/shared/9.11.0_vue@3.2.45: - resolution: {integrity: sha512-8lO7wD5abYxupKy2KynH1pSgP715ky6iCrWYb8aX2AuAVi9uHXj7qE1dw6BnmArSaLHci4x9iuzWPCpAzUkC/A==} + /@vueuse/shared/9.11.1_vue@3.2.45: + resolution: {integrity: sha512-UTZYGAjT96hWn4buf4wstZbeheBVNcKPQuej6qpoSkjF1atdaeCD6kqm9uGL2waHfisSgH9mq0qCRiBOk5C/2w==} dependencies: vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: @@ -1155,7 +1155,7 @@ packages: /acorn-globals/7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: - acorn: 8.8.1 + acorn: 8.8.2 acorn-walk: 8.2.0 dev: true @@ -1184,8 +1184,8 @@ packages: hasBin: true dev: true - /acorn/8.8.1: - resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} + /acorn/8.8.2: + resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} engines: {node: '>=0.4.0'} hasBin: true @@ -1851,8 +1851,8 @@ packages: dependencies: ms: 2.1.2 - /decimal.js/10.4.2: - resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} + /decimal.js/10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} dev: true /decompress-response/6.0.0: @@ -3140,8 +3140,8 @@ packages: dependencies: argparse: 2.0.1 - /jsdom/21.0.0: - resolution: {integrity: sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==} + /jsdom/21.1.0: + resolution: {integrity: sha512-m0lzlP7qOtthD918nenK3hdItSd2I+V3W9IrBcB36sqDwG+KnUs66IF5GY7laGWUnlM9vTsD0W1QwSEBYWWcJg==} engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 @@ -3150,12 +3150,12 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.8.1 + acorn: 8.8.2 acorn-globals: 7.0.1 cssom: 0.5.0 cssstyle: 2.3.0 data-urls: 3.0.2 - decimal.js: 10.4.2 + decimal.js: 10.4.3 domexception: 4.0.0 escodegen: 2.0.0 form-data: 4.0.0 @@ -3173,7 +3173,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.11.0 + ws: 8.12.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -3494,19 +3494,10 @@ packages: resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} dev: true - /mlly/1.0.0: - resolution: {integrity: sha512-QL108Hwt+u9bXdWgOI0dhzZfACovn5Aen4Xvc8Jasd9ouRH4NjnrXEiyP3nVvJo91zPlYjVRckta0Nt2zfoR6g==} - dependencies: - acorn: 8.8.1 - pathe: 1.0.0 - pkg-types: 1.0.1 - ufo: 1.0.1 - dev: true - /mlly/1.1.0: resolution: {integrity: sha512-cwzBrBfwGC1gYJyfcy8TcZU1f+dbH/T+TuOhtYP2wLv/Fb51/uV7HJQfBPtEupZ2ORLRU1EKFS/QfS3eo9+kBQ==} dependencies: - acorn: 8.8.1 + acorn: 8.8.2 pathe: 1.1.0 pkg-types: 1.0.1 ufo: 1.0.1 @@ -3886,6 +3877,7 @@ packages: /pathe/1.0.0: resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==} + dev: false /pathe/1.1.0: resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==} @@ -3940,8 +3932,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 /postcss/8.4.19: @@ -4038,8 +4030,8 @@ packages: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true - /punycode/2.1.1: - resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + /punycode/2.3.0: + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} dev: true @@ -4618,7 +4610,7 @@ packages: /strip-literal/1.0.0: resolution: {integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==} dependencies: - acorn: 8.8.1 + acorn: 8.8.2 dev: true /supports-color/5.5.0: @@ -4698,7 +4690,7 @@ packages: engines: {node: '>=6'} dependencies: psl: 1.9.0 - punycode: 2.1.1 + punycode: 2.3.0 universalify: 0.2.0 url-parse: 1.5.10 dev: true @@ -4711,7 +4703,7 @@ packages: resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} engines: {node: '>=12'} dependencies: - punycode: 2.1.1 + punycode: 2.3.0 dev: true /ts-node/10.9.1_awa2wsr5thmg3i7jqycphctjfq: @@ -4805,16 +4797,16 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unimport/1.1.0: - resolution: {integrity: sha512-dSufi3POQWUVAMU6DxXu39U0cWzz5m3FtQBUbgDJTkCpeRfyiYhDg+BOz6UPKfDPtEhkbshV8JoMV3I8i/mQ+A==} + /unimport/2.0.1: + resolution: {integrity: sha512-hMeDspGrEcocahicTr0AQYUGes24FvJtOxk9QEjeEOGv+n1EdpsDiT6z8t209PWhemPg0T5w/ooTVhup2GdrFA==} dependencies: '@rollup/pluginutils': 5.0.2 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 - local-pkg: 0.4.2 + local-pkg: 0.4.3 magic-string: 0.27.0 - mlly: 1.0.0 - pathe: 1.0.0 + mlly: 1.1.0 + pathe: 1.1.0 pkg-types: 1.0.1 scule: 1.0.0 strip-literal: 1.0.0 @@ -4849,8 +4841,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.12.1_@vueuse+core@9.11.0: - resolution: {integrity: sha512-J/3ZORq5YGKG+8D5vLLOgqaHNK77izlVN07mQ752yRLqBNDbJiwPRSnUwwYqH5N6rDay1SqnJCHaUdbJ9QMI2w==} + /unplugin-auto-import/0.12.2_@vueuse+core@9.11.1: + resolution: {integrity: sha512-hC4w0GZjPjmLtrxV0u10XO350V9eCtQyEyifXr7B9UGD7SvbbIvKuOcHt58Zd4FAqZJXKWoXkpr9mdhBp85Usw==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -4860,10 +4852,10 @@ packages: dependencies: '@antfu/utils': 0.7.2 '@rollup/pluginutils': 5.0.2 - '@vueuse/core': 9.11.0_vue@3.2.45 - local-pkg: 0.4.2 + '@vueuse/core': 9.11.1_vue@3.2.45 + local-pkg: 0.4.3 magic-string: 0.27.0 - unimport: 1.1.0 + unimport: 2.0.1 unplugin: 1.0.1 transitivePeerDependencies: - rollup @@ -4927,7 +4919,7 @@ packages: /unplugin/1.0.0: resolution: {integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg==} dependencies: - acorn: 8.8.1 + acorn: 8.8.2 chokidar: 3.5.3 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.6 @@ -4936,7 +4928,7 @@ packages: /unplugin/1.0.1: resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==} dependencies: - acorn: 8.8.1 + acorn: 8.8.2 chokidar: 3.5.3 webpack-sources: 3.2.3 webpack-virtual-modules: 0.5.0 @@ -4998,8 +4990,8 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node/0.28.1_ovmyjmuuyckt3r3gpaexj2onji: - resolution: {integrity: sha512-Mmab+cIeElkVn4noScCRjy8nnQdh5LDIR4QCH/pVWtY15zv5Z1J7u6/471B9JZ2r8CEIs42vTbngaamOVkhPLA==} + /vite-node/0.28.2_ovmyjmuuyckt3r3gpaexj2onji: + resolution: {integrity: sha512-zyiJ3DLs9zXign4P2MD4PQk+7rdT+JkHukgmmS0KuImbCQ7WnCdea5imQVeT6OtUsBwsLztJxQODUsinVr91tg==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -5097,8 +5089,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.28.1_jsdom@21.0.0+sass@1.57.1: - resolution: {integrity: sha512-F6wAO3K5+UqJCCGt0YAl3Ila2f+fpBrJhl9n7qWEhREwfzQeXlMkkCqGqGtzBxCSa8kv5QHrkshX8AaPTXYACQ==} + /vitest/0.28.2_jsdom@21.1.0+sass@1.57.1: + resolution: {integrity: sha512-HJBlRla4Mng0OiZ8aWunCecJ6BzLDA4yuzuxiBuBU2MXjGB6I4zT7QgIBL/UrwGKlNxLwaDC5P/4OpeuTlW8yQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -5122,16 +5114,16 @@ packages: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 18.11.18 - '@vitest/expect': 0.28.1 - '@vitest/runner': 0.28.1 - '@vitest/spy': 0.28.1 - '@vitest/utils': 0.28.1 - acorn: 8.8.1 + '@vitest/expect': 0.28.2 + '@vitest/runner': 0.28.2 + '@vitest/spy': 0.28.2 + '@vitest/utils': 0.28.2 + acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 chai: 4.3.7 debug: 4.3.4 - jsdom: 21.0.0 + jsdom: 21.1.0 local-pkg: 0.4.3 pathe: 1.1.0 picocolors: 1.0.0 @@ -5142,7 +5134,7 @@ packages: tinypool: 0.3.0 tinyspy: 1.0.2 vite: 4.0.4_ovmyjmuuyckt3r3gpaexj2onji - vite-node: 0.28.1_ovmyjmuuyckt3r3gpaexj2onji + vite-node: 0.28.2_ovmyjmuuyckt3r3gpaexj2onji why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -5158,7 +5150,7 @@ packages: engines: {node: '>=6.0'} hasBin: true dependencies: - acorn: 8.8.1 + acorn: 8.8.2 acorn-walk: 8.2.0 dev: true @@ -5423,12 +5415,12 @@ packages: typedarray-to-buffer: 3.1.5 dev: true - /ws/8.11.0: - resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} + /ws/8.12.0: + resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true