Skip to content

Commit ae79332

Browse files
committed
refactor: added basic auth as dependency
1 parent f62c6ad commit ae79332

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"analytics-node": "^2.4.0",
102102
"async": "^3.2.0",
103103
"axios": "0.30.2",
104+
"basic-auth": "^2.0.1",
104105
"bn.js": "^4.11.8",
105106
"bullmq": "^5.70.1",
106107
"commander": "8.3.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,6 +2407,13 @@ baseline-browser-mapping@^2.9.0:
24072407
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz#5b09935025bf8a80e29130251e337c6a7fc8cbb9"
24082408
integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==
24092409

2410+
basic-auth@^2.0.1:
2411+
version "2.0.1"
2412+
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
2413+
integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
2414+
dependencies:
2415+
safe-buffer "5.1.2"
2416+
24102417
bcrypt-pbkdf@^1.0.0:
24112418
version "1.0.2"
24122419
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"

0 commit comments

Comments
 (0)