codebuff: 1.0.540 -> 1.0.549

This commit is contained in:
R. Ryantm
2025-12-13 07:40:10 +00:00
parent 145c17c55d
commit cd9651f40d
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.540"
"codebuff": "^1.0.549"
}
},
"node_modules/chownr": {
@@ -18,9 +18,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.540",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.540.tgz",
"integrity": "sha512-mlNld49vsoHZZPw55oqboT0PpLCMafop5VTlR9XqxZxO9c2qGs730pCNURqOygaFUwRAVjF61os8Idyn3SroOA==",
"version": "1.0.549",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.549.tgz",
"integrity": "sha512-DDVYrw9SuKMEddYVCI33phSTys1qh3wtSWA8f05I+1Y1zRiM+OugCJVmL9Kik8tTRSDsNSJLGpby5/8F3j2BXA==",
"cpu": [
"x64",
"arm64"
+3 -3
View File
@@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "codebuff";
version = "1.0.540";
version = "1.0.549";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
hash = "sha256-k5JbnNSGle1qWKSXTaR/xdNdovB4UY201SKS2BK637E=";
hash = "sha256-I/lMVxxwww8/Zk+lB7/7cPptGn+Qwuo2YUJ91r77MGk=";
};
npmDepsHash = "sha256-xvB+D8cOAA+YP4MdM8lByuP7QmSItTKi/uKPfiuy6pc=";
npmDepsHash = "sha256-uTkyzmUZsBFtEHIPR41dm5OGZTPtwI/OlH741BQR9p4=";
postPatch = ''
cp ${./package-lock.json} package-lock.json