Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ acapy:
repository: ghcr.io/openwallet-foundation/acapy-agent
pullPolicy: IfNotPresent
pullSecrets: []
tag: py3.12-1.2.4
tag: py3.12-1.3.0

## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
Expand Down
46 changes: 23 additions & 23 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.

10 changes: 5 additions & 5 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@babel/eslint-parser": "^7.27.0",
"@babel/eslint-parser": "^7.27.1",
"@vue/eslint-config-prettier": "^10.2.0",
"axios": "^1.8.4",
"core-js": "^3.41.0",
"axios": "^1.9.0",
"core-js": "^3.42.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-prettier": "^5.4.0",
"keycloak-js": "^15.1.1",
"nprogress": "^0.2.0",
"vue": "^2.7.16",
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-vuetify": "^1.1.0",
"lodash": "^4.17.21",
"prettier": "^3.5.3",
"sass": "^1.86.2",
"sass": "^1.87.0",
"sass-loader": "^14.2.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.16",
Expand Down
68 changes: 43 additions & 25 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.8.4",
"axios": "^1.9.0",
"axios-oauth-client": "^2.2.0",
"axios-token-interceptor": "^0.2.0",
"compression": "^1.8.0",
Expand All @@ -51,9 +51,9 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-prettier": "^5.4.0",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"nodemon": "^3.1.10",
"supertest": "^7.1.0"
}
}
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
- vc_auth

aca-py:
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.4
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.3.0
environment:
- ACAPY_LABEL=${AGENT_NAME}
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}
Expand Down
Loading