Bump @fastify/static from 6.11.1 to 6.11.2

Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 6.11.1 to 6.11.2.
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](https://github.com/fastify/fastify-static/compare/v6.11.1...v6.11.2)

---
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/61/head
dependabot[bot] 2023-09-18 06:49:59 +00:00 zatwierdzone przez GitHub
rodzic e64f39531e
commit 0b9720bd43
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.1",
"@fastify/static": "^6.11.2",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",
@ -527,9 +527,9 @@
}
},
"node_modules/@fastify/static": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.1.tgz",
"integrity": "sha512-d8cJyPhZ0WNQTPniMNV+Q8ADuILpcMMETmkyg5Co1voT48aQXFpQP8jJmQDGo858GG3xt7v0YXeawmpGzooYaw==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.11.2.tgz",
"integrity": "sha512-EH7mh7q4MfNdT7N07ZVlwsX/ObngMvQ7KBP0FXAuPov99Fjn80KSJMdxQhhYKAKWW1jXiFdrk8X7d6uGWdZFxg==",
"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.1",
"@fastify/static": "^6.11.2",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",