Skip to content

Commit 55020a4

Browse files
fix(deps): update dependency scrape-it to v6.1.3
1 parent 506b9fb commit 55020a4

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

packages/mg-webscraper/package.json

+1-1
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

+6-13
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"
@@ -4833,7 +4826,7 @@ cheerio@^0.22.0:
48334826
lodash.reject "^4.4.0"
48344827
lodash.some "^4.4.0"
48354828

4836-
cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.5:
4829+
cheerio@^1.0.0, cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.5:
48374830
version "1.0.0"
48384831
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81"
48394832
integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==
@@ -10173,13 +10166,13 @@ scrape-it-core@^1.0.0:
1017310166
obj-def "^1.0.9"
1017410167
typpy "^2.3.13"
1017510168

10176-
10177-
version "6.1.2"
10178-
resolved "https://registry.yarnpkg.com/scrape-it/-/scrape-it-6.1.2.tgz#1dc7d1537dfbc8d4a913541847bd6a3ab3773df6"
10179-
integrity sha512-58DMh1/I68d49wP3By+9ulwy6Nwy52iix13m+gB1KjkIpREa8cyqMXTHffgn1BWgHUFHr5ON9SNbcoMSuCFmXA==
10169+
10170+
version "6.1.3"
10171+
resolved "https://registry.yarnpkg.com/scrape-it/-/scrape-it-6.1.3.tgz#e3cdce9ef6a3b2249fb2c5959ade1d40944b31c9"
10172+
integrity sha512-EDbsIK09ChAUjQs4f3++5D77dsRKm7OECMCFKET6TmUuIB6F6YuSXaNx79MmlwetnSZmBhoJDSfIoJCmcrgX+g==
1018010173
dependencies:
10181-
"@types/cheerio" "^0.22.31"
1018210174
assured "^1.0.15"
10175+
cheerio "^1.0.0"
1018310176
cheerio-req "^2.0.0"
1018410177
scrape-it-core "^1.0.0"
1018510178
typpy "^2.3.13"

0 commit comments

Comments
 (0)