Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svozza committed Jun 23, 2022
1 parent 97120d0 commit 1b61650
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/backend/functions/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
"build": "rm -rf dist && rsync -avz . dist/ --exclude 'node_modules' --exclude 'test'",
"test": "mocha --recursive"
},
"dependencies": {},
"devDependencies": {
"aws-sdk": "2.369.0",
"aws-sdk": "^2.1160.0",
"chai": "4.2.0",
"mocha": "6.2.0",
"mocha": "^6.2.3",
"mocked-env": "1.3.1",
"ramda": "0.26.1",
"rewire": "4.0.1",
"rewire": "^6.0.0",
"sinon": "7.3.2"
}
}
2 changes: 1 addition & 1 deletion src/backend/functions/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"unzipper": "0.10.5"
},
"devDependencies": {
"aws-sdk": "2.369.0"
"aws-sdk": "^2.1160.0"
}
}
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-bootstrap": "1.0.0-beta.9",
"react-dom": "16.8.6",
"react-scripts": "3.0.1",
"video.js": "7.6.0",
"video.js": "7.14.3",
"videojs-youtube": "2.6.0"
},
"scripts": {
Expand Down

0 comments on commit 1b61650

Please sign in to comment.