Skip to content

Commit

Permalink
fix(jwks): Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed May 17, 2021
1 parent b4bb372 commit 9ccd59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/jwks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"start": "ts-node -r tsconfig-paths/register test/app/index.ts"
},
"dependencies": {
"fs-extra": "^9.0.1",
"jose2": "npm:jose@^2.0.4",
"tslib": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6982,7 +6982,7 @@ fs-extra@^7.0.1:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^9.1.0:
fs-extra@^9.0.1, fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
Expand Down

0 comments on commit 9ccd59e

Please sign in to comment.