Skip to content

Commit

Permalink
Packge version audit (#166)
Browse files Browse the repository at this point in the history
* Package audit for packages needing version updates
  • Loading branch information
SeriousHorncat committed Apr 8, 2024
1 parent 0a536db commit ff207c8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
fastapi[all]==0.103.2
fastapi[all]==0.110.1
uvicorn[standard]==0.23.2
python-cas==1.6.0
itsdangerous==2.1.2
pymongo==4.5.0
pymongo==4.6.3
jq==1.6.0

python-multipart==0.0.6
python-multipart==0.0.7
python-jose[cryptography]==3.3.0
passlib==1.7.4
bcrypt==4.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/prototypes/csv-to-table-prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.5"
"vite": "^4.5.3"
}
}
2 changes: 1 addition & 1 deletion docs/prototypes/fast-api-prototype/Requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.74.1
fastapi==0.110.1
uvicorn==0.17.5
pytest==7.0.1
pylint==2.12.2
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-vue": "9.17.0",
"happy-dom": "12.8.0",
"sinon": "16.0.0",
"vite": "4.4.10",
"vite": "4.5.3",
"vitest": "0.34.6"
}
}
13 changes: 12 additions & 1 deletion frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,18 @@ vite-node@0.34.6:
picocolors "^1.0.0"
vite "^3.0.0 || ^4.0.0 || ^5.0.0-0"

vite@4.4.10, "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0":
vite@4.5.3:
version "4.5.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
rollup "^3.27.1"
optionalDependencies:
fsevents "~2.3.2"

"vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0":
version "4.4.10"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.10.tgz#3794639cc433f7cb33ad286930bf0378c86261c8"
integrity sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==
Expand Down

0 comments on commit ff207c8

Please sign in to comment.