Skip to content

Commit 9a35e95

Browse files
authored
chore(deps): refresh lockfile and align axios override (#645)
Regenerate pnpm-lock.yaml from a clean install so transitive dependencies move within their declared ranges. vite goes from 7.3.0 to 8.2.2 (still within vitest's range), which clears the open advisories on vite and esbuild. Bump the axios override from ^1.15.1 to ^1.20.0 to match the declared dependency. Supersedes the open Dependabot PRs, whose versions are already on main.
1 parent a8b20cf commit 9a35e95

2 files changed

Lines changed: 232 additions & 459 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
],
7070
"pnpm": {
7171
"overrides": {
72-
"axios": "^1.15.1",
72+
"axios": "^1.20.0",
7373
"ws": "^8.21.0",
7474
"uuid": "^11.1.1"
7575
}

0 commit comments

Comments
 (0)