update dependencies

This commit is contained in:
jomo
2024-02-01 22:25:43 +01:00
parent bba004acc7
commit c155c8d098
4 changed files with 1210 additions and 618 deletions

View File

@@ -346,7 +346,7 @@ describe("Crafatar", function() {
},
"cape with existing uuid": {
url: "http://localhost:3000/capes/853c80ef3c3749fdaa49938b674adae6",
crc32: [985789174],
crc32: [985789174, 2099310578],
},
"cape with non-existent uuid": {
url: "http://localhost:3000/capes/00000000000000000000000000000000",
@@ -710,7 +710,7 @@ describe("Crafatar", function() {
describe("Errors", function() {
before(function() {
before(function() {
cache.get_redis().flushall();
});