Skip to content

Commit 4399726

Browse files
committed
Update lockfile
1 parent e3d7473 commit 4399726

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

flake.lock

Lines changed: 6 additions & 6 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: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,13 +1956,13 @@ let
19561956
sha512 = "QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==";
19571957
};
19581958
};
1959-
"ink-6.0.1" = {
1959+
"ink-6.1.0" = {
19601960
name = "ink";
19611961
packageName = "ink";
1962-
version = "6.0.1";
1962+
version = "6.1.0";
19631963
src = fetchurl {
1964-
url = "https://registry.npmjs.org/ink/-/ink-6.0.1.tgz";
1965-
sha512 = "vhhFrCodTHZAPPSdMYzLEbeI0Ug37R9j6yA0kLKok9kSK53lQtj/RJhEQJUjq6OwT4N33nxqSRd/7yXhEhVPIw==";
1964+
url = "https://registry.npmjs.org/ink/-/ink-6.1.0.tgz";
1965+
sha512 = "YQ+lbMD79y3FBAJXXZnuRajLEgaMFp102361eY5NrBIEVCi9oFo7gNZU4z2LBWlcjZFiTt7jetlkIbKCCH4KJA==";
19661966
};
19671967
};
19681968
"ink-big-text-2.0.0" = {
@@ -4029,14 +4029,7 @@ in
40294029
sha512 = "Uh6HxrN5OSaxfrR1OJ3V3CUUp8o+UHp1f1N5DwjlC+FPh55m5dlkWXBkUiwqmktKHEoOBuySy2oX5nSZAwf2og==";
40304030
};
40314031
dependencies = [
4032-
(
4033-
sources."@alcalzone/ansi-tokenize-0.1.3"
4034-
// {
4035-
dependencies = [
4036-
sources."is-fullwidth-code-point-4.0.0"
4037-
];
4038-
}
4039-
)
4032+
sources."@alcalzone/ansi-tokenize-0.1.3"
40404033
sources."@babel/code-frame-7.27.1"
40414034
sources."@babel/helper-validator-identifier-7.27.1"
40424035
(
@@ -4189,7 +4182,6 @@ in
41894182
sources."cli-truncate-4.0.0"
41904183
// {
41914184
dependencies = [
4192-
sources."is-fullwidth-code-point-4.0.0"
41934185
sources."slice-ansi-5.0.0"
41944186
];
41954187
}
@@ -4331,7 +4323,7 @@ in
43314323
sources."index-to-position-1.1.0"
43324324
sources."inherits-2.0.4"
43334325
sources."ini-1.3.8"
4334-
sources."ink-6.0.1"
4326+
sources."ink-6.1.0"
43354327
sources."ink-big-text-2.0.0"
43364328
sources."ink-gradient-3.0.0"
43374329
sources."ink-link-4.1.0"
@@ -4344,7 +4336,7 @@ in
43444336
sources."is-data-descriptor-1.0.1"
43454337
sources."is-descriptor-1.0.3"
43464338
sources."is-docker-3.0.0"
4347-
sources."is-fullwidth-code-point-5.0.0"
4339+
sources."is-fullwidth-code-point-4.0.0"
43484340
sources."is-in-ci-1.0.0"
43494341
sources."is-inside-container-1.0.0"
43504342
sources."is-installed-globally-1.0.0"
@@ -4473,7 +4465,14 @@ in
44734465
sources."side-channel-weakmap-1.0.2"
44744466
sources."signal-exit-3.0.7"
44754467
sources."simple-git-3.28.0"
4476-
sources."slice-ansi-7.1.0"
4468+
(
4469+
sources."slice-ansi-7.1.0"
4470+
// {
4471+
dependencies = [
4472+
sources."is-fullwidth-code-point-5.0.0"
4473+
];
4474+
}
4475+
)
44774476
sources."spdx-correct-3.2.0"
44784477
sources."spdx-exceptions-2.5.0"
44794478
sources."spdx-expression-parse-3.0.1"

0 commit comments

Comments
 (0)