Update package.json

This commit is contained in:
Cohen Erickson 2022-09-23 11:20:32 -05:00 committed by GitHub
parent 32422bce7d
commit d48db56c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
"author": "Nebula Services", "author": "Nebula Services",
"license": "GNU AGPL V3", "license": "GNU AGPL V3",
"dependencies": { "dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5", "@tomphttp/bare-server-node": "1.0.2-beta-readme5",
"crypto-js": "4.1.1", "crypto-js": "4.1.1",
"css-tree": "^2.1.0", "css-tree": "^2.1.0",
"node-fetch": "^3.2.6", "node-fetch": "^3.2.6",
"serve-static": "^1.15.0", "serve-static": "^1.15.0",
"ws": "^8.8.1" "ws": "^8.8.1"
} }
} }