codebuff: 1.0.533 -> 1.0.540

This commit is contained in:
R. Ryantm
2025-12-06 15:46:46 +00:00
parent a4d1e1ae56
commit f8ea2c048c
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"codebuff": "^1.0.533"
"codebuff": "^1.0.540"
}
},
"node_modules/chownr": {
@@ -18,9 +18,9 @@
}
},
"node_modules/codebuff": {
"version": "1.0.533",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.533.tgz",
"integrity": "sha512-kEZ7S/oJ23wKFxlwBfqXlT2nXYPqGOUeneIbSccguMRyYGONEQm7LDdZCgIB/YiDa8AEHvGztuywC9QUHNrVBg==",
"version": "1.0.540",
"resolved": "https://registry.npmjs.org/codebuff/-/codebuff-1.0.540.tgz",
"integrity": "sha512-mlNld49vsoHZZPw55oqboT0PpLCMafop5VTlR9XqxZxO9c2qGs730pCNURqOygaFUwRAVjF61os8Idyn3SroOA==",
"cpu": [
"x64",
"arm64"
+3 -3
View File
@@ -6,14 +6,14 @@
buildNpmPackage rec {
pname = "codebuff";
version = "1.0.533";
version = "1.0.540";
src = fetchzip {
url = "https://registry.npmjs.org/codebuff/-/codebuff-${version}.tgz";
hash = "sha256-UZXMRHtz3f5MJKwdsc3EdXuqNaWUIAjQ+BoKReeedTY=";
hash = "sha256-k5JbnNSGle1qWKSXTaR/xdNdovB4UY201SKS2BK637E=";
};
npmDepsHash = "sha256-2Qo54tHwvFtg3wczc4nlJWe0wbUMmeThapQ5+xW86v0=";
npmDepsHash = "sha256-xvB+D8cOAA+YP4MdM8lByuP7QmSItTKi/uKPfiuy6pc=";
postPatch = ''
cp ${./package-lock.json} package-lock.json