Skip to content

Commit daaa838

Browse files
committed
Update all deps
1 parent 037c2ae commit daaa838

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@tabler/icons": "npm:@tabler/icons-react",
30-
"ace-builds": "^1.23.0",
30+
"ace-builds": "^1.23.1",
3131
"asar": "^3.2.0",
3232
"better-sqlite3": "^8.4.0",
3333
"chart.js": "^4.3.0",
@@ -102,7 +102,7 @@
102102
"refractor": "^4.8.1",
103103
"selenium-webdriver": "^4.10.0",
104104
"ts-jest": "^29.1.0",
105-
"typescript": "^5.1.3"
105+
"typescript": "^5.1.5"
106106
},
107107
"version": "0.0.0"
108108
}

scripts/build.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ def eval_line(line):
208208
if i == 0:
209209
continue
210210
# Do basic variable substitition
211-
line[i] = token.format(**BUILTIN_VARIABLES, **os.environ)
211+
try:
212+
line[i] = token.format(**BUILTIN_VARIABLES, **os.environ)
213+
except KeyError as e:
214+
key = e.args[0]
215+
print(f"Missing {key}.")
216+
os.exit(1)
212217

213218
eval_line(line)

yarn.lock

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,9 +1107,9 @@
11071107
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
11081108

11091109
"@types/minimatch@*":
1110-
version "3.0.5"
1111-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
1112-
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
1110+
version "5.1.2"
1111+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1112+
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
11131113

11141114
"@types/nanoid@^3.0.0":
11151115
version "3.0.0"
@@ -1407,10 +1407,10 @@ accepts@~1.3.8:
14071407
mime-types "~2.1.34"
14081408
negotiator "0.6.3"
14091409

1410-
ace-builds@^1.23.0, ace-builds@^1.4.14:
1411-
version "1.23.0"
1412-
resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.23.0.tgz#971bba11ba99cefaa38cf9443d7e9a68ddb3a400"
1413-
integrity sha512-PKRuQaQkjIhg1zeqJPW1QFtJO2fx13Nlv7N/VLhQS/kIQ/2aGAgWvYVcE9X64gbSiLzPdY3jcxv5wJJpLj1gLw==
1410+
ace-builds@^1.23.1, ace-builds@^1.4.14:
1411+
version "1.23.1"
1412+
resolved "https://registry.yarnpkg.com/ace-builds/-/ace-builds-1.23.1.tgz#2a1a2c2717c21cfd102f641552cf371ab6bce6e4"
1413+
integrity sha512-vmLfsfOOvEiQPri2Vz+76FvUalz/nHB7+X2GqonG7rc2V+WrHvqc4xYowt1+fxHH3aWw/pDF2jqKQrd8JNMmiQ==
14141414

14151415
acorn-jsx@^5.3.2:
14161416
version "5.3.2"
@@ -2594,9 +2594,9 @@ electron-rebuild@^3.2.9:
25942594
yargs "^17.0.1"
25952595

25962596
electron-to-chromium@^1.4.431:
2597-
version "1.4.441"
2598-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.441.tgz#94dd9c1cbf081d83f032a4f1cd9f787e21fc24ce"
2599-
integrity sha512-LlCgQ8zgYZPymf5H4aE9itwiIWH4YlCiv1HFLmmcBeFYi5E+3eaIFnjHzYtcFQbaKfAW+CqZ9pgxo33DZuoqPg==
2597+
version "1.4.442"
2598+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.442.tgz#455f4c5bd6ae73afb634dcffee6f356c26c8e294"
2599+
integrity sha512-RkrZF//Ya+0aJq2NM3OdisNh5ZodZq1rdXOS96G8DdDgpDKqKE81yTbbQ3F/4CKm1JBPsGu1Lp/akkna2xO06Q==
26002600

26012601
electron@^25.2.0:
26022602
version "25.2.0"
@@ -2625,7 +2625,7 @@ emoji-regex@^9.2.2:
26252625
encodeurl@~1.0.2:
26262626
version "1.0.2"
26272627
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
2628-
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
2628+
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
26292629

