Skip to content

Commit 9cf7099

Browse files
committed
Update lockfile
1 parent 68433ea commit 9cf7099

File tree

3 files changed

+33
-23
lines changed

3 files changed

+33
-23
lines changed

.sops.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ creation_rules:
44
- path_regex: sops/[^/]+\.yaml$
55
key_groups:
66
- pgp:
7-
- *take
7+
- *take

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node2nix/node-packages.nix

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -543,13 +543,13 @@ let
543543
sha512 = "K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==";
544544
};
545545
};
546-
"@types/node-24.0.13" = {
546+
"@types/node-24.0.14" = {
547547
name = "_at_types_slash_node";
548548
packageName = "@types/node";
549-
version = "24.0.13";
549+
version = "24.0.14";
550550
src = fetchurl {
551-
url = "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz";
552-
sha512 = "Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==";
551+
url = "https://registry.npmjs.org/@types/node/-/node-24.0.14.tgz";
552+
sha512 = "4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==";
553553
};
554554
};
555555
"@types/normalize-package-data-2.4.4" = {
@@ -2595,13 +2595,13 @@ let
25952595
sha512 = "kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==";
25962596
};
25972597
};
2598-
"open-10.1.2" = {
2598+
"open-10.2.0" = {
25992599
name = "open";
26002600
packageName = "open";
2601-
version = "10.1.2";
2601+
version = "10.2.0";
26022602
src = fetchurl {
2603-
url = "https://registry.npmjs.org/open/-/open-10.1.2.tgz";
2604-
sha512 = "cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==";
2603+
url = "https://registry.npmjs.org/open/-/open-10.2.0.tgz";
2604+
sha512 = "YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==";
26052605
};
26062606
};
26072607
"package-json-10.0.1" = {
@@ -3783,6 +3783,15 @@ let
37833783
sha512 = "PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==";
37843784
};
37853785
};
3786+
"wsl-utils-0.1.0" = {
3787+
name = "wsl-utils";
3788+
packageName = "wsl-utils";
3789+
version = "0.1.0";
3790+
src = fetchurl {
3791+
url = "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz";
3792+
sha512 = "h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==";
3793+
};
3794+
};
37863795
"xdg-basedir-5.1.0" = {
37873796
name = "xdg-basedir";
37883797
packageName = "xdg-basedir";
@@ -4152,7 +4161,7 @@ in
41524161
sources."@types/hast-3.0.4"
41534162
sources."@types/html-to-text-9.0.4"
41544163
sources."@types/minimatch-5.1.2"
4155-
sources."@types/node-24.0.13"
4164+
sources."@types/node-24.0.14"
41564165
sources."@types/normalize-package-data-2.4.4"
41574166
sources."@types/react-19.1.8"
41584167
sources."@types/shimmer-1.2.0"
@@ -4455,7 +4464,7 @@ in
44554464
sources."on-finished-2.4.1"
44564465
sources."once-1.4.0"
44574466
sources."onetime-5.1.2"
4458-
sources."open-10.1.2"
4467+
sources."open-10.2.0"
44594468
sources."package-json-10.0.1"
44604469
sources."package-json-from-dist-1.0.1"
44614470
sources."parse-json-8.3.0"
@@ -4630,6 +4639,7 @@ in
46304639
)
46314640
sources."wrappy-1.0.2"
46324641
sources."ws-8.18.3"
4642+
sources."wsl-utils-0.1.0"
46334643
sources."xdg-basedir-5.1.0"
46344644
sources."y18n-5.0.8"
46354645
(

0 commit comments

Comments
 (0)