Skip to content

Commit f10b9aa

Browse files
committed
chore: update dependency electron to v36.3.1
1 parent d514e50 commit f10b9aa

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

packages/neuron-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@vitejs/plugin-react": "4.5.0",
9696
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
9797
"babel-jest": "25.5.1",
98-
"electron": "30.0.0",
98+
"electron": "36.3.1",
9999
"enzyme": "3.11.0",
100100
"enzyme-adapter-react-16": "1.15.8",
101101
"eslint-config-airbnb": "19.0.4",

packages/neuron-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/sqlite3": "3.1.11",
8989
"@types/uuid": "8.3.4",
9090
"devtron": "1.4.0",
91-
"electron": "30.0.0",
91+
"electron": "36.3.1",
9292
"electron-builder": "24.13.3",
9393
"electron-devtools-installer": "3.2.1",
9494
"jest-when": "3.6.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4559,12 +4559,12 @@
45594559
dependencies:
45604560
undici-types "~5.26.4"
45614561

4562-
"@types/node@^20.9.0":
4563-
version "20.12.7"
4564-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
4565-
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
4562+
"@types/node@^22.7.7":
4563+
version "22.15.21"
4564+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21.tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77"
4565+
integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==
45664566
dependencies:
4567-
undici-types "~5.26.4"
4567+
undici-types "~6.21.0"
45684568

45694569
"@types/normalize-package-data@^2.4.0":
45704570
version "2.4.1"
@@ -7869,13 +7869,13 @@ electron-window-state@5.0.3:
78697869
jsonfile "^4.0.0"
78707870
mkdirp "^0.5.1"
78717871

7872-
electron@30.0.0:
7873-
version "30.0.0"
7874-
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.0.tgz#6b72a27dcc46759fac5f12e147ef64554e596391"
7875-
integrity sha512-GRwKphq/TUhSlb44OwSckXKl50f5OR/pm9MvF3rBLyqcxwfu7L11xejrZ0hDea1eKyCkzGd4B+cIqaQiDguPEA==
7872+
electron@36.3.1:
7873+
version "36.3.1"
7874+
resolved "https://registry.yarnpkg.com/electron/-/electron-36.3.1.tgz#12a8c1b1cd9163a4bd0cb60f89816243b26ab788"
7875+
integrity sha512-LeOZ+tVahmctHaAssLCGRRUa2SAO09GXua3pKdG+WzkbSDMh+3iOPONNVPTqGp8HlWnzGj4r6mhsIbM2RgH+eQ==
78767876
dependencies:
78777877
"@electron/get" "^2.0.0"
7878-
"@types/node" "^20.9.0"
7878+
"@types/node" "^22.7.7"
78797879
extract-zip "^2.0.1"
78807880

78817881
elliptic@6.6.1, elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.5:
@@ -16186,6 +16186,11 @@ undici-types@~5.26.4:
1618616186
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1618716187
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1618816188

16189+
undici-types@~6.21.0:
16190+
version "6.21.0"
16191+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
16192+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
16193+
1618916194
unicode-canonical-property-names-ecmascript@^2.0.0:
1619016195
version "2.0.1"
1619116196
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2"

0 commit comments

Comments
 (0)