2
1
mirror of https://github.com/Thream/api.git synced 2024-07-12 15:50:11 +02:00

build(deps): bump fastify-static from 4.4.0 to 4.4.1 (#2)

This commit is contained in:
dependabot[bot] 2021-10-24 04:26:18 +02:00 committed by GitHub
parent b77e602358
commit 14eac3cadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
"fastify-plugin": "3.0.0",
"fastify-rate-limit": "5.6.2",
"fastify-sensible": "3.1.1",
"fastify-static": "4.4.0",
"fastify-static": "4.4.1",
"fastify-swagger": "4.12.4",
"fastify-url-data": "3.0.3",
"http-errors": "1.8.0",
@ -6395,9 +6395,9 @@
}
},
"node_modules/fastify-static": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.0.tgz",
"integrity": "sha512-YInDwELexeGmTYliX4pPaRT0biIJgluj/pOG4un9EOBmDDY39MQ91GFehb2PgOhV+8U8n7yNHJzQSsAO0mZNZA==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.1.tgz",
"integrity": "sha512-l8l/iVwDUaqonRZRr7XWkWnre2WWAAvhehdyDjHL6MIsJBEEa+HGg0SfnwF5NHxjXU0mGjdxz73ocvic9F8JlA==",
"dependencies": {
"content-disposition": "^0.5.3",
"encoding-negotiator": "^2.0.1",
@ -23699,9 +23699,9 @@
}
},
"fastify-static": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.0.tgz",
"integrity": "sha512-YInDwELexeGmTYliX4pPaRT0biIJgluj/pOG4un9EOBmDDY39MQ91GFehb2PgOhV+8U8n7yNHJzQSsAO0mZNZA==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.4.1.tgz",
"integrity": "sha512-l8l/iVwDUaqonRZRr7XWkWnre2WWAAvhehdyDjHL6MIsJBEEa+HGg0SfnwF5NHxjXU0mGjdxz73ocvic9F8JlA==",
"requires": {
"content-disposition": "^0.5.3",
"encoding-negotiator": "^2.0.1",

View File

@ -44,7 +44,7 @@
"fastify-plugin": "3.0.0",
"fastify-rate-limit": "5.6.2",
"fastify-sensible": "3.1.1",
"fastify-static": "4.4.0",
"fastify-static": "4.4.1",
"fastify-swagger": "4.12.4",
"fastify-url-data": "3.0.3",
"http-errors": "1.8.0",