Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 94ba3a3 commit bc4929e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"axios": "1.6.8",
"fam-admin-mgmt-api": "file:../client-code-gen/gen/admin-management-api",
"fam-app-acsctl-api": "file:../client-code-gen/gen/app-access-control-api",
"primevue": "3.46.0",
"primevue": "3.52.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.23",
"vue-router": "^4.3.2",
Expand All @@ -33,12 +33,12 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^0.34.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "0.1.3",
"@vue/tsconfig": "0.5.1",
"jsdom": "^22.0.0",
"npm-run-all2": "^5.0.2",
"sass": "^1.75.0",
"typescript": "~4.9.0",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^4.5.3",
"vitest": "^0.34.0",
"vue-tsc": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions server/admin_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
fastapi==0.109.1
fastapi==0.111.0
uvicorn[standard]==0.29.0
SQLAlchemy==2.0.30
mangum==0.17.0
boto3==1.28.83
psycopg2-binary==2.9.9
python-jose==3.3.0
httpx==0.27.0
pydantic==2.5.3
pydantic_core==2.14.6
pydantic==2.7.1
pydantic_core==2.18.2
requests==2.31.0
2 changes: 1 addition & 1 deletion server/auth_function/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.2.0
black==24.3.0
black==24.4.2
flake8==7.0.0
pytest-emoji==0.2.0
pytest-md==0.2.0
Expand Down
6 changes: 3 additions & 3 deletions server/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
boto3==1.28.83
botocore==1.31.83
fastapi==0.109.1
pydantic==2.5.3
pydantic-core==2.14.6
fastapi==0.111.0
pydantic==2.7.1
pydantic-core==2.18.2
httpx==0.27.0
uvicorn[standard]==0.29.0
SQLAlchemy==2.0.30
Expand Down

0 comments on commit bc4929e

Please sign in to comment.