Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 16, 2025
1 parent da69291 commit b1323e8
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 88 deletions.
124 changes: 58 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,46 +22,45 @@
},
"homepage": "https://github.com/PretendoNetwork/juxt-web#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.723.0",
"@pretendonetwork/grpc": "^1.0.6",
"@aws-sdk/client-s3": "^3.729.0",
"@pretendonetwork/grpc": "^2.0.1",
"colors": "^1.4.0",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.5",
"connect-redis": "^8.0.1",
"cookie-parser": "^1.4.7",
"crc": "^4.3.2",
"express": "^4.17.1",
"express-rate-limit": "^6.7.0",
"express-session": "^1.18.0",
"fs-extra": "^9.0.1",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"fs-extra": "^11.3.0",
"hashmap": "^2.4.0",
"image-pixels": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^6.0.13",
"moment": "^2.30.1",
"mongoose": "^6.13.6",
"mongoose-fuzzy-search-next": "^1.0.13",
"mongoose-unique-validator": "^3.0.0",
"mongoose-unique-validator": "^3.1.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nice-grpc": "^2.1.4",
"nice-grpc": "^2.1.10",
"node-snowflake": "0.0.1",
"pako": "^2.0.2",
"pngjs": "^6.0.0",
"redis": "^4.6.13",
"pako": "^2.1.0",
"pngjs": "^7.0.0",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"tga": "^1.0.4",
"tga": "^1.0.7",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@stylistic/eslint-plugin": "^2.13.0",
"bmp-js": "^0.1.0",
"ejs": "^3.1.5",
"ejs": "^3.1.10",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.31.0",
"express-slow-down": "^1.4.0",
"express-subdomain": "^1.0.5",
"express-subdomain": "^1.0.6",
"globals": "^15.14.0",
"request": "^2.88.2",
"tsc-alias": "^1.8.6",
"typescript": "^5.1.3",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
}
}
}

0 comments on commit b1323e8

Please sign in to comment.