Skip to content

Commit 05586e7

Browse files
authored
fix(state): bump vitest to ^4.1.0, matching monorepo convention (#5217)
Resolves Dependabot alerts #382/#377 (vitest UI arbitrary file read/execute, < 3.2.6). Supersedes PR #5212, which is stale relative to main's existing vitest ^4.1.0 bump elsewhere and would have regressed 25 other packages back to ^3.2.6.
1 parent 0d6ef3a commit 05586e7

3 files changed

Lines changed: 48 additions & 498 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@equinor/fusion-framework-module-state": patch
3+
---
4+
5+
Internal: bump `vitest` from `^2.0.5` to `^4.1.0` (dev dependency, test runner only), matching the version already used across the rest of the monorepo. Resolves Dependabot security alerts for the Vitest UI server arbitrary file read/execute vulnerability (`< 3.2.6`).

packages/modules/state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"happy-dom": "^20.8.9",
7474
"pouchdb-adapter-idb": "^9.0.0",
7575
"typescript": "^5.8.2",
76-
"vitest": "^2.0.5"
76+
"vitest": "^4.1.0"
7777
}
7878
}

0 commit comments

Comments
 (0)