Skip to content

Commit

Permalink
Update package.json overrides and dependencies
Browse files Browse the repository at this point in the history
The package.json file in the server directory of SquirrelServersManager has been updated. Specific version overrides were added for 'minimatch' and 'glob' packages to ensure compatibility. The '@types/dotenv' dependency was also removed.
  • Loading branch information
manu committed Jun 20, 2024
1 parent f0431d0 commit d00c4fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@
"ssm-shared-lib": "file:../shared-lib/",
"@aws-sdk/client-ecr": "^3.598.0"
},
"overrides": {
"minimatch": "5.1.2",
"glob": "8.1.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.7",
"@types/dockerode": "^3.3.29",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/luxon": "^3.4.2",
Expand Down

0 comments on commit d00c4fb

Please sign in to comment.