Skip to content

Commit dc46e70

Browse files
authored
Merge pull request #718 from openwallet-foundation/chore/acapy122
ACA-Py 1.2.2 update
2 parents 3cb9bfb + 9b3c590 commit dc46e70

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

charts/vc-authn-oidc/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ acapy:
241241
repository: ghcr.io/openwallet-foundation/acapy-agent
242242
pullPolicy: IfNotPresent
243243
pullSecrets: []
244-
tag: py3.12-1.2.1
244+
tag: py3.12-1.2.2
245245

246246
## ServiceAccount configuration
247247
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

demo/vue/app/frontend/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/vue/app/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"reinstall": "npm run purge && npm install"
1818
},
1919
"dependencies": {
20-
"@babel/eslint-parser": "^7.26.5",
20+
"@babel/eslint-parser": "^7.26.8",
2121
"@vue/eslint-config-prettier": "^10.2.0",
2222
"axios": "^1.7.9",
2323
"core-js": "^3.40.0",
@@ -41,8 +41,8 @@
4141
"eslint-plugin-vue": "^9.32.0",
4242
"eslint-plugin-vuetify": "^1.1.0",
4343
"lodash": "^4.17.21",
44-
"prettier": "^3.4.2",
45-
"sass": "^1.83.4",
44+
"prettier": "^3.5.0",
45+
"sass": "^1.84.0",
4646
"sass-loader": "^14.2.1",
4747
"vue-cli-plugin-vuetify": "^2.5.8",
4848
"vue-template-compiler": "^2.7.16",

demo/vue/app/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/vue/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fs-extra": "^11.3.0",
4545
"js-yaml": "^4.1.0",
4646
"jsonwebtoken": "^9.0.2",
47-
"keycloak-connect": "^26.1.0",
47+
"keycloak-connect": "^26.1.1",
4848
"winston": "^3.17.0",
4949
"winston-transport": "^4.9.0"
5050
},

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ services:
102102
- vc_auth
103103

104104
aca-py:
105-
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.1
105+
image: ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.2
106106
environment:
107107
- ACAPY_LABEL=${AGENT_NAME}
108108
- ACAPY_ENDPOINT=${AGENT_ENDPOINT}

0 commit comments

Comments
 (0)