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] authored Oct 7, 2024
1 parent 72713ec commit 7af1cf1
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 41 deletions.
8 changes: 4 additions & 4 deletions client-code-gen/gen/admin-management-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-code-gen/gen/admin-management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "1.7.4"
"axios": "1.7.7"
},
"devDependencies": {
"typescript": "^4.0"
Expand Down
8 changes: 4 additions & 4 deletions client-code-gen/gen/app-access-control-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-code-gen/gen/app-access-control-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "1.7.4"
"axios": "1.7.7"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@carbon/type": "^11.31.0",
"@tanstack/vue-query": "^5.56.2",
"aws-amplify": "^5.3.21",
"axios": "1.7.4",
"axios": "1.7.7",
"bootstrap": "^5.3.3",
"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",
"luxon": "^3.5.0",
"primeflex": "^3.3.1",
"primevue": "3.46.0",
"primevue": "3.53.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.23",
"vue-router": "^4.3.2",
Expand All @@ -39,12 +39,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": "^6.0.0",
"sass": "^1.77.1",
"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
4 changes: 2 additions & 2 deletions scripts/kc_data_transfer/src/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy==1.10.0
flake8==7.0.0
mypy==1.11.2
flake8==7.1.1
2 changes: 1 addition & 1 deletion scripts/kc_data_transfer/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.0
requests==2.32.3
python-dotenv==1.0.1
2 changes: 1 addition & 1 deletion server/admin_management/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.4.4
testcontainers==4.7.2
testcontainers==4.8.1
testcontainers-core==0.0.1rc1

# used to create test JWT
Expand Down
16 changes: 8 additions & 8 deletions server/admin_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
fastapi==0.109.1
uvicorn[standard]==0.29.0
fastapi==0.115.0
uvicorn[standard]==0.31.0
SQLAlchemy==2.0.32
mangum==0.17.0
mangum==0.19.0
boto3==1.35.5
psycopg2-binary==2.9.9
httpx==0.27.0
pydantic==2.5.3
pydantic_core==2.14.6
email-validator==2.1.1
httpx==0.27.2
pydantic==2.9.2
pydantic_core==2.24.0
email-validator==2.2.0
requests==2.31.0
cryptography==42.0.7
pyjwt==2.8.0
pyjwt==2.9.0
6 changes: 3 additions & 3 deletions server/auth_function/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==7.4.4
black==24.3.0
flake8==7.0.0
black==24.8.0
flake8==7.1.1
pytest-emoji==0.2.0
pytest-md==0.2.0
testcontainers==4.7.2
testcontainers==4.8.1
testcontainers-core==0.0.1rc1
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 2 additions & 2 deletions server/backend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8==7.0.0
flake8==7.1.1
pytest==7.4.4
pytest-mock==3.14.0
testcontainers==4.7.2
testcontainers==4.8.1
testcontainers-core==0.0.1rc1

# used to create the md report used by gha when tests run
Expand Down
20 changes: 10 additions & 10 deletions server/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
boto3==1.35.5
botocore==1.35.5
fastapi==0.109.1
pydantic==2.5.3
pydantic-core==2.14.6
httpx==0.27.0
uvicorn[standard]==0.29.0
fastapi==0.115.0
pydantic==2.9.2
pydantic-core==2.24.0
httpx==0.27.2
uvicorn[standard]==0.31.0
SQLAlchemy==2.0.32
email-validator==2.1.1
requests==2.32.0
email-validator==2.2.0
requests==2.32.3
psycopg2-binary==2.9.9
mangum==0.17.0
mangum==0.19.0
cryptography==42.0.7
authlib==1.3.1
pyjwt==2.8.0
authlib==1.3.2
pyjwt==2.9.0

0 comments on commit 7af1cf1

Please sign in to comment.