Skip to content

Commit 3023d6e

Browse files
committed
chore: update deps
1 parent e6ba610 commit 3023d6e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"electron-squirrel-startup": "^1.0.0",
2727
"registry-js": "^1.16.0",
2828
"simple-plist": "^1.3.1",
29-
"uuid": "^9.0.1"
29+
"uuid": "^10.0.0"
3030
},
3131
"devDependencies": {
3232
"@blueprintjs/core": "^5.10.2",
@@ -48,8 +48,8 @@
4848
"@types/react-dom": "^18.3.0",
4949
"@types/redux-logger": "^3",
5050
"@types/universal-analytics": "^0.4.8",
51-
"@types/uuid": "^9.0.8",
52-
"electron": "^30.0.2",
51+
"@types/uuid": "^10.0.0",
52+
"electron": "^31.2.0",
5353
"electron-devtools-installer": "^3.2.0",
5454
"electron-update-notification": "^0.1.0",
5555
"get-port": "^7.1.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,10 +1135,10 @@
11351135
resolved "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43"
11361136
integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==
11371137

1138-
"@types/uuid@^9.0.8":
1139-
version "9.0.8"
1140-
resolved "https://registry.npmmirror.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
1141-
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
1138+
"@types/uuid@^10.0.0":
1139+
version "10.0.0"
1140+
resolved "https://registry.npmmirror.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
1141+
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
11421142

11431143
"@types/yauzl@^2.9.1":
11441144
version "2.10.3"
@@ -2083,10 +2083,10 @@ electron-winstaller@^5.3.0:
20832083
optionalDependencies:
20842084
"@electron/windows-sign" "^1.1.2"
20852085

2086-
electron@^30.0.2:
2087-
version "30.2.0"
2088-
resolved "https://registry.npmmirror.com/electron/-/electron-30.2.0.tgz#a309deba0289d24c3059fa349729f1eab7a7b720"
2089-
integrity sha512-x4/pUsOyWReAAo3/ZfvL7AvNbfS5dE8HqMC1mjFM/mL847KE/LpRFfOe5DjKqI2OQMTNvSth1mH0LJageHB0Zg==
2086+
electron@^31.2.0:
2087+
version "31.2.0"
2088+
resolved "https://registry.npmmirror.com/electron/-/electron-31.2.0.tgz#f6dc4c42f9118fd0f57b3c04676503df2bf16ece"
2089+
integrity sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==
20902090
dependencies:
20912091
"@electron/get" "^2.0.0"
20922092
"@types/node" "^20.9.0"
@@ -5226,16 +5226,16 @@ [email protected]:
52265226
resolved "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
52275227
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
52285228

5229+
uuid@^10.0.0:
5230+
version "10.0.0"
5231+
resolved "https://registry.npmmirror.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
5232+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
5233+
52295234
uuid@^8.0.0:
52305235
version "8.3.2"
52315236
resolved "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
52325237
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
52335238

5234-
uuid@^9.0.1:
5235-
version "9.0.1"
5236-
resolved "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
5237-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
5238-
52395239
validate-npm-package-license@^3.0.1:
52405240
version "3.0.4"
52415241
resolved "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)