mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 11:08:04 +00:00 
			
		
		
		
	chore(deps-dev): Bump vite from 5.4.15 to 5.4.17 (#11263)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.15 to 5.4.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v5.4.17</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v5.4.16</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v5.4.16/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.17 (2025-04-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>, fs check with svg and relative paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19784">#19784</a>) (<a href="84b2b46ed1">84b2b46</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19782">#19782</a> <a href="https://redirect.github.com/vitejs/vite/issues/19784">#19784</a></li> </ul> <h2><!-- raw HTML omitted -->5.4.16 (2025-03-31)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>, fs check in transform middleware (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19762">#19762</a>) (<a href="b627c50d35">b627c50</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19761">#19761</a> <a href="https://redirect.github.com/vitejs/vite/issues/19762">#19762</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0a2518a98d"><code>0a2518a</code></a> release: v5.4.17</li> <li><a href="84b2b46ed1"><code>84b2b46</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782</a>, fs check with svg and relative paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19784">#19784</a>)</li> <li><a href="712cb71aa0"><code>712cb71</code></a> release: v5.4.16</li> <li><a href="b627c50d35"><code>b627c50</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>, fs check in transform middleware (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19762">#19762</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.17/packages/vite">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/chatwoot/chatwoot/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -138,7 +138,7 @@ | |||||||
|     "prosemirror-model": "^1.22.3", |     "prosemirror-model": "^1.22.3", | ||||||
|     "size-limit": "^8.2.4", |     "size-limit": "^8.2.4", | ||||||
|     "tailwindcss": "^3.4.13", |     "tailwindcss": "^3.4.13", | ||||||
|     "vite": "^5.4.15", |     "vite": "^5.4.17", | ||||||
|     "vite-plugin-ruby": "^5.0.0", |     "vite-plugin-ruby": "^5.0.0", | ||||||
|     "vitest": "3.0.5" |     "vitest": "3.0.5" | ||||||
|   }, |   }, | ||||||
| @@ -154,7 +154,7 @@ | |||||||
|   "pnpm": { |   "pnpm": { | ||||||
|     "overrides": { |     "overrides": { | ||||||
|       "vite-node": "2.0.1", |       "vite-node": "2.0.1", | ||||||
|       "vite": "5.4.15", |       "vite": "5.4.17", | ||||||
|       "vitest": "3.0.5" |       "vitest": "3.0.5" | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   | |||||||
							
								
								
									
										255
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										255
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -6,7 +6,7 @@ settings: | |||||||
|  |  | ||||||
| overrides: | overrides: | ||||||
|   vite-node: 2.0.1 |   vite-node: 2.0.1 | ||||||
|   vite: 5.4.15 |   vite: 5.4.17 | ||||||
|   vitest: 3.0.5 |   vitest: 3.0.5 | ||||||
|  |  | ||||||
| importers: | importers: | ||||||
| @@ -72,7 +72,7 @@ importers: | |||||||
|         version: 8.20.5(vue@3.5.12(typescript@5.6.2)) |         version: 8.20.5(vue@3.5.12(typescript@5.6.2)) | ||||||
|       '@vitejs/plugin-vue': |       '@vitejs/plugin-vue': | ||||||
|         specifier: ^5.1.4 |         specifier: ^5.1.4 | ||||||
|         version: 5.1.4(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2)) |         version: 5.1.4(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2)) | ||||||
|       '@vue/compiler-sfc': |       '@vue/compiler-sfc': | ||||||
|         specifier: ^3.5.8 |         specifier: ^3.5.8 | ||||||
|         version: 3.5.8 |         version: 3.5.8 | ||||||
| @@ -238,7 +238,7 @@ importers: | |||||||
|         version: 1.8.1(tailwindcss@3.4.13) |         version: 1.8.1(tailwindcss@3.4.13) | ||||||
|       '@histoire/plugin-vue': |       '@histoire/plugin-vue': | ||||||
|         specifier: 0.17.15 |         specifier: 0.17.15 | ||||||
|         version: 0.17.15(histoire@0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)))(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2)) |         version: 0.17.15(histoire@0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)))(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2)) | ||||||
|       '@iconify-json/logos': |       '@iconify-json/logos': | ||||||
|         specifier: ^1.2.3 |         specifier: ^1.2.3 | ||||||
|         version: 1.2.3 |         version: 1.2.3 | ||||||
| @@ -301,7 +301,7 @@ importers: | |||||||
|         version: 6.0.0 |         version: 6.0.0 | ||||||
|       histoire: |       histoire: | ||||||
|         specifier: 0.17.15 |         specifier: 0.17.15 | ||||||
|         version: 0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |         version: 0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       husky: |       husky: | ||||||
|         specifier: ^7.0.0 |         specifier: ^7.0.0 | ||||||
|         version: 7.0.4 |         version: 7.0.4 | ||||||
| @@ -330,11 +330,11 @@ importers: | |||||||
|         specifier: ^3.4.13 |         specifier: ^3.4.13 | ||||||
|         version: 3.4.13 |         version: 3.4.13 | ||||||
|       vite: |       vite: | ||||||
|         specifier: 5.4.15 |         specifier: 5.4.17 | ||||||
|         version: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |         version: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|       vite-plugin-ruby: |       vite-plugin-ruby: | ||||||
|         specifier: ^5.0.0 |         specifier: ^5.0.0 | ||||||
|         version: 5.0.0(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |         version: 5.0.0(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       vitest: |       vitest: | ||||||
|         specifier: 3.0.5 |         specifier: 3.0.5 | ||||||
|         version: 3.0.5(@types/node@22.7.0)(jsdom@24.1.3)(sass@1.79.3)(terser@5.33.0) |         version: 3.0.5(@types/node@22.7.0)(jsdom@24.1.3)(sass@1.79.3)(terser@5.33.0) | ||||||
| @@ -860,7 +860,7 @@ packages: | |||||||
|   '@histoire/shared@0.17.17': |   '@histoire/shared@0.17.17': | ||||||
|     resolution: {integrity: sha512-ueGtURysonT0MujCObPCR57+mgZluMEXCrbc2FBgKAD/DoAt38tNwSGsmLldk2O6nTr7lr6ClbVSgWrLwgY6Xw==} |     resolution: {integrity: sha512-ueGtURysonT0MujCObPCR57+mgZluMEXCrbc2FBgKAD/DoAt38tNwSGsmLldk2O6nTr7lr6ClbVSgWrLwgY6Xw==} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       vite: 5.4.15 |       vite: 5.4.17 | ||||||
|  |  | ||||||
|   '@histoire/vendors@0.17.17': |   '@histoire/vendors@0.17.17': | ||||||
|     resolution: {integrity: sha512-QZvmffdoJlLuYftPIkOU5Q2FPAdG2JjMuQ5jF7NmEl0n1XnmbMqtRkdYTZ4eF6CO1KLZ0Zyf6gBQvoT1uWNcjA==} |     resolution: {integrity: sha512-QZvmffdoJlLuYftPIkOU5Q2FPAdG2JjMuQ5jF7NmEl0n1XnmbMqtRkdYTZ4eF6CO1KLZ0Zyf6gBQvoT1uWNcjA==} | ||||||
| @@ -1039,103 +1039,103 @@ packages: | |||||||
|   '@rails/ujs@7.1.400': |   '@rails/ujs@7.1.400': | ||||||
|     resolution: {integrity: sha512-YwvXm3BR5tn+VCAKYGycLejMRVZE3Ionj5gFjEeGXCZnI0Rpi+7dKpmyu90kdUY7dRUFpHTdu9zZceEzFLl38w==} |     resolution: {integrity: sha512-YwvXm3BR5tn+VCAKYGycLejMRVZE3Ionj5gFjEeGXCZnI0Rpi+7dKpmyu90kdUY7dRUFpHTdu9zZceEzFLl38w==} | ||||||
|  |  | ||||||
|   '@rollup/rollup-android-arm-eabi@4.37.0': |   '@rollup/rollup-android-arm-eabi@4.39.0': | ||||||
|     resolution: {integrity: sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==} |     resolution: {integrity: sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==} | ||||||
|     cpu: [arm] |     cpu: [arm] | ||||||
|     os: [android] |     os: [android] | ||||||
|  |  | ||||||
|   '@rollup/rollup-android-arm64@4.37.0': |   '@rollup/rollup-android-arm64@4.39.0': | ||||||
|     resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==} |     resolution: {integrity: sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [android] |     os: [android] | ||||||
|  |  | ||||||
|   '@rollup/rollup-darwin-arm64@4.37.0': |   '@rollup/rollup-darwin-arm64@4.39.0': | ||||||
|     resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==} |     resolution: {integrity: sha512-lXQnhpFDOKDXiGxsU9/l8UEGGM65comrQuZ+lDcGUx+9YQ9dKpF3rSEGepyeR5AHZ0b5RgiligsBhWZfSSQh8Q==} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [darwin] |     os: [darwin] | ||||||
|  |  | ||||||
|   '@rollup/rollup-darwin-x64@4.37.0': |   '@rollup/rollup-darwin-x64@4.39.0': | ||||||
|     resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==} |     resolution: {integrity: sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [darwin] |     os: [darwin] | ||||||
|  |  | ||||||
|   '@rollup/rollup-freebsd-arm64@4.37.0': |   '@rollup/rollup-freebsd-arm64@4.39.0': | ||||||
|     resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==} |     resolution: {integrity: sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [freebsd] |     os: [freebsd] | ||||||
|  |  | ||||||
|   '@rollup/rollup-freebsd-x64@4.37.0': |   '@rollup/rollup-freebsd-x64@4.39.0': | ||||||
|     resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==} |     resolution: {integrity: sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [freebsd] |     os: [freebsd] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm-gnueabihf@4.37.0': |   '@rollup/rollup-linux-arm-gnueabihf@4.39.0': | ||||||
|     resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==} |     resolution: {integrity: sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==} | ||||||
|     cpu: [arm] |     cpu: [arm] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm-musleabihf@4.37.0': |   '@rollup/rollup-linux-arm-musleabihf@4.39.0': | ||||||
|     resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==} |     resolution: {integrity: sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==} | ||||||
|     cpu: [arm] |     cpu: [arm] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm64-gnu@4.37.0': |   '@rollup/rollup-linux-arm64-gnu@4.39.0': | ||||||
|     resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==} |     resolution: {integrity: sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm64-musl@4.37.0': |   '@rollup/rollup-linux-arm64-musl@4.39.0': | ||||||
|     resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==} |     resolution: {integrity: sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-loongarch64-gnu@4.37.0': |   '@rollup/rollup-linux-loongarch64-gnu@4.39.0': | ||||||
|     resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==} |     resolution: {integrity: sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==} | ||||||
|     cpu: [loong64] |     cpu: [loong64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': |   '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': | ||||||
|     resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==} |     resolution: {integrity: sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==} | ||||||
|     cpu: [ppc64] |     cpu: [ppc64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-riscv64-gnu@4.37.0': |   '@rollup/rollup-linux-riscv64-gnu@4.39.0': | ||||||
|     resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==} |     resolution: {integrity: sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==} | ||||||
|     cpu: [riscv64] |     cpu: [riscv64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-riscv64-musl@4.37.0': |   '@rollup/rollup-linux-riscv64-musl@4.39.0': | ||||||
|     resolution: {integrity: sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==} |     resolution: {integrity: sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==} | ||||||
|     cpu: [riscv64] |     cpu: [riscv64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-s390x-gnu@4.37.0': |   '@rollup/rollup-linux-s390x-gnu@4.39.0': | ||||||
|     resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==} |     resolution: {integrity: sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==} | ||||||
|     cpu: [s390x] |     cpu: [s390x] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-x64-gnu@4.37.0': |   '@rollup/rollup-linux-x64-gnu@4.39.0': | ||||||
|     resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==} |     resolution: {integrity: sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-x64-musl@4.37.0': |   '@rollup/rollup-linux-x64-musl@4.39.0': | ||||||
|     resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==} |     resolution: {integrity: sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [linux] |     os: [linux] | ||||||
|  |  | ||||||
|   '@rollup/rollup-win32-arm64-msvc@4.37.0': |   '@rollup/rollup-win32-arm64-msvc@4.39.0': | ||||||
|     resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==} |     resolution: {integrity: sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==} | ||||||
|     cpu: [arm64] |     cpu: [arm64] | ||||||
|     os: [win32] |     os: [win32] | ||||||
|  |  | ||||||
|   '@rollup/rollup-win32-ia32-msvc@4.37.0': |   '@rollup/rollup-win32-ia32-msvc@4.39.0': | ||||||
|     resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==} |     resolution: {integrity: sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==} | ||||||
|     cpu: [ia32] |     cpu: [ia32] | ||||||
|     os: [win32] |     os: [win32] | ||||||
|  |  | ||||||
|   '@rollup/rollup-win32-x64-msvc@4.37.0': |   '@rollup/rollup-win32-x64-msvc@4.39.0': | ||||||
|     resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==} |     resolution: {integrity: sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==} | ||||||
|     cpu: [x64] |     cpu: [x64] | ||||||
|     os: [win32] |     os: [win32] | ||||||
|  |  | ||||||
| @@ -1746,9 +1746,6 @@ packages: | |||||||
|     resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} |     resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} | ||||||
|     engines: {node: '>= 10'} |     engines: {node: '>= 10'} | ||||||
|  |  | ||||||
|   '@types/estree@1.0.6': |  | ||||||
|     resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} |  | ||||||
|  |  | ||||||
|   '@types/estree@1.0.7': |   '@types/estree@1.0.7': | ||||||
|     resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} |     resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} | ||||||
|  |  | ||||||
| @@ -1803,7 +1800,7 @@ packages: | |||||||
|     resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} |     resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} | ||||||
|     engines: {node: ^18.0.0 || >=20.0.0} |     engines: {node: ^18.0.0 || >=20.0.0} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       vite: 5.4.15 |       vite: 5.4.17 | ||||||
|       vue: ^3.2.25 |       vue: ^3.2.25 | ||||||
|  |  | ||||||
|   '@vitest/coverage-v8@3.0.5': |   '@vitest/coverage-v8@3.0.5': | ||||||
| @@ -1822,7 +1819,7 @@ packages: | |||||||
|     resolution: {integrity: sha512-CLPNBFBIE7x6aEGbIjaQAX03ZZlBMaWwAjBdMkIf/cAn6xzLTiM3zYqO/WAbieEjsAZir6tO71mzeHZoodThvw==} |     resolution: {integrity: sha512-CLPNBFBIE7x6aEGbIjaQAX03ZZlBMaWwAjBdMkIf/cAn6xzLTiM3zYqO/WAbieEjsAZir6tO71mzeHZoodThvw==} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       msw: ^2.4.9 |       msw: ^2.4.9 | ||||||
|       vite: 5.4.15 |       vite: 5.4.17 | ||||||
|     peerDependenciesMeta: |     peerDependenciesMeta: | ||||||
|       msw: |       msw: | ||||||
|         optional: true |         optional: true | ||||||
| @@ -3103,7 +3100,7 @@ packages: | |||||||
|     resolution: {integrity: sha512-DiRMSIgj340z+zikqf0f3Pj0CTv2/xtdBMBIAO1EARat+QXxMwumbfK41Gi7f9IIBr+UVmomNcwFxVY2EM/vrw==} |     resolution: {integrity: sha512-DiRMSIgj340z+zikqf0f3Pj0CTv2/xtdBMBIAO1EARat+QXxMwumbfK41Gi7f9IIBr+UVmomNcwFxVY2EM/vrw==} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       vite: 5.4.15 |       vite: 5.4.17 | ||||||
|  |  | ||||||
|   hotkeys-js@3.8.7: |   hotkeys-js@3.8.7: | ||||||
|     resolution: {integrity: sha512-ckAx3EkUr5XjDwjEHDorHxRO2Kb7z6Z2Sxul4MbBkN8Nho7XDslQsgMJT+CiJ5Z4TgRxxvKHEpuLE3imzqy4Lg==} |     resolution: {integrity: sha512-ckAx3EkUr5XjDwjEHDorHxRO2Kb7z6Z2Sxul4MbBkN8Nho7XDslQsgMJT+CiJ5Z4TgRxxvKHEpuLE3imzqy4Lg==} | ||||||
| @@ -4347,8 +4344,8 @@ packages: | |||||||
|     deprecated: Rimraf versions prior to v4 are no longer supported |     deprecated: Rimraf versions prior to v4 are no longer supported | ||||||
|     hasBin: true |     hasBin: true | ||||||
|  |  | ||||||
|   rollup@4.37.0: |   rollup@4.39.0: | ||||||
|     resolution: {integrity: sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==} |     resolution: {integrity: sha512-thI8kNc02yNvnmJp8dr3fNWJ9tCONDhp6TV35X6HkKGGs9E6q7YWCHbe5vKiTa7TAiNcFEmXKj3X/pG2b3ci0g==} | ||||||
|     engines: {node: '>=18.0.0', npm: '>=8.0.0'} |     engines: {node: '>=18.0.0', npm: '>=8.0.0'} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|  |  | ||||||
| @@ -4866,10 +4863,10 @@ packages: | |||||||
|   vite-plugin-ruby@5.0.0: |   vite-plugin-ruby@5.0.0: | ||||||
|     resolution: {integrity: sha512-c8PjTp21Ah/ttgnNUyu0qvCXZI08Jr9I24oUKg3TRIRhF5GcOZ++6wtlTCrNFd9COEQbpXHxlRIXd/MEg0iZJw==} |     resolution: {integrity: sha512-c8PjTp21Ah/ttgnNUyu0qvCXZI08Jr9I24oUKg3TRIRhF5GcOZ++6wtlTCrNFd9COEQbpXHxlRIXd/MEg0iZJw==} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       vite: 5.4.15 |       vite: 5.4.17 | ||||||
|  |  | ||||||
|   vite@5.4.15: |   vite@5.4.17: | ||||||
|     resolution: {integrity: sha512-6ANcZRivqL/4WtwPGTKNaosuNJr5tWiftOC7liM7G9+rMb8+oeJeyzymDu4rTN93seySBmbjSfsS3Vzr19KNtA==} |     resolution: {integrity: sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==} | ||||||
|     engines: {node: ^18.0.0 || >=20.0.0} |     engines: {node: ^18.0.0 || >=20.0.0} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
| @@ -5675,10 +5672,10 @@ snapshots: | |||||||
|       highlight.js: 11.10.0 |       highlight.js: 11.10.0 | ||||||
|       vue: 3.5.12(typescript@5.6.2) |       vue: 3.5.12(typescript@5.6.2) | ||||||
|  |  | ||||||
|   '@histoire/app@0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': |   '@histoire/app@0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@histoire/controls': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/controls': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/shared': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/shared': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/vendors': 0.17.17 |       '@histoire/vendors': 0.17.17 | ||||||
|       '@types/flexsearch': 0.7.6 |       '@types/flexsearch': 0.7.6 | ||||||
|       flexsearch: 0.7.21 |       flexsearch: 0.7.21 | ||||||
| @@ -5686,7 +5683,7 @@ snapshots: | |||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - vite |       - vite | ||||||
|  |  | ||||||
|   '@histoire/controls@0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': |   '@histoire/controls@0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@codemirror/commands': 6.7.0 |       '@codemirror/commands': 6.7.0 | ||||||
|       '@codemirror/lang-json': 6.0.1 |       '@codemirror/lang-json': 6.0.1 | ||||||
| @@ -5695,26 +5692,26 @@ snapshots: | |||||||
|       '@codemirror/state': 6.4.1 |       '@codemirror/state': 6.4.1 | ||||||
|       '@codemirror/theme-one-dark': 6.1.2 |       '@codemirror/theme-one-dark': 6.1.2 | ||||||
|       '@codemirror/view': 6.34.1 |       '@codemirror/view': 6.34.1 | ||||||
|       '@histoire/shared': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/shared': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/vendors': 0.17.17 |       '@histoire/vendors': 0.17.17 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - vite |       - vite | ||||||
|  |  | ||||||
|   '@histoire/plugin-vue@0.17.15(histoire@0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)))(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))': |   '@histoire/plugin-vue@0.17.15(histoire@0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)))(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@histoire/controls': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/controls': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/shared': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/shared': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/vendors': 0.17.17 |       '@histoire/vendors': 0.17.17 | ||||||
|       change-case: 4.1.2 |       change-case: 4.1.2 | ||||||
|       globby: 13.2.2 |       globby: 13.2.2 | ||||||
|       histoire: 0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       histoire: 0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       launch-editor: 2.9.1 |       launch-editor: 2.9.1 | ||||||
|       pathe: 1.1.2 |       pathe: 1.1.2 | ||||||
|       vue: 3.5.12(typescript@5.6.2) |       vue: 3.5.12(typescript@5.6.2) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - vite |       - vite | ||||||
|  |  | ||||||
|   '@histoire/shared@0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': |   '@histoire/shared@0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@histoire/vendors': 0.17.17 |       '@histoire/vendors': 0.17.17 | ||||||
|       '@types/fs-extra': 9.0.13 |       '@types/fs-extra': 9.0.13 | ||||||
| @@ -5722,7 +5719,7 @@ snapshots: | |||||||
|       chokidar: 3.6.0 |       chokidar: 3.6.0 | ||||||
|       pathe: 1.1.2 |       pathe: 1.1.2 | ||||||
|       picocolors: 1.1.0 |       picocolors: 1.1.0 | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|  |  | ||||||
|   '@histoire/vendors@0.17.17': {} |   '@histoire/vendors@0.17.17': {} | ||||||
|  |  | ||||||
| @@ -5947,64 +5944,64 @@ snapshots: | |||||||
|  |  | ||||||
|   '@rails/ujs@7.1.400': {} |   '@rails/ujs@7.1.400': {} | ||||||
|  |  | ||||||
|   '@rollup/rollup-android-arm-eabi@4.37.0': |   '@rollup/rollup-android-arm-eabi@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-android-arm64@4.37.0': |   '@rollup/rollup-android-arm64@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-darwin-arm64@4.37.0': |   '@rollup/rollup-darwin-arm64@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-darwin-x64@4.37.0': |   '@rollup/rollup-darwin-x64@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-freebsd-arm64@4.37.0': |   '@rollup/rollup-freebsd-arm64@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-freebsd-x64@4.37.0': |   '@rollup/rollup-freebsd-x64@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm-gnueabihf@4.37.0': |   '@rollup/rollup-linux-arm-gnueabihf@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm-musleabihf@4.37.0': |   '@rollup/rollup-linux-arm-musleabihf@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm64-gnu@4.37.0': |   '@rollup/rollup-linux-arm64-gnu@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-arm64-musl@4.37.0': |   '@rollup/rollup-linux-arm64-musl@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-loongarch64-gnu@4.37.0': |   '@rollup/rollup-linux-loongarch64-gnu@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-powerpc64le-gnu@4.37.0': |   '@rollup/rollup-linux-powerpc64le-gnu@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-riscv64-gnu@4.37.0': |   '@rollup/rollup-linux-riscv64-gnu@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-riscv64-musl@4.37.0': |   '@rollup/rollup-linux-riscv64-musl@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-s390x-gnu@4.37.0': |   '@rollup/rollup-linux-s390x-gnu@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-x64-gnu@4.37.0': |   '@rollup/rollup-linux-x64-gnu@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-linux-x64-musl@4.37.0': |   '@rollup/rollup-linux-x64-musl@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-win32-arm64-msvc@4.37.0': |   '@rollup/rollup-win32-arm64-msvc@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-win32-ia32-msvc@4.37.0': |   '@rollup/rollup-win32-ia32-msvc@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rollup/rollup-win32-x64-msvc@4.37.0': |   '@rollup/rollup-win32-x64-msvc@4.39.0': | ||||||
|     optional: true |     optional: true | ||||||
|  |  | ||||||
|   '@rtsao/scc@1.1.0': {} |   '@rtsao/scc@1.1.0': {} | ||||||
| @@ -6747,8 +6744,6 @@ snapshots: | |||||||
|  |  | ||||||
|   '@tootallnate/once@2.0.0': {} |   '@tootallnate/once@2.0.0': {} | ||||||
|  |  | ||||||
|   '@types/estree@1.0.6': {} |  | ||||||
|  |  | ||||||
|   '@types/estree@1.0.7': {} |   '@types/estree@1.0.7': {} | ||||||
|  |  | ||||||
|   '@types/flexsearch@0.7.6': {} |   '@types/flexsearch@0.7.6': {} | ||||||
| @@ -6807,9 +6802,9 @@ snapshots: | |||||||
|       global: 4.4.0 |       global: 4.4.0 | ||||||
|       is-function: 1.0.2 |       is-function: 1.0.2 | ||||||
|  |  | ||||||
|   '@vitejs/plugin-vue@5.1.4(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))': |   '@vitejs/plugin-vue@5.1.4(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))(vue@3.5.12(typescript@5.6.2))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|       vue: 3.5.12(typescript@5.6.2) |       vue: 3.5.12(typescript@5.6.2) | ||||||
|  |  | ||||||
|   '@vitest/coverage-v8@3.0.5(vitest@3.0.5(@types/node@22.7.0)(jsdom@24.1.3)(sass@1.79.3)(terser@5.33.0))': |   '@vitest/coverage-v8@3.0.5(vitest@3.0.5(@types/node@22.7.0)(jsdom@24.1.3)(sass@1.79.3)(terser@5.33.0))': | ||||||
| @@ -6837,13 +6832,13 @@ snapshots: | |||||||
|       chai: 5.1.2 |       chai: 5.1.2 | ||||||
|       tinyrainbow: 2.0.0 |       tinyrainbow: 2.0.0 | ||||||
|  |  | ||||||
|   '@vitest/mocker@3.0.5(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': |   '@vitest/mocker@3.0.5(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0))': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vitest/spy': 3.0.5 |       '@vitest/spy': 3.0.5 | ||||||
|       estree-walker: 3.0.3 |       estree-walker: 3.0.3 | ||||||
|       magic-string: 0.30.17 |       magic-string: 0.30.17 | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|  |  | ||||||
|   '@vitest/pretty-format@3.0.5': |   '@vitest/pretty-format@3.0.5': | ||||||
|     dependencies: |     dependencies: | ||||||
| @@ -8398,12 +8393,12 @@ snapshots: | |||||||
|  |  | ||||||
|   highlight.js@11.10.0: {} |   highlight.js@11.10.0: {} | ||||||
|  |  | ||||||
|   histoire@0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)): |   histoire@0.17.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)): | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@akryum/tinypool': 0.3.1 |       '@akryum/tinypool': 0.3.1 | ||||||
|       '@histoire/app': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/app': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/controls': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/controls': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/shared': 0.17.17(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@histoire/shared': 0.17.17(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@histoire/vendors': 0.17.17 |       '@histoire/vendors': 0.17.17 | ||||||
|       '@types/flexsearch': 0.7.6 |       '@types/flexsearch': 0.7.6 | ||||||
|       '@types/markdown-it': 12.2.3 |       '@types/markdown-it': 12.2.3 | ||||||
| @@ -8430,7 +8425,7 @@ snapshots: | |||||||
|       sade: 1.8.1 |       sade: 1.8.1 | ||||||
|       shiki-es: 0.2.0 |       shiki-es: 0.2.0 | ||||||
|       sirv: 2.0.4 |       sirv: 2.0.4 | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|       vite-node: 2.0.1(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite-node: 2.0.1(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - '@types/node' |       - '@types/node' | ||||||
| @@ -9771,30 +9766,30 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       glob: 7.2.3 |       glob: 7.2.3 | ||||||
|  |  | ||||||
|   rollup@4.37.0: |   rollup@4.39.0: | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@types/estree': 1.0.6 |       '@types/estree': 1.0.7 | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|       '@rollup/rollup-android-arm-eabi': 4.37.0 |       '@rollup/rollup-android-arm-eabi': 4.39.0 | ||||||
|       '@rollup/rollup-android-arm64': 4.37.0 |       '@rollup/rollup-android-arm64': 4.39.0 | ||||||
|       '@rollup/rollup-darwin-arm64': 4.37.0 |       '@rollup/rollup-darwin-arm64': 4.39.0 | ||||||
|       '@rollup/rollup-darwin-x64': 4.37.0 |       '@rollup/rollup-darwin-x64': 4.39.0 | ||||||
|       '@rollup/rollup-freebsd-arm64': 4.37.0 |       '@rollup/rollup-freebsd-arm64': 4.39.0 | ||||||
|       '@rollup/rollup-freebsd-x64': 4.37.0 |       '@rollup/rollup-freebsd-x64': 4.39.0 | ||||||
|       '@rollup/rollup-linux-arm-gnueabihf': 4.37.0 |       '@rollup/rollup-linux-arm-gnueabihf': 4.39.0 | ||||||
|       '@rollup/rollup-linux-arm-musleabihf': 4.37.0 |       '@rollup/rollup-linux-arm-musleabihf': 4.39.0 | ||||||
|       '@rollup/rollup-linux-arm64-gnu': 4.37.0 |       '@rollup/rollup-linux-arm64-gnu': 4.39.0 | ||||||
|       '@rollup/rollup-linux-arm64-musl': 4.37.0 |       '@rollup/rollup-linux-arm64-musl': 4.39.0 | ||||||
|       '@rollup/rollup-linux-loongarch64-gnu': 4.37.0 |       '@rollup/rollup-linux-loongarch64-gnu': 4.39.0 | ||||||
|       '@rollup/rollup-linux-powerpc64le-gnu': 4.37.0 |       '@rollup/rollup-linux-powerpc64le-gnu': 4.39.0 | ||||||
|       '@rollup/rollup-linux-riscv64-gnu': 4.37.0 |       '@rollup/rollup-linux-riscv64-gnu': 4.39.0 | ||||||
|       '@rollup/rollup-linux-riscv64-musl': 4.37.0 |       '@rollup/rollup-linux-riscv64-musl': 4.39.0 | ||||||
|       '@rollup/rollup-linux-s390x-gnu': 4.37.0 |       '@rollup/rollup-linux-s390x-gnu': 4.39.0 | ||||||
|       '@rollup/rollup-linux-x64-gnu': 4.37.0 |       '@rollup/rollup-linux-x64-gnu': 4.39.0 | ||||||
|       '@rollup/rollup-linux-x64-musl': 4.37.0 |       '@rollup/rollup-linux-x64-musl': 4.39.0 | ||||||
|       '@rollup/rollup-win32-arm64-msvc': 4.37.0 |       '@rollup/rollup-win32-arm64-msvc': 4.39.0 | ||||||
|       '@rollup/rollup-win32-ia32-msvc': 4.37.0 |       '@rollup/rollup-win32-ia32-msvc': 4.39.0 | ||||||
|       '@rollup/rollup-win32-x64-msvc': 4.37.0 |       '@rollup/rollup-win32-x64-msvc': 4.39.0 | ||||||
|       fsevents: 2.3.3 |       fsevents: 2.3.3 | ||||||
|  |  | ||||||
|   rope-sequence@1.3.2: {} |   rope-sequence@1.3.2: {} | ||||||
| @@ -10383,7 +10378,7 @@ snapshots: | |||||||
|       debug: 4.4.0 |       debug: 4.4.0 | ||||||
|       pathe: 1.1.2 |       pathe: 1.1.2 | ||||||
|       picocolors: 1.1.1 |       picocolors: 1.1.1 | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - '@types/node' |       - '@types/node' | ||||||
|       - less |       - less | ||||||
| @@ -10395,19 +10390,19 @@ snapshots: | |||||||
|       - supports-color |       - supports-color | ||||||
|       - terser |       - terser | ||||||
|  |  | ||||||
|   vite-plugin-ruby@5.0.0(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)): |   vite-plugin-ruby@5.0.0(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)): | ||||||
|     dependencies: |     dependencies: | ||||||
|       debug: 4.3.5 |       debug: 4.3.5 | ||||||
|       fast-glob: 3.3.2 |       fast-glob: 3.3.2 | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
|  |  | ||||||
|   vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0): |   vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0): | ||||||
|     dependencies: |     dependencies: | ||||||
|       esbuild: 0.21.5 |       esbuild: 0.21.5 | ||||||
|       postcss: 8.5.3 |       postcss: 8.5.3 | ||||||
|       rollup: 4.37.0 |       rollup: 4.39.0 | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|       '@types/node': 22.7.0 |       '@types/node': 22.7.0 | ||||||
|       fsevents: 2.3.3 |       fsevents: 2.3.3 | ||||||
| @@ -10417,7 +10412,7 @@ snapshots: | |||||||
|   vitest@3.0.5(@types/node@22.7.0)(jsdom@24.1.3)(sass@1.79.3)(terser@5.33.0): |   vitest@3.0.5(@types/node@22.7.0)(jsdom@24.1.3)(sass@1.79.3)(terser@5.33.0): | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vitest/expect': 3.0.5 |       '@vitest/expect': 3.0.5 | ||||||
|       '@vitest/mocker': 3.0.5(vite@5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) |       '@vitest/mocker': 3.0.5(vite@5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0)) | ||||||
|       '@vitest/pretty-format': 3.0.5 |       '@vitest/pretty-format': 3.0.5 | ||||||
|       '@vitest/runner': 3.0.5 |       '@vitest/runner': 3.0.5 | ||||||
|       '@vitest/snapshot': 3.0.5 |       '@vitest/snapshot': 3.0.5 | ||||||
| @@ -10433,7 +10428,7 @@ snapshots: | |||||||
|       tinyexec: 0.3.2 |       tinyexec: 0.3.2 | ||||||
|       tinypool: 1.0.2 |       tinypool: 1.0.2 | ||||||
|       tinyrainbow: 2.0.0 |       tinyrainbow: 2.0.0 | ||||||
|       vite: 5.4.15(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite: 5.4.17(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|       vite-node: 2.0.1(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) |       vite-node: 2.0.1(@types/node@22.7.0)(sass@1.79.3)(terser@5.33.0) | ||||||
|       why-is-node-running: 2.3.0 |       why-is-node-running: 2.3.0 | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]