Skip to content

Commit 0e2cf74

Browse files
fix(deps): update dependency scrape-it to v6.1.3
1 parent de18010 commit 0e2cf74

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

packages/mg-webscraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"@tryghost/string": "0.2.12",
3030
"lodash": "4.17.21",
3131
"omit-empty": "1.0.0",
32-
"scrape-it": "6.1.2"
32+
"scrape-it": "6.1.3"
3333
}
3434
}

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3415,13 +3415,6 @@
34153415
"@types/node" "*"
34163416
"@types/responselike" "^1.0.0"
34173417

3418-
"@types/cheerio@^0.22.31":
3419-
version "0.22.35"
3420-
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.35.tgz#0d16dc1f24d426231c181b9c31847f673867595f"
3421-
integrity sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==
3422-
dependencies:
3423-
"@types/node" "*"
3424-
34253418
"@types/graceful-fs@^4.1.3":
34263419
version "4.1.9"
34273420
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -4832,7 +4825,7 @@ cheerio@^0.22.0:
48324825
lodash.reject "^4.4.0"
48334826
lodash.some "^4.4.0"
48344827

4835-
cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.5:
4828+
cheerio@^1.0.0, cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.5:
48364829
version "1.0.0"
48374830
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81"
48384831
integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==
@@ -10171,13 +10164,13 @@ scrape-it-core@^1.0.0:
1017110164
obj-def "^1.0.9"
1017210165
typpy "^2.3.13"
1017310166

10174-
10175-
version "6.1.2"
10176-
resolved "https://registry.yarnpkg.com/scrape-it/-/scrape-it-6.1.2.tgz#1dc7d1537dfbc8d4a913541847bd6a3ab3773df6"
10177-
integrity sha512-58DMh1/I68d49wP3By+9ulwy6Nwy52iix13m+gB1KjkIpREa8cyqMXTHffgn1BWgHUFHr5ON9SNbcoMSuCFmXA==
10167+
10168+
version "6.1.3"
10169+
resolved "https://registry.yarnpkg.com/scrape-it/-/scrape-it-6.1.3.tgz#e3cdce9ef6a3b2249fb2c5959ade1d40944b31c9"
10170+
integrity sha512-EDbsIK09ChAUjQs4f3++5D77dsRKm7OECMCFKET6TmUuIB6F6YuSXaNx79MmlwetnSZmBhoJDSfIoJCmcrgX+g==
1017810171
dependencies:
10179-
"@types/cheerio" "^0.22.31"
1018010172
assured "^1.0.15"
10173+
cheerio "^1.0.0"
1018110174
cheerio-req "^2.0.0"
1018210175
scrape-it-core "^1.0.0"
1018310176
typpy "^2.3.13"

0 commit comments

Comments
 (0)