Commit 6eea8e1
deps: pin vitest's transitive vite to 8.0.16 in react & vue samples (#267)
The direct vite devDependency is already 8.0.16, but vitest@4.1.9 pulls its
own vite (8.0.8/8.0.9, range ^6||^7||^8), which is in the vulnerable range
for GHSA-fx2h-pf6j-xcff (high) and GHSA-v6wh-96g9-6wx3 (medium). Add a
`resolutions` entry forcing vitest/vite to 8.0.16 so only the patched version
resolves — same approach already used in the angular samples.
Dev/build-time only; not shipped in built apps. Verified: build and vitest
pass for all four samples.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e449d0f commit 6eea8e1
8 files changed
Lines changed: 15 additions & 1123 deletions
File tree
- samples
- react
- login-pkce
- token-refresh
- vue
- login-pkce
- token-refresh
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
0 commit comments