Skip to content

Commit 1c1ff5b

Browse files
committed
update await-lock
1 parent 6b29101 commit 1c1ff5b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"scraping"
3737
],
3838
"dependencies": {
39-
"await-lock": "^1.1.3",
39+
"await-lock": "^1.2.0",
4040
"axios": "^0.19.0",
4141
"chalk": "^2.4.2",
4242
"fp-ts": "^2.0.5",

src/api/instagram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import AwaitLock = require("await-lock");
1+
import AwaitLock from "await-lock";
22
import chalk from "chalk";
33
import {EventEmitter} from "events";
44
import {isLeft} from "fp-ts/lib/Either";

0 commit comments

Comments
 (0)