Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix(jwt-verifier): Updates dev deps to remove vulns (#484)
Browse files Browse the repository at this point in the history
* fix(jwt-verifier): Updates dev deps to remove vulns

* Removes more hoisting to appease the monorepo gods
  • Loading branch information
swiftone committed Jun 27, 2019
1 parent 9d76c9f commit 0d5afa7
Show file tree
Hide file tree
Showing 3 changed files with 3,081 additions and 1,638 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"nohoist": [
"**/jest",
"**/jest/**",
"**/jest-junit",
"**/jest-junit/**",
"**/jest-expo",
"**/jest-expo/**",
"**/babel-jest",
Expand Down
4 changes: 2 additions & 2 deletions packages/jwt-verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"cors": "^2.8.4",
"cross-env": "^5.1.1",
"express": "^4.15.4",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"nock": "^9.0.14",
"request": "^2.81.0",
"timekeeper": "^1.0.0"
Expand Down
Loading

0 comments on commit 0d5afa7

Please sign in to comment.