Update dependency gatsby-plugin-netlify to v4

This commit is contained in:
Renovate Bot 2022-01-19 18:20:16 +00:00 committed by renovate[bot]
parent e2e9746f53
commit ecad132241
2 changed files with 7 additions and 13 deletions

View file

@ -34,7 +34,7 @@
"gatsby-plugin-image": "2.5.2",
"gatsby-plugin-manifest": "4.5.2",
"gatsby-plugin-mdx": "3.5.2",
"gatsby-plugin-netlify": "3.14.0",
"gatsby-plugin-netlify": "4.0.0",
"gatsby-plugin-offline": "5.5.2",
"gatsby-plugin-portal": "1.0.7",
"gatsby-plugin-react-helmet": "5.5.0",

View file

@ -1176,13 +1176,6 @@
dependencies:
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.14.8":
version "7.16.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
dependencies:
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.16.3":
version "7.16.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.5.tgz#7f3e34bf8bdbbadf03fbb7b1ea0d929569c9487a"
@ -6087,13 +6080,14 @@ gatsby-plugin-mdx@3.5.2:
unist-util-remove "^1.0.3"
unist-util-visit "^1.4.1"
gatsby-plugin-netlify@3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.14.0.tgz#fa1b2441531d958a26b378c76753c5d24bd428d5"
integrity sha512-+lv5i0IhtIHFecP3uL6u/vF0DzDBGlkGzPyPIhgM1krZqlLy2LzKos1nyCMoi7aHm54/B8DENl4J+hMCkC0wjQ==
gatsby-plugin-netlify@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-4.0.0.tgz#5509e8e4bf7eda5bd7ccafffe1ecdbe6e4860447"
integrity sha512-QsuRqBWYAOqnY2DXMP5puVhb9NhLfj6srClCMXwaIduDjSRQpEP6/R0LjOf7yg3Kj8j4qP+fhiAGPns7kRBkoA==
dependencies:
"@babel/runtime" "^7.14.8"
"@babel/runtime" "^7.16.7"
fs-extra "^10.0.0"
gatsby-core-utils "^3.5.2"
kebab-hash "^0.1.2"
lodash "^4.17.21"
webpack-assets-manifest "^5.0.6"