26302630
encoding@^0.1.13:
26312631
version "0.1.13"
@@ -3467,15 +3467,15 @@ glob-parent@^6.0.2:
34673467
is-glob "^4.0.3"
34683468

34693469
glob@^10.2.2:
3470-
version "10.3.0"
3471-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.0.tgz#763d02a894f3cdfc521b10bbbbc8e0309e750cce"
3472-
integrity sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==
3470+
version "10.3.1"
3471+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.1.tgz#9789cb1b994515bedb811a6deca735b5c37d2bf4"
3472+
integrity sha512-9BKYcEeIs7QwlCYs+Y3GBvqAMISufUS0i2ELd11zpZjxI5V9iyRj0HgzB5/cLf2NY4vcYBTYzJ7GIui7j/4DOw==
34733473
dependencies:
34743474
foreground-child "^3.1.0"
34753475
jackspeak "^2.0.3"
34763476
minimatch "^9.0.1"
34773477
minipass "^5.0.0 || ^6.0.2"
3478-
path-scurry "^1.7.0"
3478+
path-scurry "^1.10.0"
34793479

34803480
glob@^7.1.3:
34813481
version "7.2.0"
@@ -4826,10 +4826,10 @@ lru-cache@^7.7.1:
48264826
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
48274827
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
48284828

4829-
lru-cache@^9.1.1:
4830-
version "9.1.2"
4831-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.1.2.tgz#255fdbc14b75589d6d0e73644ca167a8db506835"
4832-
integrity sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==
4829+
"lru-cache@^9.1.1 || ^10.0.0":
4830+
version "10.0.0"
4831+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"
4832+
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==
48334833

48344834
lzma-native@^8.0.5:
48354835
version "8.0.6"
@@ -4966,12 +4966,7 @@ minimatch@^9.0.1:
49664966
dependencies:
49674967
brace-expansion "^2.0.1"
49684968

4969-
minimist@^1.2.0:
4970-
version "1.2.6"
4971-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
4972-
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
4973-
4974-
minimist@^1.2.3, minimist@^1.2.6:
4969+
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6:
49754970
version "1.2.8"
49764971
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
49774972
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
@@ -5572,12 +5567,12 @@ path-parse@^1.0.7:
55725567
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
55735568
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
55745569

5575-
path-scurry@^1.7.0:
5576-
version "1.9.2"
5577-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63"
5578-
integrity sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==
5570+
path-scurry@^1.10.0:
5571+
version "1.10.0"
5572+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.0.tgz#0ffbd4c1f7de9600f98a1405507d9f9acb438ab3"
5573+
integrity sha512-tZFEaRQbMLjwrsmidsGJ6wDMv0iazJWk6SfIKnY4Xru8auXgmJkOBa5DUbYFcFD2Rzk2+KDlIiF0GVXNCbgC7g==
55795574
dependencies:
5580-
lru-cache "^9.1.1"
5575+
lru-cache "^9.1.1 || ^10.0.0"
55815576
minipass "^5.0.0 || ^6.0.2"
55825577

55835578
path-to-regexp@0.1.7:
@@ -6860,10 +6855,10 @@ typed-array-length@^1.0.4:
68606855
for-each "^0.3.3"
68616856
is-typed-array "^1.1.9"
68626857

6863-
typescript@^5.1.3:
6864-
version "5.1.3"
6865-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
6866-
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
6858+
typescript@^5.1.5:
6859+
version "5.1.5"
6860+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.5.tgz#a3ae755082488b6046fe64345d293ef26af08671"
6861+
integrity sha512-FOH+WN/DQjUvN6WgW+c4Ml3yi0PH+a/8q+kNIfRehv1wLhWONedw85iu+vQ39Wp49IzTJEsZ2lyLXpBF7mkF1g==
68676862

68686863
uid-safe@~2.1.5:
68696864
version "2.1.5"

0 commit comments

Comments
 (0)