Bump @fastify/static from 6.11.2 to 6.12.0

Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.11.2 to 6.12.0.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.11.2...v6.12.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/108/head
dependabot[bot] 2023-10-30 06:21:02 +00:00 zatwierdzone przez GitHub
rodzic ddef294bf0
commit 56e9ff9957
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.11.2",
"@fastify/static": "^6.12.0",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",
@ -599,9 +599,9 @@
}
},
"node_modules/@fastify/static": {
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.2.tgz",
"integrity": "sha512-EH7mh7q4MfNdT7N07ZVlwsX/ObngMvQ7KBP0FXAuPov99Fjn80KSJMdxQhhYKAKWW1jXiFdrk8X7d6uGWdZFxg==",
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.12.0.tgz",
"integrity": "sha512-KK1B84E6QD/FcQWxDI2aiUCwHxMJBI1KeCUzm1BwYpPY1b742+jeKruGHP2uOluuM6OkBPI8CIANrXcCRtC2oQ==",
"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.11.2",
"@fastify/static": "^6.12.0",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",