From 67d7b0101aff7b07b42a524b0c00f7c8ae32e3c8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 10 Oct 2023 21:45:02 +0000
Subject: [PATCH] fix(deps): update dependency @fastify/static to v6.11.2
(#9202)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@fastify/static](https://togithub.com/fastify/fastify-static) |
[`6.11.1` ->
`6.11.2`](https://renovatebot.com/diffs/npm/@fastify%2fstatic/6.11.1/6.11.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fstatic/6.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fstatic/6.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fstatic/6.11.1/6.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fstatic/6.11.1/6.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
fastify/fastify-static (@fastify/static)
[`v6.11.2`](https://togithub.com/fastify/fastify-static/releases/tag/v6.11.2)
[Compare
Source](https://togithub.com/fastify/fastify-static/compare/v6.11.1...v6.11.2)
- fix: allow fallback to fastify@2.22 route config by
[@climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify-static/pull/410](https://togithub.com/fastify/fastify-static/pull/410)
**Full Changelog**:
https://github.com/fastify/fastify-static/compare/v6.11.1...v6.11.2
---
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi
---
packages/api-server/package.json | 2 +-
.../auth-providers/dbAuth/api/package.json | 2 +-
packages/fastify/package.json | 2 +-
packages/studio/package.json | 2 +-
packages/web-server/package.json | 2 +-
yarn.lock | 30 ++++++-------------
6 files changed, 14 insertions(+), 26 deletions(-)
diff --git a/packages/api-server/package.json b/packages/api-server/package.json
index 1fe3654409cc..1214f9d923e7 100644
--- a/packages/api-server/package.json
+++ b/packages/api-server/package.json
@@ -30,7 +30,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.1",
"@fastify/http-proxy": "9.2.1",
- "@fastify/static": "6.11.1",
+ "@fastify/static": "6.11.2",
"@fastify/url-data": "5.3.1",
"@redwoodjs/project-config": "6.3.2",
"ansi-colors": "4.1.3",
diff --git a/packages/auth-providers/dbAuth/api/package.json b/packages/auth-providers/dbAuth/api/package.json
index c8d4ad860535..0fd17f814188 100644
--- a/packages/auth-providers/dbAuth/api/package.json
+++ b/packages/auth-providers/dbAuth/api/package.json
@@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.23.1",
- "@redwoodjs/project-config": "6.3.1",
+ "@redwoodjs/project-config": "6.3.2",
"base64url": "3.0.1",
"core-js": "3.32.2",
"crypto-js": "4.1.1",
diff --git a/packages/fastify/package.json b/packages/fastify/package.json
index a6cd85e359f3..5267247e1baf 100644
--- a/packages/fastify/package.json
+++ b/packages/fastify/package.json
@@ -19,7 +19,7 @@
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
- "@fastify/static": "6.11.1",
+ "@fastify/static": "6.11.2",
"@fastify/url-data": "5.3.1",
"@redwoodjs/graphql-server": "6.3.2",
"@redwoodjs/project-config": "6.3.2",
diff --git a/packages/studio/package.json b/packages/studio/package.json
index 539f0546053f..f089f48c820e 100644
--- a/packages/studio/package.json
+++ b/packages/studio/package.json
@@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.1",
"@fastify/http-proxy": "9.2.1",
- "@fastify/static": "6.11.1",
+ "@fastify/static": "6.11.2",
"@fastify/url-data": "5.3.1",
"@redwoodjs/internal": "6.3.2",
"@redwoodjs/project-config": "6.3.2",
diff --git a/packages/web-server/package.json b/packages/web-server/package.json
index 5d629d22ea3d..69dfa646a53c 100644
--- a/packages/web-server/package.json
+++ b/packages/web-server/package.json
@@ -26,7 +26,7 @@
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
- "@fastify/static": "6.11.1",
+ "@fastify/static": "6.11.2",
"@redwoodjs/project-config": "6.3.2",
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
diff --git a/yarn.lock b/yarn.lock
index 3bfec54756e2..482413180e56 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2968,9 +2968,9 @@ __metadata:
languageName: node
linkType: hard
-"@fastify/static@npm:6.11.1":
- version: 6.11.1
- resolution: "@fastify/static@npm:6.11.1"
+"@fastify/static@npm:6.11.2":
+ version: 6.11.2
+ resolution: "@fastify/static@npm:6.11.2"
dependencies:
"@fastify/accept-negotiator": ^1.0.0
"@fastify/send": ^2.0.0
@@ -2978,7 +2978,7 @@ __metadata:
fastify-plugin: ^4.0.0
glob: ^8.0.1
p-limit: ^3.1.0
- checksum: 0068660160c3584039c121b606e691bcf4eac76d142f53440fdc78a0ddbb4359b0da7db1cc8b64b81aad099ce860766643f7d31dd00c53c137ce3fcf748ea0fa
+ checksum: dac6d0d611656770c276d594e26e1df0da3a2f81e54593317d4aedd8ac23fb0e7f43b08360d606bf3b9a0f9ba1ab0be55d63eac4322d0429721e822f8e1c2ef6
languageName: node
linkType: hard
@@ -7776,7 +7776,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.1
"@fastify/http-proxy": 9.2.1
- "@fastify/static": 6.11.1
+ "@fastify/static": 6.11.2
"@fastify/url-data": 5.3.1
"@redwoodjs/project-config": 6.3.2
"@types/aws-lambda": 8.10.119
@@ -8029,7 +8029,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.1
"@redwoodjs/api": 6.3.2
- "@redwoodjs/project-config": 6.3.1
+ "@redwoodjs/project-config": 6.3.2
"@simplewebauthn/server": 7.3.1
"@types/crypto-js": 4.1.1
"@types/md5": 2.3.2
@@ -8633,7 +8633,7 @@ __metadata:
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
- "@fastify/static": 6.11.1
+ "@fastify/static": 6.11.2
"@fastify/url-data": 5.3.1
"@redwoodjs/graphql-server": 6.3.2
"@redwoodjs/project-config": 6.3.2
@@ -8902,18 +8902,6 @@ __metadata:
languageName: unknown
linkType: soft
-"@redwoodjs/project-config@npm:6.3.1":
- version: 6.3.1
- resolution: "@redwoodjs/project-config@npm:6.3.1"
- dependencies:
- "@iarna/toml": 2.2.5
- deepmerge: 4.3.1
- fast-glob: 3.3.1
- string-env-interpolation: 1.0.1
- checksum: c01a4d37adf50e06a7787700fd8f228e6c1ce7f3d8bd05653d77805b3ac24d709a1e57050a185bfe1778af0317c07280a0684aead7afd382272d46665ac8e776
- languageName: node
- linkType: hard
-
"@redwoodjs/realtime@6.3.2, @redwoodjs/realtime@workspace:packages/realtime":
version: 0.0.0-use.local
resolution: "@redwoodjs/realtime@workspace:packages/realtime"
@@ -9029,7 +9017,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.1
"@fastify/http-proxy": 9.2.1
- "@fastify/static": 6.11.1
+ "@fastify/static": 6.11.2
"@fastify/url-data": 5.3.1
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
@@ -9208,7 +9196,7 @@ __metadata:
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
dependencies:
"@fastify/http-proxy": 9.2.1
- "@fastify/static": 6.11.1
+ "@fastify/static": 6.11.2
"@redwoodjs/project-config": 6.3.2
"@types/yargs-parser": 21.0.0
chalk: 4.1.2