Skip to content

Commit

Permalink
Merge pull request #614 from bcgov/chore/aug23DependencyUpdates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
esune authored Aug 23, 2024
2 parents e86a620 + fb60dcc commit 23676cc
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 36 deletions.
16 changes: 8 additions & 8 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.

4 changes: 2 additions & 2 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@babel/eslint-parser": "^7.25.1",
"@bcgov/bc-sans": "^2.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"axios": "^1.7.3",
"core-js": "^3.38.0",
"axios": "^1.7.5",
"core-js": "^3.38.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.2.1",
"keycloak-js": "^15.1.1",
Expand Down
42 changes: 23 additions & 19 deletions demo/vue/app/package-lock.json

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

6 changes: 3 additions & 3 deletions demo/vue/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"api-problem": "^9.0.2",
"axios": "^1.7.3",
"axios": "^1.7.5",
"axios-oauth-client": "^2.2.0",
"axios-token-interceptor": "^0.2.0",
"compression": "^1.7.4",
Expand All @@ -44,8 +44,8 @@
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"keycloak-connect": "^25.0.2",
"winston": "^3.14.1",
"keycloak-connect": "^25.0.4",
"winston": "^3.14.2",
"winston-transport": "^4.7.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions oidc-controller/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ black==24.8.0
flake8==7.1.1
mock==5.1.0
mongomock==4.1.2
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest==8.3.2
requests-mock==1.12.1
setuptools==72.1.0
setuptools==73.0.1
4 changes: 2 additions & 2 deletions oidc-controller/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
fastapi==0.112.0
fastapi==0.112.1
jinja2==3.1.4
oic==1.7.0
pymongo==4.8.0
pyop==3.4.1
python-multipart==0.0.9 # required by fastapi to serve/upload files
qrcode[pil]==7.4.2
structlog==24.4.0
uvicorn[standard]==0.30.5
uvicorn[standard]==0.30.6
python-socketio==5.11.3 # required to run websockets
canonicaljson==2.0.0 # used to provide unique consistent user identifiers
pydantic-settings==2.4.0

0 comments on commit 23676cc

Please sign in to comment.