-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump find-my-way and @nestjs/platform-fastify #176
base: master
Are you sure you want to change the base?
Conversation
Bumps [find-my-way](https://github.com/delvedor/find-my-way) to 8.2.2 and updates ancestor dependency [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify). These dependencies need to be updated together. Updates `find-my-way` from 7.5.0 to 8.2.2 - [Release notes](https://github.com/delvedor/find-my-way/releases) - [Commits](delvedor/find-my-way@v7.5.0...v8.2.2) Updates `@nestjs/platform-fastify` from 9.3.9 to 10.4.3 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-fastify) --- updated-dependencies: - dependency-name: find-my-way dependency-type: indirect - dependency-name: "@nestjs/platform-fastify" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Quality Gate passedIssues Measures |
@@ -35,7 +35,7 @@ | |||
"@nestjs/core": "^9.3.9", | |||
"@nestjs/graphql": "^11.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nestjs/graphql 11.0.0 / package.json
Total vulnerabilities: 4
Critical: 0 | High: 3 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-37890 | HIGH | 7.5 | - |
Open |
CVE-2024-4068 | HIGH | 7.5 | - |
Open |
CVE-2024-37890 | HIGH | 7.5 | - |
Open |
CVE-2024-4067 | MEDIUM | 5.3 | - |
Open |
@@ -35,7 +35,7 @@ | |||
"@nestjs/core": "^9.3.9", | |||
"@nestjs/graphql": "^11.0.0", | |||
"@nestjs/mercurius": "^11.0.3", | |||
"@nestjs/platform-fastify": "^9.3.9", | |||
"@nestjs/platform-fastify": "^10.4.3", | |||
"@nestjs/swagger": "^6.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nestjs/swagger 6.2.1 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 1 | Medium: 0 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-45296 | HIGH | 7.5 | - |
Open |
@@ -35,7 +35,7 @@ | |||
"@nestjs/core": "^9.3.9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nestjs/core 9.3.9 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 1 | Medium: 0 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-45296 | HIGH | 7.5 | - |
Open |
@@ -35,7 +35,7 @@ | |||
"@nestjs/core": "^9.3.9", | |||
"@nestjs/graphql": "^11.0.0", | |||
"@nestjs/mercurius": "^11.0.3", | |||
"@nestjs/platform-fastify": "^9.3.9", | |||
"@nestjs/platform-fastify": "^10.4.3", | |||
"@nestjs/swagger": "^6.2.1", | |||
"@sectester/bus": "^0.16.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sectester/bus 0.16.5 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 0 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-28849 | MEDIUM | 6.5 | - |
Open |
@@ -35,7 +35,7 @@ | |||
"@nestjs/core": "^9.3.9", | |||
"@nestjs/graphql": "^11.0.0", | |||
"@nestjs/mercurius": "^11.0.3", | |||
"@nestjs/platform-fastify": "^9.3.9", | |||
"@nestjs/platform-fastify": "^10.4.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
axios 0.21.4 / package.json
Total vulnerabilities: 1
Critical: 0 | High: 0 | Medium: 1 | Low: 0 |
---|
Vulnerability ID | Severity | CVSS | Fixed in | Status |
---|---|---|---|---|
CVE-2024-28849 | MEDIUM | 6.5 | - |
Open |
New Issues
|
Bumps find-my-way to 8.2.2 and updates ancestor dependency @nestjs/platform-fastify. These dependencies need to be updated together.
Updates
find-my-way
from 7.5.0 to 8.2.2Release notes
Sourced from find-my-way's releases.
... (truncated)
Commits
9e666a1
Bumped v8.2.217fae69
Merge commit from forkea27fa2
Bumped v8.2.0cce5437
Support optional params on root (#367)984ff20
add node v22. Skip old nodes on mac (#363)20e7b1c
Exclude Node v14 and v16 on macos (#364)a9d1ee1
Fix header in README (#345)8c7983c
chore: bump the dependencies-major group with 1 update (#353)e117960
Achieve 100% test coverage (#349)9731ad7
chore: bump actions/checkout from 3 to 4 (#352)Updates
@nestjs/platform-fastify
from 9.3.9 to 10.4.3Release notes
Sourced from
@nestjs/platform-fastify
's releases.... (truncated)
Commits
2fb629e
chore(@nestjs
) publish v10.4.3 release3014240
Merge branch 'master' of https://github.com/nestjs/nestd3dd896
chore: update readme05b7791
chore(fastify): upgrade@fastify/middie
to address security vulnerability696b441
chore(@nestjs
) publish v10.4.2 releasecfc2217
Merge pull request #13911 from nestjs/dependabot/npm_and_yarn/tslib-2.7.0fff4b96
chore(deps): bump tslib from 2.6.3 to 2.7.0f593343
chore(deps): bump light-my-request from 5.13.0 to 6.0.0e0d2ba6
chore(core,express,fastify): fix deps with security issues67f32e8
chore(@nestjs
) publish v10.4.1 releaseDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.