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 2, 2021
1 parent 1e4e586 commit cdda60e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.0",
"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.0",
"fastify-compress": "^3.6.0",
"fastify-static": "^4.2.0",
"gatsby": "^3.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-fastify/test-site/yarn.lock
Expand Up @@ -5381,10 +5381,10 @@ 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.0:
version "3.20.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.20.0.tgz#03ee1b76090aa0c0e0ded7a462d3bbb1919438b8"
integrity sha512-JByESVCk+zIXVRgsHlnZb2Ye+XnSW2kgHwwDGmbdVWXgNqUI9M65pO/SKUJ6B82hDfyVaI53bqgFZbqhWnPEGQ==
dependencies:
"@fastify/ajv-compiler" "^1.0.0"
abstract-logging "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7412,10 +7412,10 @@ 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.0:
version "3.20.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.20.0.tgz#03ee1b76090aa0c0e0ded7a462d3bbb1919438b8"
integrity sha512-JByESVCk+zIXVRgsHlnZb2Ye+XnSW2kgHwwDGmbdVWXgNqUI9M65pO/SKUJ6B82hDfyVaI53bqgFZbqhWnPEGQ==
dependencies:
"@fastify/ajv-compiler" "^1.0.0"
abstract-logging "^2.0.0"
Expand Down

0 comments on commit cdda60e

Please sign in to comment.