Skip to content

Commit

Permalink
fix(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 3, 2021
1 parent 3a2ac39 commit da83905
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-fastify/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^14.17.6",
"babel-preset-gatsby-package": "^1.10.0",
"cross-env": "^7.0.3",
"fastify": "^3.19.0",
"fastify": "^3.20.1",
"fastify-caching": "^6.1.0",
"fastify-compress": "^3.6.0",
"fastify-plugin": "^3.0.0",
Expand All @@ -50,6 +50,6 @@
"gatsby": "^3.7.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=v12.22.4"
}
}
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/test-site/package.json
Expand Up @@ -15,7 +15,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"fastify": "^3.19.0",
"fastify": "^3.20.1",
"fastify-compress": "^3.6.0",
"fastify-static": "^4.2.0",
"gatsby": "^3.6.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-plugin-fastify/test-site/yarn.lock
Expand Up @@ -5381,18 +5381,18 @@ fastify-warning@^0.2.0:
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==

fastify@^3.19.0:
version "3.19.2"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.19.2.tgz#4e592835183a83f5b797897312a1a84eb6ff861d"
integrity sha512-s9naCdC0V1ynEzxMoe/0oX8XgcLk90VAnIms4z6KcF7Rpn1XiguoMyZSviTmv1x5rgy/OjGGBM45sNpMoBzCUQ==
fastify@^3.20.1:
version "3.20.1"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.20.1.tgz#8ca19b1da6e5e09b552b412168b1923a0eea9f9f"
integrity sha512-AzIpPuHdPaRBMWCg+LbnfGvhmBVpF1tRihGOfpxnUphL1eh8ZrN1GbY3cXY07yn4fUNzYsByTkc9/IjwXH7DAQ==
dependencies:
"@fastify/ajv-compiler" "^1.0.0"
abstract-logging "^2.0.0"
avvio "^7.1.2"
fast-json-stringify "^2.5.2"
fastify-error "^0.3.0"
fastify-warning "^0.2.0"
find-my-way "^4.0.0"
find-my-way "^4.1.0"
flatstr "^1.0.12"
light-my-request "^4.2.0"
pino "^6.13.0"
Expand Down Expand Up @@ -5580,7 +5580,7 @@ find-cache-dir@^3.3.1:
make-dir "^3.0.2"
pkg-dir "^4.1.0"

find-my-way@^4.0.0:
find-my-way@^4.1.0:
version "4.3.3"
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-4.3.3.tgz#2ab3880a03bcaa8594548d66b0cd1c5a6e98dd44"
integrity sha512-5E4bRdaATB1MewjOCBjx4xvD205a4t2ripCnXB+YFhYEJ0NABtrcC7XLXLq0TPoFe/WYGUFqys3Qk3HCOGeNcw==
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -7412,18 +7412,18 @@ fastify-warning@^0.2.0:
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==

fastify@^3.19.0:
version "3.19.2"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.19.2.tgz#4e592835183a83f5b797897312a1a84eb6ff861d"
integrity sha512-s9naCdC0V1ynEzxMoe/0oX8XgcLk90VAnIms4z6KcF7Rpn1XiguoMyZSviTmv1x5rgy/OjGGBM45sNpMoBzCUQ==
fastify@^3.20.1:
version "3.20.1"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.20.1.tgz#8ca19b1da6e5e09b552b412168b1923a0eea9f9f"
integrity sha512-AzIpPuHdPaRBMWCg+LbnfGvhmBVpF1tRihGOfpxnUphL1eh8ZrN1GbY3cXY07yn4fUNzYsByTkc9/IjwXH7DAQ==
dependencies:
"@fastify/ajv-compiler" "^1.0.0"
abstract-logging "^2.0.0"
avvio "^7.1.2"
fast-json-stringify "^2.5.2"
fastify-error "^0.3.0"
fastify-warning "^0.2.0"
find-my-way "^4.0.0"
find-my-way "^4.1.0"
flatstr "^1.0.12"
light-my-request "^4.2.0"
pino "^6.13.0"
Expand Down Expand Up @@ -7608,7 +7608,7 @@ find-cache-dir@^3.3.1:
make-dir "^3.0.2"
pkg-dir "^4.1.0"

find-my-way@^4.0.0:
find-my-way@^4.1.0:
version "4.3.3"
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-4.3.3.tgz#2ab3880a03bcaa8594548d66b0cd1c5a6e98dd44"
integrity sha512-5E4bRdaATB1MewjOCBjx4xvD205a4t2ripCnXB+YFhYEJ0NABtrcC7XLXLq0TPoFe/WYGUFqys3Qk3HCOGeNcw==
Expand Down

0 comments on commit da83905

Please sign in to comment.