mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
chore(deps): bump fastify in the npm_and_yarn group across 1 directory (#6753)
Bumps the npm_and_yarn group with 1 update in the / directory: [fastify](https://github.com/fastify/fastify). Updates `fastify` from 5.7.3 to 5.8.1 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.3...v5.8.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
069873126d
commit
620cd3dd52
2 changed files with 6 additions and 4 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -17770,7 +17770,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "5.7.3",
|
||||
"version": "5.8.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz",
|
||||
"integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
|
@ -17792,7 +17794,7 @@
|
|||
"fast-json-stringify": "^6.0.0",
|
||||
"find-my-way": "^9.0.0",
|
||||
"light-my-request": "^6.0.0",
|
||||
"pino": "^10.1.0",
|
||||
"pino": "^9.14.0 || ^10.1.0",
|
||||
"process-warning": "^5.0.0",
|
||||
"rfdc": "^1.3.1",
|
||||
"secure-json-parse": "^4.0.0",
|
||||
|
|
@ -29913,7 +29915,7 @@
|
|||
"@sp/shared-schema": "*",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"dotenv": "^17.2.3",
|
||||
"fastify": "^5.7.3",
|
||||
"fastify": "^5.8.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"nodemailer": "^7.0.12",
|
||||
"uuidv7": "^1.1.0",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"@sp/shared-schema": "*",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"dotenv": "^17.2.3",
|
||||
"fastify": "^5.7.3",
|
||||
"fastify": "^5.8.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"nodemailer": "^7.0.12",
|
||||
"uuidv7": "^1.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue