From 900c49ef786ba2abd713096fc363120b3b324ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:45:31 +0100 Subject: [PATCH] build(deps): bump @metascraper/helpers from 5.45.28 to 5.46.0 (#212) * build(deps): bump @metascraper/helpers from 5.45.28 to 5.46.0 Bumps [@metascraper/helpers](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-helpers) from 5.45.28 to 5.46.0. - [Release notes](https://github.com/microlinkhq/metascraper/releases) - [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-helpers/CHANGELOG.md) - [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.0/packages/metascraper-helpers) --- updated-dependencies: - dependency-name: "@metascraper/helpers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * build: update dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kiko Beats --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 81148d4..5d7a699 100644 --- a/package.json +++ b/package.json @@ -36,22 +36,22 @@ ], "dependencies": { "@kikobeats/time-span": "~1.0.5", - "@metascraper/helpers": "~5.45.22", + "@metascraper/helpers": "~5.46.1", "cheerio": "~1.0.0", "css-url-regex": "~4.0.0", - "debug-logfmt": "~1.2.2", + "debug-logfmt": "~1.2.3", "execall": "~2.0.0", "got": "~11.8.6", "html-encode": "~2.1.7", - "html-urls": "~2.4.59", + "html-urls": "~2.4.62", "is-html-content": "~1.0.0", - "localhost-url-regex": "~1.0.11", + "localhost-url-regex": "~1.0.13", "lodash": "~4.17.21", "mri": "~1.2.0", "p-cancelable": "~2.1.0", "p-retry": "~4.6.0", - "tinyspawn": "~1.3.2", - "top-sites": "~1.1.217" + "tinyspawn": "~1.3.3", + "top-sites": "~1.1.220" }, "devDependencies": { "@commitlint/cli": "latest",