Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 6f8f7b9 commit 10cacd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@
"@gnosis.pm/safe-apps-provider": "^0.13.1",
"@metamask/detect-provider": "^1.2.0",
"@sphereon/pex": "^2.0.1",
"@sphereon/ssi-types": "^0.17.0",
"@sphereon/ssi-types": "^0.32.0",
"@spruceid/didkit-wasm": "^0.2.1",
"@spruceid/didkit-wasm-node": "^0.2.1",
"@types/jsonwebtoken": "^8.5.8",
"@walletconnect/ethereum-provider": "^1.7.7",
"axios": "^0.27.0",
"axios": "^0.29.0",
"axios-retry": "^3.4.0",
"base64url": "^3.0.1",
"concurrently": "^6.1.0",
Expand All @@ -110,10 +110,10 @@
"winston": "^3.10.0"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/plugin-transform-regenerator": "7.22.10",
"@babel/core": "7.26.8",
"@babel/plugin-transform-regenerator": "7.25.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "7.23.2",
"@babel/preset-env": "7.26.8",
"@babel/runtime": "^7.17.2",
"@energyweb/eslint-config": "^0.1.0",
"@energyweb/prettier-config": "^0.0.1",
Expand Down Expand Up @@ -162,7 +162,7 @@
"semantic-release": "^21.0.3",
"ts-jest": "26.5.6",
"typechain": "5.2.0",
"typedoc": "^0.25.0",
"typedoc": "^0.27.0",
"typedoc-plugin-markdown": "~3.17.0",
"typescript": "^4.0.2",
"wait-on": "^7.0.1"
Expand Down

0 comments on commit 10cacd9

Please sign in to comment.