Skip to content

Commit

Permalink
build(deps): update dependencies (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 7d695a3 commit ca69533
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion authorization-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"passport-did-auth": "2.0.0",
"passport-jwt": "4.0.1",
"pino-http": "8.5.0",
"pino-pretty": "10.2.0",
"pino-pretty": "10.2.2",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"siwe": "2.1.4",
Expand Down
8 changes: 4 additions & 4 deletions authorization-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8934,10 +8934,10 @@ [email protected]:
pino-std-serializers "^6.0.0"
process-warning "^2.0.0"

[email protected].0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.0.tgz#c674a153e15c08d7032a826d0051d786feace1d9"
integrity sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==
[email protected].2:
version "10.2.2"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.2.tgz#ef7a6d1403cf9563264473a9726e6394855c307c"
integrity sha512-RvAdCQAU51MdVsJdvXX4Bipb52wwldXtOzlva1NT8q2d7tmgYWFIMLhoSnfx2Sr+Hi7BLGpR/n8wgrcq5G/ykA==
dependencies:
colorette "^2.0.7"
dateformat "^4.6.3"
Expand Down

0 comments on commit ca69533

Please sign in to comment.