Skip to content

Commit

Permalink
Merge pull request #532 from bcgov/feature/updateMongoVersionForLocal
Browse files Browse the repository at this point in the history
Update to mongo 7 on local Docker
  • Loading branch information
loneil authored May 29, 2024
2 parents 2804ef3 + 07afd13 commit 6ddb94f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions demo/vue/app/frontend/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 demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.5",
"@babel/eslint-parser": "^7.24.6",
"@bcgov/bc-sans": "^2.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"axios": "^1.7.2",
Expand Down
8 changes: 4 additions & 4 deletions demo/vue/app/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 demo/vue/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"nodemon": "^3.1.1",
"supertest": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- vc_auth

controller-db:
image: mongo:6.0
image: mongo:7.0
environment:
- MONGO_INITDB_ROOT_USERNAME=${OIDC_CONTROLLER_DB_USER}
- MONGO_INITDB_ROOT_PASSWORD=${OIDC_CONTROLLER_DB_USER_PWD}
Expand Down
2 changes: 1 addition & 1 deletion oidc-controller/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest==8.2.1
requests-mock==1.12.1
setuptools==69.5.1
setuptools==70.0.0
4 changes: 2 additions & 2 deletions oidc-controller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pymongo==4.7.2
pyop==3.4.1
python-multipart==0.0.9 # required by fastapi to serve/upload files
qrcode[pil]==7.4.2
structlog==24.1.0
uvicorn[standard]==0.29.0
structlog==24.2.0
uvicorn[standard]==0.30.0
python-socketio==5.11.2 # required to run websockets
canonicaljson==2.0.0 # used to provide unique consistent user identifiers
pydantic-settings==2.2.1

0 comments on commit 6ddb94f

Please sign in to comment.