fix: Add bufferutil to dependencies for Railway

This commit is contained in:
MrPiglr 2025-12-28 09:40:34 -07:00
parent 20494df296
commit d054755ca3
2 changed files with 17 additions and 0 deletions

16
package-lock.json generated
View file

@ -64,6 +64,7 @@
"@tanstack/react-query": "^5.60.5",
"@types/bcrypt": "^6.0.0",
"bcrypt": "^6.0.0",
"bufferutil": "4.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@ -99,6 +100,7 @@
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"utf-8-validate": "^6.0.6",
"vaul": "^1.1.2",
"wouter": "^3.3.5",
"ws": "^8.18.0",
@ -9438,6 +9440,20 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/utf-8-validate": {
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.6.tgz",
"integrity": "sha512-q3l3P9UtEEiAHcsgsqTgf9PPjctrDWoIXW3NpOHFdRDbLvu4DLIcxHangJ4RLrWkBcKjmcs/6NkerI8T/rE4LA==",
"hasInstallScript": true,
"license": "MIT",
"peer": true,
"dependencies": {
"node-gyp-build": "^4.3.0"
},
"engines": {
"node": ">=6.14.2"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",

View file

@ -110,6 +110,7 @@
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"utf-8-validate": "^6.0.6",
"vaul": "^1.1.2",
"wouter": "^3.3.5",
"ws": "^8.18.0",