Skip to content

Commit

Permalink
fix: ffix yarn lock dependency on nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinko Bajric committed Dec 3, 2021
1 parent d16bb05 commit 6a3cfe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@

"@types/jsonwebtoken@^8.5.6":
version "8.5.6"
resolved "https://nexus-proxy-prd.soma.salesforce.com/nexus/content/groups/npm-all/@types/jsonwebtoken/-/jsonwebtoken-8.5.6.tgz#1913e5a61e70a192c5a444623da4901a7b1a9d42"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.6.tgz#1913e5a61e70a192c5a444623da4901a7b1a9d42"
integrity sha512-+P3O/xC7nzVizIi5VbF34YtqSonFsdnbXBnWUCYRiKOi1f9gA4sEFvXkrGr/QVV23IbMYvcoerI7nnhDUiWXRQ==
dependencies:
"@types/node" "*"
Expand Down Expand Up @@ -3349,7 +3349,7 @@

"@types/[email protected]":
version "2.5.12"
resolved "https://nexus-proxy-prd.soma.salesforce.com/nexus/content/groups/npm-all/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==
dependencies:
"@types/node" "*"
Expand Down Expand Up @@ -8656,7 +8656,7 @@ form-data@^2.5.0:

form-data@^3.0.0:
version "3.0.1"
resolved "https://nexus-proxy-prd.soma.salesforce.com/nexus/content/groups/npm-all/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
resolved "https://registry.yarnpkg.com//form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
dependencies:
asynckit "^0.4.0"
Expand Down Expand Up @@ -11636,7 +11636,7 @@ [email protected]:

jsonwebtoken@^8.5.1:
version "8.5.1"
resolved "https://nexus-proxy-prd.soma.salesforce.com/nexus/content/groups/npm-all/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
dependencies:
jws "^3.2.2"
Expand Down

0 comments on commit 6a3cfe4

Please sign in to comment.