Skip to content

Commit

Permalink
fix: add missing webpack dep path-browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Nov 23, 2020
1 parent d10f3f1 commit 8789dae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"path-browserify": "^1.0.1",
"pino": "^6.4.1",
"pino-pretty": "^4.1.0",
"pluralize": "^8.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8678,6 +8678,11 @@ passport@^0.4.1:
passport-strategy "1.x.x"
pause "0.0.1"

path-browserify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==

path-dirname@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
Expand Down

0 comments on commit 8789dae

Please sign in to comment.