kopia lustrzana https://github.com/harvard-lil/archive.social
Bump @fastify/static from 6.11.0 to 6.11.1
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.11.0 to 6.11.1. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v6.11.0...v6.11.1) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/56/head
rodzic
aa257cacbc
commit
f82edca51c
|
@ -11,7 +11,7 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@fastify/formbody": "^7.3.0",
|
||||
"@fastify/static": "^6.11.0",
|
||||
"@fastify/static": "^6.11.1",
|
||||
"abort-controller": "^3.0.0",
|
||||
"abstract-logging": "^2.0.1",
|
||||
"ajv": "^8.11.2",
|
||||
|
@ -527,17 +527,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@fastify/static": {
|
||||
"version": "6.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.0.tgz",
|
||||
"integrity": "sha512-jgnqpRojDqOLHnnKlZgvvUFzR8rrxqkqzbtmuHp1amIArxGVJDXyBMPbxb3yteklBA7tPilXbx5xzDRiGXR0RA==",
|
||||
"version": "6.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.1.tgz",
|
||||
"integrity": "sha512-d8cJyPhZ0WNQTPniMNV+Q8ADuILpcMMETmkyg5Co1voT48aQXFpQP8jJmQDGo858GG3xt7v0YXeawmpGzooYaw==",
|
||||
"dependencies": {
|
||||
"@fastify/accept-negotiator": "^1.0.0",
|
||||
"@fastify/send": "^2.0.0",
|
||||
"content-disposition": "^0.5.3",
|
||||
"fastify-plugin": "^4.0.0",
|
||||
"glob": "^8.0.1",
|
||||
"p-limit": "^3.1.0",
|
||||
"readable-stream": "^4.0.0"
|
||||
"p-limit": "^3.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@fastify/static/node_modules/glob": {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fastify/formbody": "^7.3.0",
|
||||
"@fastify/static": "^6.11.0",
|
||||
"@fastify/static": "^6.11.1",
|
||||
"abort-controller": "^3.0.0",
|
||||
"abstract-logging": "^2.0.1",
|
||||
"ajv": "^8.11.2",
|
||||
|
|
Ładowanie…
Reference in New Issue