diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 980dbcbc8..17acd20c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: typescript: 4.8.4 vite: 3.2.3 vite-plugin-pwa: 0.12.8 - vitest: 0.21.1 + vitest: 0.25.1 vue: 3.2.41 vue-router: 4.1.6 vue-tsc: 1.0.9 @@ -87,7 +87,7 @@ importers: typescript: 4.8.4 vite: 3.2.3_@types+node@18.11.9 vite-plugin-pwa: 0.12.8_omufuft2cnqnd3e2facbu4whwe - vitest: 0.21.1_c8@7.12.0+jsdom@20.0.2 + vitest: 0.25.1_jsdom@20.0.2 vue-router: 4.1.6_vue@3.2.41 vue-tsc: 1.0.9_typescript@4.8.4 workbox-window: 6.5.4 @@ -4606,6 +4606,12 @@ packages: engines: {node: '>=8'} dev: true + /strip-literal/0.4.2: + resolution: {integrity: sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==} + dependencies: + acorn: 8.8.0 + dev: true + /supports-color/5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -4667,13 +4673,17 @@ packages: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true - /tinypool/0.2.4: - resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==} + /tinybench/2.3.1: + resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==} + dev: true + + /tinypool/0.3.0: + resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==} engines: {node: '>=14.0.0'} dev: true - /tinyspy/1.0.0: - resolution: {integrity: sha512-FI5B2QdODQYDRjfuLF+OrJ8bjWRMCXokQPcwKm0W3IzcbUmBNv536cQc7eXGoAuXphZwgx1DFbqImwzz08Fnhw==} + /tinyspy/1.0.2: + resolution: {integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==} engines: {node: '>=14.0.0'} dev: true @@ -4913,15 +4923,14 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.21.1_c8@7.12.0+jsdom@20.0.2: - resolution: {integrity: sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==} + /vitest/0.25.1_jsdom@20.0.2: + resolution: {integrity: sha512-eH74h6MkuEgsqR4mAQZeMK9O0PROiKY+i+1GMz/fBi5A3L2ml5U7JQs7LfPU7+uWUziZyLHagl+rkyfR8SLhlA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@vitest/browser': '*' '@vitest/ui': '*' - c8: '*' happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -4931,8 +4940,6 @@ packages: optional: true '@vitest/ui': optional: true - c8: - optional: true happy-dom: optional: true jsdom: @@ -4941,13 +4948,17 @@ packages: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 '@types/node': 18.11.9 - c8: 7.12.0 + acorn: 8.8.0 + acorn-walk: 8.2.0 chai: 4.3.6 debug: 4.3.4 jsdom: 20.0.2 local-pkg: 0.4.2 - tinypool: 0.2.4 - tinyspy: 1.0.0 + source-map: 0.6.1 + strip-literal: 0.4.2 + tinybench: 2.3.1 + tinypool: 0.3.0 + tinyspy: 1.0.2 vite: 3.2.3_@types+node@18.11.9 transitivePeerDependencies: - less diff --git a/src/cockpit/package.json b/src/cockpit/package.json index abe98746f..54016d7af 100644 --- a/src/cockpit/package.json +++ b/src/cockpit/package.json @@ -44,7 +44,7 @@ "typescript": "4.8.4", "vite": "3.2.3", "vite-plugin-pwa": "0.12.8", - "vitest": "0.21.1", + "vitest": "0.25.1", "vue-router": "4.1.6", "vue-tsc": "1.0.9", "workbox-window": "6.5.4"