Bump @fastify/static from 6.10.2 to 6.11.0

Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.10.2 to 6.11.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.10.2...v6.11.0)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/52/head
dependabot[bot] 2023-09-04 06:29:52 +00:00 zatwierdzone przez GitHub
rodzic f804929460
commit 2187b116fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 5 usunięć

8
package-lock.json wygenerowano
Wyświetl plik

@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@fastify/formbody": "^7.3.0",
"@fastify/static": "^6.5.0",
"@fastify/static": "^6.11.0",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",
@ -527,9 +527,9 @@
}
},
"node_modules/@fastify/static": {
"version": "6.10.2",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.2.tgz",
"integrity": "sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==",
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.0.tgz",
"integrity": "sha512-jgnqpRojDqOLHnnKlZgvvUFzR8rrxqkqzbtmuHp1amIArxGVJDXyBMPbxb3yteklBA7tPilXbx5xzDRiGXR0RA==",
"dependencies": {
"@fastify/accept-negotiator": "^1.0.0",
"@fastify/send": "^2.0.0",

Wyświetl plik

@ -14,7 +14,7 @@
},
"dependencies": {
"@fastify/formbody": "^7.3.0",
"@fastify/static": "^6.5.0",
"@fastify/static": "^6.11.0",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",