Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2.1.9 [security] (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent de0d6d1 commit 086df35
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"radashi-helper": "^0.1.11",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "2.1.5"
"vitest": "2.1.9"
},
"sideEffects": false,
"browserslist": [
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/bench-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"@radashi-org/benchmarks": "link:../benchmarks",
"vitest": "2.1.5"
"vitest": "2.1.9"
}
}
2 changes: 1 addition & 1 deletion scripts/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"execa": "^9.5.1",
"radashi": "link:../../src",
"ts-morph": "^23.0.0",
"vitest": "2.1.5"
"vitest": "2.1.9"
}
}

0 comments on commit 086df35

Please sign in to comment.