Skip to content

Commit a25d4bf

Browse files
committed
fix(security): upgrade dependencies to address dependabot alerts
1 parent 22264ac commit a25d4bf

File tree

2 files changed

+256
-237
lines changed

2 files changed

+256
-237
lines changed

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
]
9494
},
9595
"devDependencies": {
96-
"@capacitor/android": "7.2.0",
97-
"@capacitor/cli": "7.2.0",
98-
"@capacitor/core": "7.2.0",
96+
"@capacitor/android": "7.4.4",
97+
"@capacitor/cli": "7.4.4",
98+
"@capacitor/core": "7.4.4",
9999
"@electron/rebuild": "4.0.0",
100100
"@react-scan/vite-plugin-react-scan": "0.1.8",
101101
"@types/memoizee": "0.4.9",
@@ -112,9 +112,9 @@
112112
"crypto-browserify": "3.12.1",
113113
"cz-conventional-changelog": "3.3.0",
114114
"decompress": "4.2.1",
115-
"electron": "36.0.0",
115+
"electron": "36.9.5",
116116
"electron-builder": "24.13.2",
117-
"eslint": "8.56.0",
117+
"eslint": "8.57.1",
118118
"eslint-config-react-app": "7.0.1",
119119
"eslint-plugin-react": "7.37.4",
120120
"eslint-plugin-react-compiler": "19.1.0-rc.2",
@@ -126,11 +126,14 @@
126126
"react-grab": "0.0.18",
127127
"react-scan": "0.4.3",
128128
"stream-browserify": "3.0.0",
129-
"vite": "6.2.1",
129+
"vite": "6.4.1",
130130
"vite-plugin-eslint": "1.8.1",
131131
"vite-plugin-node-polyfills": "0.23.0",
132132
"vite-plugin-pwa": "0.21.1",
133-
"wait-on": "7.0.1"
133+
"wait-on": "9.0.3"
134+
},
135+
"resolutions": {
136+
"js-yaml": "4.1.1"
134137
},
135138
"main": "electron/main.js",
136139
"build": {

0 commit comments

Comments
 (0)