Skip to content

Commit

Permalink
Merge pull request #1409 from tubone24/renovate-gatsby-plugin-netlify…
Browse files Browse the repository at this point in the history
…-5.x

Update dependency gatsby-plugin-netlify to v5.1.1
  • Loading branch information
tubone24 authored Jan 4, 2024
2 parents 9612edd + 87960e4 commit f28abc6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"gatsby-plugin-manifest": "4.23.1",
"gatsby-plugin-minify": "0.5.0",
"gatsby-plugin-minify-classnames": "4.1.3",
"gatsby-plugin-netlify": "5.1.0",
"gatsby-plugin-netlify": "5.1.1",
"gatsby-plugin-nprogress": "4.23.0",
"gatsby-plugin-offline": "5.23.1",
"gatsby-plugin-optimize-svgs": "1.0.5",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13322,7 +13322,7 @@ fs-exists-cached@1.0.0, fs-exists-cached@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz#cf25554ca050dc49ae6656b41de42258989dcbce"
integrity sha512-kSxoARUDn4F2RPXX48UXnaFKwVU7Ivd/6qpzZL29MCDmr9sTvybv4gFCp+qaI4fM9m0z9fgz/yJvi56GAz+BZg==

fs-extra@^10.0.0, fs-extra@^10.1.0:
fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
Expand All @@ -13331,6 +13331,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.0.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
Expand Down Expand Up @@ -13725,13 +13734,13 @@ gatsby-plugin-minify@0.5.0:
fast-glob "^3.2.11"
html-minifier-terser "^7.0.0-alpha.2"

gatsby-plugin-netlify@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-5.1.0.tgz#a681b7fafef4f5ae026a72c3bfe01c8f395e52b8"
integrity sha512-L2OPGYpjp6auXzntbQi3PveQ5433w6YFLb5MKDLwYaC9SdC4myLZStCMdHTMLzfcc2x9iLhA+XNkUNxC9OiUXw==
gatsby-plugin-netlify@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-5.1.1.tgz#c9497133fca784900df7a80c31c47853fabdcae7"
integrity sha512-CembvYjbP7NJvVIdffqWaBKXMHIxYBKBEoXFGvCKX+8phRNkfmjnvoljoOakv0ypHBpgjgtpa7Nvc3PI+IjB1A==
dependencies:
"@babel/runtime" "^7.16.7"
fs-extra "^10.0.0"
fs-extra "^11.0.0"
gatsby-core-utils "^4.0.0"
kebab-hash "^0.1.2"
lodash.mergewith "^4.6.2"
Expand Down

0 comments on commit f28abc6

Please sign in to comment.