Bump the scraper-minor-patch group across 1 directory with 2 updates#95
Merged
peterdsp merged 1 commit intoJun 25, 2026
Conversation
Owner
|
@dependabot rebase |
b9fe7e9 to
b0781e6
Compare
Bumps the scraper-minor-patch group with 2 updates in the /scraper directory: [axios](https://github.com/axios/axios) and [node-cron](https://github.com/node-cron/node-cron). Updates `axios` from 1.18.0 to 1.18.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.18.0...v1.18.1) Updates `node-cron` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/node-cron/node-cron/releases) - [Changelog](https://github.com/node-cron/node-cron/blob/main/CHANGELOG.md) - [Commits](node-cron/node-cron@v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: scraper-minor-patch - dependency-name: node-cron dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: scraper-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
b0781e6 to
6b70014
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the scraper-minor-patch group with 2 updates in the /scraper directory: axios and node-cron.
Updates
axiosfrom 1.18.0 to 1.18.1Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
a209bfbchore(release): prepare release 1.18.1 (#11027)fa6a55echore(deps-dev): bump multer from 2.1.1 to 2.2.0 (#11026)40e7be8docs: clarifies that request data is request-specific in axios (#11025)a446b39fix(AxiosURLSearchParams): use arrow function so encoder.call(this) receives ...cf1306adocs: add Deno to install instructions (#11023)b32880afix: incorrect use of error (#11021)1792edafix: ensure maxBodyLength is explicitly passed to follow-redirects (#10993)30499d6fix: various runtime crashes and type definition mismatches (#10959)20ce9c4fix(http): defer env proxy handling to Node (#10942)e64bcf9chore(deps): merge branch 'v1.x' into tests/module/cjs (#11014)Updates
node-cronfrom 4.4.1 to 4.5.0Release notes
Sourced from node-cron's releases.
Changelog
Sourced from node-cron's changelog.
Commits
cd9a5a7chore(release): 4.5.0 (#569)fbdd883Rewrite README to surface scheduling capabilities (#568)c80a396perf(build): bundle dist into flat files instead of preserving modules (#566)b71b9b1Fix typos in internal function names (#567)7c5015cperf(id): drop crypto.randomBytes from internal id generation (#564)dd0a2a9perf(pattern): parse cron expression once per TimeMatcher (#562)cf69f32perf(time): cache Intl.DateTimeFormat instances per timezone (#561)dad56e1perf(runner): run inline when no random delay is configured (#565)a309d5fperf(time): compute the GMT offset lazily (#563)c2db9d1feat: support extended day-of-week tokens (# nth weekday and L last weekday) ...