⬆️ upgrade low risk dependencies to their newest minor version (#5025)

* vitest

* types

* eslint

* better-sqlite3

* pluggy-sdk

* globals

* google-protobuf

* fast-check

* chokidar

* i18next

* openid-client

* playwright

* lru-cache

* memfs

* redacted font

* sass

* @vitejs/plugin-basic-ssl

* re-resizable

* rollup-plugin-visualizer

* note

* update vrt screenshots

* vrt
This commit is contained in:
Matt Fiddaman
2025-05-21 16:56:07 -04:00
committed by GitHub
parent 174e13b3fe
commit 4c15647f7f
286 changed files with 481 additions and 273 deletions

View File

@@ -24,7 +24,7 @@
},
"dependencies": {
"@actual-app/crdt": "workspace:^",
"better-sqlite3": "^11.9.1",
"better-sqlite3": "^11.10.0",
"compare-versions": "^6.1.1",
"node-fetch": "^3.3.2",
"uuid": "^9.0.1"
@@ -33,6 +33,6 @@
"@types/uuid": "^9.0.8",
"tsc-alias": "^1.8.16",
"typescript": "^5.8.3",
"vitest": "^3.0.9"
"vitest": "^3.1.3"
}
}