fix(security): upgrade dependencies to address dependabot alerts

This commit is contained in:
plebeius
2025-11-29 18:43:25 +01:00
parent 22264acbc4
commit a25d4bfa99
2 changed files with 236 additions and 217 deletions
+10 -7
View File
@@ -93,9 +93,9 @@
]
},
"devDependencies": {
"@capacitor/android": "7.2.0",
"@capacitor/cli": "7.2.0",
"@capacitor/core": "7.2.0",
"@capacitor/android": "7.4.4",
"@capacitor/cli": "7.4.4",
"@capacitor/core": "7.4.4",
"@electron/rebuild": "4.0.0",
"@react-scan/vite-plugin-react-scan": "0.1.8",
"@types/memoizee": "0.4.9",
@@ -112,9 +112,9 @@
"crypto-browserify": "3.12.1",
"cz-conventional-changelog": "3.3.0",
"decompress": "4.2.1",
"electron": "36.0.0",
"electron": "36.9.5",
"electron-builder": "24.13.2",
"eslint": "8.56.0",
"eslint": "8.57.1",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
@@ -126,11 +126,14 @@
"react-grab": "0.0.18",
"react-scan": "0.4.3",
"stream-browserify": "3.0.0",
"vite": "6.2.1",
"vite": "6.4.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-node-polyfills": "0.23.0",
"vite-plugin-pwa": "0.21.1",
"wait-on": "7.0.1"
"wait-on": "9.0.3"
},
"resolutions": {
"js-yaml": "4.1.1"
},
"main": "electron/main.js",
"build": {