Skip to content

Commit

Permalink
Website: Upgrade website dependencies (#15477)
Browse files Browse the repository at this point in the history
Closes: fleetdm/confidential#4115

Changes:
- Updated three packages used by the Fleet website:
   - sails-hook-organics: ^2.2.0 » ^2.2.2
   - sails-hook-sockets: ^2.0.1 » ^3.0.0
   - @sailshq/socket.io-redis: ^5.2.0 » ^6.1.2
  • Loading branch information
eashaw authored Dec 6, 2023
1 parent e3d225a commit ce56f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"dependencies": {
"@sailshq/connect-redis": "^6.1.3",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"@sailshq/socket.io-redis": "^6.1.2",
"jsonwebtoken": "9.0.0",
"moment": "2.29.4",
"sails": "^1.5.7",
"sails-hook-apianalytics": "^2.0.5",
"sails-hook-organics": "^2.2.0",
"sails-hook-organics": "^2.2.2",
"sails-hook-orm": "^4.0.2",
"sails-hook-sockets": "^2.0.1",
"sails-hook-sockets": "^3.0.0",
"sails-postgresql": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ce56f1f

Please sign in to comment.