This repository was archived by the owner on May 13, 2026. It is now read-only.
chore(deps): bump the npm_and_yarn group across 3 directories with 5 updates - #135
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the npm_and_yarn group across 3 directories with 5 updates#135dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the npm_and_yarn group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastify](https://github.com/fastify/fastify) | `4.29.0` | `5.7.3` | | [validator](https://github.com/validatorjs/validator.js) | `13.15.0` | `13.15.22` | | [jspdf](https://github.com/parallax/jsPDF) | `3.0.1` | `4.2.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.6` | `6.4.1` | | [qs](https://github.com/ljharb/qs) | `6.14.0` | `6.15.0` | Bumps the npm_and_yarn group with 1 update in the /client directory: [jspdf](https://github.com/parallax/jsPDF). Bumps the npm_and_yarn group with 1 update in the /server directory: [fastify](https://github.com/fastify/fastify). Updates `fastify` from 4.29.0 to 5.7.3 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.29.0...v5.7.3) Updates `validator` from 13.15.0 to 13.15.22 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](validatorjs/validator.js@13.15.0...13.15.22) Updates `jspdf` from 3.0.1 to 4.2.0 - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](parallax/jsPDF@v3.0.1...v4.2.0) Updates `vite` from 6.2.6 to 6.4.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite) Updates `qs` from 6.14.0 to 6.15.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.15.0) Updates `jspdf` from 3.0.4 to 4.2.0 - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](parallax/jsPDF@v3.0.1...v4.2.0) Updates `fastify` from 4.29.1 to 5.7.4 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.29.0...v5.7.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: validator dependency-version: 13.15.22 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jspdf dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: qs dependency-version: 6.15.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: jspdf dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fastify dependency-version: 5.7.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 npm_and_yarn group with 5 updates in the / directory:
4.29.05.7.313.15.013.15.223.0.14.2.06.2.66.4.16.14.06.15.0Bumps the npm_and_yarn group with 1 update in the /client directory: jspdf.
Bumps the npm_and_yarn group with 1 update in the /server directory: fastify.
Updates
fastifyfrom 4.29.0 to 5.7.3Release notes
Sourced from fastify's releases.
... (truncated)
Commits
49468edBumped v5.7.3eb11156Merge commit from forkd98ce2adocs: update vulnerability reporting to use GitHub Security (#6475)17172c4Ignore agents config files (#6474)b48826fdocs: update Reply.send() documentation for string serialization (#6466)e1e4fe7v5.7.232d7b6achore: Updated content-type header parsing (#6414)f4a6ac1docs: move querystringParser example under routerOptions (#6463)2af83d6fix: Fix MIT Licence file to conform to standard (#6464)5c14e05chore: update sponsor link (#6460)Updates
validatorfrom 13.15.0 to 13.15.22Release notes
Sourced from validator's releases.
... (truncated)
Changelog
Sourced from validator's changelog.
Commits
f2b5c17maintenance: 2511 release (#2627)d457ecafix(isLength): correctly handle Unicode variation selectors (#2616)f2e3633docs: add install instructions to contibution guide (#2621)cf40145fix: URL validation for hostnames with ports (no protocol) (#2622)4af6124maintenance: 2510 release (#2585)30d4fe013.15.20cbef508fix(isURL): improve protocol detection. Resolves CVE-2025-56200 (#2608)6f436beFix typo in validators.test.js (#2581)3c85708Fix: correct French VAT (FR) validation regex and add tests (#2584)eee525c#2491 #2573 Simplify isBase64 to prevent stack overflow (#2574)Maintainer changes
This version was pushed to npm by wikirik, a new releaser for validator since your current version.
Updates
jspdffrom 3.0.1 to 4.2.0Release notes
Sourced from jspdf's releases.
... (truncated)
Commits
7af912c4.2.056b46d4Merge commit from fork2e5e156Merge commit from fork71ad2dbMerge commit from fork885a777fix: upgrade@babel/runtimefrom 7.28.4 to 7.28.6 (#3954)3b92c7dAdd default export to package.json (#3953)02273814.1.0ae4b93fMerge commit from fork2863e5cMerge commit from forkefe54bfMerge commit from forkUpdates
vitefrom 6.2.6 to 6.4.1Release notes
Sourced from vite's releases.
Commits
a7349efrelease: v6.3.1a152b7cfix: backward compat for internal plugintransformcalls (#19878)35c7f35fix: avoid usingPromise.allSettledin preload function (#19805)5fdcfe7release: v6.3.0d4ee5e8fix(hmr): avoid infinite loop happening withhot.invalidatein circular dep...5003434fix(preview): use host url to open browser (#19836)bf9728erelease: v6.3.0-beta.2380c10efix(hmr): run HMR handler sequentially (#19793)8bed1defix: addWatchFile doesn't work if base is specified (fixes #19792) (#19794)0a0c50arefactor: simplify pluginFilter implementation (#19828)Updates
qsfrom 6.14.0 to 6.15.0Changelog
Sourced from qs's changelog.
Commits
d9b4c66v6.15.0cb41a54[New]parse: addstrictMergeoption to wrap object/primitive conflicts in...88e1563[Fix]duplicatesoption should not apply to bracket notation keys9d441d2Merge backport release tags v6.0.6–v6.13.3 into main85cc8cav6.12.5ffc12aav6.11.40506b11[actions] update reusable workflows6a37faf[actions] update reusable workflows8e8df5a[Fix] fix regressions from robustness refactord60bab3v6.10.7Updates
jspdffrom 3.0.4 to 4.2.0Release notes
Sourced from jspdf's releases.
... (truncated)
Commits
7af912c4.2.056b46d4Merge commit from fork2e5e156Merge commit from fork71ad2dbMerge commit from fork885a777fix: upgrade@babel/runtimefrom 7.28.4 to 7.28.6 (#3954)3b92c7dAdd default export to package.json (#3953)02273814.1.0ae4b93fMerge commit from fork2863e5cMerge commit from forkefe54bfMerge commit from forkUpdates
fastifyfrom 4.29.1 to 5.7.4Release notes
Sourced from fastify's releases.
... (truncated)
Commits
49468edBumped v5.7.3eb11156Merge commit from forkd98ce2adocs: update vulnerability reporting to use GitHub Security (#6475)17172c4Ignore agents config files (#6474)b48826fdocs: update Reply.send() documentation for string serialization (#6466)e1e4fe7v5.7.232d7b6achore: Updated content-type header parsing (#6414)f4a6ac1docs: move querystringParser example under routerOptions (#6463)2af83d6fix: Fix MIT Licence file to conform to standard (#6464)5c14e05chore: update sponsor link (#6460)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.