1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-09 09:35:17 +09:00

build(deps): bump fastify in the npm-production group

Bumps the npm-production group with 1 update: [fastify](https://github.com/fastify/fastify).


Updates `fastify` from 4.28.0 to 4.28.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.28.0...v4.28.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-02 09:37:59 +00:00 committed by GitHub
parent 15d1381861
commit 4cace5369a
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@actions/cache": "^3.2.4", "@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"fastify": "^4.27.0", "fastify": "^4.28.1",
"stream-to-promise": "^3.0.0", "stream-to-promise": "^3.0.0",
"wait-on": "^7.2.0" "wait-on": "^7.2.0"
}, },
@ -4648,9 +4648,9 @@
} }
}, },
"node_modules/fastify": { "node_modules/fastify": {
"version": "4.28.0", "version": "4.28.1",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.28.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.28.1.tgz",
"integrity": "sha512-HhW7UHW07YlqH5qpS0af8d2Gl/o98DhJ8ZDQWHRNDnzeOhZvtreWsX8xanjGgXmkYerGbo8ax/n40Dpwqkot8Q==", "integrity": "sha512-kFWUtpNr4i7t5vY2EJPCN2KgMVpuqfU4NjnJNCgiNB900oiDeYqaNDRcAfeBbOF5hGixixxcKnOU4KN9z6QncQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View file

@ -37,7 +37,7 @@
"dependencies": { "dependencies": {
"@actions/cache": "^3.2.4", "@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"fastify": "^4.27.0", "fastify": "^4.28.1",
"stream-to-promise": "^3.0.0", "stream-to-promise": "^3.0.0",
"wait-on": "^7.2.0" "wait-on": "^7.2.0"
}, },