Skip to content

Commit f06c548

Browse files
author
Hiram
committed
[change] update npm version
1 parent 678a066 commit f06c548

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/lodash": "^4.17.13",
7171
"@types/node": "^22.9.0",
7272
"@types/uuid": "^10.0.0",
73-
"@types/web": "^0.0.177",
73+
"@types/web": "^0.0.178",
7474
"@vitejs/plugin-vue": "^5.1.4",
7575
"@vitejs/plugin-vue-jsx": "^4.0.1",
7676
"@vueuse/core": "11.2.0",
@@ -86,10 +86,10 @@
8686
"dplayer": "^1.27.1",
8787
"drizzle-kit": "^0.28.0",
8888
"drizzle-orm": "^0.36.1",
89-
"electron": "^33.1.0",
89+
"electron": "^33.2.0",
9090
"electron-builder": "^25.1.8",
9191
"electron-localshortcut": "^3.2.1",
92-
"electron-log": "^5.2.0",
92+
"electron-log": "^5.2.2",
9393
"electron-notarize": "^1.2.2",
9494
"electron-updater": "^6.3.9",
9595
"electron-vite": "^2.3.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,10 +1971,10 @@
19711971
resolved "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597"
19721972
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==
19731973

1974-
"@types/web@^0.0.177":
1975-
version "0.0.177"
1976-
resolved "https://registry.npmmirror.com/@types/web/-/web-0.0.177.tgz#0e0a5967656d56042c1d6ebea3ca0ab7290bad62"
1977-
integrity sha512-u2zIJ5QbQRmsuQAN/p38+fgwObOyywAH205c3Z122Nd3CvqfD4PzTBMp2y/1sSjlPDtpWnYuC1wlEudtz2bskA==
1974+
"@types/web@^0.0.178":
1975+
version "0.0.178"
1976+
resolved "https://registry.npmmirror.com/@types/web/-/web-0.0.178.tgz#03a3464f92f59d0df6bcae044dfb49e027a65c42"
1977+
integrity sha512-+lV0ucKXG4sQuaa9dJRyTUjEA7q2RSOwsAvh28luoJfAKPFqR5KfCtisEdGR/WoY4x4+qcmInqCvMjrR6E8f6A==
19781978

19791979
"@types/yauzl@^2.9.1":
19801980
version "2.10.3"
@@ -3938,10 +3938,10 @@ electron-localshortcut@^3.2.1:
39383938
keyboardevent-from-electron-accelerator "^2.0.0"
39393939
keyboardevents-areequal "^0.2.1"
39403940

3941-
electron-log@^5.2.0:
3942-
version "5.2.0"
3943-
resolved "https://registry.npmmirror.com/electron-log/-/electron-log-5.2.0.tgz#505716926dfcf9cb3e74f42b1003be6d865bcb88"
3944-
integrity sha512-VjLkvaLmbP3AOGOh5Fob9M8bFU0mmeSAb5G2EoTBx+kQLf2XA/0byzjsVGBTHhikbT+m1AB27NEQUv9wX9nM8w==
3941+
electron-log@^5.2.2:
3942+
version "5.2.2"
3943+
resolved "https://registry.npmmirror.com/electron-log/-/electron-log-5.2.2.tgz#cdb0a6dc48178a7cbacb434a268ab097ad5198dc"
3944+
integrity sha512-fgvx6srjIHDowJD8WAAjoAXmiTyOz6JnGQoxOtk1mXw7o4S+HutuPHLCsk24xTXqWZgy4uO63NbedG+oEvldLw==
39453945

39463946
electron-notarize@^1.2.2:
39473947
version "1.2.2"
@@ -4004,10 +4004,10 @@ electron@*:
40044004
"@types/node" "^20.9.0"
40054005
extract-zip "^2.0.1"
40064006

4007-
electron@^33.1.0:
4008-
version "33.1.0"
4009-
resolved "https://registry.npmmirror.com/electron/-/electron-33.1.0.tgz#c86042e71fa964a054b3306810a3c451aada98f7"
4010-
integrity sha512-7KiY6MtRo1fVFLPGyHS7Inh8yZfrbUTy43nNwUgMD2CBk729BgSwOC2WhmcptNJVlzHJpVxSWkiVi2hp9mH/bw==
4007+
electron@^33.2.0:
4008+
version "33.2.0"
4009+
resolved "https://registry.npmmirror.com/electron/-/electron-33.2.0.tgz#2a7098653eaf1a53c7311a01d5636783019f2354"
4010+
integrity sha512-PVw1ICAQDPsnnsmpNFX/b1i/49h67pbSPxuIENd9K9WpGO1tsRaQt+K2bmXqTuoMJsbzIc75Ce8zqtuwBPqawA==
40114011
dependencies:
40124012
"@electron/get" "^2.0.0"
40134013
"@types/node" "^20.9.0"

0 commit comments

Comments
 (0)