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 Feb 1, 2024
1 parent f84bb4f commit eaa9c84
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 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.6.5"
"axios": "1.6.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.6.5"
"axios": "1.6.7"
},
"devDependencies": {
"typescript": "^4.0"
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@bcgov-nr/nr-theme": "^1.8.3",
"@carbon/icons-vue": "^10.72.1",
"aws-amplify": "^5.3.6",
"axios": "1.6.5",
"axios": "1.6.7",
"bootstrap": "^5.2.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",
"primevue": "3.40.0",
"primevue": "3.47.2",
"vee-validate": "^4.7.3",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
Expand All @@ -32,7 +32,7 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^0.34.0",
"@vue/test-utils": "^2.2.1",
"@vue/tsconfig": "0.1.3",
"@vue/tsconfig": "0.5.1",
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.55.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.5.1
flake8==6.0.0
mypy==1.8.0
flake8==6.1.0
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.31.0
python-dotenv==1.0.0
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
Expand Up @@ -3,7 +3,7 @@ testcontainers==3.7.1
testcontainers-core==0.0.1rc1

# used to create test JWT
pycryptodome==3.19.1
pycryptodome==3.20.0

# used to mock out sqlalchemy for testing
mock==5.1.0
Expand Down
8 changes: 4 additions & 4 deletions server/admin_management/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fastapi==0.108.0
uvicorn[standard]==0.25.0
fastapi==0.109.0
uvicorn[standard]==0.27.0.post1
SQLAlchemy==2.0.25
mangum==0.17.0
boto3==1.28.83
psycopg2-binary==2.9.9
python-jose==3.3.0
httpx==0.26.0
pydantic==2.5.3
pydantic_core==2.14.6
pydantic==2.6.0
pydantic_core==2.16.1
2 changes: 1 addition & 1 deletion server/auth_function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#aws-xray-sdk==2.4.3
boto3==1.28.24
psycopg2-binary==2.9.9
python-dotenv==1.0.0
python-dotenv==1.0.1
4 changes: 2 additions & 2 deletions server/backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ pytest-emoji==0.2.0
# deployment so putting as a dev dependency
sqlacodegen==3.0.0rc1

python-dotenv==1.0.0
python-dotenv==1.0.1

# used to mock out sqlalchemy for testing
mock==5.1.0
mock-alchemy==0.2.6

# used to create test JWT
pycryptodome==3.19.1
pycryptodome==3.20.0

pytest-env==0.8.1
pytest-dotenv==0.5.2
10 changes: 5 additions & 5 deletions server/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
boto3==1.28.24
botocore==1.31.24
fastapi==0.108.0
pydantic==2.5.3
pydantic-core==2.14.6
fastapi==0.109.0
pydantic==2.6.0
pydantic-core==2.16.1
httpx==0.26.0
uvicorn[standard]==0.25.0
uvicorn[standard]==0.27.0.post1
SQLAlchemy==2.0.25
email-validator==2.1.0.post1
requests==2.31.0
psycopg2-binary==2.9.9
mangum==0.17.0
python-jose==3.3.0
cryptography==42.0.0
cryptography==42.0.2
authlib==1.3.0

0 comments on commit eaa9c84

Please sign in to comment.