Skip to content

Commit 7588b5e

Browse files
committed
Update lockfile
1 parent 39b6fe5 commit 7588b5e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

flake.lock

Lines changed: 9 additions & 9 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -552,13 +552,13 @@ let
552552
sha512 = "K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==";
553553
};
554554
};
555-
"@types/node-24.2.0" = {
555+
"@types/node-24.2.1" = {
556556
name = "_at_types_slash_node";
557557
packageName = "@types/node";
558-
version = "24.2.0";
558+
version = "24.2.1";
559559
src = fetchurl {
560-
url = "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz";
561-
sha512 = "3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==";
560+
url = "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz";
561+
sha512 = "DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==";
562562
};
563563
};
564564
"@types/normalize-package-data-2.4.4" = {
@@ -3866,10 +3866,10 @@ in
38663866
"@anthropic-ai/claude-code" = nodeEnv.buildNodePackage {
38673867
name = "_at_anthropic-ai_slash_claude-code";
38683868
packageName = "@anthropic-ai/claude-code";
3869-
version = "1.0.71";
3869+
version = "1.0.72";
38703870
src = fetchurl {
3871-
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.71.tgz";
3872-
sha512 = "2Z1HU8TiOSRZSZdHCPs+ih942cteUQ9Yx1EHHW5fO9y+gwxPYDR8Xbh/rAJMl/G58cJIn2jRiZmkWcGMN+Iqqg==";
3871+
url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.72.tgz";
3872+
sha512 = "nA/l/xKX4sgOE0Y6P3o6czNGQqlyqJPjs9CHFxantsmyKvOot9VlRW4AiEAn42hQrZReCXeSnt8LOMx9ev7Erg==";
38733873
};
38743874
buildInputs = globalBuildInputs;
38753875
meta = {
@@ -4137,7 +4137,7 @@ in
41374137
sources."@types/hast-3.0.4"
41384138
sources."@types/html-to-text-9.0.4"
41394139
sources."@types/minimatch-5.1.2"
4140-
sources."@types/node-24.2.0"
4140+
sources."@types/node-24.2.1"
41414141
sources."@types/normalize-package-data-2.4.4"
41424142
sources."@types/react-19.1.9"
41434143
sources."@types/shimmer-1.2.0"

0 commit comments

Comments
 (0)